pod_client

package
v0.12.76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 49 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetPodsDescriptor added in v0.4.28

type BatchGetPodsDescriptor struct{}

func GetBatchGetPodsDescriptor added in v0.4.28

func GetBatchGetPodsDescriptor() *BatchGetPodsDescriptor

func (*BatchGetPodsDescriptor) GetApiDescriptor added in v0.4.28

func (d *BatchGetPodsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*BatchGetPodsDescriptor) GetApiName added in v0.4.28

func (d *BatchGetPodsDescriptor) GetApiName() string

func (*BatchGetPodsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *BatchGetPodsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetPodsDescriptor) GetFullMethodName added in v0.4.28

func (d *BatchGetPodsDescriptor) GetFullMethodName() string

func (*BatchGetPodsDescriptor) GetMethodName added in v0.4.28

func (d *BatchGetPodsDescriptor) GetMethodName() string

func (*BatchGetPodsDescriptor) GetProtoPkgName added in v0.4.28

func (d *BatchGetPodsDescriptor) GetProtoPkgName() string

func (*BatchGetPodsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *BatchGetPodsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*BatchGetPodsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *BatchGetPodsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*BatchGetPodsDescriptor) GetServiceDomain added in v0.4.28

func (d *BatchGetPodsDescriptor) GetServiceDomain() string

func (*BatchGetPodsDescriptor) GetServiceVersion added in v0.4.28

func (d *BatchGetPodsDescriptor) GetServiceVersion() string

func (*BatchGetPodsDescriptor) GetVerb added in v0.4.28

func (d *BatchGetPodsDescriptor) GetVerb() string

func (*BatchGetPodsDescriptor) HasResource added in v0.4.30

func (d *BatchGetPodsDescriptor) HasResource() bool

func (*BatchGetPodsDescriptor) IsClientStream added in v0.4.28

func (d *BatchGetPodsDescriptor) IsClientStream() bool

func (*BatchGetPodsDescriptor) IsCollection added in v0.4.30

func (d *BatchGetPodsDescriptor) IsCollection() bool

func (*BatchGetPodsDescriptor) IsPlural added in v0.4.30

func (d *BatchGetPodsDescriptor) IsPlural() bool

func (*BatchGetPodsDescriptor) IsServerStream added in v0.4.28

func (d *BatchGetPodsDescriptor) IsServerStream() bool

func (*BatchGetPodsDescriptor) IsUnary added in v0.4.28

func (d *BatchGetPodsDescriptor) IsUnary() bool

func (*BatchGetPodsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *BatchGetPodsDescriptor) NewEmptyClientMsg() proto.Message

func (*BatchGetPodsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *BatchGetPodsDescriptor) NewEmptyServerMsg() proto.Message

func (*BatchGetPodsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *BatchGetPodsDescriptor) RequestHasResourceBody() bool

type BatchGetPodsDescriptorClientMsgHandle added in v0.4.28

type BatchGetPodsDescriptorClientMsgHandle struct{}

func (*BatchGetPodsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetPodsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetPodsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetPodsDescriptorServerMsgHandle added in v0.4.28

type BatchGetPodsDescriptorServerMsgHandle struct{}

func (*BatchGetPodsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*BatchGetPodsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*BatchGetPodsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type BatchGetPodsRequest

type BatchGetPodsRequest struct {

	// Names of Pods
	Names []*pod.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=names,proto3" json:"names,omitempty" firestore:"names"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *pod.Pod_FieldMask `` /* 135-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [BatchGetPods][ntt.applications.v1alpha.BatchGetPods]

func (*BatchGetPodsRequest) Clone

func (*BatchGetPodsRequest) CloneRaw

func (*BatchGetPodsRequest) Descriptor

func (*BatchGetPodsRequest) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetPodsRequest.ProtoReflect.Descriptor instead.

func (*BatchGetPodsRequest) GetFieldMask

func (m *BatchGetPodsRequest) GetFieldMask() *pod.Pod_FieldMask

func (*BatchGetPodsRequest) GetNames

func (m *BatchGetPodsRequest) GetNames() []*pod.Reference

func (*BatchGetPodsRequest) GetView

func (m *BatchGetPodsRequest) GetView() view.View

func (*BatchGetPodsRequest) GotenMessage

func (*BatchGetPodsRequest) GotenMessage()

func (*BatchGetPodsRequest) GotenObjectExt

func (o *BatchGetPodsRequest) GotenObjectExt()

func (*BatchGetPodsRequest) GotenValidate

func (obj *BatchGetPodsRequest) GotenValidate() error

func (*BatchGetPodsRequest) MakeDiffFieldMask

func (*BatchGetPodsRequest) MakeFullFieldMask

func (o *BatchGetPodsRequest) MakeFullFieldMask() *BatchGetPodsRequest_FieldMask

func (*BatchGetPodsRequest) MakeRawDiffFieldMask

func (o *BatchGetPodsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*BatchGetPodsRequest) MakeRawFullFieldMask

func (o *BatchGetPodsRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetPodsRequest) Marshal

func (m *BatchGetPodsRequest) Marshal() ([]byte, error)

func (*BatchGetPodsRequest) MarshalJSON

func (m *BatchGetPodsRequest) MarshalJSON() ([]byte, error)

func (*BatchGetPodsRequest) Merge

func (o *BatchGetPodsRequest) Merge(source *BatchGetPodsRequest)

func (*BatchGetPodsRequest) MergeRaw

func (o *BatchGetPodsRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*BatchGetPodsRequest) ProtoMessage

func (*BatchGetPodsRequest) ProtoMessage()

func (*BatchGetPodsRequest) ProtoReflect

func (m *BatchGetPodsRequest) ProtoReflect() preflect.Message

func (*BatchGetPodsRequest) Reset

func (m *BatchGetPodsRequest) Reset()

func (*BatchGetPodsRequest) SetFieldMask

func (m *BatchGetPodsRequest) SetFieldMask(fv *pod.Pod_FieldMask)

func (*BatchGetPodsRequest) SetNames

func (m *BatchGetPodsRequest) SetNames(fv []*pod.Reference)

func (*BatchGetPodsRequest) SetView

func (m *BatchGetPodsRequest) SetView(fv view.View)

func (*BatchGetPodsRequest) String

func (m *BatchGetPodsRequest) String() string

func (*BatchGetPodsRequest) Unmarshal

func (m *BatchGetPodsRequest) Unmarshal(b []byte) error

func (*BatchGetPodsRequest) UnmarshalJSON

func (m *BatchGetPodsRequest) UnmarshalJSON(data []byte) error

type BatchGetPodsRequestFieldPathBuilder

type BatchGetPodsRequestFieldPathBuilder struct{}

func NewBatchGetPodsRequestFieldPathBuilder

func NewBatchGetPodsRequestFieldPathBuilder() BatchGetPodsRequestFieldPathBuilder

func (BatchGetPodsRequestFieldPathBuilder) FieldMask

func (BatchGetPodsRequestFieldPathBuilder) Names

func (BatchGetPodsRequestFieldPathBuilder) View

type BatchGetPodsRequestPathSelectorFieldMask

type BatchGetPodsRequestPathSelectorFieldMask struct{}

func (BatchGetPodsRequestPathSelectorFieldMask) FieldPath

func (BatchGetPodsRequestPathSelectorFieldMask) WithArrayOfValues

func (BatchGetPodsRequestPathSelectorFieldMask) WithValue

type BatchGetPodsRequestPathSelectorNames

type BatchGetPodsRequestPathSelectorNames struct{}

func (BatchGetPodsRequestPathSelectorNames) FieldPath

func (BatchGetPodsRequestPathSelectorNames) WithArrayOfValues

func (BatchGetPodsRequestPathSelectorNames) WithItemValue

func (BatchGetPodsRequestPathSelectorNames) WithValue

type BatchGetPodsRequestPathSelectorView

type BatchGetPodsRequestPathSelectorView struct{}

func (BatchGetPodsRequestPathSelectorView) FieldPath

func (BatchGetPodsRequestPathSelectorView) WithArrayOfValues

func (BatchGetPodsRequestPathSelectorView) WithValue

type BatchGetPodsRequest_FieldMask

type BatchGetPodsRequest_FieldMask struct {
	Paths []BatchGetPodsRequest_FieldPath
}

func FullBatchGetPodsRequest_FieldMask

func FullBatchGetPodsRequest_FieldMask() *BatchGetPodsRequest_FieldMask

func (*BatchGetPodsRequest_FieldMask) AppendPath

func (*BatchGetPodsRequest_FieldMask) AppendRawPath

func (fieldMask *BatchGetPodsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetPodsRequest_FieldMask) DecodeFirestore

func (fieldMask *BatchGetPodsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetPodsRequest_FieldMask) EncodeFirestore

func (fieldMask *BatchGetPodsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetPodsRequest_FieldMask) FilterInputFields

func (fieldMask *BatchGetPodsRequest_FieldMask) FilterInputFields() *BatchGetPodsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPodsRequest_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetPodsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetPodsRequest_FieldMask) GetPaths

func (*BatchGetPodsRequest_FieldMask) GetRawPaths

func (fieldMask *BatchGetPodsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*BatchGetPodsRequest_FieldMask) IsFull

func (fieldMask *BatchGetPodsRequest_FieldMask) IsFull() bool

func (BatchGetPodsRequest_FieldMask) Marshal

func (fieldMask BatchGetPodsRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetPodsRequest_FieldMask) MarshalJSON

func (fieldMask BatchGetPodsRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetPodsRequest_FieldMask) PathsCount

func (fieldMask *BatchGetPodsRequest_FieldMask) PathsCount() int

func (*BatchGetPodsRequest_FieldMask) Project

func (*BatchGetPodsRequest_FieldMask) ProjectRaw

func (*BatchGetPodsRequest_FieldMask) ProtoMessage

func (fieldMask *BatchGetPodsRequest_FieldMask) ProtoMessage()

func (*BatchGetPodsRequest_FieldMask) ProtoReflect

func (fieldMask *BatchGetPodsRequest_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetPodsRequest_FieldMask) Reset

func (fieldMask *BatchGetPodsRequest_FieldMask) Reset()

func (*BatchGetPodsRequest_FieldMask) Set

func (fieldMask *BatchGetPodsRequest_FieldMask) Set(target, source *BatchGetPodsRequest)

func (*BatchGetPodsRequest_FieldMask) SetFromCliFlag

func (fieldMask *BatchGetPodsRequest_FieldMask) SetFromCliFlag(raw string) error

func (*BatchGetPodsRequest_FieldMask) SetRaw

func (fieldMask *BatchGetPodsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetPodsRequest_FieldMask) Size

func (fieldMask *BatchGetPodsRequest_FieldMask) Size() int

func (*BatchGetPodsRequest_FieldMask) String

func (fieldMask *BatchGetPodsRequest_FieldMask) String() string

func (*BatchGetPodsRequest_FieldMask) Subtract

func (*BatchGetPodsRequest_FieldMask) SubtractRaw

func (*BatchGetPodsRequest_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetPodsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetPodsRequest_FieldMask) Unmarshal

func (fieldMask *BatchGetPodsRequest_FieldMask) Unmarshal(data []byte) error

func (*BatchGetPodsRequest_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetPodsRequest_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetPodsRequest_FieldPath

type BatchGetPodsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPodsRequest_FieldPathSelector
	Get(source *BatchGetPodsRequest) []interface{}
	GetSingle(source *BatchGetPodsRequest) (interface{}, bool)
	ClearValue(item *BatchGetPodsRequest)

	// Those methods build corresponding BatchGetPodsRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetPodsRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetPodsRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetPodsRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetPodsRequest_FieldPath

func MustParseBatchGetPodsRequest_FieldPath(rawField string) BatchGetPodsRequest_FieldPath

func ParseBatchGetPodsRequest_FieldPath

func ParseBatchGetPodsRequest_FieldPath(rawField string) (BatchGetPodsRequest_FieldPath, error)

type BatchGetPodsRequest_FieldPathArrayItemValue

type BatchGetPodsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPodsRequest_FieldPath
	ContainsValue(*BatchGetPodsRequest) bool
}

BatchGetPodsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetPodsRequest according to their type Present only for array (repeated) types.

func MustParseBatchGetPodsRequest_FieldPathArrayItemValue

func MustParseBatchGetPodsRequest_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPodsRequest_FieldPathArrayItemValue

func ParseBatchGetPodsRequest_FieldPathArrayItemValue

func ParseBatchGetPodsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPodsRequest_FieldPathArrayItemValue, error)

ParseBatchGetPodsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPodsRequest_FieldPathArrayOfValues

type BatchGetPodsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPodsRequest_FieldPath
}

BatchGetPodsRequest_FieldPathArrayOfValues allows storing slice of values for BatchGetPodsRequest fields according to their type

func MustParseBatchGetPodsRequest_FieldPathArrayOfValues

func MustParseBatchGetPodsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPodsRequest_FieldPathArrayOfValues

func ParseBatchGetPodsRequest_FieldPathArrayOfValues

func ParseBatchGetPodsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPodsRequest_FieldPathArrayOfValues, error)

type BatchGetPodsRequest_FieldPathSelector

type BatchGetPodsRequest_FieldPathSelector int32
const (
	BatchGetPodsRequest_FieldPathSelectorNames     BatchGetPodsRequest_FieldPathSelector = 0
	BatchGetPodsRequest_FieldPathSelectorFieldMask BatchGetPodsRequest_FieldPathSelector = 1
	BatchGetPodsRequest_FieldPathSelectorView      BatchGetPodsRequest_FieldPathSelector = 2
)

func (BatchGetPodsRequest_FieldPathSelector) String

type BatchGetPodsRequest_FieldPathValue

type BatchGetPodsRequest_FieldPathValue interface {
	BatchGetPodsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPodsRequest)
	CompareWith(*BatchGetPodsRequest) (cmp int, comparable bool)
}

BatchGetPodsRequest_FieldPathValue allows storing values for BatchGetPodsRequest fields according to their type

func MustParseBatchGetPodsRequest_FieldPathValue

func MustParseBatchGetPodsRequest_FieldPathValue(pathStr, valueStr string) BatchGetPodsRequest_FieldPathValue

func ParseBatchGetPodsRequest_FieldPathValue

func ParseBatchGetPodsRequest_FieldPathValue(pathStr, valueStr string) (BatchGetPodsRequest_FieldPathValue, error)

type BatchGetPodsRequest_FieldTerminalPath

type BatchGetPodsRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetPodsRequest_FieldTerminalPath) ClearValue

func (*BatchGetPodsRequest_FieldTerminalPath) ClearValueRaw

func (fp *BatchGetPodsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*BatchGetPodsRequest_FieldTerminalPath) Get

func (fp *BatchGetPodsRequest_FieldTerminalPath) Get(source *BatchGetPodsRequest) (values []interface{})

Get returns all values pointed by specific field from source BatchGetPodsRequest

func (*BatchGetPodsRequest_FieldTerminalPath) GetDefault

func (fp *BatchGetPodsRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetPodsRequest_FieldTerminalPath) GetRaw

func (fp *BatchGetPodsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetPodsRequest_FieldTerminalPath) GetSingle

func (fp *BatchGetPodsRequest_FieldTerminalPath) GetSingle(source *BatchGetPodsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetPodsRequest

func (*BatchGetPodsRequest_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetPodsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetPodsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPodsRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPodsRequest_FieldTerminalPath) Selector

func (*BatchGetPodsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *BatchGetPodsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetPodsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPodsRequest_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPodsRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *BatchGetPodsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetPodsRequest_FieldPathArrayOfValues

func (*BatchGetPodsRequest_FieldTerminalPath) WithIValue

func (*BatchGetPodsRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetPodsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetPodsRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetPodsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetPodsRequest_FieldTerminalPath) WithRawIValue

func (fp *BatchGetPodsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetPodsRequest_FieldTerminalPathArrayItemValue

type BatchGetPodsRequest_FieldTerminalPathArrayItemValue struct {
	BatchGetPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue

func (*BatchGetPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetPodsRequest'

func (*BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetPodsRequest as interface{}

func (*BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetPodsRequest) (interface{}, bool)

func (*BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetPodsRequest_FieldTerminalPathArrayOfValues

type BatchGetPodsRequest_FieldTerminalPathArrayOfValues struct {
	BatchGetPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)

func (*BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues

func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*pod.Reference, bool)

func (*BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*BatchGetPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetPodsRequest_FieldTerminalPathValue

type BatchGetPodsRequest_FieldTerminalPathValue struct {
	BatchGetPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*BatchGetPodsRequest_FieldTerminalPathValue) AsNamesValue

func (*BatchGetPodsRequest_FieldTerminalPathValue) AsViewValue

func (*BatchGetPodsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPodsRequest_FieldTerminalPathValue' with the value under path in 'BatchGetPodsRequest'.

func (*BatchGetPodsRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetPodsRequest_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetPodsRequest' as interface{}

func (*BatchGetPodsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPodsRequest

func (*BatchGetPodsRequest_FieldTerminalPathValue) SetToRaw

type BatchGetPodsResponse

type BatchGetPodsResponse struct {

	// found Pods
	Pods []*pod.Pod `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty" firestore:"pods"`
	// list of not found Pods
	Missing []*pod.Reference `protobuf:"bytes,2,rep,customtype=Reference,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

BatchGetPodsResponse

func (*BatchGetPodsResponse) Clone

func (*BatchGetPodsResponse) CloneRaw

func (*BatchGetPodsResponse) Descriptor

func (*BatchGetPodsResponse) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetPodsResponse.ProtoReflect.Descriptor instead.

func (*BatchGetPodsResponse) GetMissing

func (m *BatchGetPodsResponse) GetMissing() []*pod.Reference

func (*BatchGetPodsResponse) GetPods

func (m *BatchGetPodsResponse) GetPods() []*pod.Pod

func (*BatchGetPodsResponse) GotenMessage

func (*BatchGetPodsResponse) GotenMessage()

func (*BatchGetPodsResponse) GotenObjectExt

func (o *BatchGetPodsResponse) GotenObjectExt()

func (*BatchGetPodsResponse) GotenValidate

func (obj *BatchGetPodsResponse) GotenValidate() error

func (*BatchGetPodsResponse) MakeDiffFieldMask

func (*BatchGetPodsResponse) MakeFullFieldMask

func (o *BatchGetPodsResponse) MakeFullFieldMask() *BatchGetPodsResponse_FieldMask

func (*BatchGetPodsResponse) MakeRawDiffFieldMask

func (o *BatchGetPodsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*BatchGetPodsResponse) MakeRawFullFieldMask

func (o *BatchGetPodsResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*BatchGetPodsResponse) Marshal

func (m *BatchGetPodsResponse) Marshal() ([]byte, error)

func (*BatchGetPodsResponse) MarshalJSON

func (m *BatchGetPodsResponse) MarshalJSON() ([]byte, error)

func (*BatchGetPodsResponse) Merge

func (o *BatchGetPodsResponse) Merge(source *BatchGetPodsResponse)

func (*BatchGetPodsResponse) MergeRaw

func (o *BatchGetPodsResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*BatchGetPodsResponse) ProtoMessage

func (*BatchGetPodsResponse) ProtoMessage()

func (*BatchGetPodsResponse) ProtoReflect

func (m *BatchGetPodsResponse) ProtoReflect() preflect.Message

func (*BatchGetPodsResponse) Reset

func (m *BatchGetPodsResponse) Reset()

func (*BatchGetPodsResponse) SetMissing

func (m *BatchGetPodsResponse) SetMissing(fv []*pod.Reference)

func (*BatchGetPodsResponse) SetPods

func (m *BatchGetPodsResponse) SetPods(fv []*pod.Pod)

func (*BatchGetPodsResponse) String

func (m *BatchGetPodsResponse) String() string

func (*BatchGetPodsResponse) Unmarshal

func (m *BatchGetPodsResponse) Unmarshal(b []byte) error

func (*BatchGetPodsResponse) UnmarshalJSON

func (m *BatchGetPodsResponse) UnmarshalJSON(data []byte) error

type BatchGetPodsResponseFieldPathBuilder

type BatchGetPodsResponseFieldPathBuilder struct{}

func NewBatchGetPodsResponseFieldPathBuilder

func NewBatchGetPodsResponseFieldPathBuilder() BatchGetPodsResponseFieldPathBuilder

func (BatchGetPodsResponseFieldPathBuilder) Missing

func (BatchGetPodsResponseFieldPathBuilder) Pods

type BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations

type BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath

func (BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues

func (BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue

type BatchGetPodsResponseMapPathSelectorPodsMetadataLabels

type BatchGetPodsResponseMapPathSelectorPodsMetadataLabels struct {
	// contains filtered or unexported fields
}

func (BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath

func (BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues

func (BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithValue

type BatchGetPodsResponseMapPathSelectorPodsMetadataShards

type BatchGetPodsResponseMapPathSelectorPodsMetadataShards struct {
	// contains filtered or unexported fields
}

func (BatchGetPodsResponseMapPathSelectorPodsMetadataShards) FieldPath

func (BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues

func (BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithValue

type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits

type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits struct {
	// contains filtered or unexported fields
}

func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) FieldPath

func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues

func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue

type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests

type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests struct {
	// contains filtered or unexported fields
}

func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) FieldPath

func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues

func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue

type BatchGetPodsResponsePathSelectorMissing

type BatchGetPodsResponsePathSelectorMissing struct{}

func (BatchGetPodsResponsePathSelectorMissing) FieldPath

func (BatchGetPodsResponsePathSelectorMissing) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorMissing) WithItemValue

func (BatchGetPodsResponsePathSelectorMissing) WithValue

type BatchGetPodsResponsePathSelectorPods

type BatchGetPodsResponsePathSelectorPods struct{}

func (BatchGetPodsResponsePathSelectorPods) DisplayName

func (BatchGetPodsResponsePathSelectorPods) Distribution added in v0.12.69

func (BatchGetPodsResponsePathSelectorPods) FieldPath

func (BatchGetPodsResponsePathSelectorPods) Metadata

func (BatchGetPodsResponsePathSelectorPods) Name

func (BatchGetPodsResponsePathSelectorPods) Spec

func (BatchGetPodsResponsePathSelectorPods) Status

func (BatchGetPodsResponsePathSelectorPods) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPods) WithItemValue

func (BatchGetPodsResponsePathSelectorPods) WithSubArrayItemValue

func (BatchGetPodsResponsePathSelectorPods) WithSubArrayOfValues

func (BatchGetPodsResponsePathSelectorPods) WithSubPath

func (BatchGetPodsResponsePathSelectorPods) WithSubValue

func (BatchGetPodsResponsePathSelectorPods) WithValue

type BatchGetPodsResponsePathSelectorPodsDisplayName

type BatchGetPodsResponsePathSelectorPodsDisplayName struct{}

func (BatchGetPodsResponsePathSelectorPodsDisplayName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsDisplayName) WithValue

type BatchGetPodsResponsePathSelectorPodsDistribution added in v0.12.69

type BatchGetPodsResponsePathSelectorPodsDistribution struct{}

func (BatchGetPodsResponsePathSelectorPodsDistribution) FieldPath added in v0.12.69

func (BatchGetPodsResponsePathSelectorPodsDistribution) WithArrayOfValues added in v0.12.69

func (BatchGetPodsResponsePathSelectorPodsDistribution) WithValue added in v0.12.69

type BatchGetPodsResponsePathSelectorPodsMetadata

type BatchGetPodsResponsePathSelectorPodsMetadata struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadata) Annotations

func (BatchGetPodsResponsePathSelectorPodsMetadata) CreateTime

func (BatchGetPodsResponsePathSelectorPodsMetadata) DeleteTime added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadata) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadata) Generation

func (BatchGetPodsResponsePathSelectorPodsMetadata) Labels

func (BatchGetPodsResponsePathSelectorPodsMetadata) Lifecycle added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadata) OwnerReferences

func (BatchGetPodsResponsePathSelectorPodsMetadata) ResourceVersion

func (BatchGetPodsResponsePathSelectorPodsMetadata) Shards

func (BatchGetPodsResponsePathSelectorPodsMetadata) Syncing

func (BatchGetPodsResponsePathSelectorPodsMetadata) Tags

func (BatchGetPodsResponsePathSelectorPodsMetadata) UpdateTime

func (BatchGetPodsResponsePathSelectorPodsMetadata) Uuid

func (BatchGetPodsResponsePathSelectorPodsMetadata) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadata) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataAnnotations

type BatchGetPodsResponsePathSelectorPodsMetadataAnnotations struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithKey

func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataCreateTime

type BatchGetPodsResponsePathSelectorPodsMetadataCreateTime struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataDeleteTime added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataDeleteTime struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataDeleteTime) FieldPath added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataDeleteTime) WithValue added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataGeneration

type BatchGetPodsResponsePathSelectorPodsMetadataGeneration struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataGeneration) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataLabels

type BatchGetPodsResponsePathSelectorPodsMetadataLabels struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithKey

func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataLifecycle added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataLifecycle struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycle) BlockDeletion added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycle) FieldPath added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycle) State added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycle) WithValue added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataLifecycleState added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataLifecycleState struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycleState) FieldPath added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataLifecycleState) WithValue added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Kind

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Name

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Region added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Version added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion

type BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataShards

type BatchGetPodsResponsePathSelectorPodsMetadataShards struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataShards) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataShards) WithKey

func (BatchGetPodsResponsePathSelectorPodsMetadataShards) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataSyncing

type BatchGetPodsResponsePathSelectorPodsMetadataSyncing struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) OwningRegion

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) Regions

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion

type BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions

type BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataTags

type BatchGetPodsResponsePathSelectorPodsMetadataTags struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataTags) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataTags) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsMetadataTags) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime

type BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue

type BatchGetPodsResponsePathSelectorPodsMetadataUuid

type BatchGetPodsResponsePathSelectorPodsMetadataUuid struct{}

func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) FieldPath

func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithValue

type BatchGetPodsResponsePathSelectorPodsName

type BatchGetPodsResponsePathSelectorPodsName struct{}

func (BatchGetPodsResponsePathSelectorPodsName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpec

type BatchGetPodsResponsePathSelectorPodsSpec struct{}

func (BatchGetPodsResponsePathSelectorPodsSpec) Compose

func (BatchGetPodsResponsePathSelectorPodsSpec) Containers

func (BatchGetPodsResponsePathSelectorPodsSpec) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpec) HostNetwork

func (BatchGetPodsResponsePathSelectorPodsSpec) HostVolumeMounts

func (BatchGetPodsResponsePathSelectorPodsSpec) ImagePullSecrets

func (BatchGetPodsResponsePathSelectorPodsSpec) Node

func (BatchGetPodsResponsePathSelectorPodsSpec) RestartPolicy

func (BatchGetPodsResponsePathSelectorPodsSpec) Volumes

func (BatchGetPodsResponsePathSelectorPodsSpec) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpec) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecCompose

type BatchGetPodsResponsePathSelectorPodsSpecCompose struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecCompose) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecCompose) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainers

type BatchGetPodsResponsePathSelectorPodsSpecContainers struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Args

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Command

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Env

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) EnvFrom

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Image

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) ImagePullPolicy

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Name

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Resources

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) SecurityContext

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) VolumeMounts

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecContainers) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersArgs

type BatchGetPodsResponsePathSelectorPodsSpecContainersArgs struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersCommand

type BatchGetPodsResponsePathSelectorPodsSpecContainersCommand struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnv

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnv struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) Name

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) Value

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) ValueFrom

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) Prefix

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional

type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersImage

type BatchGetPodsResponsePathSelectorPodsSpecContainersImage struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersImage) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy

type BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersName

type BatchGetPodsResponsePathSelectorPodsSpecContainersName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersResources

type BatchGetPodsResponsePathSelectorPodsSpecContainersResources struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) Limits

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits

type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithKey

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests

type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext

type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged

type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath

type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecHostNetwork

type BatchGetPodsResponsePathSelectorPodsSpecHostNetwork struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) MountPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) Name

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) ReadOnly

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) SubPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath

type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets

type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) Name

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName

type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecNode

type BatchGetPodsResponsePathSelectorPodsSpecNode struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecNode) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecNode) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy

type BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumes

type BatchGetPodsResponsePathSelectorPodsSpecVolumes struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) ConfigMap

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) HostPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) Name

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) Secret

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) Items

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) Name

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) Optional

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Key

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Mode

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Path

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional

type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath

type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) Path

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) Type

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath

type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType

type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesName

type BatchGetPodsResponsePathSelectorPodsSpecVolumesName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) DefaultMode

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) Items

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) Optional

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) SecretName

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) Key

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) Mode

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) Path

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName

type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName struct{}

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue

type BatchGetPodsResponsePathSelectorPodsStatus

type BatchGetPodsResponsePathSelectorPodsStatus struct{}

func (BatchGetPodsResponsePathSelectorPodsStatus) ContainerStatuses

func (BatchGetPodsResponsePathSelectorPodsStatus) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatus) Phase

func (BatchGetPodsResponsePathSelectorPodsStatus) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatus) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) Name

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) State

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason

type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue

type BatchGetPodsResponsePathSelectorPodsStatusPhase

type BatchGetPodsResponsePathSelectorPodsStatusPhase struct{}

func (BatchGetPodsResponsePathSelectorPodsStatusPhase) FieldPath

func (BatchGetPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues

func (BatchGetPodsResponsePathSelectorPodsStatusPhase) WithValue

type BatchGetPodsResponse_FieldMask

type BatchGetPodsResponse_FieldMask struct {
	Paths []BatchGetPodsResponse_FieldPath
}

func FullBatchGetPodsResponse_FieldMask

func FullBatchGetPodsResponse_FieldMask() *BatchGetPodsResponse_FieldMask

func (*BatchGetPodsResponse_FieldMask) AppendPath

func (*BatchGetPodsResponse_FieldMask) AppendRawPath

func (fieldMask *BatchGetPodsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*BatchGetPodsResponse_FieldMask) DecodeFirestore

func (fieldMask *BatchGetPodsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*BatchGetPodsResponse_FieldMask) EncodeFirestore

func (fieldMask *BatchGetPodsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*BatchGetPodsResponse_FieldMask) FilterInputFields

func (fieldMask *BatchGetPodsResponse_FieldMask) FilterInputFields() *BatchGetPodsResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*BatchGetPodsResponse_FieldMask) FromProtoFieldMask

func (fieldMask *BatchGetPodsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*BatchGetPodsResponse_FieldMask) GetPaths

func (*BatchGetPodsResponse_FieldMask) GetRawPaths

func (fieldMask *BatchGetPodsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*BatchGetPodsResponse_FieldMask) IsFull

func (fieldMask *BatchGetPodsResponse_FieldMask) IsFull() bool

func (BatchGetPodsResponse_FieldMask) Marshal

func (fieldMask BatchGetPodsResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (BatchGetPodsResponse_FieldMask) MarshalJSON

func (fieldMask BatchGetPodsResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*BatchGetPodsResponse_FieldMask) PathsCount

func (fieldMask *BatchGetPodsResponse_FieldMask) PathsCount() int

func (*BatchGetPodsResponse_FieldMask) Project

func (*BatchGetPodsResponse_FieldMask) ProjectRaw

func (*BatchGetPodsResponse_FieldMask) ProtoMessage

func (fieldMask *BatchGetPodsResponse_FieldMask) ProtoMessage()

func (*BatchGetPodsResponse_FieldMask) ProtoReflect

func (fieldMask *BatchGetPodsResponse_FieldMask) ProtoReflect() preflect.Message

func (*BatchGetPodsResponse_FieldMask) Reset

func (fieldMask *BatchGetPodsResponse_FieldMask) Reset()

func (*BatchGetPodsResponse_FieldMask) Set

func (fieldMask *BatchGetPodsResponse_FieldMask) Set(target, source *BatchGetPodsResponse)

func (*BatchGetPodsResponse_FieldMask) SetFromCliFlag

func (fieldMask *BatchGetPodsResponse_FieldMask) SetFromCliFlag(raw string) error

func (*BatchGetPodsResponse_FieldMask) SetRaw

func (fieldMask *BatchGetPodsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*BatchGetPodsResponse_FieldMask) Size

func (fieldMask *BatchGetPodsResponse_FieldMask) Size() int

func (*BatchGetPodsResponse_FieldMask) String

func (fieldMask *BatchGetPodsResponse_FieldMask) String() string

func (*BatchGetPodsResponse_FieldMask) Subtract

func (*BatchGetPodsResponse_FieldMask) SubtractRaw

func (*BatchGetPodsResponse_FieldMask) ToProtoFieldMask

func (fieldMask *BatchGetPodsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*BatchGetPodsResponse_FieldMask) Unmarshal

func (fieldMask *BatchGetPodsResponse_FieldMask) Unmarshal(data []byte) error

func (*BatchGetPodsResponse_FieldMask) UnmarshalJSON

func (fieldMask *BatchGetPodsResponse_FieldMask) UnmarshalJSON(data []byte) error

type BatchGetPodsResponse_FieldPath

type BatchGetPodsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() BatchGetPodsResponse_FieldPathSelector
	Get(source *BatchGetPodsResponse) []interface{}
	GetSingle(source *BatchGetPodsResponse) (interface{}, bool)
	ClearValue(item *BatchGetPodsResponse)

	// Those methods build corresponding BatchGetPodsResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) BatchGetPodsResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) BatchGetPodsResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) BatchGetPodsResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseBatchGetPodsResponse_FieldPath

func MustParseBatchGetPodsResponse_FieldPath(rawField string) BatchGetPodsResponse_FieldPath

func ParseBatchGetPodsResponse_FieldPath

func ParseBatchGetPodsResponse_FieldPath(rawField string) (BatchGetPodsResponse_FieldPath, error)

type BatchGetPodsResponse_FieldPathArrayItemValue

type BatchGetPodsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	BatchGetPodsResponse_FieldPath
	ContainsValue(*BatchGetPodsResponse) bool
}

BatchGetPodsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for BatchGetPodsResponse according to their type Present only for array (repeated) types.

func MustParseBatchGetPodsResponse_FieldPathArrayItemValue

func MustParseBatchGetPodsResponse_FieldPathArrayItemValue(pathStr, valueStr string) BatchGetPodsResponse_FieldPathArrayItemValue

func ParseBatchGetPodsResponse_FieldPathArrayItemValue

func ParseBatchGetPodsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (BatchGetPodsResponse_FieldPathArrayItemValue, error)

ParseBatchGetPodsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type BatchGetPodsResponse_FieldPathArrayOfValues

type BatchGetPodsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	BatchGetPodsResponse_FieldPath
}

BatchGetPodsResponse_FieldPathArrayOfValues allows storing slice of values for BatchGetPodsResponse fields according to their type

func MustParseBatchGetPodsResponse_FieldPathArrayOfValues

func MustParseBatchGetPodsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) BatchGetPodsResponse_FieldPathArrayOfValues

func ParseBatchGetPodsResponse_FieldPathArrayOfValues

func ParseBatchGetPodsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (BatchGetPodsResponse_FieldPathArrayOfValues, error)

type BatchGetPodsResponse_FieldPathSelector

type BatchGetPodsResponse_FieldPathSelector int32
const (
	BatchGetPodsResponse_FieldPathSelectorPods    BatchGetPodsResponse_FieldPathSelector = 0
	BatchGetPodsResponse_FieldPathSelectorMissing BatchGetPodsResponse_FieldPathSelector = 1
)

func (BatchGetPodsResponse_FieldPathSelector) String

type BatchGetPodsResponse_FieldPathValue

type BatchGetPodsResponse_FieldPathValue interface {
	BatchGetPodsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **BatchGetPodsResponse)
	CompareWith(*BatchGetPodsResponse) (cmp int, comparable bool)
}

BatchGetPodsResponse_FieldPathValue allows storing values for BatchGetPodsResponse fields according to their type

func MustParseBatchGetPodsResponse_FieldPathValue

func MustParseBatchGetPodsResponse_FieldPathValue(pathStr, valueStr string) BatchGetPodsResponse_FieldPathValue

func ParseBatchGetPodsResponse_FieldPathValue

func ParseBatchGetPodsResponse_FieldPathValue(pathStr, valueStr string) (BatchGetPodsResponse_FieldPathValue, error)

type BatchGetPodsResponse_FieldSubPath

type BatchGetPodsResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldSubPath) AsPodsSubPath

func (fps *BatchGetPodsResponse_FieldSubPath) AsPodsSubPath() (pod.Pod_FieldPath, bool)

func (*BatchGetPodsResponse_FieldSubPath) ClearValue

func (*BatchGetPodsResponse_FieldSubPath) ClearValueRaw

func (fps *BatchGetPodsResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*BatchGetPodsResponse_FieldSubPath) Get

func (fps *BatchGetPodsResponse_FieldSubPath) Get(source *BatchGetPodsResponse) (values []interface{})

Get returns all values pointed by selected field from source BatchGetPodsResponse

func (*BatchGetPodsResponse_FieldSubPath) GetDefault

func (fps *BatchGetPodsResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetPodsResponse_FieldSubPath) GetRaw

func (fps *BatchGetPodsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetPodsResponse_FieldSubPath) GetSingle

func (fps *BatchGetPodsResponse_FieldSubPath) GetSingle(source *BatchGetPodsResponse) (interface{}, bool)

GetSingle returns value of selected field from source BatchGetPodsResponse

func (*BatchGetPodsResponse_FieldSubPath) GetSingleRaw

func (fps *BatchGetPodsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetPodsResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPodsResponse_FieldSubPath) JSONString

func (fps *BatchGetPodsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*BatchGetPodsResponse_FieldSubPath) Selector

func (*BatchGetPodsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *BatchGetPodsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetPodsResponse_FieldSubPath) String

String returns path representation in proto convention

func (*BatchGetPodsResponse_FieldSubPath) WithIArrayItemValue

func (fps *BatchGetPodsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetPodsResponse_FieldPathArrayItemValue

func (*BatchGetPodsResponse_FieldSubPath) WithIArrayOfValues

func (fps *BatchGetPodsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetPodsResponse_FieldPathArrayOfValues

func (*BatchGetPodsResponse_FieldSubPath) WithIValue

func (*BatchGetPodsResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *BatchGetPodsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetPodsResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *BatchGetPodsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetPodsResponse_FieldSubPath) WithRawIValue

func (fps *BatchGetPodsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetPodsResponse_FieldSubPathArrayItemValue

type BatchGetPodsResponse_FieldSubPathArrayItemValue struct {
	BatchGetPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldSubPathArrayItemValue) AsPodsPathItemValue

func (*BatchGetPodsResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetPodsResponse'

func (*BatchGetPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *BatchGetPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type BatchGetPodsResponse_FieldSubPathArrayOfValues

type BatchGetPodsResponse_FieldSubPathArrayOfValues struct {
	BatchGetPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldSubPathArrayOfValues) AsPodsPathArrayOfValues

func (*BatchGetPodsResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *BatchGetPodsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type BatchGetPodsResponse_FieldSubPathValue

type BatchGetPodsResponse_FieldSubPathValue struct {
	BatchGetPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldSubPathValue) AsPodsPathValue

func (*BatchGetPodsResponse_FieldSubPathValue) CompareWith

func (*BatchGetPodsResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *BatchGetPodsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetPodsResponse_FieldSubPathValue) GetRawValue

func (fpvs *BatchGetPodsResponse_FieldSubPathValue) GetRawValue() interface{}

func (*BatchGetPodsResponse_FieldSubPathValue) SetTo

func (*BatchGetPodsResponse_FieldSubPathValue) SetToRaw

func (fpvs *BatchGetPodsResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type BatchGetPodsResponse_FieldTerminalPath

type BatchGetPodsResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldTerminalPath) ClearValue

func (*BatchGetPodsResponse_FieldTerminalPath) ClearValueRaw

func (fp *BatchGetPodsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*BatchGetPodsResponse_FieldTerminalPath) Get

func (fp *BatchGetPodsResponse_FieldTerminalPath) Get(source *BatchGetPodsResponse) (values []interface{})

Get returns all values pointed by specific field from source BatchGetPodsResponse

func (*BatchGetPodsResponse_FieldTerminalPath) GetDefault

func (fp *BatchGetPodsResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*BatchGetPodsResponse_FieldTerminalPath) GetRaw

func (fp *BatchGetPodsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*BatchGetPodsResponse_FieldTerminalPath) GetSingle

func (fp *BatchGetPodsResponse_FieldTerminalPath) GetSingle(source *BatchGetPodsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source BatchGetPodsResponse

func (*BatchGetPodsResponse_FieldTerminalPath) GetSingleRaw

func (fp *BatchGetPodsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*BatchGetPodsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*BatchGetPodsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*BatchGetPodsResponse_FieldTerminalPath) Selector

func (*BatchGetPodsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *BatchGetPodsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*BatchGetPodsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*BatchGetPodsResponse_FieldTerminalPath) WithIArrayItemValue

func (*BatchGetPodsResponse_FieldTerminalPath) WithIArrayOfValues

func (*BatchGetPodsResponse_FieldTerminalPath) WithIValue

func (*BatchGetPodsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *BatchGetPodsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*BatchGetPodsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *BatchGetPodsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*BatchGetPodsResponse_FieldTerminalPath) WithRawIValue

func (fp *BatchGetPodsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type BatchGetPodsResponse_FieldTerminalPathArrayItemValue

type BatchGetPodsResponse_FieldTerminalPathArrayItemValue struct {
	BatchGetPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue

func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) AsPodsItemValue

func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'BatchGetPodsResponse'

func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object BatchGetPodsResponse as interface{}

func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetPodsResponse) (interface{}, bool)

func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type BatchGetPodsResponse_FieldTerminalPathArrayOfValues

type BatchGetPodsResponse_FieldTerminalPathArrayOfValues struct {
	BatchGetPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues

func (fpaov *BatchGetPodsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*pod.Reference, bool)

func (*BatchGetPodsResponse_FieldTerminalPathArrayOfValues) AsPodsArrayOfValues

func (fpaov *BatchGetPodsResponse_FieldTerminalPathArrayOfValues) AsPodsArrayOfValues() ([][]*pod.Pod, bool)

func (*BatchGetPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *BatchGetPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type BatchGetPodsResponse_FieldTerminalPathValue

type BatchGetPodsResponse_FieldTerminalPathValue struct {
	BatchGetPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*BatchGetPodsResponse_FieldTerminalPathValue) AsMissingValue

func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) AsMissingValue() ([]*pod.Reference, bool)

func (*BatchGetPodsResponse_FieldTerminalPathValue) AsPodsValue

func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) AsPodsValue() ([]*pod.Pod, bool)

func (*BatchGetPodsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'BatchGetPodsResponse_FieldTerminalPathValue' with the value under path in 'BatchGetPodsResponse'.

func (*BatchGetPodsResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*BatchGetPodsResponse_FieldTerminalPathValue) GetRawValue

func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'BatchGetPodsResponse' as interface{}

func (*BatchGetPodsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object BatchGetPodsResponse

func (*BatchGetPodsResponse_FieldTerminalPathValue) SetToRaw

type CreatePodDescriptor added in v0.4.28

type CreatePodDescriptor struct{}

func GetCreatePodDescriptor added in v0.4.28

func GetCreatePodDescriptor() *CreatePodDescriptor

func (*CreatePodDescriptor) GetApiDescriptor added in v0.4.28

func (d *CreatePodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*CreatePodDescriptor) GetApiName added in v0.4.28

func (d *CreatePodDescriptor) GetApiName() string

func (*CreatePodDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *CreatePodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreatePodDescriptor) GetFullMethodName added in v0.4.28

func (d *CreatePodDescriptor) GetFullMethodName() string

func (*CreatePodDescriptor) GetMethodName added in v0.4.28

func (d *CreatePodDescriptor) GetMethodName() string

func (*CreatePodDescriptor) GetProtoPkgName added in v0.4.28

func (d *CreatePodDescriptor) GetProtoPkgName() string

func (*CreatePodDescriptor) GetResourceDescriptor added in v0.4.30

func (d *CreatePodDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*CreatePodDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *CreatePodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*CreatePodDescriptor) GetServiceDomain added in v0.4.28

func (d *CreatePodDescriptor) GetServiceDomain() string

func (*CreatePodDescriptor) GetServiceVersion added in v0.4.28

func (d *CreatePodDescriptor) GetServiceVersion() string

func (*CreatePodDescriptor) GetVerb added in v0.4.28

func (d *CreatePodDescriptor) GetVerb() string

func (*CreatePodDescriptor) HasResource added in v0.4.30

func (d *CreatePodDescriptor) HasResource() bool

func (*CreatePodDescriptor) IsClientStream added in v0.4.28

func (d *CreatePodDescriptor) IsClientStream() bool

func (*CreatePodDescriptor) IsCollection added in v0.4.30

func (d *CreatePodDescriptor) IsCollection() bool

func (*CreatePodDescriptor) IsPlural added in v0.4.30

func (d *CreatePodDescriptor) IsPlural() bool

func (*CreatePodDescriptor) IsServerStream added in v0.4.28

func (d *CreatePodDescriptor) IsServerStream() bool

func (*CreatePodDescriptor) IsUnary added in v0.4.28

func (d *CreatePodDescriptor) IsUnary() bool

func (*CreatePodDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *CreatePodDescriptor) NewEmptyClientMsg() proto.Message

func (*CreatePodDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *CreatePodDescriptor) NewEmptyServerMsg() proto.Message

func (*CreatePodDescriptor) RequestHasResourceBody added in v0.4.28

func (d *CreatePodDescriptor) RequestHasResourceBody() bool

type CreatePodDescriptorClientMsgHandle added in v0.4.28

type CreatePodDescriptorClientMsgHandle struct{}

func (*CreatePodDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *CreatePodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*CreatePodDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*CreatePodDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type CreatePodDescriptorServerMsgHandle added in v0.4.28

type CreatePodDescriptorServerMsgHandle struct{}

func (*CreatePodDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *CreatePodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*CreatePodDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*CreatePodDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type CreatePodRequest

type CreatePodRequest struct {

	// Parent reference of ntt.applications.v1alpha.Pod
	Parent *pod.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Pod resource body
	Pod *pod.Pod `protobuf:"bytes,2,opt,name=pod,proto3" json:"pod,omitempty" firestore:"pod"`
	// contains filtered or unexported fields
}

Request message for method [CreatePod][ntt.applications.v1alpha.CreatePod]

func (*CreatePodRequest) Clone

func (o *CreatePodRequest) Clone() *CreatePodRequest

func (*CreatePodRequest) CloneRaw

func (*CreatePodRequest) Descriptor

func (*CreatePodRequest) Descriptor() ([]byte, []int)

Deprecated, Use CreatePodRequest.ProtoReflect.Descriptor instead.

func (*CreatePodRequest) GetParent

func (m *CreatePodRequest) GetParent() *pod.ParentReference

func (*CreatePodRequest) GetPod

func (m *CreatePodRequest) GetPod() *pod.Pod

func (*CreatePodRequest) GotenMessage

func (*CreatePodRequest) GotenMessage()

func (*CreatePodRequest) GotenObjectExt

func (o *CreatePodRequest) GotenObjectExt()

func (*CreatePodRequest) GotenValidate

func (obj *CreatePodRequest) GotenValidate() error

func (*CreatePodRequest) MakeDiffFieldMask

func (o *CreatePodRequest) MakeDiffFieldMask(other *CreatePodRequest) *CreatePodRequest_FieldMask

func (*CreatePodRequest) MakeFullFieldMask

func (o *CreatePodRequest) MakeFullFieldMask() *CreatePodRequest_FieldMask

func (*CreatePodRequest) MakeRawDiffFieldMask

func (o *CreatePodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*CreatePodRequest) MakeRawFullFieldMask

func (o *CreatePodRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*CreatePodRequest) Marshal

func (m *CreatePodRequest) Marshal() ([]byte, error)

func (*CreatePodRequest) MarshalJSON

func (m *CreatePodRequest) MarshalJSON() ([]byte, error)

func (*CreatePodRequest) Merge

func (o *CreatePodRequest) Merge(source *CreatePodRequest)

func (*CreatePodRequest) MergeRaw

func (o *CreatePodRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*CreatePodRequest) ProtoMessage

func (*CreatePodRequest) ProtoMessage()

func (*CreatePodRequest) ProtoReflect

func (m *CreatePodRequest) ProtoReflect() preflect.Message

func (*CreatePodRequest) Reset

func (m *CreatePodRequest) Reset()

func (*CreatePodRequest) SetParent

func (m *CreatePodRequest) SetParent(fv *pod.ParentReference)

func (*CreatePodRequest) SetPod

func (m *CreatePodRequest) SetPod(fv *pod.Pod)

func (*CreatePodRequest) String

func (m *CreatePodRequest) String() string

func (*CreatePodRequest) Unmarshal

func (m *CreatePodRequest) Unmarshal(b []byte) error

func (*CreatePodRequest) UnmarshalJSON

func (m *CreatePodRequest) UnmarshalJSON(data []byte) error

type CreatePodRequestFieldPathBuilder

type CreatePodRequestFieldPathBuilder struct{}

func NewCreatePodRequestFieldPathBuilder

func NewCreatePodRequestFieldPathBuilder() CreatePodRequestFieldPathBuilder

func (CreatePodRequestFieldPathBuilder) Parent

func (CreatePodRequestFieldPathBuilder) Pod

type CreatePodRequestMapPathSelectorPodMetadataAnnotations

type CreatePodRequestMapPathSelectorPodMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (CreatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath

func (CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues

func (CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue

type CreatePodRequestMapPathSelectorPodMetadataLabels

type CreatePodRequestMapPathSelectorPodMetadataLabels struct {
	// contains filtered or unexported fields
}

func (CreatePodRequestMapPathSelectorPodMetadataLabels) FieldPath

func (CreatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues

func (CreatePodRequestMapPathSelectorPodMetadataLabels) WithValue

type CreatePodRequestMapPathSelectorPodMetadataShards

type CreatePodRequestMapPathSelectorPodMetadataShards struct {
	// contains filtered or unexported fields
}

func (CreatePodRequestMapPathSelectorPodMetadataShards) FieldPath

func (CreatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues

func (CreatePodRequestMapPathSelectorPodMetadataShards) WithValue

type CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits

type CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits struct {
	// contains filtered or unexported fields
}

func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath

func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues

func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue

type CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests

type CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests struct {
	// contains filtered or unexported fields
}

func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) FieldPath

func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues

func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue

type CreatePodRequestPathSelectorParent

type CreatePodRequestPathSelectorParent struct{}

func (CreatePodRequestPathSelectorParent) FieldPath

func (CreatePodRequestPathSelectorParent) WithArrayOfValues

func (CreatePodRequestPathSelectorParent) WithValue

type CreatePodRequestPathSelectorPod

type CreatePodRequestPathSelectorPod struct{}

func (CreatePodRequestPathSelectorPod) DisplayName

func (CreatePodRequestPathSelectorPod) Distribution added in v0.12.69

func (CreatePodRequestPathSelectorPod) FieldPath

func (CreatePodRequestPathSelectorPod) Metadata

func (CreatePodRequestPathSelectorPod) Name

func (CreatePodRequestPathSelectorPod) Spec

func (CreatePodRequestPathSelectorPod) Status

func (CreatePodRequestPathSelectorPod) WithArrayOfValues

func (CreatePodRequestPathSelectorPod) WithSubArrayItemValue

func (CreatePodRequestPathSelectorPod) WithSubArrayOfValues

func (CreatePodRequestPathSelectorPod) WithSubPath

func (CreatePodRequestPathSelectorPod) WithSubValue

func (CreatePodRequestPathSelectorPod) WithValue

type CreatePodRequestPathSelectorPodDisplayName

type CreatePodRequestPathSelectorPodDisplayName struct{}

func (CreatePodRequestPathSelectorPodDisplayName) FieldPath

func (CreatePodRequestPathSelectorPodDisplayName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodDisplayName) WithValue

type CreatePodRequestPathSelectorPodDistribution added in v0.12.69

type CreatePodRequestPathSelectorPodDistribution struct{}

func (CreatePodRequestPathSelectorPodDistribution) FieldPath added in v0.12.69

func (CreatePodRequestPathSelectorPodDistribution) WithArrayOfValues added in v0.12.69

func (CreatePodRequestPathSelectorPodDistribution) WithValue added in v0.12.69

type CreatePodRequestPathSelectorPodMetadata

type CreatePodRequestPathSelectorPodMetadata struct{}

func (CreatePodRequestPathSelectorPodMetadata) Annotations

func (CreatePodRequestPathSelectorPodMetadata) CreateTime

func (CreatePodRequestPathSelectorPodMetadata) DeleteTime added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadata) FieldPath

func (CreatePodRequestPathSelectorPodMetadata) Generation

func (CreatePodRequestPathSelectorPodMetadata) Labels

func (CreatePodRequestPathSelectorPodMetadata) Lifecycle added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadata) OwnerReferences

func (CreatePodRequestPathSelectorPodMetadata) ResourceVersion

func (CreatePodRequestPathSelectorPodMetadata) Shards

func (CreatePodRequestPathSelectorPodMetadata) Syncing

func (CreatePodRequestPathSelectorPodMetadata) Tags

func (CreatePodRequestPathSelectorPodMetadata) UpdateTime

func (CreatePodRequestPathSelectorPodMetadata) Uuid

func (CreatePodRequestPathSelectorPodMetadata) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadata) WithValue

type CreatePodRequestPathSelectorPodMetadataAnnotations

type CreatePodRequestPathSelectorPodMetadataAnnotations struct{}

func (CreatePodRequestPathSelectorPodMetadataAnnotations) FieldPath

func (CreatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataAnnotations) WithKey

func (CreatePodRequestPathSelectorPodMetadataAnnotations) WithValue

type CreatePodRequestPathSelectorPodMetadataCreateTime

type CreatePodRequestPathSelectorPodMetadataCreateTime struct{}

func (CreatePodRequestPathSelectorPodMetadataCreateTime) FieldPath

func (CreatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataCreateTime) WithValue

type CreatePodRequestPathSelectorPodMetadataDeleteTime added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataDeleteTime struct{}

func (CreatePodRequestPathSelectorPodMetadataDeleteTime) FieldPath added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataDeleteTime) WithValue added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataGeneration

type CreatePodRequestPathSelectorPodMetadataGeneration struct{}

func (CreatePodRequestPathSelectorPodMetadataGeneration) FieldPath

func (CreatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataGeneration) WithValue

type CreatePodRequestPathSelectorPodMetadataLabels

type CreatePodRequestPathSelectorPodMetadataLabels struct{}

func (CreatePodRequestPathSelectorPodMetadataLabels) FieldPath

func (CreatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataLabels) WithKey

func (CreatePodRequestPathSelectorPodMetadataLabels) WithValue

type CreatePodRequestPathSelectorPodMetadataLifecycle added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataLifecycle struct{}

func (CreatePodRequestPathSelectorPodMetadataLifecycle) BlockDeletion added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycle) FieldPath added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycle) State added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycle) WithValue added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion struct{}

func (CreatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataLifecycleState added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataLifecycleState struct{}

func (CreatePodRequestPathSelectorPodMetadataLifecycleState) FieldPath added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataLifecycleState) WithValue added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataOwnerReferences

type CreatePodRequestPathSelectorPodMetadataOwnerReferences struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Controller

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Kind

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Name

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Region added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Version added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue

func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesController

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesController struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) FieldPath

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) FieldPath

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesName

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesName struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) FieldPath

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesRegion added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesRegion struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesVersion added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataOwnerReferencesVersion struct{}

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type CreatePodRequestPathSelectorPodMetadataResourceVersion

type CreatePodRequestPathSelectorPodMetadataResourceVersion struct{}

func (CreatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath

func (CreatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataResourceVersion) WithValue

type CreatePodRequestPathSelectorPodMetadataShards

type CreatePodRequestPathSelectorPodMetadataShards struct{}

func (CreatePodRequestPathSelectorPodMetadataShards) FieldPath

func (CreatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataShards) WithKey

func (CreatePodRequestPathSelectorPodMetadataShards) WithValue

type CreatePodRequestPathSelectorPodMetadataSyncing

type CreatePodRequestPathSelectorPodMetadataSyncing struct{}

func (CreatePodRequestPathSelectorPodMetadataSyncing) FieldPath

func (CreatePodRequestPathSelectorPodMetadataSyncing) OwningRegion

func (CreatePodRequestPathSelectorPodMetadataSyncing) Regions

func (CreatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataSyncing) WithValue

type CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion

type CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion struct{}

func (CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) FieldPath

func (CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue

type CreatePodRequestPathSelectorPodMetadataSyncingRegions

type CreatePodRequestPathSelectorPodMetadataSyncingRegions struct{}

func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath

func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue

func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue

type CreatePodRequestPathSelectorPodMetadataTags

type CreatePodRequestPathSelectorPodMetadataTags struct{}

func (CreatePodRequestPathSelectorPodMetadataTags) FieldPath

func (CreatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataTags) WithItemValue

func (CreatePodRequestPathSelectorPodMetadataTags) WithValue

type CreatePodRequestPathSelectorPodMetadataUpdateTime

type CreatePodRequestPathSelectorPodMetadataUpdateTime struct{}

func (CreatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath

func (CreatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataUpdateTime) WithValue

type CreatePodRequestPathSelectorPodMetadataUuid

type CreatePodRequestPathSelectorPodMetadataUuid struct{}

func (CreatePodRequestPathSelectorPodMetadataUuid) FieldPath

func (CreatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues

func (CreatePodRequestPathSelectorPodMetadataUuid) WithValue

type CreatePodRequestPathSelectorPodName

type CreatePodRequestPathSelectorPodName struct{}

func (CreatePodRequestPathSelectorPodName) FieldPath

func (CreatePodRequestPathSelectorPodName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodName) WithValue

type CreatePodRequestPathSelectorPodSpec

type CreatePodRequestPathSelectorPodSpec struct{}

func (CreatePodRequestPathSelectorPodSpec) Compose

func (CreatePodRequestPathSelectorPodSpec) Containers

func (CreatePodRequestPathSelectorPodSpec) FieldPath

func (CreatePodRequestPathSelectorPodSpec) HostNetwork

func (CreatePodRequestPathSelectorPodSpec) HostVolumeMounts

func (CreatePodRequestPathSelectorPodSpec) ImagePullSecrets

func (CreatePodRequestPathSelectorPodSpec) Node

func (CreatePodRequestPathSelectorPodSpec) RestartPolicy

func (CreatePodRequestPathSelectorPodSpec) Volumes

func (CreatePodRequestPathSelectorPodSpec) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpec) WithValue

type CreatePodRequestPathSelectorPodSpecCompose

type CreatePodRequestPathSelectorPodSpecCompose struct{}

func (CreatePodRequestPathSelectorPodSpecCompose) FieldPath

func (CreatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecCompose) WithValue

type CreatePodRequestPathSelectorPodSpecContainers

type CreatePodRequestPathSelectorPodSpecContainers struct{}

func (CreatePodRequestPathSelectorPodSpecContainers) Args

func (CreatePodRequestPathSelectorPodSpecContainers) Command

func (CreatePodRequestPathSelectorPodSpecContainers) Env

func (CreatePodRequestPathSelectorPodSpecContainers) EnvFrom

func (CreatePodRequestPathSelectorPodSpecContainers) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainers) Image

func (CreatePodRequestPathSelectorPodSpecContainers) ImagePullPolicy

func (CreatePodRequestPathSelectorPodSpecContainers) Name

func (CreatePodRequestPathSelectorPodSpecContainers) Resources

func (CreatePodRequestPathSelectorPodSpecContainers) SecurityContext

func (CreatePodRequestPathSelectorPodSpecContainers) VolumeMounts

func (CreatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainers) WithItemValue

func (CreatePodRequestPathSelectorPodSpecContainers) WithValue

type CreatePodRequestPathSelectorPodSpecContainersArgs

type CreatePodRequestPathSelectorPodSpecContainersArgs struct{}

func (CreatePodRequestPathSelectorPodSpecContainersArgs) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue

func (CreatePodRequestPathSelectorPodSpecContainersArgs) WithValue

type CreatePodRequestPathSelectorPodSpecContainersCommand

type CreatePodRequestPathSelectorPodSpecContainersCommand struct{}

func (CreatePodRequestPathSelectorPodSpecContainersCommand) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue

func (CreatePodRequestPathSelectorPodSpecContainersCommand) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnv

type CreatePodRequestPathSelectorPodSpecContainersEnv struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnv) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnv) Name

func (CreatePodRequestPathSelectorPodSpecContainersEnv) Value

func (CreatePodRequestPathSelectorPodSpecContainersEnv) ValueFrom

func (CreatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue

func (CreatePodRequestPathSelectorPodSpecContainersEnv) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFrom

type CreatePodRequestPathSelectorPodSpecContainersEnvFrom struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) ConfigMapRef

func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) Prefix

func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) SecretRef

func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef

type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName

type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional

type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix

type CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef

type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) Name

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName

type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional

type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvName

type CreatePodRequestPathSelectorPodSpecContainersEnvName struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvName) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValue struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional

type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional struct{}

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue

type CreatePodRequestPathSelectorPodSpecContainersImage

type CreatePodRequestPathSelectorPodSpecContainersImage struct{}

func (CreatePodRequestPathSelectorPodSpecContainersImage) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersImage) WithValue

type CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy

type CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy struct{}

func (CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue

type CreatePodRequestPathSelectorPodSpecContainersName

type CreatePodRequestPathSelectorPodSpecContainersName struct{}

func (CreatePodRequestPathSelectorPodSpecContainersName) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersName) WithValue

type CreatePodRequestPathSelectorPodSpecContainersResources

type CreatePodRequestPathSelectorPodSpecContainersResources struct{}

func (CreatePodRequestPathSelectorPodSpecContainersResources) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersResources) Limits

func (CreatePodRequestPathSelectorPodSpecContainersResources) Requests

func (CreatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersResources) WithValue

type CreatePodRequestPathSelectorPodSpecContainersResourcesLimits

type CreatePodRequestPathSelectorPodSpecContainersResourcesLimits struct{}

func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithKey

func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue

type CreatePodRequestPathSelectorPodSpecContainersResourcesRequests

type CreatePodRequestPathSelectorPodSpecContainersResourcesRequests struct{}

func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithKey

func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue

type CreatePodRequestPathSelectorPodSpecContainersSecurityContext

type CreatePodRequestPathSelectorPodSpecContainersSecurityContext struct{}

func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue

type CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged

type CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged struct{}

func (CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue

type CreatePodRequestPathSelectorPodSpecContainersVolumeMounts

type CreatePodRequestPathSelectorPodSpecContainersVolumeMounts struct{}

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) Name

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) ReadOnly

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) SubPath

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath struct{}

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName struct{}

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly struct{}

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath

type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath struct{}

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue

type CreatePodRequestPathSelectorPodSpecHostNetwork

type CreatePodRequestPathSelectorPodSpecHostNetwork struct{}

func (CreatePodRequestPathSelectorPodSpecHostNetwork) FieldPath

func (CreatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecHostNetwork) WithValue

type CreatePodRequestPathSelectorPodSpecHostVolumeMounts

type CreatePodRequestPathSelectorPodSpecHostVolumeMounts struct{}

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) MountPath

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) Name

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) ReadOnly

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) SubPath

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue

func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath struct{}

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsName

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsName struct{}

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly struct{}

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) FieldPath

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath

type CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath struct{}

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue

type CreatePodRequestPathSelectorPodSpecImagePullSecrets

type CreatePodRequestPathSelectorPodSpecImagePullSecrets struct{}

func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath

func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) Name

func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue

func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue

type CreatePodRequestPathSelectorPodSpecImagePullSecretsName

type CreatePodRequestPathSelectorPodSpecImagePullSecretsName struct{}

func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath

func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue

type CreatePodRequestPathSelectorPodSpecNode

type CreatePodRequestPathSelectorPodSpecNode struct{}

func (CreatePodRequestPathSelectorPodSpecNode) FieldPath

func (CreatePodRequestPathSelectorPodSpecNode) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecNode) WithValue

type CreatePodRequestPathSelectorPodSpecRestartPolicy

type CreatePodRequestPathSelectorPodSpecRestartPolicy struct{}

func (CreatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath

func (CreatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecRestartPolicy) WithValue

type CreatePodRequestPathSelectorPodSpecVolumes

type CreatePodRequestPathSelectorPodSpecVolumes struct{}

func (CreatePodRequestPathSelectorPodSpecVolumes) ConfigMap

func (CreatePodRequestPathSelectorPodSpecVolumes) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumes) HostPath

func (CreatePodRequestPathSelectorPodSpecVolumes) Name

func (CreatePodRequestPathSelectorPodSpecVolumes) Secret

func (CreatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumes) WithItemValue

func (CreatePodRequestPathSelectorPodSpecVolumes) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMap

type CreatePodRequestPathSelectorPodSpecVolumesConfigMap struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) DefaultMode

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) Items

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) Name

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) Optional

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Key

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Mode

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Path

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapName

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapName struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional

type CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesHostPath

type CreatePodRequestPathSelectorPodSpecVolumesHostPath struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) Path

func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) Type

func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesHostPathPath

type CreatePodRequestPathSelectorPodSpecVolumesHostPathPath struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesHostPathType

type CreatePodRequestPathSelectorPodSpecVolumesHostPathType struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesName

type CreatePodRequestPathSelectorPodSpecVolumesName struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesName) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesName) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecret

type CreatePodRequestPathSelectorPodSpecVolumesSecret struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecret) DefaultMode

func (CreatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecret) Items

func (CreatePodRequestPathSelectorPodSpecVolumesSecret) Optional

func (CreatePodRequestPathSelectorPodSpecVolumesSecret) SecretName

func (CreatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecret) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode

type CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecretItems

type CreatePodRequestPathSelectorPodSpecVolumesSecretItems struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) Key

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) Mode

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) Path

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey

type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode

type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath

type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecretOptional

type CreatePodRequestPathSelectorPodSpecVolumesSecretOptional struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue

type CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName

type CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName struct{}

func (CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) FieldPath

func (CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue

type CreatePodRequestPathSelectorPodStatus

type CreatePodRequestPathSelectorPodStatus struct{}

func (CreatePodRequestPathSelectorPodStatus) ContainerStatuses

func (CreatePodRequestPathSelectorPodStatus) FieldPath

func (CreatePodRequestPathSelectorPodStatus) Phase

func (CreatePodRequestPathSelectorPodStatus) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatus) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatuses

type CreatePodRequestPathSelectorPodStatusContainerStatuses struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Name

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Running

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) State

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Terminated

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Waiting

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue

func (CreatePodRequestPathSelectorPodStatusContainerStatuses) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesName

type CreatePodRequestPathSelectorPodStatusContainerStatusesName struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesName) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesRunning

type CreatePodRequestPathSelectorPodStatusContainerStatusesRunning struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt

type CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesState

type CreatePodRequestPathSelectorPodStatusContainerStatusesState struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesState) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesState) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt

type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting

type CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage

type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue

type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason

type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason struct{}

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) FieldPath

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue

type CreatePodRequestPathSelectorPodStatusPhase

type CreatePodRequestPathSelectorPodStatusPhase struct{}

func (CreatePodRequestPathSelectorPodStatusPhase) FieldPath

func (CreatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues

func (CreatePodRequestPathSelectorPodStatusPhase) WithValue

type CreatePodRequest_FieldMask

type CreatePodRequest_FieldMask struct {
	Paths []CreatePodRequest_FieldPath
}

func FullCreatePodRequest_FieldMask

func FullCreatePodRequest_FieldMask() *CreatePodRequest_FieldMask

func (*CreatePodRequest_FieldMask) AppendPath

func (fieldMask *CreatePodRequest_FieldMask) AppendPath(path CreatePodRequest_FieldPath)

func (*CreatePodRequest_FieldMask) AppendRawPath

func (fieldMask *CreatePodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*CreatePodRequest_FieldMask) DecodeFirestore

func (fieldMask *CreatePodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*CreatePodRequest_FieldMask) EncodeFirestore

func (fieldMask *CreatePodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*CreatePodRequest_FieldMask) FilterInputFields

func (fieldMask *CreatePodRequest_FieldMask) FilterInputFields() *CreatePodRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*CreatePodRequest_FieldMask) FromProtoFieldMask

func (fieldMask *CreatePodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*CreatePodRequest_FieldMask) GetPaths

func (*CreatePodRequest_FieldMask) GetRawPaths

func (fieldMask *CreatePodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*CreatePodRequest_FieldMask) IsFull

func (fieldMask *CreatePodRequest_FieldMask) IsFull() bool

func (CreatePodRequest_FieldMask) Marshal

func (fieldMask CreatePodRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (CreatePodRequest_FieldMask) MarshalJSON

func (fieldMask CreatePodRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*CreatePodRequest_FieldMask) PathsCount

func (fieldMask *CreatePodRequest_FieldMask) PathsCount() int

func (*CreatePodRequest_FieldMask) Project

func (fieldMask *CreatePodRequest_FieldMask) Project(source *CreatePodRequest) *CreatePodRequest

func (*CreatePodRequest_FieldMask) ProjectRaw

func (*CreatePodRequest_FieldMask) ProtoMessage

func (fieldMask *CreatePodRequest_FieldMask) ProtoMessage()

func (*CreatePodRequest_FieldMask) ProtoReflect

func (fieldMask *CreatePodRequest_FieldMask) ProtoReflect() preflect.Message

func (*CreatePodRequest_FieldMask) Reset

func (fieldMask *CreatePodRequest_FieldMask) Reset()

func (*CreatePodRequest_FieldMask) Set

func (fieldMask *CreatePodRequest_FieldMask) Set(target, source *CreatePodRequest)

func (*CreatePodRequest_FieldMask) SetFromCliFlag

func (fieldMask *CreatePodRequest_FieldMask) SetFromCliFlag(raw string) error

func (*CreatePodRequest_FieldMask) SetRaw

func (fieldMask *CreatePodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*CreatePodRequest_FieldMask) Size

func (fieldMask *CreatePodRequest_FieldMask) Size() int

func (*CreatePodRequest_FieldMask) String

func (fieldMask *CreatePodRequest_FieldMask) String() string

func (*CreatePodRequest_FieldMask) Subtract

func (*CreatePodRequest_FieldMask) SubtractRaw

func (*CreatePodRequest_FieldMask) ToProtoFieldMask

func (fieldMask *CreatePodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*CreatePodRequest_FieldMask) Unmarshal

func (fieldMask *CreatePodRequest_FieldMask) Unmarshal(data []byte) error

func (*CreatePodRequest_FieldMask) UnmarshalJSON

func (fieldMask *CreatePodRequest_FieldMask) UnmarshalJSON(data []byte) error

type CreatePodRequest_FieldPath

type CreatePodRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() CreatePodRequest_FieldPathSelector
	Get(source *CreatePodRequest) []interface{}
	GetSingle(source *CreatePodRequest) (interface{}, bool)
	ClearValue(item *CreatePodRequest)

	// Those methods build corresponding CreatePodRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) CreatePodRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) CreatePodRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) CreatePodRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseCreatePodRequest_FieldPath

func MustParseCreatePodRequest_FieldPath(rawField string) CreatePodRequest_FieldPath

func ParseCreatePodRequest_FieldPath

func ParseCreatePodRequest_FieldPath(rawField string) (CreatePodRequest_FieldPath, error)

type CreatePodRequest_FieldPathArrayItemValue

type CreatePodRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	CreatePodRequest_FieldPath
	ContainsValue(*CreatePodRequest) bool
}

CreatePodRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for CreatePodRequest according to their type Present only for array (repeated) types.

func MustParseCreatePodRequest_FieldPathArrayItemValue

func MustParseCreatePodRequest_FieldPathArrayItemValue(pathStr, valueStr string) CreatePodRequest_FieldPathArrayItemValue

func ParseCreatePodRequest_FieldPathArrayItemValue

func ParseCreatePodRequest_FieldPathArrayItemValue(pathStr, valueStr string) (CreatePodRequest_FieldPathArrayItemValue, error)

ParseCreatePodRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type CreatePodRequest_FieldPathArrayOfValues

type CreatePodRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	CreatePodRequest_FieldPath
}

CreatePodRequest_FieldPathArrayOfValues allows storing slice of values for CreatePodRequest fields according to their type

func MustParseCreatePodRequest_FieldPathArrayOfValues

func MustParseCreatePodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) CreatePodRequest_FieldPathArrayOfValues

func ParseCreatePodRequest_FieldPathArrayOfValues

func ParseCreatePodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (CreatePodRequest_FieldPathArrayOfValues, error)

type CreatePodRequest_FieldPathSelector

type CreatePodRequest_FieldPathSelector int32
const (
	CreatePodRequest_FieldPathSelectorParent CreatePodRequest_FieldPathSelector = 0
	CreatePodRequest_FieldPathSelectorPod    CreatePodRequest_FieldPathSelector = 1
)

func (CreatePodRequest_FieldPathSelector) String

type CreatePodRequest_FieldPathValue

type CreatePodRequest_FieldPathValue interface {
	CreatePodRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **CreatePodRequest)
	CompareWith(*CreatePodRequest) (cmp int, comparable bool)
}

CreatePodRequest_FieldPathValue allows storing values for CreatePodRequest fields according to their type

func MustParseCreatePodRequest_FieldPathValue

func MustParseCreatePodRequest_FieldPathValue(pathStr, valueStr string) CreatePodRequest_FieldPathValue

func ParseCreatePodRequest_FieldPathValue

func ParseCreatePodRequest_FieldPathValue(pathStr, valueStr string) (CreatePodRequest_FieldPathValue, error)

type CreatePodRequest_FieldSubPath

type CreatePodRequest_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldSubPath) AsPodSubPath

func (fps *CreatePodRequest_FieldSubPath) AsPodSubPath() (pod.Pod_FieldPath, bool)

func (*CreatePodRequest_FieldSubPath) ClearValue

func (fps *CreatePodRequest_FieldSubPath) ClearValue(item *CreatePodRequest)

func (*CreatePodRequest_FieldSubPath) ClearValueRaw

func (fps *CreatePodRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*CreatePodRequest_FieldSubPath) Get

func (fps *CreatePodRequest_FieldSubPath) Get(source *CreatePodRequest) (values []interface{})

Get returns all values pointed by selected field from source CreatePodRequest

func (*CreatePodRequest_FieldSubPath) GetDefault

func (fps *CreatePodRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreatePodRequest_FieldSubPath) GetRaw

func (fps *CreatePodRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*CreatePodRequest_FieldSubPath) GetSingle

func (fps *CreatePodRequest_FieldSubPath) GetSingle(source *CreatePodRequest) (interface{}, bool)

GetSingle returns value of selected field from source CreatePodRequest

func (*CreatePodRequest_FieldSubPath) GetSingleRaw

func (fps *CreatePodRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreatePodRequest_FieldSubPath) IsLeaf

func (fps *CreatePodRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*CreatePodRequest_FieldSubPath) JSONString

func (fps *CreatePodRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreatePodRequest_FieldSubPath) Selector

func (*CreatePodRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *CreatePodRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreatePodRequest_FieldSubPath) String

func (fps *CreatePodRequest_FieldSubPath) String() string

String returns path representation in proto convention

func (*CreatePodRequest_FieldSubPath) WithIArrayItemValue

func (fps *CreatePodRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreatePodRequest_FieldPathArrayItemValue

func (*CreatePodRequest_FieldSubPath) WithIArrayOfValues

func (fps *CreatePodRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreatePodRequest_FieldPathArrayOfValues

func (*CreatePodRequest_FieldSubPath) WithIValue

func (fps *CreatePodRequest_FieldSubPath) WithIValue(value interface{}) CreatePodRequest_FieldPathValue

func (*CreatePodRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *CreatePodRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreatePodRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *CreatePodRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreatePodRequest_FieldSubPath) WithRawIValue

func (fps *CreatePodRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreatePodRequest_FieldSubPathArrayItemValue

type CreatePodRequest_FieldSubPathArrayItemValue struct {
	CreatePodRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldSubPathArrayItemValue) AsPodPathItemValue

func (*CreatePodRequest_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *CreatePodRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreatePodRequest) bool

Contains returns a boolean indicating if value that is being held is present in given 'CreatePodRequest'

func (*CreatePodRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *CreatePodRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type CreatePodRequest_FieldSubPathArrayOfValues

type CreatePodRequest_FieldSubPathArrayOfValues struct {
	CreatePodRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldSubPathArrayOfValues) AsPodPathArrayOfValues

func (*CreatePodRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *CreatePodRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type CreatePodRequest_FieldSubPathValue

type CreatePodRequest_FieldSubPathValue struct {
	CreatePodRequest_FieldPath
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldSubPathValue) AsPodPathValue

func (*CreatePodRequest_FieldSubPathValue) CompareWith

func (fpvs *CreatePodRequest_FieldSubPathValue) CompareWith(source *CreatePodRequest) (int, bool)

func (*CreatePodRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *CreatePodRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreatePodRequest_FieldSubPathValue) GetRawValue

func (fpvs *CreatePodRequest_FieldSubPathValue) GetRawValue() interface{}

func (*CreatePodRequest_FieldSubPathValue) SetTo

func (*CreatePodRequest_FieldSubPathValue) SetToRaw

func (fpvs *CreatePodRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type CreatePodRequest_FieldTerminalPath

type CreatePodRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldTerminalPath) ClearValue

func (*CreatePodRequest_FieldTerminalPath) ClearValueRaw

func (fp *CreatePodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*CreatePodRequest_FieldTerminalPath) Get

func (fp *CreatePodRequest_FieldTerminalPath) Get(source *CreatePodRequest) (values []interface{})

Get returns all values pointed by specific field from source CreatePodRequest

func (*CreatePodRequest_FieldTerminalPath) GetDefault

func (fp *CreatePodRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*CreatePodRequest_FieldTerminalPath) GetRaw

func (fp *CreatePodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*CreatePodRequest_FieldTerminalPath) GetSingle

func (fp *CreatePodRequest_FieldTerminalPath) GetSingle(source *CreatePodRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source CreatePodRequest

func (*CreatePodRequest_FieldTerminalPath) GetSingleRaw

func (fp *CreatePodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*CreatePodRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*CreatePodRequest_FieldTerminalPath) JSONString

func (fp *CreatePodRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*CreatePodRequest_FieldTerminalPath) Selector

func (*CreatePodRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *CreatePodRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*CreatePodRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*CreatePodRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *CreatePodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreatePodRequest_FieldPathArrayItemValue

func (*CreatePodRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *CreatePodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreatePodRequest_FieldPathArrayOfValues

func (*CreatePodRequest_FieldTerminalPath) WithIValue

func (fp *CreatePodRequest_FieldTerminalPath) WithIValue(value interface{}) CreatePodRequest_FieldPathValue

func (*CreatePodRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *CreatePodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*CreatePodRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *CreatePodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*CreatePodRequest_FieldTerminalPath) WithRawIValue

func (fp *CreatePodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type CreatePodRequest_FieldTerminalPathArrayItemValue

type CreatePodRequest_FieldTerminalPathArrayItemValue struct {
	CreatePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CreatePodRequest'

func (*CreatePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object CreatePodRequest as interface{}

func (*CreatePodRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreatePodRequest) (interface{}, bool)

func (*CreatePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type CreatePodRequest_FieldTerminalPathArrayOfValues

type CreatePodRequest_FieldTerminalPathArrayOfValues struct {
	CreatePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *CreatePodRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*pod.ParentReference, bool)

func (*CreatePodRequest_FieldTerminalPathArrayOfValues) AsPodArrayOfValues

func (fpaov *CreatePodRequest_FieldTerminalPathArrayOfValues) AsPodArrayOfValues() ([]*pod.Pod, bool)

func (*CreatePodRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *CreatePodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type CreatePodRequest_FieldTerminalPathValue

type CreatePodRequest_FieldTerminalPathValue struct {
	CreatePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*CreatePodRequest_FieldTerminalPathValue) AsParentValue

func (*CreatePodRequest_FieldTerminalPathValue) AsPodValue

func (fpv *CreatePodRequest_FieldTerminalPathValue) AsPodValue() (*pod.Pod, bool)

func (*CreatePodRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'CreatePodRequest_FieldTerminalPathValue' with the value under path in 'CreatePodRequest'.

func (*CreatePodRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *CreatePodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*CreatePodRequest_FieldTerminalPathValue) GetRawValue

func (fpv *CreatePodRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CreatePodRequest' as interface{}

func (*CreatePodRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CreatePodRequest

func (*CreatePodRequest_FieldTerminalPathValue) SetToRaw

type DeletePodDescriptor added in v0.4.28

type DeletePodDescriptor struct{}

func GetDeletePodDescriptor added in v0.4.28

func GetDeletePodDescriptor() *DeletePodDescriptor

func (*DeletePodDescriptor) GetApiDescriptor added in v0.4.28

func (d *DeletePodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*DeletePodDescriptor) GetApiName added in v0.4.28

func (d *DeletePodDescriptor) GetApiName() string

func (*DeletePodDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *DeletePodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeletePodDescriptor) GetFullMethodName added in v0.4.28

func (d *DeletePodDescriptor) GetFullMethodName() string

func (*DeletePodDescriptor) GetMethodName added in v0.4.28

func (d *DeletePodDescriptor) GetMethodName() string

func (*DeletePodDescriptor) GetProtoPkgName added in v0.4.28

func (d *DeletePodDescriptor) GetProtoPkgName() string

func (*DeletePodDescriptor) GetResourceDescriptor added in v0.4.30

func (d *DeletePodDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*DeletePodDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *DeletePodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*DeletePodDescriptor) GetServiceDomain added in v0.4.28

func (d *DeletePodDescriptor) GetServiceDomain() string

func (*DeletePodDescriptor) GetServiceVersion added in v0.4.28

func (d *DeletePodDescriptor) GetServiceVersion() string

func (*DeletePodDescriptor) GetVerb added in v0.4.28

func (d *DeletePodDescriptor) GetVerb() string

func (*DeletePodDescriptor) HasResource added in v0.4.30

func (d *DeletePodDescriptor) HasResource() bool

func (*DeletePodDescriptor) IsClientStream added in v0.4.28

func (d *DeletePodDescriptor) IsClientStream() bool

func (*DeletePodDescriptor) IsCollection added in v0.4.30

func (d *DeletePodDescriptor) IsCollection() bool

func (*DeletePodDescriptor) IsPlural added in v0.4.30

func (d *DeletePodDescriptor) IsPlural() bool

func (*DeletePodDescriptor) IsServerStream added in v0.4.28

func (d *DeletePodDescriptor) IsServerStream() bool

func (*DeletePodDescriptor) IsUnary added in v0.4.28

func (d *DeletePodDescriptor) IsUnary() bool

func (*DeletePodDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *DeletePodDescriptor) NewEmptyClientMsg() proto.Message

func (*DeletePodDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *DeletePodDescriptor) NewEmptyServerMsg() proto.Message

func (*DeletePodDescriptor) RequestHasResourceBody added in v0.4.28

func (d *DeletePodDescriptor) RequestHasResourceBody() bool

type DeletePodDescriptorClientMsgHandle added in v0.4.28

type DeletePodDescriptorClientMsgHandle struct{}

func (*DeletePodDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *DeletePodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*DeletePodDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*DeletePodDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type DeletePodDescriptorServerMsgHandle added in v0.4.28

type DeletePodDescriptorServerMsgHandle struct{}

func (*DeletePodDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *DeletePodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*DeletePodDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*DeletePodDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type DeletePodRequest

type DeletePodRequest struct {

	// Reference of ntt.applications.v1alpha.Pod
	Name *pod.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// contains filtered or unexported fields
}

Request message for method [DeletePod][ntt.applications.v1alpha.DeletePod]

func (*DeletePodRequest) Clone

func (o *DeletePodRequest) Clone() *DeletePodRequest

func (*DeletePodRequest) CloneRaw

func (*DeletePodRequest) Descriptor

func (*DeletePodRequest) Descriptor() ([]byte, []int)

Deprecated, Use DeletePodRequest.ProtoReflect.Descriptor instead.

func (*DeletePodRequest) GetName

func (m *DeletePodRequest) GetName() *pod.Reference

func (*DeletePodRequest) GotenMessage

func (*DeletePodRequest) GotenMessage()

func (*DeletePodRequest) GotenObjectExt

func (o *DeletePodRequest) GotenObjectExt()

func (*DeletePodRequest) GotenValidate

func (obj *DeletePodRequest) GotenValidate() error

func (*DeletePodRequest) MakeDiffFieldMask

func (o *DeletePodRequest) MakeDiffFieldMask(other *DeletePodRequest) *DeletePodRequest_FieldMask

func (*DeletePodRequest) MakeFullFieldMask

func (o *DeletePodRequest) MakeFullFieldMask() *DeletePodRequest_FieldMask

func (*DeletePodRequest) MakeRawDiffFieldMask

func (o *DeletePodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*DeletePodRequest) MakeRawFullFieldMask

func (o *DeletePodRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*DeletePodRequest) Marshal

func (m *DeletePodRequest) Marshal() ([]byte, error)

func (*DeletePodRequest) MarshalJSON

func (m *DeletePodRequest) MarshalJSON() ([]byte, error)

func (*DeletePodRequest) Merge

func (o *DeletePodRequest) Merge(source *DeletePodRequest)

func (*DeletePodRequest) MergeRaw

func (o *DeletePodRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*DeletePodRequest) ProtoMessage

func (*DeletePodRequest) ProtoMessage()

func (*DeletePodRequest) ProtoReflect

func (m *DeletePodRequest) ProtoReflect() preflect.Message

func (*DeletePodRequest) Reset

func (m *DeletePodRequest) Reset()

func (*DeletePodRequest) SetName

func (m *DeletePodRequest) SetName(fv *pod.Reference)

func (*DeletePodRequest) String

func (m *DeletePodRequest) String() string

func (*DeletePodRequest) Unmarshal

func (m *DeletePodRequest) Unmarshal(b []byte) error

func (*DeletePodRequest) UnmarshalJSON

func (m *DeletePodRequest) UnmarshalJSON(data []byte) error

type DeletePodRequestFieldPathBuilder

type DeletePodRequestFieldPathBuilder struct{}

func NewDeletePodRequestFieldPathBuilder

func NewDeletePodRequestFieldPathBuilder() DeletePodRequestFieldPathBuilder

func (DeletePodRequestFieldPathBuilder) Name

type DeletePodRequestPathSelectorName

type DeletePodRequestPathSelectorName struct{}

func (DeletePodRequestPathSelectorName) FieldPath

func (DeletePodRequestPathSelectorName) WithArrayOfValues

func (DeletePodRequestPathSelectorName) WithValue

type DeletePodRequest_FieldMask

type DeletePodRequest_FieldMask struct {
	Paths []DeletePodRequest_FieldPath
}

func FullDeletePodRequest_FieldMask

func FullDeletePodRequest_FieldMask() *DeletePodRequest_FieldMask

func (*DeletePodRequest_FieldMask) AppendPath

func (fieldMask *DeletePodRequest_FieldMask) AppendPath(path DeletePodRequest_FieldPath)

func (*DeletePodRequest_FieldMask) AppendRawPath

func (fieldMask *DeletePodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*DeletePodRequest_FieldMask) DecodeFirestore

func (fieldMask *DeletePodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*DeletePodRequest_FieldMask) EncodeFirestore

func (fieldMask *DeletePodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*DeletePodRequest_FieldMask) FilterInputFields

func (fieldMask *DeletePodRequest_FieldMask) FilterInputFields() *DeletePodRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*DeletePodRequest_FieldMask) FromProtoFieldMask

func (fieldMask *DeletePodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*DeletePodRequest_FieldMask) GetPaths

func (*DeletePodRequest_FieldMask) GetRawPaths

func (fieldMask *DeletePodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*DeletePodRequest_FieldMask) IsFull

func (fieldMask *DeletePodRequest_FieldMask) IsFull() bool

func (DeletePodRequest_FieldMask) Marshal

func (fieldMask DeletePodRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (DeletePodRequest_FieldMask) MarshalJSON

func (fieldMask DeletePodRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*DeletePodRequest_FieldMask) PathsCount

func (fieldMask *DeletePodRequest_FieldMask) PathsCount() int

func (*DeletePodRequest_FieldMask) Project

func (fieldMask *DeletePodRequest_FieldMask) Project(source *DeletePodRequest) *DeletePodRequest

func (*DeletePodRequest_FieldMask) ProjectRaw

func (*DeletePodRequest_FieldMask) ProtoMessage

func (fieldMask *DeletePodRequest_FieldMask) ProtoMessage()

func (*DeletePodRequest_FieldMask) ProtoReflect

func (fieldMask *DeletePodRequest_FieldMask) ProtoReflect() preflect.Message

func (*DeletePodRequest_FieldMask) Reset

func (fieldMask *DeletePodRequest_FieldMask) Reset()

func (*DeletePodRequest_FieldMask) Set

func (fieldMask *DeletePodRequest_FieldMask) Set(target, source *DeletePodRequest)

func (*DeletePodRequest_FieldMask) SetFromCliFlag

func (fieldMask *DeletePodRequest_FieldMask) SetFromCliFlag(raw string) error

func (*DeletePodRequest_FieldMask) SetRaw

func (fieldMask *DeletePodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*DeletePodRequest_FieldMask) Size

func (fieldMask *DeletePodRequest_FieldMask) Size() int

func (*DeletePodRequest_FieldMask) String

func (fieldMask *DeletePodRequest_FieldMask) String() string

func (*DeletePodRequest_FieldMask) Subtract

func (*DeletePodRequest_FieldMask) SubtractRaw

func (*DeletePodRequest_FieldMask) ToProtoFieldMask

func (fieldMask *DeletePodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*DeletePodRequest_FieldMask) Unmarshal

func (fieldMask *DeletePodRequest_FieldMask) Unmarshal(data []byte) error

func (*DeletePodRequest_FieldMask) UnmarshalJSON

func (fieldMask *DeletePodRequest_FieldMask) UnmarshalJSON(data []byte) error

type DeletePodRequest_FieldPath

type DeletePodRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() DeletePodRequest_FieldPathSelector
	Get(source *DeletePodRequest) []interface{}
	GetSingle(source *DeletePodRequest) (interface{}, bool)
	ClearValue(item *DeletePodRequest)

	// Those methods build corresponding DeletePodRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) DeletePodRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) DeletePodRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) DeletePodRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseDeletePodRequest_FieldPath

func MustParseDeletePodRequest_FieldPath(rawField string) DeletePodRequest_FieldPath

func ParseDeletePodRequest_FieldPath

func ParseDeletePodRequest_FieldPath(rawField string) (DeletePodRequest_FieldPath, error)

type DeletePodRequest_FieldPathArrayItemValue

type DeletePodRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	DeletePodRequest_FieldPath
	ContainsValue(*DeletePodRequest) bool
}

DeletePodRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for DeletePodRequest according to their type Present only for array (repeated) types.

func MustParseDeletePodRequest_FieldPathArrayItemValue

func MustParseDeletePodRequest_FieldPathArrayItemValue(pathStr, valueStr string) DeletePodRequest_FieldPathArrayItemValue

func ParseDeletePodRequest_FieldPathArrayItemValue

func ParseDeletePodRequest_FieldPathArrayItemValue(pathStr, valueStr string) (DeletePodRequest_FieldPathArrayItemValue, error)

ParseDeletePodRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type DeletePodRequest_FieldPathArrayOfValues

type DeletePodRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	DeletePodRequest_FieldPath
}

DeletePodRequest_FieldPathArrayOfValues allows storing slice of values for DeletePodRequest fields according to their type

func MustParseDeletePodRequest_FieldPathArrayOfValues

func MustParseDeletePodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) DeletePodRequest_FieldPathArrayOfValues

func ParseDeletePodRequest_FieldPathArrayOfValues

func ParseDeletePodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (DeletePodRequest_FieldPathArrayOfValues, error)

type DeletePodRequest_FieldPathSelector

type DeletePodRequest_FieldPathSelector int32
const (
	DeletePodRequest_FieldPathSelectorName DeletePodRequest_FieldPathSelector = 0
)

func (DeletePodRequest_FieldPathSelector) String

type DeletePodRequest_FieldPathValue

type DeletePodRequest_FieldPathValue interface {
	DeletePodRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **DeletePodRequest)
	CompareWith(*DeletePodRequest) (cmp int, comparable bool)
}

DeletePodRequest_FieldPathValue allows storing values for DeletePodRequest fields according to their type

func MustParseDeletePodRequest_FieldPathValue

func MustParseDeletePodRequest_FieldPathValue(pathStr, valueStr string) DeletePodRequest_FieldPathValue

func ParseDeletePodRequest_FieldPathValue

func ParseDeletePodRequest_FieldPathValue(pathStr, valueStr string) (DeletePodRequest_FieldPathValue, error)

type DeletePodRequest_FieldTerminalPath

type DeletePodRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*DeletePodRequest_FieldTerminalPath) ClearValue

func (*DeletePodRequest_FieldTerminalPath) ClearValueRaw

func (fp *DeletePodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*DeletePodRequest_FieldTerminalPath) Get

func (fp *DeletePodRequest_FieldTerminalPath) Get(source *DeletePodRequest) (values []interface{})

Get returns all values pointed by specific field from source DeletePodRequest

func (*DeletePodRequest_FieldTerminalPath) GetDefault

func (fp *DeletePodRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*DeletePodRequest_FieldTerminalPath) GetRaw

func (fp *DeletePodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*DeletePodRequest_FieldTerminalPath) GetSingle

func (fp *DeletePodRequest_FieldTerminalPath) GetSingle(source *DeletePodRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source DeletePodRequest

func (*DeletePodRequest_FieldTerminalPath) GetSingleRaw

func (fp *DeletePodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*DeletePodRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*DeletePodRequest_FieldTerminalPath) JSONString

func (fp *DeletePodRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*DeletePodRequest_FieldTerminalPath) Selector

func (*DeletePodRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *DeletePodRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*DeletePodRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*DeletePodRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *DeletePodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeletePodRequest_FieldPathArrayItemValue

func (*DeletePodRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *DeletePodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeletePodRequest_FieldPathArrayOfValues

func (*DeletePodRequest_FieldTerminalPath) WithIValue

func (fp *DeletePodRequest_FieldTerminalPath) WithIValue(value interface{}) DeletePodRequest_FieldPathValue

func (*DeletePodRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *DeletePodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*DeletePodRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *DeletePodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*DeletePodRequest_FieldTerminalPath) WithRawIValue

func (fp *DeletePodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type DeletePodRequest_FieldTerminalPathArrayItemValue

type DeletePodRequest_FieldTerminalPathArrayItemValue struct {
	DeletePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePodRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'DeletePodRequest'

func (*DeletePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object DeletePodRequest as interface{}

func (*DeletePodRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeletePodRequest) (interface{}, bool)

func (*DeletePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type DeletePodRequest_FieldTerminalPathArrayOfValues

type DeletePodRequest_FieldTerminalPathArrayOfValues struct {
	DeletePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *DeletePodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*pod.Reference, bool)

func (*DeletePodRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *DeletePodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type DeletePodRequest_FieldTerminalPathValue

type DeletePodRequest_FieldTerminalPathValue struct {
	DeletePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*DeletePodRequest_FieldTerminalPathValue) AsNameValue

func (*DeletePodRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'DeletePodRequest_FieldTerminalPathValue' with the value under path in 'DeletePodRequest'.

func (*DeletePodRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *DeletePodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*DeletePodRequest_FieldTerminalPathValue) GetRawValue

func (fpv *DeletePodRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'DeletePodRequest' as interface{}

func (*DeletePodRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object DeletePodRequest

func (*DeletePodRequest_FieldTerminalPathValue) SetToRaw

type GetPodDescriptor added in v0.4.28

type GetPodDescriptor struct{}

func GetGetPodDescriptor added in v0.4.28

func GetGetPodDescriptor() *GetPodDescriptor

func (*GetPodDescriptor) GetApiDescriptor added in v0.4.28

func (d *GetPodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*GetPodDescriptor) GetApiName added in v0.4.28

func (d *GetPodDescriptor) GetApiName() string

func (*GetPodDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *GetPodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetPodDescriptor) GetFullMethodName added in v0.4.28

func (d *GetPodDescriptor) GetFullMethodName() string

func (*GetPodDescriptor) GetMethodName added in v0.4.28

func (d *GetPodDescriptor) GetMethodName() string

func (*GetPodDescriptor) GetProtoPkgName added in v0.4.28

func (d *GetPodDescriptor) GetProtoPkgName() string

func (*GetPodDescriptor) GetResourceDescriptor added in v0.4.30

func (d *GetPodDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*GetPodDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *GetPodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*GetPodDescriptor) GetServiceDomain added in v0.4.28

func (d *GetPodDescriptor) GetServiceDomain() string

func (*GetPodDescriptor) GetServiceVersion added in v0.4.28

func (d *GetPodDescriptor) GetServiceVersion() string

func (*GetPodDescriptor) GetVerb added in v0.4.28

func (d *GetPodDescriptor) GetVerb() string

func (*GetPodDescriptor) HasResource added in v0.4.30

func (d *GetPodDescriptor) HasResource() bool

func (*GetPodDescriptor) IsClientStream added in v0.4.28

func (d *GetPodDescriptor) IsClientStream() bool

func (*GetPodDescriptor) IsCollection added in v0.4.30

func (d *GetPodDescriptor) IsCollection() bool

func (*GetPodDescriptor) IsPlural added in v0.4.30

func (d *GetPodDescriptor) IsPlural() bool

func (*GetPodDescriptor) IsServerStream added in v0.4.28

func (d *GetPodDescriptor) IsServerStream() bool

func (*GetPodDescriptor) IsUnary added in v0.4.28

func (d *GetPodDescriptor) IsUnary() bool

func (*GetPodDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *GetPodDescriptor) NewEmptyClientMsg() proto.Message

func (*GetPodDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *GetPodDescriptor) NewEmptyServerMsg() proto.Message

func (*GetPodDescriptor) RequestHasResourceBody added in v0.4.28

func (d *GetPodDescriptor) RequestHasResourceBody() bool

type GetPodDescriptorClientMsgHandle added in v0.4.28

type GetPodDescriptorClientMsgHandle struct{}

func (*GetPodDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *GetPodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetPodDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (h *GetPodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name

func (*GetPodDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type GetPodDescriptorServerMsgHandle added in v0.4.28

type GetPodDescriptorServerMsgHandle struct{}

func (*GetPodDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *GetPodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*GetPodDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (h *GetPodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name

func (*GetPodDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type GetPodRequest

type GetPodRequest struct {

	// Reference of ntt.applications.v1alpha.Pod
	Name *pod.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *pod.Pod_FieldMask `` /* 135-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [GetPod][ntt.applications.v1alpha.GetPod]

func (*GetPodRequest) Clone

func (o *GetPodRequest) Clone() *GetPodRequest

func (*GetPodRequest) CloneRaw

func (*GetPodRequest) Descriptor

func (*GetPodRequest) Descriptor() ([]byte, []int)

Deprecated, Use GetPodRequest.ProtoReflect.Descriptor instead.

func (*GetPodRequest) GetFieldMask

func (m *GetPodRequest) GetFieldMask() *pod.Pod_FieldMask

func (*GetPodRequest) GetName

func (m *GetPodRequest) GetName() *pod.Reference

func (*GetPodRequest) GetView

func (m *GetPodRequest) GetView() view.View

func (*GetPodRequest) GotenMessage

func (*GetPodRequest) GotenMessage()

func (*GetPodRequest) GotenObjectExt

func (o *GetPodRequest) GotenObjectExt()

func (*GetPodRequest) GotenValidate

func (obj *GetPodRequest) GotenValidate() error

func (*GetPodRequest) MakeDiffFieldMask

func (o *GetPodRequest) MakeDiffFieldMask(other *GetPodRequest) *GetPodRequest_FieldMask

func (*GetPodRequest) MakeFullFieldMask

func (o *GetPodRequest) MakeFullFieldMask() *GetPodRequest_FieldMask

func (*GetPodRequest) MakeRawDiffFieldMask

func (o *GetPodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*GetPodRequest) MakeRawFullFieldMask

func (o *GetPodRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*GetPodRequest) Marshal

func (m *GetPodRequest) Marshal() ([]byte, error)

func (*GetPodRequest) MarshalJSON

func (m *GetPodRequest) MarshalJSON() ([]byte, error)

func (*GetPodRequest) Merge

func (o *GetPodRequest) Merge(source *GetPodRequest)

func (*GetPodRequest) MergeRaw

func (o *GetPodRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*GetPodRequest) ProtoMessage

func (*GetPodRequest) ProtoMessage()

func (*GetPodRequest) ProtoReflect

func (m *GetPodRequest) ProtoReflect() preflect.Message

func (*GetPodRequest) Reset

func (m *GetPodRequest) Reset()

func (*GetPodRequest) SetFieldMask

func (m *GetPodRequest) SetFieldMask(fv *pod.Pod_FieldMask)

func (*GetPodRequest) SetName

func (m *GetPodRequest) SetName(fv *pod.Reference)

func (*GetPodRequest) SetView

func (m *GetPodRequest) SetView(fv view.View)

func (*GetPodRequest) String

func (m *GetPodRequest) String() string

func (*GetPodRequest) Unmarshal

func (m *GetPodRequest) Unmarshal(b []byte) error

func (*GetPodRequest) UnmarshalJSON

func (m *GetPodRequest) UnmarshalJSON(data []byte) error

type GetPodRequestFieldPathBuilder

type GetPodRequestFieldPathBuilder struct{}

func NewGetPodRequestFieldPathBuilder

func NewGetPodRequestFieldPathBuilder() GetPodRequestFieldPathBuilder

func (GetPodRequestFieldPathBuilder) FieldMask

func (GetPodRequestFieldPathBuilder) Name

func (GetPodRequestFieldPathBuilder) View

type GetPodRequestPathSelectorFieldMask

type GetPodRequestPathSelectorFieldMask struct{}

func (GetPodRequestPathSelectorFieldMask) FieldPath

func (GetPodRequestPathSelectorFieldMask) WithArrayOfValues

func (GetPodRequestPathSelectorFieldMask) WithValue

type GetPodRequestPathSelectorName

type GetPodRequestPathSelectorName struct{}

func (GetPodRequestPathSelectorName) FieldPath

func (GetPodRequestPathSelectorName) WithArrayOfValues

func (GetPodRequestPathSelectorName) WithValue

type GetPodRequestPathSelectorView

type GetPodRequestPathSelectorView struct{}

func (GetPodRequestPathSelectorView) FieldPath

func (GetPodRequestPathSelectorView) WithArrayOfValues

func (GetPodRequestPathSelectorView) WithValue

type GetPodRequest_FieldMask

type GetPodRequest_FieldMask struct {
	Paths []GetPodRequest_FieldPath
}

func FullGetPodRequest_FieldMask

func FullGetPodRequest_FieldMask() *GetPodRequest_FieldMask

func (*GetPodRequest_FieldMask) AppendPath

func (fieldMask *GetPodRequest_FieldMask) AppendPath(path GetPodRequest_FieldPath)

func (*GetPodRequest_FieldMask) AppendRawPath

func (fieldMask *GetPodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*GetPodRequest_FieldMask) DecodeFirestore

func (fieldMask *GetPodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*GetPodRequest_FieldMask) EncodeFirestore

func (fieldMask *GetPodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*GetPodRequest_FieldMask) FilterInputFields

func (fieldMask *GetPodRequest_FieldMask) FilterInputFields() *GetPodRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*GetPodRequest_FieldMask) FromProtoFieldMask

func (fieldMask *GetPodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*GetPodRequest_FieldMask) GetPaths

func (fieldMask *GetPodRequest_FieldMask) GetPaths() []GetPodRequest_FieldPath

func (*GetPodRequest_FieldMask) GetRawPaths

func (fieldMask *GetPodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*GetPodRequest_FieldMask) IsFull

func (fieldMask *GetPodRequest_FieldMask) IsFull() bool

func (GetPodRequest_FieldMask) Marshal

func (fieldMask GetPodRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (GetPodRequest_FieldMask) MarshalJSON

func (fieldMask GetPodRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*GetPodRequest_FieldMask) PathsCount

func (fieldMask *GetPodRequest_FieldMask) PathsCount() int

func (*GetPodRequest_FieldMask) Project

func (fieldMask *GetPodRequest_FieldMask) Project(source *GetPodRequest) *GetPodRequest

func (*GetPodRequest_FieldMask) ProjectRaw

func (*GetPodRequest_FieldMask) ProtoMessage

func (fieldMask *GetPodRequest_FieldMask) ProtoMessage()

func (*GetPodRequest_FieldMask) ProtoReflect

func (fieldMask *GetPodRequest_FieldMask) ProtoReflect() preflect.Message

func (*GetPodRequest_FieldMask) Reset

func (fieldMask *GetPodRequest_FieldMask) Reset()

func (*GetPodRequest_FieldMask) Set

func (fieldMask *GetPodRequest_FieldMask) Set(target, source *GetPodRequest)

func (*GetPodRequest_FieldMask) SetFromCliFlag

func (fieldMask *GetPodRequest_FieldMask) SetFromCliFlag(raw string) error

func (*GetPodRequest_FieldMask) SetRaw

func (fieldMask *GetPodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*GetPodRequest_FieldMask) Size

func (fieldMask *GetPodRequest_FieldMask) Size() int

func (*GetPodRequest_FieldMask) String

func (fieldMask *GetPodRequest_FieldMask) String() string

func (*GetPodRequest_FieldMask) Subtract

func (*GetPodRequest_FieldMask) SubtractRaw

func (fieldMask *GetPodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask

func (*GetPodRequest_FieldMask) ToProtoFieldMask

func (fieldMask *GetPodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*GetPodRequest_FieldMask) Unmarshal

func (fieldMask *GetPodRequest_FieldMask) Unmarshal(data []byte) error

func (*GetPodRequest_FieldMask) UnmarshalJSON

func (fieldMask *GetPodRequest_FieldMask) UnmarshalJSON(data []byte) error

type GetPodRequest_FieldPath

type GetPodRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() GetPodRequest_FieldPathSelector
	Get(source *GetPodRequest) []interface{}
	GetSingle(source *GetPodRequest) (interface{}, bool)
	ClearValue(item *GetPodRequest)

	// Those methods build corresponding GetPodRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) GetPodRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) GetPodRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) GetPodRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseGetPodRequest_FieldPath

func MustParseGetPodRequest_FieldPath(rawField string) GetPodRequest_FieldPath

func ParseGetPodRequest_FieldPath

func ParseGetPodRequest_FieldPath(rawField string) (GetPodRequest_FieldPath, error)

type GetPodRequest_FieldPathArrayItemValue

type GetPodRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	GetPodRequest_FieldPath
	ContainsValue(*GetPodRequest) bool
}

GetPodRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for GetPodRequest according to their type Present only for array (repeated) types.

func MustParseGetPodRequest_FieldPathArrayItemValue

func MustParseGetPodRequest_FieldPathArrayItemValue(pathStr, valueStr string) GetPodRequest_FieldPathArrayItemValue

func ParseGetPodRequest_FieldPathArrayItemValue

func ParseGetPodRequest_FieldPathArrayItemValue(pathStr, valueStr string) (GetPodRequest_FieldPathArrayItemValue, error)

ParseGetPodRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type GetPodRequest_FieldPathArrayOfValues

type GetPodRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	GetPodRequest_FieldPath
}

GetPodRequest_FieldPathArrayOfValues allows storing slice of values for GetPodRequest fields according to their type

func MustParseGetPodRequest_FieldPathArrayOfValues

func MustParseGetPodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) GetPodRequest_FieldPathArrayOfValues

func ParseGetPodRequest_FieldPathArrayOfValues

func ParseGetPodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (GetPodRequest_FieldPathArrayOfValues, error)

type GetPodRequest_FieldPathSelector

type GetPodRequest_FieldPathSelector int32
const (
	GetPodRequest_FieldPathSelectorName      GetPodRequest_FieldPathSelector = 0
	GetPodRequest_FieldPathSelectorFieldMask GetPodRequest_FieldPathSelector = 1
	GetPodRequest_FieldPathSelectorView      GetPodRequest_FieldPathSelector = 2
)

func (GetPodRequest_FieldPathSelector) String

type GetPodRequest_FieldPathValue

type GetPodRequest_FieldPathValue interface {
	GetPodRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **GetPodRequest)
	CompareWith(*GetPodRequest) (cmp int, comparable bool)
}

GetPodRequest_FieldPathValue allows storing values for GetPodRequest fields according to their type

func MustParseGetPodRequest_FieldPathValue

func MustParseGetPodRequest_FieldPathValue(pathStr, valueStr string) GetPodRequest_FieldPathValue

func ParseGetPodRequest_FieldPathValue

func ParseGetPodRequest_FieldPathValue(pathStr, valueStr string) (GetPodRequest_FieldPathValue, error)

type GetPodRequest_FieldTerminalPath

type GetPodRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*GetPodRequest_FieldTerminalPath) ClearValue

func (fp *GetPodRequest_FieldTerminalPath) ClearValue(item *GetPodRequest)

func (*GetPodRequest_FieldTerminalPath) ClearValueRaw

func (fp *GetPodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*GetPodRequest_FieldTerminalPath) Get

func (fp *GetPodRequest_FieldTerminalPath) Get(source *GetPodRequest) (values []interface{})

Get returns all values pointed by specific field from source GetPodRequest

func (*GetPodRequest_FieldTerminalPath) GetDefault

func (fp *GetPodRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*GetPodRequest_FieldTerminalPath) GetRaw

func (fp *GetPodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*GetPodRequest_FieldTerminalPath) GetSingle

func (fp *GetPodRequest_FieldTerminalPath) GetSingle(source *GetPodRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source GetPodRequest

func (*GetPodRequest_FieldTerminalPath) GetSingleRaw

func (fp *GetPodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*GetPodRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*GetPodRequest_FieldTerminalPath) JSONString

func (fp *GetPodRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*GetPodRequest_FieldTerminalPath) Selector

func (*GetPodRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *GetPodRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*GetPodRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*GetPodRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *GetPodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetPodRequest_FieldPathArrayItemValue

func (*GetPodRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *GetPodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetPodRequest_FieldPathArrayOfValues

func (*GetPodRequest_FieldTerminalPath) WithIValue

func (fp *GetPodRequest_FieldTerminalPath) WithIValue(value interface{}) GetPodRequest_FieldPathValue

func (*GetPodRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *GetPodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*GetPodRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *GetPodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*GetPodRequest_FieldTerminalPath) WithRawIValue

func (fp *GetPodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type GetPodRequest_FieldTerminalPathArrayItemValue

type GetPodRequest_FieldTerminalPathArrayItemValue struct {
	GetPodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPodRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'GetPodRequest'

func (*GetPodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object GetPodRequest as interface{}

func (*GetPodRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetPodRequest) (interface{}, bool)

func (*GetPodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type GetPodRequest_FieldTerminalPathArrayOfValues

type GetPodRequest_FieldTerminalPathArrayOfValues struct {
	GetPodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPodRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)

func (*GetPodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*pod.Reference, bool)

func (*GetPodRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*GetPodRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type GetPodRequest_FieldTerminalPathValue

type GetPodRequest_FieldTerminalPathValue struct {
	GetPodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*GetPodRequest_FieldTerminalPathValue) AsFieldMaskValue

func (fpv *GetPodRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)

func (*GetPodRequest_FieldTerminalPathValue) AsNameValue

func (fpv *GetPodRequest_FieldTerminalPathValue) AsNameValue() (*pod.Reference, bool)

func (*GetPodRequest_FieldTerminalPathValue) AsViewValue

func (fpv *GetPodRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)

func (*GetPodRequest_FieldTerminalPathValue) CompareWith

func (fpv *GetPodRequest_FieldTerminalPathValue) CompareWith(source *GetPodRequest) (int, bool)

CompareWith compares value in the 'GetPodRequest_FieldTerminalPathValue' with the value under path in 'GetPodRequest'.

func (*GetPodRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *GetPodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*GetPodRequest_FieldTerminalPathValue) GetRawValue

func (fpv *GetPodRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'GetPodRequest' as interface{}

func (*GetPodRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object GetPodRequest

func (*GetPodRequest_FieldTerminalPathValue) SetToRaw

func (fpv *GetPodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)

type ListPodsDescriptor added in v0.4.28

type ListPodsDescriptor struct{}

func GetListPodsDescriptor added in v0.4.28

func GetListPodsDescriptor() *ListPodsDescriptor

func (*ListPodsDescriptor) GetApiDescriptor added in v0.4.28

func (d *ListPodsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*ListPodsDescriptor) GetApiName added in v0.4.28

func (d *ListPodsDescriptor) GetApiName() string

func (*ListPodsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *ListPodsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListPodsDescriptor) GetFullMethodName added in v0.4.28

func (d *ListPodsDescriptor) GetFullMethodName() string

func (*ListPodsDescriptor) GetMethodName added in v0.4.28

func (d *ListPodsDescriptor) GetMethodName() string

func (*ListPodsDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListPodsDescriptor) GetProtoPkgName() string

func (*ListPodsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ListPodsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListPodsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *ListPodsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListPodsDescriptor) GetServiceDomain added in v0.4.28

func (d *ListPodsDescriptor) GetServiceDomain() string

func (*ListPodsDescriptor) GetServiceVersion added in v0.4.28

func (d *ListPodsDescriptor) GetServiceVersion() string

func (*ListPodsDescriptor) GetVerb added in v0.4.28

func (d *ListPodsDescriptor) GetVerb() string

func (*ListPodsDescriptor) HasResource added in v0.4.30

func (d *ListPodsDescriptor) HasResource() bool

func (*ListPodsDescriptor) IsClientStream added in v0.4.28

func (d *ListPodsDescriptor) IsClientStream() bool

func (*ListPodsDescriptor) IsCollection added in v0.4.30

func (d *ListPodsDescriptor) IsCollection() bool

func (*ListPodsDescriptor) IsPlural added in v0.4.30

func (d *ListPodsDescriptor) IsPlural() bool

func (*ListPodsDescriptor) IsServerStream added in v0.4.28

func (d *ListPodsDescriptor) IsServerStream() bool

func (*ListPodsDescriptor) IsUnary added in v0.4.28

func (d *ListPodsDescriptor) IsUnary() bool

func (*ListPodsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *ListPodsDescriptor) NewEmptyClientMsg() proto.Message

func (*ListPodsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *ListPodsDescriptor) NewEmptyServerMsg() proto.Message

func (*ListPodsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListPodsDescriptor) RequestHasResourceBody() bool

type ListPodsDescriptorClientMsgHandle added in v0.4.28

type ListPodsDescriptorClientMsgHandle struct{}

func (*ListPodsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *ListPodsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*ListPodsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPodsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListPodsDescriptorServerMsgHandle added in v0.4.28

type ListPodsDescriptorServerMsgHandle struct{}

func (*ListPodsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *ListPodsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*ListPodsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPodsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListPodsRequest

type ListPodsRequest struct {

	// Parent name of ntt.applications.v1alpha.Pod
	Parent *pod.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Pods than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListPodsResponse.next_page_token][ntt.applications.v1alpha.ListPodsResponse.next_page_token]
	PageToken *pod.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *pod.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *pod.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *pod.Pod_FieldMask `` /* 135-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Indicates if list response should contain total count and offset (fields
	// current_offset and total_results_count).
	IncludePagingInfo bool `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListPods][ntt.applications.v1alpha.ListPods]

func (*ListPodsRequest) Clone

func (o *ListPodsRequest) Clone() *ListPodsRequest

func (*ListPodsRequest) CloneRaw

func (*ListPodsRequest) Descriptor

func (*ListPodsRequest) Descriptor() ([]byte, []int)

Deprecated, Use ListPodsRequest.ProtoReflect.Descriptor instead.

func (*ListPodsRequest) GetFieldMask

func (m *ListPodsRequest) GetFieldMask() *pod.Pod_FieldMask

func (*ListPodsRequest) GetFilter

func (m *ListPodsRequest) GetFilter() *pod.Filter

func (*ListPodsRequest) GetIncludePagingInfo added in v0.10.1

func (m *ListPodsRequest) GetIncludePagingInfo() bool

func (*ListPodsRequest) GetOrderBy

func (m *ListPodsRequest) GetOrderBy() *pod.OrderBy

func (*ListPodsRequest) GetPageSize

func (m *ListPodsRequest) GetPageSize() int32

func (*ListPodsRequest) GetPageToken

func (m *ListPodsRequest) GetPageToken() *pod.PagerCursor

func (*ListPodsRequest) GetParent

func (m *ListPodsRequest) GetParent() *pod.ParentName

func (*ListPodsRequest) GetView

func (m *ListPodsRequest) GetView() view.View

func (*ListPodsRequest) GotenMessage

func (*ListPodsRequest) GotenMessage()

func (*ListPodsRequest) GotenObjectExt

func (o *ListPodsRequest) GotenObjectExt()

func (*ListPodsRequest) GotenValidate

func (obj *ListPodsRequest) GotenValidate() error

func (*ListPodsRequest) MakeDiffFieldMask

func (o *ListPodsRequest) MakeDiffFieldMask(other *ListPodsRequest) *ListPodsRequest_FieldMask

func (*ListPodsRequest) MakeFullFieldMask

func (o *ListPodsRequest) MakeFullFieldMask() *ListPodsRequest_FieldMask

func (*ListPodsRequest) MakeRawDiffFieldMask

func (o *ListPodsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*ListPodsRequest) MakeRawFullFieldMask

func (o *ListPodsRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListPodsRequest) Marshal

func (m *ListPodsRequest) Marshal() ([]byte, error)

func (*ListPodsRequest) MarshalJSON

func (m *ListPodsRequest) MarshalJSON() ([]byte, error)

func (*ListPodsRequest) Merge

func (o *ListPodsRequest) Merge(source *ListPodsRequest)

func (*ListPodsRequest) MergeRaw

func (o *ListPodsRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*ListPodsRequest) ProtoMessage

func (*ListPodsRequest) ProtoMessage()

func (*ListPodsRequest) ProtoReflect

func (m *ListPodsRequest) ProtoReflect() preflect.Message

func (*ListPodsRequest) Reset

func (m *ListPodsRequest) Reset()

func (*ListPodsRequest) SetFieldMask

func (m *ListPodsRequest) SetFieldMask(fv *pod.Pod_FieldMask)

func (*ListPodsRequest) SetFilter

func (m *ListPodsRequest) SetFilter(fv *pod.Filter)

func (*ListPodsRequest) SetIncludePagingInfo added in v0.10.1

func (m *ListPodsRequest) SetIncludePagingInfo(fv bool)

func (*ListPodsRequest) SetOrderBy

func (m *ListPodsRequest) SetOrderBy(fv *pod.OrderBy)

func (*ListPodsRequest) SetPageSize

func (m *ListPodsRequest) SetPageSize(fv int32)

func (*ListPodsRequest) SetPageToken

func (m *ListPodsRequest) SetPageToken(fv *pod.PagerCursor)

func (*ListPodsRequest) SetParent

func (m *ListPodsRequest) SetParent(fv *pod.ParentName)

func (*ListPodsRequest) SetView

func (m *ListPodsRequest) SetView(fv view.View)

func (*ListPodsRequest) String

func (m *ListPodsRequest) String() string

func (*ListPodsRequest) Unmarshal

func (m *ListPodsRequest) Unmarshal(b []byte) error

func (*ListPodsRequest) UnmarshalJSON

func (m *ListPodsRequest) UnmarshalJSON(data []byte) error

type ListPodsRequestFieldPathBuilder

type ListPodsRequestFieldPathBuilder struct{}

func NewListPodsRequestFieldPathBuilder

func NewListPodsRequestFieldPathBuilder() ListPodsRequestFieldPathBuilder

func (ListPodsRequestFieldPathBuilder) FieldMask

func (ListPodsRequestFieldPathBuilder) Filter

func (ListPodsRequestFieldPathBuilder) IncludePagingInfo added in v0.10.1

func (ListPodsRequestFieldPathBuilder) OrderBy

func (ListPodsRequestFieldPathBuilder) PageSize

func (ListPodsRequestFieldPathBuilder) PageToken

func (ListPodsRequestFieldPathBuilder) Parent

func (ListPodsRequestFieldPathBuilder) View

type ListPodsRequestPathSelectorFieldMask

type ListPodsRequestPathSelectorFieldMask struct{}

func (ListPodsRequestPathSelectorFieldMask) FieldPath

func (ListPodsRequestPathSelectorFieldMask) WithArrayOfValues

func (ListPodsRequestPathSelectorFieldMask) WithValue

type ListPodsRequestPathSelectorFilter

type ListPodsRequestPathSelectorFilter struct{}

func (ListPodsRequestPathSelectorFilter) FieldPath

func (ListPodsRequestPathSelectorFilter) WithArrayOfValues

func (ListPodsRequestPathSelectorFilter) WithValue

type ListPodsRequestPathSelectorIncludePagingInfo added in v0.10.1

type ListPodsRequestPathSelectorIncludePagingInfo struct{}

func (ListPodsRequestPathSelectorIncludePagingInfo) FieldPath added in v0.10.1

func (ListPodsRequestPathSelectorIncludePagingInfo) WithArrayOfValues added in v0.10.1

func (ListPodsRequestPathSelectorIncludePagingInfo) WithValue added in v0.10.1

type ListPodsRequestPathSelectorOrderBy

type ListPodsRequestPathSelectorOrderBy struct{}

func (ListPodsRequestPathSelectorOrderBy) FieldPath

func (ListPodsRequestPathSelectorOrderBy) WithArrayOfValues

func (ListPodsRequestPathSelectorOrderBy) WithValue

type ListPodsRequestPathSelectorPageSize

type ListPodsRequestPathSelectorPageSize struct{}

func (ListPodsRequestPathSelectorPageSize) FieldPath

func (ListPodsRequestPathSelectorPageSize) WithArrayOfValues

func (ListPodsRequestPathSelectorPageSize) WithValue

type ListPodsRequestPathSelectorPageToken

type ListPodsRequestPathSelectorPageToken struct{}

func (ListPodsRequestPathSelectorPageToken) FieldPath

func (ListPodsRequestPathSelectorPageToken) WithArrayOfValues

func (ListPodsRequestPathSelectorPageToken) WithValue

type ListPodsRequestPathSelectorParent

type ListPodsRequestPathSelectorParent struct{}

func (ListPodsRequestPathSelectorParent) FieldPath

func (ListPodsRequestPathSelectorParent) WithArrayOfValues

func (ListPodsRequestPathSelectorParent) WithValue

type ListPodsRequestPathSelectorView

type ListPodsRequestPathSelectorView struct{}

func (ListPodsRequestPathSelectorView) FieldPath

func (ListPodsRequestPathSelectorView) WithArrayOfValues

func (ListPodsRequestPathSelectorView) WithValue

type ListPodsRequest_FieldMask

type ListPodsRequest_FieldMask struct {
	Paths []ListPodsRequest_FieldPath
}

func FullListPodsRequest_FieldMask

func FullListPodsRequest_FieldMask() *ListPodsRequest_FieldMask

func (*ListPodsRequest_FieldMask) AppendPath

func (fieldMask *ListPodsRequest_FieldMask) AppendPath(path ListPodsRequest_FieldPath)

func (*ListPodsRequest_FieldMask) AppendRawPath

func (fieldMask *ListPodsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListPodsRequest_FieldMask) DecodeFirestore

func (fieldMask *ListPodsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListPodsRequest_FieldMask) EncodeFirestore

func (fieldMask *ListPodsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListPodsRequest_FieldMask) FilterInputFields

func (fieldMask *ListPodsRequest_FieldMask) FilterInputFields() *ListPodsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPodsRequest_FieldMask) FromProtoFieldMask

func (fieldMask *ListPodsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListPodsRequest_FieldMask) GetPaths

func (fieldMask *ListPodsRequest_FieldMask) GetPaths() []ListPodsRequest_FieldPath

func (*ListPodsRequest_FieldMask) GetRawPaths

func (fieldMask *ListPodsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListPodsRequest_FieldMask) IsFull

func (fieldMask *ListPodsRequest_FieldMask) IsFull() bool

func (ListPodsRequest_FieldMask) Marshal

func (fieldMask ListPodsRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListPodsRequest_FieldMask) MarshalJSON

func (fieldMask ListPodsRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*ListPodsRequest_FieldMask) PathsCount

func (fieldMask *ListPodsRequest_FieldMask) PathsCount() int

func (*ListPodsRequest_FieldMask) Project

func (fieldMask *ListPodsRequest_FieldMask) Project(source *ListPodsRequest) *ListPodsRequest

func (*ListPodsRequest_FieldMask) ProjectRaw

func (*ListPodsRequest_FieldMask) ProtoMessage

func (fieldMask *ListPodsRequest_FieldMask) ProtoMessage()

func (*ListPodsRequest_FieldMask) ProtoReflect

func (fieldMask *ListPodsRequest_FieldMask) ProtoReflect() preflect.Message

func (*ListPodsRequest_FieldMask) Reset

func (fieldMask *ListPodsRequest_FieldMask) Reset()

func (*ListPodsRequest_FieldMask) Set

func (fieldMask *ListPodsRequest_FieldMask) Set(target, source *ListPodsRequest)

func (*ListPodsRequest_FieldMask) SetFromCliFlag

func (fieldMask *ListPodsRequest_FieldMask) SetFromCliFlag(raw string) error

func (*ListPodsRequest_FieldMask) SetRaw

func (fieldMask *ListPodsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListPodsRequest_FieldMask) Size

func (fieldMask *ListPodsRequest_FieldMask) Size() int

func (*ListPodsRequest_FieldMask) String

func (fieldMask *ListPodsRequest_FieldMask) String() string

func (*ListPodsRequest_FieldMask) Subtract

func (*ListPodsRequest_FieldMask) SubtractRaw

func (*ListPodsRequest_FieldMask) ToProtoFieldMask

func (fieldMask *ListPodsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListPodsRequest_FieldMask) Unmarshal

func (fieldMask *ListPodsRequest_FieldMask) Unmarshal(data []byte) error

func (*ListPodsRequest_FieldMask) UnmarshalJSON

func (fieldMask *ListPodsRequest_FieldMask) UnmarshalJSON(data []byte) error

type ListPodsRequest_FieldPath

type ListPodsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPodsRequest_FieldPathSelector
	Get(source *ListPodsRequest) []interface{}
	GetSingle(source *ListPodsRequest) (interface{}, bool)
	ClearValue(item *ListPodsRequest)

	// Those methods build corresponding ListPodsRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListPodsRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) ListPodsRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListPodsRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListPodsRequest_FieldPath

func MustParseListPodsRequest_FieldPath(rawField string) ListPodsRequest_FieldPath

func ParseListPodsRequest_FieldPath

func ParseListPodsRequest_FieldPath(rawField string) (ListPodsRequest_FieldPath, error)

type ListPodsRequest_FieldPathArrayItemValue

type ListPodsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPodsRequest_FieldPath
	ContainsValue(*ListPodsRequest) bool
}

ListPodsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPodsRequest according to their type Present only for array (repeated) types.

func MustParseListPodsRequest_FieldPathArrayItemValue

func MustParseListPodsRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPodsRequest_FieldPathArrayItemValue

func ParseListPodsRequest_FieldPathArrayItemValue

func ParseListPodsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPodsRequest_FieldPathArrayItemValue, error)

ParseListPodsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPodsRequest_FieldPathArrayOfValues

type ListPodsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPodsRequest_FieldPath
}

ListPodsRequest_FieldPathArrayOfValues allows storing slice of values for ListPodsRequest fields according to their type

func MustParseListPodsRequest_FieldPathArrayOfValues

func MustParseListPodsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPodsRequest_FieldPathArrayOfValues

func ParseListPodsRequest_FieldPathArrayOfValues

func ParseListPodsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPodsRequest_FieldPathArrayOfValues, error)

type ListPodsRequest_FieldPathSelector

type ListPodsRequest_FieldPathSelector int32
const (
	ListPodsRequest_FieldPathSelectorParent            ListPodsRequest_FieldPathSelector = 0
	ListPodsRequest_FieldPathSelectorPageSize          ListPodsRequest_FieldPathSelector = 1
	ListPodsRequest_FieldPathSelectorPageToken         ListPodsRequest_FieldPathSelector = 2
	ListPodsRequest_FieldPathSelectorOrderBy           ListPodsRequest_FieldPathSelector = 3
	ListPodsRequest_FieldPathSelectorFilter            ListPodsRequest_FieldPathSelector = 4
	ListPodsRequest_FieldPathSelectorFieldMask         ListPodsRequest_FieldPathSelector = 5
	ListPodsRequest_FieldPathSelectorView              ListPodsRequest_FieldPathSelector = 6
	ListPodsRequest_FieldPathSelectorIncludePagingInfo ListPodsRequest_FieldPathSelector = 7
)

func (ListPodsRequest_FieldPathSelector) String

type ListPodsRequest_FieldPathValue

type ListPodsRequest_FieldPathValue interface {
	ListPodsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPodsRequest)
	CompareWith(*ListPodsRequest) (cmp int, comparable bool)
}

ListPodsRequest_FieldPathValue allows storing values for ListPodsRequest fields according to their type

func MustParseListPodsRequest_FieldPathValue

func MustParseListPodsRequest_FieldPathValue(pathStr, valueStr string) ListPodsRequest_FieldPathValue

func ParseListPodsRequest_FieldPathValue

func ParseListPodsRequest_FieldPathValue(pathStr, valueStr string) (ListPodsRequest_FieldPathValue, error)

type ListPodsRequest_FieldTerminalPath

type ListPodsRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListPodsRequest_FieldTerminalPath) ClearValue

func (fp *ListPodsRequest_FieldTerminalPath) ClearValue(item *ListPodsRequest)

func (*ListPodsRequest_FieldTerminalPath) ClearValueRaw

func (fp *ListPodsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*ListPodsRequest_FieldTerminalPath) Get

func (fp *ListPodsRequest_FieldTerminalPath) Get(source *ListPodsRequest) (values []interface{})

Get returns all values pointed by specific field from source ListPodsRequest

func (*ListPodsRequest_FieldTerminalPath) GetDefault

func (fp *ListPodsRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPodsRequest_FieldTerminalPath) GetRaw

func (fp *ListPodsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListPodsRequest_FieldTerminalPath) GetSingle

func (fp *ListPodsRequest_FieldTerminalPath) GetSingle(source *ListPodsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPodsRequest

func (*ListPodsRequest_FieldTerminalPath) GetSingleRaw

func (fp *ListPodsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPodsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPodsRequest_FieldTerminalPath) JSONString

func (fp *ListPodsRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListPodsRequest_FieldTerminalPath) Selector

func (*ListPodsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListPodsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPodsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPodsRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *ListPodsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPodsRequest_FieldPathArrayItemValue

func (*ListPodsRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *ListPodsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPodsRequest_FieldPathArrayOfValues

func (*ListPodsRequest_FieldTerminalPath) WithIValue

func (fp *ListPodsRequest_FieldTerminalPath) WithIValue(value interface{}) ListPodsRequest_FieldPathValue

func (*ListPodsRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListPodsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPodsRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListPodsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPodsRequest_FieldTerminalPath) WithRawIValue

func (fp *ListPodsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPodsRequest_FieldTerminalPathArrayItemValue

type ListPodsRequest_FieldTerminalPathArrayItemValue struct {
	ListPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPodsRequest'

func (*ListPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListPodsRequest as interface{}

func (*ListPodsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListPodsRequest) (interface{}, bool)

func (*ListPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListPodsRequest_FieldTerminalPathArrayOfValues

type ListPodsRequest_FieldTerminalPathArrayOfValues struct {
	ListPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*pod.Filter, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues added in v0.10.1

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsIncludePagingInfoArrayOfValues() ([]bool, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*pod.OrderBy, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*pod.ParentName, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*ListPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListPodsRequest_FieldTerminalPathValue

type ListPodsRequest_FieldTerminalPathValue struct {
	ListPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPodsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)

func (*ListPodsRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsFilterValue() (*pod.Filter, bool)

func (*ListPodsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue added in v0.10.1

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsIncludePagingInfoValue() (bool, bool)

func (*ListPodsRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsOrderByValue() (*pod.OrderBy, bool)

func (*ListPodsRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*ListPodsRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsPageTokenValue() (*pod.PagerCursor, bool)

func (*ListPodsRequest_FieldTerminalPathValue) AsParentValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsParentValue() (*pod.ParentName, bool)

func (*ListPodsRequest_FieldTerminalPathValue) AsViewValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)

func (*ListPodsRequest_FieldTerminalPathValue) CompareWith

func (fpv *ListPodsRequest_FieldTerminalPathValue) CompareWith(source *ListPodsRequest) (int, bool)

CompareWith compares value in the 'ListPodsRequest_FieldTerminalPathValue' with the value under path in 'ListPodsRequest'.

func (*ListPodsRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListPodsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListPodsRequest_FieldTerminalPathValue) GetRawValue

func (fpv *ListPodsRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListPodsRequest' as interface{}

func (*ListPodsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPodsRequest

func (*ListPodsRequest_FieldTerminalPathValue) SetToRaw

type ListPodsResponse

type ListPodsResponse struct {

	// The list of Pods
	Pods []*pod.Pod `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty" firestore:"pods"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListPodsRequest.page_token][ntt.applications.v1alpha.ListPodsRequest.page_token]
	PrevPageToken *pod.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListPodsRequest.page_token][ntt.applications.v1alpha.ListPodsRequest.page_token]
	NextPageToken *pod.PagerCursor `` /* 151-byte string literal not displayed */
	// Current offset from the first page or 0 if no page tokens were given,
	// paging info was not requested or there was an error while trying to get
	// it). Page index can be computed from offset and limit provided in a
	// request.
	CurrentOffset int32 `` /* 127-byte string literal not displayed */
	// Number of total Pods across all pages or 0, if there are no items, paging
	// info was not requested or there was an error while trying to get it.
	TotalResultsCount int32 `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [ListPods][ntt.applications.v1alpha.ListPods]

func (*ListPodsResponse) Clone

func (o *ListPodsResponse) Clone() *ListPodsResponse

func (*ListPodsResponse) CloneRaw

func (*ListPodsResponse) Descriptor

func (*ListPodsResponse) Descriptor() ([]byte, []int)

Deprecated, Use ListPodsResponse.ProtoReflect.Descriptor instead.

func (*ListPodsResponse) GetCurrentOffset added in v0.10.1

func (m *ListPodsResponse) GetCurrentOffset() int32

func (*ListPodsResponse) GetNextPageToken

func (m *ListPodsResponse) GetNextPageToken() *pod.PagerCursor

func (*ListPodsResponse) GetPods

func (m *ListPodsResponse) GetPods() []*pod.Pod

func (*ListPodsResponse) GetPrevPageToken

func (m *ListPodsResponse) GetPrevPageToken() *pod.PagerCursor

func (*ListPodsResponse) GetTotalResultsCount added in v0.10.1

func (m *ListPodsResponse) GetTotalResultsCount() int32

func (*ListPodsResponse) GotenMessage

func (*ListPodsResponse) GotenMessage()

func (*ListPodsResponse) GotenObjectExt

func (o *ListPodsResponse) GotenObjectExt()

func (*ListPodsResponse) GotenValidate

func (obj *ListPodsResponse) GotenValidate() error

func (*ListPodsResponse) MakeDiffFieldMask

func (o *ListPodsResponse) MakeDiffFieldMask(other *ListPodsResponse) *ListPodsResponse_FieldMask

func (*ListPodsResponse) MakeFullFieldMask

func (o *ListPodsResponse) MakeFullFieldMask() *ListPodsResponse_FieldMask

func (*ListPodsResponse) MakeRawDiffFieldMask

func (o *ListPodsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*ListPodsResponse) MakeRawFullFieldMask

func (o *ListPodsResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListPodsResponse) Marshal

func (m *ListPodsResponse) Marshal() ([]byte, error)

func (*ListPodsResponse) MarshalJSON

func (m *ListPodsResponse) MarshalJSON() ([]byte, error)

func (*ListPodsResponse) Merge

func (o *ListPodsResponse) Merge(source *ListPodsResponse)

func (*ListPodsResponse) MergeRaw

func (o *ListPodsResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*ListPodsResponse) ProtoMessage

func (*ListPodsResponse) ProtoMessage()

func (*ListPodsResponse) ProtoReflect

func (m *ListPodsResponse) ProtoReflect() preflect.Message

func (*ListPodsResponse) Reset

func (m *ListPodsResponse) Reset()

func (*ListPodsResponse) SetCurrentOffset added in v0.10.1

func (m *ListPodsResponse) SetCurrentOffset(fv int32)

func (*ListPodsResponse) SetNextPageToken

func (m *ListPodsResponse) SetNextPageToken(fv *pod.PagerCursor)

func (*ListPodsResponse) SetPods

func (m *ListPodsResponse) SetPods(fv []*pod.Pod)

func (*ListPodsResponse) SetPrevPageToken

func (m *ListPodsResponse) SetPrevPageToken(fv *pod.PagerCursor)

func (*ListPodsResponse) SetTotalResultsCount added in v0.10.1

func (m *ListPodsResponse) SetTotalResultsCount(fv int32)

func (*ListPodsResponse) String

func (m *ListPodsResponse) String() string

func (*ListPodsResponse) Unmarshal

func (m *ListPodsResponse) Unmarshal(b []byte) error

func (*ListPodsResponse) UnmarshalJSON

func (m *ListPodsResponse) UnmarshalJSON(data []byte) error

type ListPodsResponseFieldPathBuilder

type ListPodsResponseFieldPathBuilder struct{}

func NewListPodsResponseFieldPathBuilder

func NewListPodsResponseFieldPathBuilder() ListPodsResponseFieldPathBuilder

func (ListPodsResponseFieldPathBuilder) CurrentOffset added in v0.10.1

func (ListPodsResponseFieldPathBuilder) NextPageToken

func (ListPodsResponseFieldPathBuilder) Pods

func (ListPodsResponseFieldPathBuilder) PrevPageToken

func (ListPodsResponseFieldPathBuilder) TotalResultsCount added in v0.10.1

type ListPodsResponseMapPathSelectorPodsMetadataAnnotations

type ListPodsResponseMapPathSelectorPodsMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (ListPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath

func (ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues

func (ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue

type ListPodsResponseMapPathSelectorPodsMetadataLabels

type ListPodsResponseMapPathSelectorPodsMetadataLabels struct {
	// contains filtered or unexported fields
}

func (ListPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath

func (ListPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues

func (ListPodsResponseMapPathSelectorPodsMetadataLabels) WithValue

type ListPodsResponseMapPathSelectorPodsMetadataShards

type ListPodsResponseMapPathSelectorPodsMetadataShards struct {
	// contains filtered or unexported fields
}

func (ListPodsResponseMapPathSelectorPodsMetadataShards) FieldPath

func (ListPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues

func (ListPodsResponseMapPathSelectorPodsMetadataShards) WithValue

type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits

type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits struct {
	// contains filtered or unexported fields
}

func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) FieldPath

func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues

func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue

type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests

type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests struct {
	// contains filtered or unexported fields
}

func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) FieldPath

func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues

func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue

type ListPodsResponsePathSelectorCurrentOffset added in v0.10.1

type ListPodsResponsePathSelectorCurrentOffset struct{}

func (ListPodsResponsePathSelectorCurrentOffset) FieldPath added in v0.10.1

func (ListPodsResponsePathSelectorCurrentOffset) WithArrayOfValues added in v0.10.1

func (ListPodsResponsePathSelectorCurrentOffset) WithValue added in v0.10.1

type ListPodsResponsePathSelectorNextPageToken

type ListPodsResponsePathSelectorNextPageToken struct{}

func (ListPodsResponsePathSelectorNextPageToken) FieldPath

func (ListPodsResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListPodsResponsePathSelectorNextPageToken) WithValue

type ListPodsResponsePathSelectorPods

type ListPodsResponsePathSelectorPods struct{}

func (ListPodsResponsePathSelectorPods) DisplayName

func (ListPodsResponsePathSelectorPods) Distribution added in v0.12.69

func (ListPodsResponsePathSelectorPods) FieldPath

func (ListPodsResponsePathSelectorPods) Metadata

func (ListPodsResponsePathSelectorPods) Name

func (ListPodsResponsePathSelectorPods) Spec

func (ListPodsResponsePathSelectorPods) Status

func (ListPodsResponsePathSelectorPods) WithArrayOfValues

func (ListPodsResponsePathSelectorPods) WithItemValue

func (ListPodsResponsePathSelectorPods) WithSubArrayItemValue

func (ListPodsResponsePathSelectorPods) WithSubArrayOfValues

func (ListPodsResponsePathSelectorPods) WithSubPath

func (ListPodsResponsePathSelectorPods) WithSubValue

func (ListPodsResponsePathSelectorPods) WithValue

type ListPodsResponsePathSelectorPodsDisplayName

type ListPodsResponsePathSelectorPodsDisplayName struct{}

func (ListPodsResponsePathSelectorPodsDisplayName) FieldPath

func (ListPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsDisplayName) WithValue

type ListPodsResponsePathSelectorPodsDistribution added in v0.12.69

type ListPodsResponsePathSelectorPodsDistribution struct{}

func (ListPodsResponsePathSelectorPodsDistribution) FieldPath added in v0.12.69

func (ListPodsResponsePathSelectorPodsDistribution) WithArrayOfValues added in v0.12.69

func (ListPodsResponsePathSelectorPodsDistribution) WithValue added in v0.12.69

type ListPodsResponsePathSelectorPodsMetadata

type ListPodsResponsePathSelectorPodsMetadata struct{}

func (ListPodsResponsePathSelectorPodsMetadata) Annotations

func (ListPodsResponsePathSelectorPodsMetadata) CreateTime

func (ListPodsResponsePathSelectorPodsMetadata) DeleteTime added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadata) FieldPath

func (ListPodsResponsePathSelectorPodsMetadata) Generation

func (ListPodsResponsePathSelectorPodsMetadata) Labels

func (ListPodsResponsePathSelectorPodsMetadata) Lifecycle added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadata) OwnerReferences

func (ListPodsResponsePathSelectorPodsMetadata) ResourceVersion

func (ListPodsResponsePathSelectorPodsMetadata) Shards

func (ListPodsResponsePathSelectorPodsMetadata) Syncing

func (ListPodsResponsePathSelectorPodsMetadata) Tags

func (ListPodsResponsePathSelectorPodsMetadata) UpdateTime

func (ListPodsResponsePathSelectorPodsMetadata) Uuid

func (ListPodsResponsePathSelectorPodsMetadata) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadata) WithValue

type ListPodsResponsePathSelectorPodsMetadataAnnotations

type ListPodsResponsePathSelectorPodsMetadataAnnotations struct{}

func (ListPodsResponsePathSelectorPodsMetadataAnnotations) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataAnnotations) WithKey

func (ListPodsResponsePathSelectorPodsMetadataAnnotations) WithValue

type ListPodsResponsePathSelectorPodsMetadataCreateTime

type ListPodsResponsePathSelectorPodsMetadataCreateTime struct{}

func (ListPodsResponsePathSelectorPodsMetadataCreateTime) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataCreateTime) WithValue

type ListPodsResponsePathSelectorPodsMetadataDeleteTime added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataDeleteTime struct{}

func (ListPodsResponsePathSelectorPodsMetadataDeleteTime) FieldPath added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataDeleteTime) WithValue added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataGeneration

type ListPodsResponsePathSelectorPodsMetadataGeneration struct{}

func (ListPodsResponsePathSelectorPodsMetadataGeneration) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataGeneration) WithValue

type ListPodsResponsePathSelectorPodsMetadataLabels

type ListPodsResponsePathSelectorPodsMetadataLabels struct{}

func (ListPodsResponsePathSelectorPodsMetadataLabels) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataLabels) WithKey

func (ListPodsResponsePathSelectorPodsMetadataLabels) WithValue

type ListPodsResponsePathSelectorPodsMetadataLifecycle added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataLifecycle struct{}

func (ListPodsResponsePathSelectorPodsMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycle) FieldPath added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycle) State added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycle) WithValue added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion struct{}

func (ListPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataLifecycleState added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataLifecycleState struct{}

func (ListPodsResponsePathSelectorPodsMetadataLifecycleState) FieldPath added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataLifecycleState) WithValue added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataOwnerReferences

type ListPodsResponsePathSelectorPodsMetadataOwnerReferences struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Controller

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Kind

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Name

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Region added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Version added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion struct{}

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListPodsResponsePathSelectorPodsMetadataResourceVersion

type ListPodsResponsePathSelectorPodsMetadataResourceVersion struct{}

func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue

type ListPodsResponsePathSelectorPodsMetadataShards

type ListPodsResponsePathSelectorPodsMetadataShards struct{}

func (ListPodsResponsePathSelectorPodsMetadataShards) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataShards) WithKey

func (ListPodsResponsePathSelectorPodsMetadataShards) WithValue

type ListPodsResponsePathSelectorPodsMetadataSyncing

type ListPodsResponsePathSelectorPodsMetadataSyncing struct{}

func (ListPodsResponsePathSelectorPodsMetadataSyncing) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataSyncing) OwningRegion

func (ListPodsResponsePathSelectorPodsMetadataSyncing) Regions

func (ListPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataSyncing) WithValue

type ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion

type ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion struct{}

func (ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue

type ListPodsResponsePathSelectorPodsMetadataSyncingRegions

type ListPodsResponsePathSelectorPodsMetadataSyncingRegions struct{}

func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue

func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue

type ListPodsResponsePathSelectorPodsMetadataTags

type ListPodsResponsePathSelectorPodsMetadataTags struct{}

func (ListPodsResponsePathSelectorPodsMetadataTags) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataTags) WithItemValue

func (ListPodsResponsePathSelectorPodsMetadataTags) WithValue

type ListPodsResponsePathSelectorPodsMetadataUpdateTime

type ListPodsResponsePathSelectorPodsMetadataUpdateTime struct{}

func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue

type ListPodsResponsePathSelectorPodsMetadataUuid

type ListPodsResponsePathSelectorPodsMetadataUuid struct{}

func (ListPodsResponsePathSelectorPodsMetadataUuid) FieldPath

func (ListPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsMetadataUuid) WithValue

type ListPodsResponsePathSelectorPodsName

type ListPodsResponsePathSelectorPodsName struct{}

func (ListPodsResponsePathSelectorPodsName) FieldPath

func (ListPodsResponsePathSelectorPodsName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsName) WithValue

type ListPodsResponsePathSelectorPodsSpec

type ListPodsResponsePathSelectorPodsSpec struct{}

func (ListPodsResponsePathSelectorPodsSpec) Compose

func (ListPodsResponsePathSelectorPodsSpec) Containers

func (ListPodsResponsePathSelectorPodsSpec) FieldPath

func (ListPodsResponsePathSelectorPodsSpec) HostNetwork

func (ListPodsResponsePathSelectorPodsSpec) HostVolumeMounts

func (ListPodsResponsePathSelectorPodsSpec) ImagePullSecrets

func (ListPodsResponsePathSelectorPodsSpec) Node

func (ListPodsResponsePathSelectorPodsSpec) RestartPolicy

func (ListPodsResponsePathSelectorPodsSpec) Volumes

func (ListPodsResponsePathSelectorPodsSpec) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpec) WithValue

type ListPodsResponsePathSelectorPodsSpecCompose

type ListPodsResponsePathSelectorPodsSpecCompose struct{}

func (ListPodsResponsePathSelectorPodsSpecCompose) FieldPath

func (ListPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecCompose) WithValue

type ListPodsResponsePathSelectorPodsSpecContainers

type ListPodsResponsePathSelectorPodsSpecContainers struct{}

func (ListPodsResponsePathSelectorPodsSpecContainers) Args

func (ListPodsResponsePathSelectorPodsSpecContainers) Command

func (ListPodsResponsePathSelectorPodsSpecContainers) Env

func (ListPodsResponsePathSelectorPodsSpecContainers) EnvFrom

func (ListPodsResponsePathSelectorPodsSpecContainers) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainers) Image

func (ListPodsResponsePathSelectorPodsSpecContainers) ImagePullPolicy

func (ListPodsResponsePathSelectorPodsSpecContainers) Name

func (ListPodsResponsePathSelectorPodsSpecContainers) Resources

func (ListPodsResponsePathSelectorPodsSpecContainers) SecurityContext

func (ListPodsResponsePathSelectorPodsSpecContainers) VolumeMounts

func (ListPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainers) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecContainers) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersArgs

type ListPodsResponsePathSelectorPodsSpecContainersArgs struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersArgs) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecContainersArgs) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersCommand

type ListPodsResponsePathSelectorPodsSpecContainersCommand struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersCommand) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecContainersCommand) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnv

type ListPodsResponsePathSelectorPodsSpecContainersEnv struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnv) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnv) Name

func (ListPodsResponsePathSelectorPodsSpecContainersEnv) Value

func (ListPodsResponsePathSelectorPodsSpecContainersEnv) ValueFrom

func (ListPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecContainersEnv) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFrom

type ListPodsResponsePathSelectorPodsSpecContainersEnvFrom struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) ConfigMapRef

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) Prefix

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) SecretRef

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional

type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvName

type ListPodsResponsePathSelectorPodsSpecContainersEnvName struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValue struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional

type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersImage

type ListPodsResponsePathSelectorPodsSpecContainersImage struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersImage) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersImage) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy

type ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersName

type ListPodsResponsePathSelectorPodsSpecContainersName struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersName) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersResources

type ListPodsResponsePathSelectorPodsSpecContainersResources struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersResources) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersResources) Limits

func (ListPodsResponsePathSelectorPodsSpecContainersResources) Requests

func (ListPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersResources) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits

type ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithKey

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests

type ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithKey

func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersSecurityContext

type ListPodsResponsePathSelectorPodsSpecContainersSecurityContext struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged

type ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) Name

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) SubPath

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath

type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath struct{}

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue

type ListPodsResponsePathSelectorPodsSpecHostNetwork

type ListPodsResponsePathSelectorPodsSpecHostNetwork struct{}

func (ListPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath

func (ListPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecHostNetwork) WithValue

type ListPodsResponsePathSelectorPodsSpecHostVolumeMounts

type ListPodsResponsePathSelectorPodsSpecHostVolumeMounts struct{}

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) FieldPath

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) MountPath

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) Name

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) ReadOnly

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) SubPath

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath struct{}

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName struct{}

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly struct{}

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) FieldPath

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath

type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath struct{}

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue

type ListPodsResponsePathSelectorPodsSpecImagePullSecrets

type ListPodsResponsePathSelectorPodsSpecImagePullSecrets struct{}

func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) FieldPath

func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) Name

func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue

type ListPodsResponsePathSelectorPodsSpecImagePullSecretsName

type ListPodsResponsePathSelectorPodsSpecImagePullSecretsName struct{}

func (ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue

type ListPodsResponsePathSelectorPodsSpecNode

type ListPodsResponsePathSelectorPodsSpecNode struct{}

func (ListPodsResponsePathSelectorPodsSpecNode) FieldPath

func (ListPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecNode) WithValue

type ListPodsResponsePathSelectorPodsSpecRestartPolicy

type ListPodsResponsePathSelectorPodsSpecRestartPolicy struct{}

func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) FieldPath

func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumes

type ListPodsResponsePathSelectorPodsSpecVolumes struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumes) ConfigMap

func (ListPodsResponsePathSelectorPodsSpecVolumes) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumes) HostPath

func (ListPodsResponsePathSelectorPodsSpecVolumes) Name

func (ListPodsResponsePathSelectorPodsSpecVolumes) Secret

func (ListPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumes) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecVolumes) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMap

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMap struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) DefaultMode

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) Items

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) Name

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) Optional

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Key

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Mode

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Path

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional

type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesHostPath

type ListPodsResponsePathSelectorPodsSpecVolumesHostPath struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) Path

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) Type

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath

type ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesHostPathType

type ListPodsResponsePathSelectorPodsSpecVolumesHostPathType struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesName

type ListPodsResponsePathSelectorPodsSpecVolumesName struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesName) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecret

type ListPodsResponsePathSelectorPodsSpecVolumesSecret struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) DefaultMode

func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) Items

func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) Optional

func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) SecretName

func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode

type ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItems

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItems struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) Key

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) Mode

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) Path

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath

type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional

type ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue

type ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName

type ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName struct{}

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) FieldPath

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue

type ListPodsResponsePathSelectorPodsStatus

type ListPodsResponsePathSelectorPodsStatus struct{}

func (ListPodsResponsePathSelectorPodsStatus) ContainerStatuses

func (ListPodsResponsePathSelectorPodsStatus) FieldPath

func (ListPodsResponsePathSelectorPodsStatus) Phase

func (ListPodsResponsePathSelectorPodsStatus) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatus) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatuses

type ListPodsResponsePathSelectorPodsStatusContainerStatuses struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Name

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Running

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) State

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Terminated

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Waiting

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue

func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesName

type ListPodsResponsePathSelectorPodsStatusContainerStatusesName struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesName) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning

type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt

type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesState

type ListPodsResponsePathSelectorPodsStatusContainerStatusesState struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesState) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesState) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt

type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting

type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage

type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithValue

type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason

type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason struct{}

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) FieldPath

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue

type ListPodsResponsePathSelectorPodsStatusPhase

type ListPodsResponsePathSelectorPodsStatusPhase struct{}

func (ListPodsResponsePathSelectorPodsStatusPhase) FieldPath

func (ListPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues

func (ListPodsResponsePathSelectorPodsStatusPhase) WithValue

type ListPodsResponsePathSelectorPrevPageToken

type ListPodsResponsePathSelectorPrevPageToken struct{}

func (ListPodsResponsePathSelectorPrevPageToken) FieldPath

func (ListPodsResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListPodsResponsePathSelectorPrevPageToken) WithValue

type ListPodsResponsePathSelectorTotalResultsCount added in v0.10.1

type ListPodsResponsePathSelectorTotalResultsCount struct{}

func (ListPodsResponsePathSelectorTotalResultsCount) FieldPath added in v0.10.1

func (ListPodsResponsePathSelectorTotalResultsCount) WithArrayOfValues added in v0.10.1

func (ListPodsResponsePathSelectorTotalResultsCount) WithValue added in v0.10.1

type ListPodsResponse_FieldMask

type ListPodsResponse_FieldMask struct {
	Paths []ListPodsResponse_FieldPath
}

func FullListPodsResponse_FieldMask

func FullListPodsResponse_FieldMask() *ListPodsResponse_FieldMask

func (*ListPodsResponse_FieldMask) AppendPath

func (fieldMask *ListPodsResponse_FieldMask) AppendPath(path ListPodsResponse_FieldPath)

func (*ListPodsResponse_FieldMask) AppendRawPath

func (fieldMask *ListPodsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListPodsResponse_FieldMask) DecodeFirestore

func (fieldMask *ListPodsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListPodsResponse_FieldMask) EncodeFirestore

func (fieldMask *ListPodsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListPodsResponse_FieldMask) FilterInputFields

func (fieldMask *ListPodsResponse_FieldMask) FilterInputFields() *ListPodsResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPodsResponse_FieldMask) FromProtoFieldMask

func (fieldMask *ListPodsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListPodsResponse_FieldMask) GetPaths

func (*ListPodsResponse_FieldMask) GetRawPaths

func (fieldMask *ListPodsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListPodsResponse_FieldMask) IsFull

func (fieldMask *ListPodsResponse_FieldMask) IsFull() bool

func (ListPodsResponse_FieldMask) Marshal

func (fieldMask ListPodsResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListPodsResponse_FieldMask) MarshalJSON

func (fieldMask ListPodsResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*ListPodsResponse_FieldMask) PathsCount

func (fieldMask *ListPodsResponse_FieldMask) PathsCount() int

func (*ListPodsResponse_FieldMask) Project

func (fieldMask *ListPodsResponse_FieldMask) Project(source *ListPodsResponse) *ListPodsResponse

func (*ListPodsResponse_FieldMask) ProjectRaw

func (*ListPodsResponse_FieldMask) ProtoMessage

func (fieldMask *ListPodsResponse_FieldMask) ProtoMessage()

func (*ListPodsResponse_FieldMask) ProtoReflect

func (fieldMask *ListPodsResponse_FieldMask) ProtoReflect() preflect.Message

func (*ListPodsResponse_FieldMask) Reset

func (fieldMask *ListPodsResponse_FieldMask) Reset()

func (*ListPodsResponse_FieldMask) Set

func (fieldMask *ListPodsResponse_FieldMask) Set(target, source *ListPodsResponse)

func (*ListPodsResponse_FieldMask) SetFromCliFlag

func (fieldMask *ListPodsResponse_FieldMask) SetFromCliFlag(raw string) error

func (*ListPodsResponse_FieldMask) SetRaw

func (fieldMask *ListPodsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListPodsResponse_FieldMask) Size

func (fieldMask *ListPodsResponse_FieldMask) Size() int

func (*ListPodsResponse_FieldMask) String

func (fieldMask *ListPodsResponse_FieldMask) String() string

func (*ListPodsResponse_FieldMask) Subtract

func (*ListPodsResponse_FieldMask) SubtractRaw

func (*ListPodsResponse_FieldMask) ToProtoFieldMask

func (fieldMask *ListPodsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListPodsResponse_FieldMask) Unmarshal

func (fieldMask *ListPodsResponse_FieldMask) Unmarshal(data []byte) error

func (*ListPodsResponse_FieldMask) UnmarshalJSON

func (fieldMask *ListPodsResponse_FieldMask) UnmarshalJSON(data []byte) error

type ListPodsResponse_FieldPath

type ListPodsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPodsResponse_FieldPathSelector
	Get(source *ListPodsResponse) []interface{}
	GetSingle(source *ListPodsResponse) (interface{}, bool)
	ClearValue(item *ListPodsResponse)

	// Those methods build corresponding ListPodsResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListPodsResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) ListPodsResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListPodsResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListPodsResponse_FieldPath

func MustParseListPodsResponse_FieldPath(rawField string) ListPodsResponse_FieldPath

func ParseListPodsResponse_FieldPath

func ParseListPodsResponse_FieldPath(rawField string) (ListPodsResponse_FieldPath, error)

type ListPodsResponse_FieldPathArrayItemValue

type ListPodsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPodsResponse_FieldPath
	ContainsValue(*ListPodsResponse) bool
}

ListPodsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPodsResponse according to their type Present only for array (repeated) types.

func MustParseListPodsResponse_FieldPathArrayItemValue

func MustParseListPodsResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPodsResponse_FieldPathArrayItemValue

func ParseListPodsResponse_FieldPathArrayItemValue

func ParseListPodsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPodsResponse_FieldPathArrayItemValue, error)

ParseListPodsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPodsResponse_FieldPathArrayOfValues

type ListPodsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPodsResponse_FieldPath
}

ListPodsResponse_FieldPathArrayOfValues allows storing slice of values for ListPodsResponse fields according to their type

func MustParseListPodsResponse_FieldPathArrayOfValues

func MustParseListPodsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPodsResponse_FieldPathArrayOfValues

func ParseListPodsResponse_FieldPathArrayOfValues

func ParseListPodsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPodsResponse_FieldPathArrayOfValues, error)

type ListPodsResponse_FieldPathSelector

type ListPodsResponse_FieldPathSelector int32
const (
	ListPodsResponse_FieldPathSelectorPods              ListPodsResponse_FieldPathSelector = 0
	ListPodsResponse_FieldPathSelectorPrevPageToken     ListPodsResponse_FieldPathSelector = 1
	ListPodsResponse_FieldPathSelectorNextPageToken     ListPodsResponse_FieldPathSelector = 2
	ListPodsResponse_FieldPathSelectorCurrentOffset     ListPodsResponse_FieldPathSelector = 3
	ListPodsResponse_FieldPathSelectorTotalResultsCount ListPodsResponse_FieldPathSelector = 4
)

func (ListPodsResponse_FieldPathSelector) String

type ListPodsResponse_FieldPathValue

type ListPodsResponse_FieldPathValue interface {
	ListPodsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPodsResponse)
	CompareWith(*ListPodsResponse) (cmp int, comparable bool)
}

ListPodsResponse_FieldPathValue allows storing values for ListPodsResponse fields according to their type

func MustParseListPodsResponse_FieldPathValue

func MustParseListPodsResponse_FieldPathValue(pathStr, valueStr string) ListPodsResponse_FieldPathValue

func ParseListPodsResponse_FieldPathValue

func ParseListPodsResponse_FieldPathValue(pathStr, valueStr string) (ListPodsResponse_FieldPathValue, error)

type ListPodsResponse_FieldSubPath

type ListPodsResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldSubPath) AsPodsSubPath

func (fps *ListPodsResponse_FieldSubPath) AsPodsSubPath() (pod.Pod_FieldPath, bool)

func (*ListPodsResponse_FieldSubPath) ClearValue

func (fps *ListPodsResponse_FieldSubPath) ClearValue(item *ListPodsResponse)

func (*ListPodsResponse_FieldSubPath) ClearValueRaw

func (fps *ListPodsResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*ListPodsResponse_FieldSubPath) Get

func (fps *ListPodsResponse_FieldSubPath) Get(source *ListPodsResponse) (values []interface{})

Get returns all values pointed by selected field from source ListPodsResponse

func (*ListPodsResponse_FieldSubPath) GetDefault

func (fps *ListPodsResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPodsResponse_FieldSubPath) GetRaw

func (fps *ListPodsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*ListPodsResponse_FieldSubPath) GetSingle

func (fps *ListPodsResponse_FieldSubPath) GetSingle(source *ListPodsResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListPodsResponse

func (*ListPodsResponse_FieldSubPath) GetSingleRaw

func (fps *ListPodsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPodsResponse_FieldSubPath) IsLeaf

func (fps *ListPodsResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*ListPodsResponse_FieldSubPath) JSONString

func (fps *ListPodsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListPodsResponse_FieldSubPath) Selector

func (*ListPodsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *ListPodsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPodsResponse_FieldSubPath) String

func (fps *ListPodsResponse_FieldSubPath) String() string

String returns path representation in proto convention

func (*ListPodsResponse_FieldSubPath) WithIArrayItemValue

func (fps *ListPodsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListPodsResponse_FieldPathArrayItemValue

func (*ListPodsResponse_FieldSubPath) WithIArrayOfValues

func (fps *ListPodsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListPodsResponse_FieldPathArrayOfValues

func (*ListPodsResponse_FieldSubPath) WithIValue

func (fps *ListPodsResponse_FieldSubPath) WithIValue(value interface{}) ListPodsResponse_FieldPathValue

func (*ListPodsResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *ListPodsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPodsResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *ListPodsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPodsResponse_FieldSubPath) WithRawIValue

func (fps *ListPodsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPodsResponse_FieldSubPathArrayItemValue

type ListPodsResponse_FieldSubPathArrayItemValue struct {
	ListPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldSubPathArrayItemValue) AsPodsPathItemValue

func (*ListPodsResponse_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *ListPodsResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListPodsResponse) bool

Contains returns a boolean indicating if value that is being held is present in given 'ListPodsResponse'

func (*ListPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *ListPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type ListPodsResponse_FieldSubPathArrayOfValues

type ListPodsResponse_FieldSubPathArrayOfValues struct {
	ListPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldSubPathArrayOfValues) AsPodsPathArrayOfValues

func (*ListPodsResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *ListPodsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type ListPodsResponse_FieldSubPathValue

type ListPodsResponse_FieldSubPathValue struct {
	ListPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldSubPathValue) AsPodsPathValue

func (*ListPodsResponse_FieldSubPathValue) CompareWith

func (fpvs *ListPodsResponse_FieldSubPathValue) CompareWith(source *ListPodsResponse) (int, bool)

func (*ListPodsResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *ListPodsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListPodsResponse_FieldSubPathValue) GetRawValue

func (fpvs *ListPodsResponse_FieldSubPathValue) GetRawValue() interface{}

func (*ListPodsResponse_FieldSubPathValue) SetTo

func (*ListPodsResponse_FieldSubPathValue) SetToRaw

func (fpvs *ListPodsResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type ListPodsResponse_FieldTerminalPath

type ListPodsResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldTerminalPath) ClearValue

func (*ListPodsResponse_FieldTerminalPath) ClearValueRaw

func (fp *ListPodsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*ListPodsResponse_FieldTerminalPath) Get

func (fp *ListPodsResponse_FieldTerminalPath) Get(source *ListPodsResponse) (values []interface{})

Get returns all values pointed by specific field from source ListPodsResponse

func (*ListPodsResponse_FieldTerminalPath) GetDefault

func (fp *ListPodsResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPodsResponse_FieldTerminalPath) GetRaw

func (fp *ListPodsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListPodsResponse_FieldTerminalPath) GetSingle

func (fp *ListPodsResponse_FieldTerminalPath) GetSingle(source *ListPodsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPodsResponse

func (*ListPodsResponse_FieldTerminalPath) GetSingleRaw

func (fp *ListPodsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPodsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPodsResponse_FieldTerminalPath) JSONString

func (fp *ListPodsResponse_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*ListPodsResponse_FieldTerminalPath) Selector

func (*ListPodsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListPodsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPodsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPodsResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *ListPodsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPodsResponse_FieldPathArrayItemValue

func (*ListPodsResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *ListPodsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPodsResponse_FieldPathArrayOfValues

func (*ListPodsResponse_FieldTerminalPath) WithIValue

func (fp *ListPodsResponse_FieldTerminalPath) WithIValue(value interface{}) ListPodsResponse_FieldPathValue

func (*ListPodsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListPodsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPodsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListPodsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPodsResponse_FieldTerminalPath) WithRawIValue

func (fp *ListPodsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPodsResponse_FieldTerminalPathArrayItemValue

type ListPodsResponse_FieldTerminalPathArrayItemValue struct {
	ListPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldTerminalPathArrayItemValue) AsPodsItemValue

func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) AsPodsItemValue() (*pod.Pod, bool)

func (*ListPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPodsResponse'

func (*ListPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListPodsResponse as interface{}

func (*ListPodsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListPodsResponse) (interface{}, bool)

func (*ListPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListPodsResponse_FieldTerminalPathArrayOfValues

type ListPodsResponse_FieldTerminalPathArrayOfValues struct {
	ListPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues added in v0.10.1

func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsCurrentOffsetArrayOfValues() ([]int32, bool)

func (*ListPodsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)

func (*ListPodsResponse_FieldTerminalPathArrayOfValues) AsPodsArrayOfValues

func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsPodsArrayOfValues() ([][]*pod.Pod, bool)

func (*ListPodsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)

func (*ListPodsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues added in v0.10.1

func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsTotalResultsCountArrayOfValues() ([]int32, bool)

func (*ListPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListPodsResponse_FieldTerminalPathValue

type ListPodsResponse_FieldTerminalPathValue struct {
	ListPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPodsResponse_FieldTerminalPathValue) AsCurrentOffsetValue added in v0.10.1

func (fpv *ListPodsResponse_FieldTerminalPathValue) AsCurrentOffsetValue() (int32, bool)

func (*ListPodsResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (fpv *ListPodsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*pod.PagerCursor, bool)

func (*ListPodsResponse_FieldTerminalPathValue) AsPodsValue

func (fpv *ListPodsResponse_FieldTerminalPathValue) AsPodsValue() ([]*pod.Pod, bool)

func (*ListPodsResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (fpv *ListPodsResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*pod.PagerCursor, bool)

func (*ListPodsResponse_FieldTerminalPathValue) AsTotalResultsCountValue added in v0.10.1

func (fpv *ListPodsResponse_FieldTerminalPathValue) AsTotalResultsCountValue() (int32, bool)

func (*ListPodsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPodsResponse_FieldTerminalPathValue' with the value under path in 'ListPodsResponse'.

func (*ListPodsResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListPodsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListPodsResponse_FieldTerminalPathValue) GetRawValue

func (fpv *ListPodsResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListPodsResponse' as interface{}

func (*ListPodsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPodsResponse

func (*ListPodsResponse_FieldTerminalPathValue) SetToRaw

type PodServiceClient

type PodServiceClient interface {
	GetPod(ctx context.Context, in *GetPodRequest, opts ...grpc.CallOption) (*pod.Pod, error)
	BatchGetPods(ctx context.Context, in *BatchGetPodsRequest, opts ...grpc.CallOption) (*BatchGetPodsResponse, error)
	ListPods(ctx context.Context, in *ListPodsRequest, opts ...grpc.CallOption) (*ListPodsResponse, error)
	WatchPod(ctx context.Context, in *WatchPodRequest, opts ...grpc.CallOption) (WatchPodClientStream, error)
	WatchPods(ctx context.Context, in *WatchPodsRequest, opts ...grpc.CallOption) (WatchPodsClientStream, error)
	CreatePod(ctx context.Context, in *CreatePodRequest, opts ...grpc.CallOption) (*pod.Pod, error)
	UpdatePod(ctx context.Context, in *UpdatePodRequest, opts ...grpc.CallOption) (*pod.Pod, error)
	DeletePod(ctx context.Context, in *DeletePodRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

PodServiceClient is the client API for PodService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPodServiceClient

func NewPodServiceClient(cc grpc.ClientConnInterface) PodServiceClient

type PodServiceDescriptor added in v0.4.28

type PodServiceDescriptor struct{}

func GetPodServiceDescriptor added in v0.4.28

func GetPodServiceDescriptor() *PodServiceDescriptor

func (*PodServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (d *PodServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*PodServiceDescriptor) GetApiName added in v0.4.28

func (d *PodServiceDescriptor) GetApiName() string

func (*PodServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *PodServiceDescriptor) GetFullAPIName() string

func (*PodServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *PodServiceDescriptor) GetProtoPkgName() string

func (*PodServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *PodServiceDescriptor) GetServiceDomain() string

func (*PodServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *PodServiceDescriptor) GetServiceVersion() string

type UpdatePodDescriptor added in v0.4.28

type UpdatePodDescriptor struct{}

func GetUpdatePodDescriptor added in v0.4.28

func GetUpdatePodDescriptor() *UpdatePodDescriptor

func (*UpdatePodDescriptor) GetApiDescriptor added in v0.4.28

func (d *UpdatePodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*UpdatePodDescriptor) GetApiName added in v0.4.28

func (d *UpdatePodDescriptor) GetApiName() string

func (*UpdatePodDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *UpdatePodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdatePodDescriptor) GetFullMethodName added in v0.4.28

func (d *UpdatePodDescriptor) GetFullMethodName() string

func (*UpdatePodDescriptor) GetMethodName added in v0.4.28

func (d *UpdatePodDescriptor) GetMethodName() string

func (*UpdatePodDescriptor) GetProtoPkgName added in v0.4.28

func (d *UpdatePodDescriptor) GetProtoPkgName() string

func (*UpdatePodDescriptor) GetResourceDescriptor added in v0.4.30

func (d *UpdatePodDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*UpdatePodDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *UpdatePodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*UpdatePodDescriptor) GetServiceDomain added in v0.4.28

func (d *UpdatePodDescriptor) GetServiceDomain() string

func (*UpdatePodDescriptor) GetServiceVersion added in v0.4.28

func (d *UpdatePodDescriptor) GetServiceVersion() string

func (*UpdatePodDescriptor) GetVerb added in v0.4.28

func (d *UpdatePodDescriptor) GetVerb() string

func (*UpdatePodDescriptor) HasResource added in v0.4.30

func (d *UpdatePodDescriptor) HasResource() bool

func (*UpdatePodDescriptor) IsClientStream added in v0.4.28

func (d *UpdatePodDescriptor) IsClientStream() bool

func (*UpdatePodDescriptor) IsCollection added in v0.4.30

func (d *UpdatePodDescriptor) IsCollection() bool

func (*UpdatePodDescriptor) IsPlural added in v0.4.30

func (d *UpdatePodDescriptor) IsPlural() bool

func (*UpdatePodDescriptor) IsServerStream added in v0.4.28

func (d *UpdatePodDescriptor) IsServerStream() bool

func (*UpdatePodDescriptor) IsUnary added in v0.4.28

func (d *UpdatePodDescriptor) IsUnary() bool

func (*UpdatePodDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *UpdatePodDescriptor) NewEmptyClientMsg() proto.Message

func (*UpdatePodDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *UpdatePodDescriptor) NewEmptyServerMsg() proto.Message

func (*UpdatePodDescriptor) RequestHasResourceBody added in v0.4.28

func (d *UpdatePodDescriptor) RequestHasResourceBody() bool

type UpdatePodDescriptorClientMsgHandle added in v0.4.28

type UpdatePodDescriptorClientMsgHandle struct{}

func (*UpdatePodDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *UpdatePodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*UpdatePodDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdatePodDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type UpdatePodDescriptorServerMsgHandle added in v0.4.28

type UpdatePodDescriptorServerMsgHandle struct{}

func (*UpdatePodDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *UpdatePodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*UpdatePodDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*UpdatePodDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type UpdatePodRequest

type UpdatePodRequest struct {

	// Pod resource body
	Pod *pod.Pod `protobuf:"bytes,2,opt,name=pod,proto3" json:"pod,omitempty" firestore:"pod"`
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *pod.Pod_FieldMask `` /* 139-byte string literal not displayed */
	// Conditional update applied to request if update should be executed only for
	// specific resource state. If this field is populated, then server will fetch
	// existing resource, compare with the one stored in the cas field (after
	// applying field mask) and proceed with update only and only if they match.
	// Otherwise RPC error Aborted will be returned.
	Cas *UpdatePodRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"`
	// If set to true, and the resource is not found,
	// a new resource will be created.  In this situation,
	// 'field_mask' is ignored.
	//
	// https://google.aip.dev/134#create-or-update
	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"`
	// contains filtered or unexported fields
}

Request message for method [UpdatePod][ntt.applications.v1alpha.UpdatePod]

func (*UpdatePodRequest) Clone

func (o *UpdatePodRequest) Clone() *UpdatePodRequest

func (*UpdatePodRequest) CloneRaw

func (*UpdatePodRequest) Descriptor

func (*UpdatePodRequest) Descriptor() ([]byte, []int)

Deprecated, Use UpdatePodRequest.ProtoReflect.Descriptor instead.

func (*UpdatePodRequest) GetAllowMissing added in v0.12.33

func (m *UpdatePodRequest) GetAllowMissing() bool

func (*UpdatePodRequest) GetCas

func (*UpdatePodRequest) GetPod

func (m *UpdatePodRequest) GetPod() *pod.Pod

func (*UpdatePodRequest) GetUpdateMask

func (m *UpdatePodRequest) GetUpdateMask() *pod.Pod_FieldMask

func (*UpdatePodRequest) GotenMessage

func (*UpdatePodRequest) GotenMessage()

func (*UpdatePodRequest) GotenObjectExt

func (o *UpdatePodRequest) GotenObjectExt()

func (*UpdatePodRequest) GotenValidate

func (obj *UpdatePodRequest) GotenValidate() error

func (*UpdatePodRequest) MakeDiffFieldMask

func (o *UpdatePodRequest) MakeDiffFieldMask(other *UpdatePodRequest) *UpdatePodRequest_FieldMask

func (*UpdatePodRequest) MakeFullFieldMask

func (o *UpdatePodRequest) MakeFullFieldMask() *UpdatePodRequest_FieldMask

func (*UpdatePodRequest) MakeRawDiffFieldMask

func (o *UpdatePodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*UpdatePodRequest) MakeRawFullFieldMask

func (o *UpdatePodRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdatePodRequest) Marshal

func (m *UpdatePodRequest) Marshal() ([]byte, error)

func (*UpdatePodRequest) MarshalJSON

func (m *UpdatePodRequest) MarshalJSON() ([]byte, error)

func (*UpdatePodRequest) Merge

func (o *UpdatePodRequest) Merge(source *UpdatePodRequest)

func (*UpdatePodRequest) MergeRaw

func (o *UpdatePodRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*UpdatePodRequest) ProtoMessage

func (*UpdatePodRequest) ProtoMessage()

func (*UpdatePodRequest) ProtoReflect

func (m *UpdatePodRequest) ProtoReflect() preflect.Message

func (*UpdatePodRequest) Reset

func (m *UpdatePodRequest) Reset()

func (*UpdatePodRequest) SetAllowMissing added in v0.12.33

func (m *UpdatePodRequest) SetAllowMissing(fv bool)

func (*UpdatePodRequest) SetCas

func (m *UpdatePodRequest) SetCas(fv *UpdatePodRequest_CAS)

func (*UpdatePodRequest) SetPod

func (m *UpdatePodRequest) SetPod(fv *pod.Pod)

func (*UpdatePodRequest) SetUpdateMask

func (m *UpdatePodRequest) SetUpdateMask(fv *pod.Pod_FieldMask)

func (*UpdatePodRequest) String

func (m *UpdatePodRequest) String() string

func (*UpdatePodRequest) Unmarshal

func (m *UpdatePodRequest) Unmarshal(b []byte) error

func (*UpdatePodRequest) UnmarshalJSON

func (m *UpdatePodRequest) UnmarshalJSON(data []byte) error

type UpdatePodRequestCASFieldPathBuilder

type UpdatePodRequestCASFieldPathBuilder struct{}

func NewUpdatePodRequestCASFieldPathBuilder

func NewUpdatePodRequestCASFieldPathBuilder() UpdatePodRequestCASFieldPathBuilder

func (UpdatePodRequestCASFieldPathBuilder) ConditionalState

func (UpdatePodRequestCASFieldPathBuilder) FieldMask

type UpdatePodRequestCAS_FieldPath

type UpdatePodRequestCAS_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePodRequestCAS_FieldPathSelector
	Get(source *UpdatePodRequest_CAS) []interface{}
	GetSingle(source *UpdatePodRequest_CAS) (interface{}, bool)
	ClearValue(item *UpdatePodRequest_CAS)

	// Those methods build corresponding UpdatePodRequestCAS_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdatePodRequestCAS_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdatePodRequestCAS_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdatePodRequestCAS_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdatePodRequestCAS_FieldPath

func MustParseUpdatePodRequestCAS_FieldPath(rawField string) UpdatePodRequestCAS_FieldPath

func ParseUpdatePodRequestCAS_FieldPath

func ParseUpdatePodRequestCAS_FieldPath(rawField string) (UpdatePodRequestCAS_FieldPath, error)

type UpdatePodRequestCAS_FieldPathArrayItemValue

type UpdatePodRequestCAS_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePodRequestCAS_FieldPath
	ContainsValue(*UpdatePodRequest_CAS) bool
}

UpdatePodRequestCAS_FieldPathArrayItemValue allows storing single item in Path-specific values for CAS according to their type Present only for array (repeated) types.

func MustParseUpdatePodRequestCAS_FieldPathArrayItemValue

func MustParseUpdatePodRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePodRequestCAS_FieldPathArrayItemValue

func ParseUpdatePodRequestCAS_FieldPathArrayItemValue

func ParseUpdatePodRequestCAS_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePodRequestCAS_FieldPathArrayItemValue, error)

ParseUpdatePodRequestCAS_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePodRequestCAS_FieldPathArrayOfValues

type UpdatePodRequestCAS_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePodRequestCAS_FieldPath
}

UpdatePodRequestCAS_FieldPathArrayOfValues allows storing slice of values for CAS fields according to their type

func MustParseUpdatePodRequestCAS_FieldPathArrayOfValues

func MustParseUpdatePodRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePodRequestCAS_FieldPathArrayOfValues

func ParseUpdatePodRequestCAS_FieldPathArrayOfValues

func ParseUpdatePodRequestCAS_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePodRequestCAS_FieldPathArrayOfValues, error)

type UpdatePodRequestCAS_FieldPathSelector

type UpdatePodRequestCAS_FieldPathSelector int32
const (
	UpdatePodRequestCAS_FieldPathSelectorConditionalState UpdatePodRequestCAS_FieldPathSelector = 0
	UpdatePodRequestCAS_FieldPathSelectorFieldMask        UpdatePodRequestCAS_FieldPathSelector = 1
)

func (UpdatePodRequestCAS_FieldPathSelector) String

type UpdatePodRequestCAS_FieldPathValue

type UpdatePodRequestCAS_FieldPathValue interface {
	UpdatePodRequestCAS_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePodRequest_CAS)
	CompareWith(*UpdatePodRequest_CAS) (cmp int, comparable bool)
}

UpdatePodRequestCAS_FieldPathValue allows storing values for CAS fields according to their type

func MustParseUpdatePodRequestCAS_FieldPathValue

func MustParseUpdatePodRequestCAS_FieldPathValue(pathStr, valueStr string) UpdatePodRequestCAS_FieldPathValue

func ParseUpdatePodRequestCAS_FieldPathValue

func ParseUpdatePodRequestCAS_FieldPathValue(pathStr, valueStr string) (UpdatePodRequestCAS_FieldPathValue, error)

type UpdatePodRequestCAS_FieldSubPath

type UpdatePodRequestCAS_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldSubPath) AsConditionalStateSubPath

func (fps *UpdatePodRequestCAS_FieldSubPath) AsConditionalStateSubPath() (pod.Pod_FieldPath, bool)

func (*UpdatePodRequestCAS_FieldSubPath) ClearValue

func (*UpdatePodRequestCAS_FieldSubPath) ClearValueRaw

func (fps *UpdatePodRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdatePodRequestCAS_FieldSubPath) Get

func (fps *UpdatePodRequestCAS_FieldSubPath) Get(source *UpdatePodRequest_CAS) (values []interface{})

Get returns all values pointed by selected field from source UpdatePodRequest_CAS

func (*UpdatePodRequestCAS_FieldSubPath) GetDefault

func (fps *UpdatePodRequestCAS_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdatePodRequestCAS_FieldSubPath) GetRaw

func (fps *UpdatePodRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdatePodRequestCAS_FieldSubPath) GetSingle

func (fps *UpdatePodRequestCAS_FieldSubPath) GetSingle(source *UpdatePodRequest_CAS) (interface{}, bool)

GetSingle returns value of selected field from source UpdatePodRequest_CAS

func (*UpdatePodRequestCAS_FieldSubPath) GetSingleRaw

func (fps *UpdatePodRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdatePodRequestCAS_FieldSubPath) IsLeaf

func (fps *UpdatePodRequestCAS_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*UpdatePodRequestCAS_FieldSubPath) JSONString

func (fps *UpdatePodRequestCAS_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdatePodRequestCAS_FieldSubPath) Selector

func (*UpdatePodRequestCAS_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *UpdatePodRequestCAS_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdatePodRequestCAS_FieldSubPath) String

String returns path representation in proto convention

func (*UpdatePodRequestCAS_FieldSubPath) WithIArrayItemValue

func (fps *UpdatePodRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdatePodRequestCAS_FieldPathArrayItemValue

func (*UpdatePodRequestCAS_FieldSubPath) WithIArrayOfValues

func (fps *UpdatePodRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdatePodRequestCAS_FieldPathArrayOfValues

func (*UpdatePodRequestCAS_FieldSubPath) WithIValue

func (fps *UpdatePodRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdatePodRequestCAS_FieldPathValue

func (*UpdatePodRequestCAS_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdatePodRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdatePodRequestCAS_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdatePodRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdatePodRequestCAS_FieldSubPath) WithRawIValue

func (fps *UpdatePodRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdatePodRequestCAS_FieldSubPathArrayItemValue

type UpdatePodRequestCAS_FieldSubPathArrayItemValue struct {
	UpdatePodRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue

func (fpaivs *UpdatePodRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)

func (*UpdatePodRequestCAS_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdatePodRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdatePodRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdatePodRequestCAS_FieldSubPathArrayOfValues

type UpdatePodRequestCAS_FieldSubPathArrayOfValues struct {
	UpdatePodRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues

func (fpsaov *UpdatePodRequestCAS_FieldSubPathArrayOfValues) AsConditionalStatePathArrayOfValues() (pod.Pod_FieldPathArrayOfValues, bool)

func (*UpdatePodRequestCAS_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdatePodRequestCAS_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdatePodRequestCAS_FieldSubPathValue

type UpdatePodRequestCAS_FieldSubPathValue struct {
	UpdatePodRequestCAS_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldSubPathValue) AsConditionalStatePathValue

func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (pod.Pod_FieldPathValue, bool)

func (*UpdatePodRequestCAS_FieldSubPathValue) CompareWith

func (*UpdatePodRequestCAS_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdatePodRequestCAS_FieldSubPathValue) GetRawValue

func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) GetRawValue() interface{}

func (*UpdatePodRequestCAS_FieldSubPathValue) SetTo

func (*UpdatePodRequestCAS_FieldSubPathValue) SetToRaw

func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)

type UpdatePodRequestCAS_FieldTerminalPath

type UpdatePodRequestCAS_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldTerminalPath) ClearValue

func (*UpdatePodRequestCAS_FieldTerminalPath) ClearValueRaw

func (fp *UpdatePodRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*UpdatePodRequestCAS_FieldTerminalPath) Get

func (fp *UpdatePodRequestCAS_FieldTerminalPath) Get(source *UpdatePodRequest_CAS) (values []interface{})

Get returns all values pointed by specific field from source UpdatePodRequest_CAS

func (*UpdatePodRequestCAS_FieldTerminalPath) GetDefault

func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdatePodRequestCAS_FieldTerminalPath) GetRaw

func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdatePodRequestCAS_FieldTerminalPath) GetSingle

func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetSingle(source *UpdatePodRequest_CAS) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdatePodRequest_CAS

func (*UpdatePodRequestCAS_FieldTerminalPath) GetSingleRaw

func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdatePodRequestCAS_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePodRequestCAS_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*UpdatePodRequestCAS_FieldTerminalPath) Selector

func (*UpdatePodRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *UpdatePodRequestCAS_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdatePodRequestCAS_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePodRequestCAS_FieldTerminalPath) WithIArrayItemValue

func (*UpdatePodRequestCAS_FieldTerminalPath) WithIArrayOfValues

func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdatePodRequestCAS_FieldPathArrayOfValues

func (*UpdatePodRequestCAS_FieldTerminalPath) WithIValue

func (*UpdatePodRequestCAS_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdatePodRequestCAS_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdatePodRequestCAS_FieldTerminalPath) WithRawIValue

func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdatePodRequestCAS_FieldTerminalPathArrayItemValue

type UpdatePodRequestCAS_FieldTerminalPathArrayItemValue struct {
	UpdatePodRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'CAS'

func (*UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdatePodRequest_CAS as interface{}

func (*UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdatePodRequest_CAS) (interface{}, bool)

func (*UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdatePodRequestCAS_FieldTerminalPathArrayOfValues

type UpdatePodRequestCAS_FieldTerminalPathArrayOfValues struct {
	UpdatePodRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues

func (fpaov *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*pod.Pod, bool)

func (*UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)

func (*UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdatePodRequestCAS_FieldTerminalPathValue

type UpdatePodRequestCAS_FieldTerminalPathValue struct {
	UpdatePodRequestCAS_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequestCAS_FieldTerminalPathValue) AsConditionalStateValue

func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*pod.Pod, bool)

func (*UpdatePodRequestCAS_FieldTerminalPathValue) AsFieldMaskValue

func (*UpdatePodRequestCAS_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePodRequestCAS_FieldTerminalPathValue' with the value under path in 'UpdatePodRequest_CAS'.

func (*UpdatePodRequestCAS_FieldTerminalPathValue) CompareWithRaw

func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdatePodRequestCAS_FieldTerminalPathValue) GetRawValue

func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'CAS' as interface{}

func (*UpdatePodRequestCAS_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object CAS

func (*UpdatePodRequestCAS_FieldTerminalPathValue) SetToRaw

type UpdatePodRequestFieldPathBuilder

type UpdatePodRequestFieldPathBuilder struct{}

func NewUpdatePodRequestFieldPathBuilder

func NewUpdatePodRequestFieldPathBuilder() UpdatePodRequestFieldPathBuilder

func (UpdatePodRequestFieldPathBuilder) AllowMissing added in v0.12.33

func (UpdatePodRequestFieldPathBuilder) Cas

func (UpdatePodRequestFieldPathBuilder) Pod

func (UpdatePodRequestFieldPathBuilder) UpdateMask

type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations

type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels

type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards

type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits

type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) FieldPath

func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithValue

type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests

type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) FieldPath

func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithValue

type UpdatePodRequestMapPathSelectorPodMetadataAnnotations

type UpdatePodRequestMapPathSelectorPodMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath

func (UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue

type UpdatePodRequestMapPathSelectorPodMetadataLabels

type UpdatePodRequestMapPathSelectorPodMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorPodMetadataLabels) FieldPath

func (UpdatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorPodMetadataLabels) WithValue

type UpdatePodRequestMapPathSelectorPodMetadataShards

type UpdatePodRequestMapPathSelectorPodMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorPodMetadataShards) FieldPath

func (UpdatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorPodMetadataShards) WithValue

type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits

type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath

func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue

type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests

type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) FieldPath

func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues

func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue

type UpdatePodRequestPathSelectorAllowMissing added in v0.12.33

type UpdatePodRequestPathSelectorAllowMissing struct{}

func (UpdatePodRequestPathSelectorAllowMissing) FieldPath added in v0.12.33

func (UpdatePodRequestPathSelectorAllowMissing) WithArrayOfValues added in v0.12.33

func (UpdatePodRequestPathSelectorAllowMissing) WithValue added in v0.12.33

type UpdatePodRequestPathSelectorCas

type UpdatePodRequestPathSelectorCas struct{}

func (UpdatePodRequestPathSelectorCas) ConditionalState

func (UpdatePodRequestPathSelectorCas) FieldMask

func (UpdatePodRequestPathSelectorCas) FieldPath

func (UpdatePodRequestPathSelectorCas) WithArrayOfValues

func (UpdatePodRequestPathSelectorCas) WithSubArrayItemValue

func (UpdatePodRequestPathSelectorCas) WithSubArrayOfValues

func (UpdatePodRequestPathSelectorCas) WithSubPath

func (UpdatePodRequestPathSelectorCas) WithSubValue

func (UpdatePodRequestPathSelectorCas) WithValue

type UpdatePodRequestPathSelectorCasConditionalState

type UpdatePodRequestPathSelectorCasConditionalState struct{}

func (UpdatePodRequestPathSelectorCasConditionalState) DisplayName

func (UpdatePodRequestPathSelectorCasConditionalState) Distribution added in v0.12.69

func (UpdatePodRequestPathSelectorCasConditionalState) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalState) Metadata

func (UpdatePodRequestPathSelectorCasConditionalState) Name

func (UpdatePodRequestPathSelectorCasConditionalState) Spec

func (UpdatePodRequestPathSelectorCasConditionalState) Status

func (UpdatePodRequestPathSelectorCasConditionalState) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalState) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateDisplayName

type UpdatePodRequestPathSelectorCasConditionalStateDisplayName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateDisplayName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateDistribution added in v0.12.69

type UpdatePodRequestPathSelectorCasConditionalStateDistribution struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateDistribution) FieldPath added in v0.12.69

func (UpdatePodRequestPathSelectorCasConditionalStateDistribution) WithArrayOfValues added in v0.12.69

func (UpdatePodRequestPathSelectorCasConditionalStateDistribution) WithValue added in v0.12.69

type UpdatePodRequestPathSelectorCasConditionalStateMetadata

type UpdatePodRequestPathSelectorCasConditionalStateMetadata struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) CreateTime

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Generation

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Labels

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Shards

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Syncing

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Tags

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) UpdateTime

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Uuid

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations

type UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithKey

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime

type UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataDeleteTime added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataDeleteTime struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration

type UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithKey

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycle added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycle struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleState added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleState struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion

type UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataShards

type UpdatePodRequestPathSelectorCasConditionalStateMetadataShards struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithKey

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing

type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion

type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions

type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataTags

type UpdatePodRequestPathSelectorCasConditionalStateMetadataTags struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime

type UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid

type UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateName

type UpdatePodRequestPathSelectorCasConditionalStateName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpec

type UpdatePodRequestPathSelectorCasConditionalStateSpec struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Compose

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Containers

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) HostNetwork

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Node

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) RestartPolicy

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Volumes

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpec) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecCompose

type UpdatePodRequestPathSelectorCasConditionalStateSpecCompose struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainers

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainers struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Args

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Env

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Name

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets

type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName

type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecNode

type UpdatePodRequestPathSelectorCasConditionalStateSpecNode struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy

type UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) Name

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) Secret

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName

type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatus

type UpdatePodRequestPathSelectorCasConditionalStateStatus struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatus) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatus) Phase

func (UpdatePodRequestPathSelectorCasConditionalStateStatus) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatus) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithItemValue

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason

type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) WithValue

type UpdatePodRequestPathSelectorCasConditionalStateStatusPhase

type UpdatePodRequestPathSelectorCasConditionalStateStatusPhase struct{}

func (UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) FieldPath

func (UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithValue

type UpdatePodRequestPathSelectorCasFieldMask

type UpdatePodRequestPathSelectorCasFieldMask struct{}

func (UpdatePodRequestPathSelectorCasFieldMask) FieldPath

func (UpdatePodRequestPathSelectorCasFieldMask) WithArrayOfValues

func (UpdatePodRequestPathSelectorCasFieldMask) WithValue

type UpdatePodRequestPathSelectorPod

type UpdatePodRequestPathSelectorPod struct{}

func (UpdatePodRequestPathSelectorPod) DisplayName

func (UpdatePodRequestPathSelectorPod) Distribution added in v0.12.69

func (UpdatePodRequestPathSelectorPod) FieldPath

func (UpdatePodRequestPathSelectorPod) Metadata

func (UpdatePodRequestPathSelectorPod) Name

func (UpdatePodRequestPathSelectorPod) Spec

func (UpdatePodRequestPathSelectorPod) Status

func (UpdatePodRequestPathSelectorPod) WithArrayOfValues

func (UpdatePodRequestPathSelectorPod) WithSubArrayItemValue

func (UpdatePodRequestPathSelectorPod) WithSubArrayOfValues

func (UpdatePodRequestPathSelectorPod) WithSubPath

func (UpdatePodRequestPathSelectorPod) WithSubValue

func (UpdatePodRequestPathSelectorPod) WithValue

type UpdatePodRequestPathSelectorPodDisplayName

type UpdatePodRequestPathSelectorPodDisplayName struct{}

func (UpdatePodRequestPathSelectorPodDisplayName) FieldPath

func (UpdatePodRequestPathSelectorPodDisplayName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodDisplayName) WithValue

type UpdatePodRequestPathSelectorPodDistribution added in v0.12.69

type UpdatePodRequestPathSelectorPodDistribution struct{}

func (UpdatePodRequestPathSelectorPodDistribution) FieldPath added in v0.12.69

func (UpdatePodRequestPathSelectorPodDistribution) WithArrayOfValues added in v0.12.69

func (UpdatePodRequestPathSelectorPodDistribution) WithValue added in v0.12.69

type UpdatePodRequestPathSelectorPodMetadata

type UpdatePodRequestPathSelectorPodMetadata struct{}

func (UpdatePodRequestPathSelectorPodMetadata) Annotations

func (UpdatePodRequestPathSelectorPodMetadata) CreateTime

func (UpdatePodRequestPathSelectorPodMetadata) DeleteTime added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadata) FieldPath

func (UpdatePodRequestPathSelectorPodMetadata) Generation

func (UpdatePodRequestPathSelectorPodMetadata) Labels

func (UpdatePodRequestPathSelectorPodMetadata) Lifecycle added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadata) OwnerReferences

func (UpdatePodRequestPathSelectorPodMetadata) ResourceVersion

func (UpdatePodRequestPathSelectorPodMetadata) Shards

func (UpdatePodRequestPathSelectorPodMetadata) Syncing

func (UpdatePodRequestPathSelectorPodMetadata) Tags

func (UpdatePodRequestPathSelectorPodMetadata) UpdateTime

func (UpdatePodRequestPathSelectorPodMetadata) Uuid

func (UpdatePodRequestPathSelectorPodMetadata) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadata) WithValue

type UpdatePodRequestPathSelectorPodMetadataAnnotations

type UpdatePodRequestPathSelectorPodMetadataAnnotations struct{}

func (UpdatePodRequestPathSelectorPodMetadataAnnotations) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataAnnotations) WithKey

func (UpdatePodRequestPathSelectorPodMetadataAnnotations) WithValue

type UpdatePodRequestPathSelectorPodMetadataCreateTime

type UpdatePodRequestPathSelectorPodMetadataCreateTime struct{}

func (UpdatePodRequestPathSelectorPodMetadataCreateTime) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataCreateTime) WithValue

type UpdatePodRequestPathSelectorPodMetadataDeleteTime added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataDeleteTime struct{}

func (UpdatePodRequestPathSelectorPodMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataGeneration

type UpdatePodRequestPathSelectorPodMetadataGeneration struct{}

func (UpdatePodRequestPathSelectorPodMetadataGeneration) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataGeneration) WithValue

type UpdatePodRequestPathSelectorPodMetadataLabels

type UpdatePodRequestPathSelectorPodMetadataLabels struct{}

func (UpdatePodRequestPathSelectorPodMetadataLabels) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataLabels) WithKey

func (UpdatePodRequestPathSelectorPodMetadataLabels) WithValue

type UpdatePodRequestPathSelectorPodMetadataLifecycle added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataLifecycle struct{}

func (UpdatePodRequestPathSelectorPodMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycle) State added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycle) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion struct{}

func (UpdatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataLifecycleState added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataLifecycleState struct{}

func (UpdatePodRequestPathSelectorPodMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataOwnerReferences

type UpdatePodRequestPathSelectorPodMetadataOwnerReferences struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Controller

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Kind

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Name

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRegion struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesVersion struct{}

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePodRequestPathSelectorPodMetadataResourceVersion

type UpdatePodRequestPathSelectorPodMetadataResourceVersion struct{}

func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithValue

type UpdatePodRequestPathSelectorPodMetadataShards

type UpdatePodRequestPathSelectorPodMetadataShards struct{}

func (UpdatePodRequestPathSelectorPodMetadataShards) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataShards) WithKey

func (UpdatePodRequestPathSelectorPodMetadataShards) WithValue

type UpdatePodRequestPathSelectorPodMetadataSyncing

type UpdatePodRequestPathSelectorPodMetadataSyncing struct{}

func (UpdatePodRequestPathSelectorPodMetadataSyncing) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataSyncing) OwningRegion

func (UpdatePodRequestPathSelectorPodMetadataSyncing) Regions

func (UpdatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataSyncing) WithValue

type UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion

type UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion struct{}

func (UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue

type UpdatePodRequestPathSelectorPodMetadataSyncingRegions

type UpdatePodRequestPathSelectorPodMetadataSyncingRegions struct{}

func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue

func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue

type UpdatePodRequestPathSelectorPodMetadataTags

type UpdatePodRequestPathSelectorPodMetadataTags struct{}

func (UpdatePodRequestPathSelectorPodMetadataTags) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataTags) WithItemValue

func (UpdatePodRequestPathSelectorPodMetadataTags) WithValue

type UpdatePodRequestPathSelectorPodMetadataUpdateTime

type UpdatePodRequestPathSelectorPodMetadataUpdateTime struct{}

func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithValue

type UpdatePodRequestPathSelectorPodMetadataUuid

type UpdatePodRequestPathSelectorPodMetadataUuid struct{}

func (UpdatePodRequestPathSelectorPodMetadataUuid) FieldPath

func (UpdatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodMetadataUuid) WithValue

type UpdatePodRequestPathSelectorPodName

type UpdatePodRequestPathSelectorPodName struct{}

func (UpdatePodRequestPathSelectorPodName) FieldPath

func (UpdatePodRequestPathSelectorPodName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodName) WithValue

type UpdatePodRequestPathSelectorPodSpec

type UpdatePodRequestPathSelectorPodSpec struct{}

func (UpdatePodRequestPathSelectorPodSpec) Compose

func (UpdatePodRequestPathSelectorPodSpec) Containers

func (UpdatePodRequestPathSelectorPodSpec) FieldPath

func (UpdatePodRequestPathSelectorPodSpec) HostNetwork

func (UpdatePodRequestPathSelectorPodSpec) HostVolumeMounts

func (UpdatePodRequestPathSelectorPodSpec) ImagePullSecrets

func (UpdatePodRequestPathSelectorPodSpec) Node

func (UpdatePodRequestPathSelectorPodSpec) RestartPolicy

func (UpdatePodRequestPathSelectorPodSpec) Volumes

func (UpdatePodRequestPathSelectorPodSpec) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpec) WithValue

type UpdatePodRequestPathSelectorPodSpecCompose

type UpdatePodRequestPathSelectorPodSpecCompose struct{}

func (UpdatePodRequestPathSelectorPodSpecCompose) FieldPath

func (UpdatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecCompose) WithValue

type UpdatePodRequestPathSelectorPodSpecContainers

type UpdatePodRequestPathSelectorPodSpecContainers struct{}

func (UpdatePodRequestPathSelectorPodSpecContainers) Args

func (UpdatePodRequestPathSelectorPodSpecContainers) Command

func (UpdatePodRequestPathSelectorPodSpecContainers) Env

func (UpdatePodRequestPathSelectorPodSpecContainers) EnvFrom

func (UpdatePodRequestPathSelectorPodSpecContainers) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainers) Image

func (UpdatePodRequestPathSelectorPodSpecContainers) ImagePullPolicy

func (UpdatePodRequestPathSelectorPodSpecContainers) Name

func (UpdatePodRequestPathSelectorPodSpecContainers) Resources

func (UpdatePodRequestPathSelectorPodSpecContainers) SecurityContext

func (UpdatePodRequestPathSelectorPodSpecContainers) VolumeMounts

func (UpdatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainers) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecContainers) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersArgs

type UpdatePodRequestPathSelectorPodSpecContainersArgs struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersArgs) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecContainersArgs) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersCommand

type UpdatePodRequestPathSelectorPodSpecContainersCommand struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersCommand) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecContainersCommand) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnv

type UpdatePodRequestPathSelectorPodSpecContainersEnv struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnv) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnv) Name

func (UpdatePodRequestPathSelectorPodSpecContainersEnv) Value

func (UpdatePodRequestPathSelectorPodSpecContainersEnv) ValueFrom

func (UpdatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecContainersEnv) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFrom

type UpdatePodRequestPathSelectorPodSpecContainersEnvFrom struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) ConfigMapRef

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) Prefix

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) SecretRef

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) Name

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional

type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvName

type UpdatePodRequestPathSelectorPodSpecContainersEnvName struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValue struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional

type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersImage

type UpdatePodRequestPathSelectorPodSpecContainersImage struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersImage) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersImage) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy

type UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersName

type UpdatePodRequestPathSelectorPodSpecContainersName struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersName) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersResources

type UpdatePodRequestPathSelectorPodSpecContainersResources struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersResources) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersResources) Limits

func (UpdatePodRequestPathSelectorPodSpecContainersResources) Requests

func (UpdatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersResources) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits

type UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithKey

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests

type UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithKey

func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersSecurityContext

type UpdatePodRequestPathSelectorPodSpecContainersSecurityContext struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged

type UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) Name

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) ReadOnly

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) SubPath

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath

type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath struct{}

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue

type UpdatePodRequestPathSelectorPodSpecHostNetwork

type UpdatePodRequestPathSelectorPodSpecHostNetwork struct{}

func (UpdatePodRequestPathSelectorPodSpecHostNetwork) FieldPath

func (UpdatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecHostNetwork) WithValue

type UpdatePodRequestPathSelectorPodSpecHostVolumeMounts

type UpdatePodRequestPathSelectorPodSpecHostVolumeMounts struct{}

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) MountPath

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) Name

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) ReadOnly

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) SubPath

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath struct{}

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName struct{}

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly struct{}

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) FieldPath

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath

type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath struct{}

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue

type UpdatePodRequestPathSelectorPodSpecImagePullSecrets

type UpdatePodRequestPathSelectorPodSpecImagePullSecrets struct{}

func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath

func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) Name

func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue

type UpdatePodRequestPathSelectorPodSpecImagePullSecretsName

type UpdatePodRequestPathSelectorPodSpecImagePullSecretsName struct{}

func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue

type UpdatePodRequestPathSelectorPodSpecNode

type UpdatePodRequestPathSelectorPodSpecNode struct{}

func (UpdatePodRequestPathSelectorPodSpecNode) FieldPath

func (UpdatePodRequestPathSelectorPodSpecNode) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecNode) WithValue

type UpdatePodRequestPathSelectorPodSpecRestartPolicy

type UpdatePodRequestPathSelectorPodSpecRestartPolicy struct{}

func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath

func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumes

type UpdatePodRequestPathSelectorPodSpecVolumes struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumes) ConfigMap

func (UpdatePodRequestPathSelectorPodSpecVolumes) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumes) HostPath

func (UpdatePodRequestPathSelectorPodSpecVolumes) Name

func (UpdatePodRequestPathSelectorPodSpecVolumes) Secret

func (UpdatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumes) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecVolumes) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMap

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMap struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) DefaultMode

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) Items

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) Name

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) Optional

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Key

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Mode

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Path

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional

type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesHostPath

type UpdatePodRequestPathSelectorPodSpecVolumesHostPath struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) Path

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) Type

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath

type UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesHostPathType

type UpdatePodRequestPathSelectorPodSpecVolumesHostPathType struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesName

type UpdatePodRequestPathSelectorPodSpecVolumesName struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesName) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecret

type UpdatePodRequestPathSelectorPodSpecVolumesSecret struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) DefaultMode

func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) Items

func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) Optional

func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) SecretName

func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode

type UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItems

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItems struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) Key

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) Mode

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) Path

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath

type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional

type UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue

type UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName

type UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName struct{}

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) FieldPath

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue

type UpdatePodRequestPathSelectorPodStatus

type UpdatePodRequestPathSelectorPodStatus struct{}

func (UpdatePodRequestPathSelectorPodStatus) ContainerStatuses

func (UpdatePodRequestPathSelectorPodStatus) FieldPath

func (UpdatePodRequestPathSelectorPodStatus) Phase

func (UpdatePodRequestPathSelectorPodStatus) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatus) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatuses

type UpdatePodRequestPathSelectorPodStatusContainerStatuses struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Name

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Running

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) State

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Terminated

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Waiting

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue

func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesName

type UpdatePodRequestPathSelectorPodStatusContainerStatusesName struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesName) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning

type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt

type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesState

type UpdatePodRequestPathSelectorPodStatusContainerStatusesState struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesState) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesState) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt

type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting

type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage

type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue

type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason

type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason struct{}

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) FieldPath

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue

type UpdatePodRequestPathSelectorPodStatusPhase

type UpdatePodRequestPathSelectorPodStatusPhase struct{}

func (UpdatePodRequestPathSelectorPodStatusPhase) FieldPath

func (UpdatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues

func (UpdatePodRequestPathSelectorPodStatusPhase) WithValue

type UpdatePodRequestPathSelectorUpdateMask

type UpdatePodRequestPathSelectorUpdateMask struct{}

func (UpdatePodRequestPathSelectorUpdateMask) FieldPath

func (UpdatePodRequestPathSelectorUpdateMask) WithArrayOfValues

func (UpdatePodRequestPathSelectorUpdateMask) WithValue

type UpdatePodRequest_CAS

type UpdatePodRequest_CAS struct {

	// Conditional desired state of a resource before update.
	ConditionalState *pod.Pod `` /* 138-byte string literal not displayed */
	// Field paths from conditional state of resource server should check and
	// compare.
	FieldMask *pod.Pod_FieldMask `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.

func (*UpdatePodRequest_CAS) Clone

func (*UpdatePodRequest_CAS) CloneRaw

func (*UpdatePodRequest_CAS) Descriptor

func (*UpdatePodRequest_CAS) Descriptor() ([]byte, []int)

Deprecated, Use UpdatePodRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdatePodRequest_CAS) GetConditionalState

func (m *UpdatePodRequest_CAS) GetConditionalState() *pod.Pod

func (*UpdatePodRequest_CAS) GetFieldMask

func (m *UpdatePodRequest_CAS) GetFieldMask() *pod.Pod_FieldMask

func (*UpdatePodRequest_CAS) GotenMessage

func (*UpdatePodRequest_CAS) GotenMessage()

func (*UpdatePodRequest_CAS) GotenObjectExt

func (o *UpdatePodRequest_CAS) GotenObjectExt()

func (*UpdatePodRequest_CAS) GotenValidate

func (obj *UpdatePodRequest_CAS) GotenValidate() error

func (*UpdatePodRequest_CAS) MakeDiffFieldMask

func (*UpdatePodRequest_CAS) MakeFullFieldMask

func (o *UpdatePodRequest_CAS) MakeFullFieldMask() *UpdatePodRequest_CAS_FieldMask

func (*UpdatePodRequest_CAS) MakeRawDiffFieldMask

func (o *UpdatePodRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*UpdatePodRequest_CAS) MakeRawFullFieldMask

func (o *UpdatePodRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask

func (*UpdatePodRequest_CAS) Marshal

func (m *UpdatePodRequest_CAS) Marshal() ([]byte, error)

func (*UpdatePodRequest_CAS) MarshalJSON

func (m *UpdatePodRequest_CAS) MarshalJSON() ([]byte, error)

func (*UpdatePodRequest_CAS) Merge

func (o *UpdatePodRequest_CAS) Merge(source *UpdatePodRequest_CAS)

func (*UpdatePodRequest_CAS) MergeRaw

func (o *UpdatePodRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)

func (*UpdatePodRequest_CAS) ProtoMessage

func (*UpdatePodRequest_CAS) ProtoMessage()

func (*UpdatePodRequest_CAS) ProtoReflect

func (m *UpdatePodRequest_CAS) ProtoReflect() preflect.Message

func (*UpdatePodRequest_CAS) Reset

func (m *UpdatePodRequest_CAS) Reset()

func (*UpdatePodRequest_CAS) SetConditionalState

func (m *UpdatePodRequest_CAS) SetConditionalState(fv *pod.Pod)

func (*UpdatePodRequest_CAS) SetFieldMask

func (m *UpdatePodRequest_CAS) SetFieldMask(fv *pod.Pod_FieldMask)

func (*UpdatePodRequest_CAS) String

func (m *UpdatePodRequest_CAS) String() string

func (*UpdatePodRequest_CAS) Unmarshal

func (m *UpdatePodRequest_CAS) Unmarshal(b []byte) error

func (*UpdatePodRequest_CAS) UnmarshalJSON

func (m *UpdatePodRequest_CAS) UnmarshalJSON(data []byte) error

type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations

type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels

type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards

type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits

type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) FieldPath

func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues

func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) WithValue

type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests

type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests struct {
	// contains filtered or unexported fields
}

func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) FieldPath

func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues

func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) WithValue

type UpdatePodRequest_CASPathSelectorConditionalState

type UpdatePodRequest_CASPathSelectorConditionalState struct{}

func (UpdatePodRequest_CASPathSelectorConditionalState) DisplayName

func (UpdatePodRequest_CASPathSelectorConditionalState) Distribution added in v0.12.69

func (UpdatePodRequest_CASPathSelectorConditionalState) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalState) Metadata

func (UpdatePodRequest_CASPathSelectorConditionalState) Name

func (UpdatePodRequest_CASPathSelectorConditionalState) Spec

func (UpdatePodRequest_CASPathSelectorConditionalState) Status

func (UpdatePodRequest_CASPathSelectorConditionalState) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayItemValue

func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubPath

func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubValue

func (UpdatePodRequest_CASPathSelectorConditionalState) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateDisplayName

type UpdatePodRequest_CASPathSelectorConditionalStateDisplayName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateDistribution added in v0.12.69

type UpdatePodRequest_CASPathSelectorConditionalStateDistribution struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateDistribution) FieldPath added in v0.12.69

func (UpdatePodRequest_CASPathSelectorConditionalStateDistribution) WithArrayOfValues added in v0.12.69

func (UpdatePodRequest_CASPathSelectorConditionalStateDistribution) WithValue added in v0.12.69

type UpdatePodRequest_CASPathSelectorConditionalStateMetadata

type UpdatePodRequest_CASPathSelectorConditionalStateMetadata struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) DeleteTime added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Labels

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Lifecycle added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Shards

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Syncing

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Tags

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Uuid

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataDeleteTime added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataDeleteTime struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataDeleteTime) FieldPath added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataDeleteTime) WithValue added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycle added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycle struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycle) BlockDeletion added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycle) FieldPath added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycle) State added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycle) WithValue added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleState added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleState struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleState) FieldPath added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLifecycleState) WithValue added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Region added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Version added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithKey

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid

type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateName

type UpdatePodRequest_CASPathSelectorConditionalStateName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpec

type UpdatePodRequest_CASPathSelectorConditionalStateSpec struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Compose

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Containers

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) HostNetwork

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Node

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) RestartPolicy

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Volumes

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose

type UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) Env

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets

type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecNode

type UpdatePodRequest_CASPathSelectorConditionalStateSpecNode struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy

type UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) Name

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) Secret

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName

type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatus

type UpdatePodRequest_CASPathSelectorConditionalStateStatus struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) Phase

func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithItemValue

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason

type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) WithValue

type UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase

type UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase struct{}

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) FieldPath

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithValue

type UpdatePodRequest_CASPathSelectorFieldMask

type UpdatePodRequest_CASPathSelectorFieldMask struct{}

func (UpdatePodRequest_CASPathSelectorFieldMask) FieldPath

func (UpdatePodRequest_CASPathSelectorFieldMask) WithArrayOfValues

func (UpdatePodRequest_CASPathSelectorFieldMask) WithValue

type UpdatePodRequest_CAS_FieldMask

type UpdatePodRequest_CAS_FieldMask struct {
	Paths []UpdatePodRequestCAS_FieldPath
}

func FullUpdatePodRequest_CAS_FieldMask

func FullUpdatePodRequest_CAS_FieldMask() *UpdatePodRequest_CAS_FieldMask

func (*UpdatePodRequest_CAS_FieldMask) AppendPath

func (*UpdatePodRequest_CAS_FieldMask) AppendRawPath

func (fieldMask *UpdatePodRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdatePodRequest_CAS_FieldMask) DecodeFirestore

func (fieldMask *UpdatePodRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdatePodRequest_CAS_FieldMask) EncodeFirestore

func (fieldMask *UpdatePodRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdatePodRequest_CAS_FieldMask) FilterInputFields

func (fieldMask *UpdatePodRequest_CAS_FieldMask) FilterInputFields() *UpdatePodRequest_CAS_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePodRequest_CAS_FieldMask) FromProtoFieldMask

func (fieldMask *UpdatePodRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdatePodRequest_CAS_FieldMask) GetPaths

func (*UpdatePodRequest_CAS_FieldMask) GetRawPaths

func (fieldMask *UpdatePodRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdatePodRequest_CAS_FieldMask) IsFull

func (fieldMask *UpdatePodRequest_CAS_FieldMask) IsFull() bool

func (UpdatePodRequest_CAS_FieldMask) Marshal

func (fieldMask UpdatePodRequest_CAS_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdatePodRequest_CAS_FieldMask) MarshalJSON

func (fieldMask UpdatePodRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdatePodRequest_CAS_FieldMask) PathsCount

func (fieldMask *UpdatePodRequest_CAS_FieldMask) PathsCount() int

func (*UpdatePodRequest_CAS_FieldMask) Project

func (*UpdatePodRequest_CAS_FieldMask) ProjectRaw

func (*UpdatePodRequest_CAS_FieldMask) ProtoMessage

func (fieldMask *UpdatePodRequest_CAS_FieldMask) ProtoMessage()

func (*UpdatePodRequest_CAS_FieldMask) ProtoReflect

func (fieldMask *UpdatePodRequest_CAS_FieldMask) ProtoReflect() preflect.Message

func (*UpdatePodRequest_CAS_FieldMask) Reset

func (fieldMask *UpdatePodRequest_CAS_FieldMask) Reset()

func (*UpdatePodRequest_CAS_FieldMask) Set

func (fieldMask *UpdatePodRequest_CAS_FieldMask) Set(target, source *UpdatePodRequest_CAS)

func (*UpdatePodRequest_CAS_FieldMask) SetFromCliFlag

func (fieldMask *UpdatePodRequest_CAS_FieldMask) SetFromCliFlag(raw string) error

func (*UpdatePodRequest_CAS_FieldMask) SetRaw

func (fieldMask *UpdatePodRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdatePodRequest_CAS_FieldMask) Size

func (fieldMask *UpdatePodRequest_CAS_FieldMask) Size() int

func (*UpdatePodRequest_CAS_FieldMask) String

func (fieldMask *UpdatePodRequest_CAS_FieldMask) String() string

func (*UpdatePodRequest_CAS_FieldMask) Subtract

func (*UpdatePodRequest_CAS_FieldMask) SubtractRaw

func (*UpdatePodRequest_CAS_FieldMask) ToProtoFieldMask

func (fieldMask *UpdatePodRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdatePodRequest_CAS_FieldMask) Unmarshal

func (fieldMask *UpdatePodRequest_CAS_FieldMask) Unmarshal(data []byte) error

func (*UpdatePodRequest_CAS_FieldMask) UnmarshalJSON

func (fieldMask *UpdatePodRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error

type UpdatePodRequest_FieldMask

type UpdatePodRequest_FieldMask struct {
	Paths []UpdatePodRequest_FieldPath
}

func FullUpdatePodRequest_FieldMask

func FullUpdatePodRequest_FieldMask() *UpdatePodRequest_FieldMask

func (*UpdatePodRequest_FieldMask) AppendPath

func (fieldMask *UpdatePodRequest_FieldMask) AppendPath(path UpdatePodRequest_FieldPath)

func (*UpdatePodRequest_FieldMask) AppendRawPath

func (fieldMask *UpdatePodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*UpdatePodRequest_FieldMask) DecodeFirestore

func (fieldMask *UpdatePodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*UpdatePodRequest_FieldMask) EncodeFirestore

func (fieldMask *UpdatePodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*UpdatePodRequest_FieldMask) FilterInputFields

func (fieldMask *UpdatePodRequest_FieldMask) FilterInputFields() *UpdatePodRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*UpdatePodRequest_FieldMask) FromProtoFieldMask

func (fieldMask *UpdatePodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*UpdatePodRequest_FieldMask) GetPaths

func (*UpdatePodRequest_FieldMask) GetRawPaths

func (fieldMask *UpdatePodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*UpdatePodRequest_FieldMask) IsFull

func (fieldMask *UpdatePodRequest_FieldMask) IsFull() bool

func (UpdatePodRequest_FieldMask) Marshal

func (fieldMask UpdatePodRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (UpdatePodRequest_FieldMask) MarshalJSON

func (fieldMask UpdatePodRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*UpdatePodRequest_FieldMask) PathsCount

func (fieldMask *UpdatePodRequest_FieldMask) PathsCount() int

func (*UpdatePodRequest_FieldMask) Project

func (fieldMask *UpdatePodRequest_FieldMask) Project(source *UpdatePodRequest) *UpdatePodRequest

func (*UpdatePodRequest_FieldMask) ProjectRaw

func (*UpdatePodRequest_FieldMask) ProtoMessage

func (fieldMask *UpdatePodRequest_FieldMask) ProtoMessage()

func (*UpdatePodRequest_FieldMask) ProtoReflect

func (fieldMask *UpdatePodRequest_FieldMask) ProtoReflect() preflect.Message

func (*UpdatePodRequest_FieldMask) Reset

func (fieldMask *UpdatePodRequest_FieldMask) Reset()

func (*UpdatePodRequest_FieldMask) Set

func (fieldMask *UpdatePodRequest_FieldMask) Set(target, source *UpdatePodRequest)

func (*UpdatePodRequest_FieldMask) SetFromCliFlag

func (fieldMask *UpdatePodRequest_FieldMask) SetFromCliFlag(raw string) error

func (*UpdatePodRequest_FieldMask) SetRaw

func (fieldMask *UpdatePodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*UpdatePodRequest_FieldMask) Size

func (fieldMask *UpdatePodRequest_FieldMask) Size() int

func (*UpdatePodRequest_FieldMask) String

func (fieldMask *UpdatePodRequest_FieldMask) String() string

func (*UpdatePodRequest_FieldMask) Subtract

func (*UpdatePodRequest_FieldMask) SubtractRaw

func (*UpdatePodRequest_FieldMask) ToProtoFieldMask

func (fieldMask *UpdatePodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*UpdatePodRequest_FieldMask) Unmarshal

func (fieldMask *UpdatePodRequest_FieldMask) Unmarshal(data []byte) error

func (*UpdatePodRequest_FieldMask) UnmarshalJSON

func (fieldMask *UpdatePodRequest_FieldMask) UnmarshalJSON(data []byte) error

type UpdatePodRequest_FieldPath

type UpdatePodRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() UpdatePodRequest_FieldPathSelector
	Get(source *UpdatePodRequest) []interface{}
	GetSingle(source *UpdatePodRequest) (interface{}, bool)
	ClearValue(item *UpdatePodRequest)

	// Those methods build corresponding UpdatePodRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) UpdatePodRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) UpdatePodRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) UpdatePodRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseUpdatePodRequest_FieldPath

func MustParseUpdatePodRequest_FieldPath(rawField string) UpdatePodRequest_FieldPath

func ParseUpdatePodRequest_FieldPath

func ParseUpdatePodRequest_FieldPath(rawField string) (UpdatePodRequest_FieldPath, error)

type UpdatePodRequest_FieldPathArrayItemValue

type UpdatePodRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	UpdatePodRequest_FieldPath
	ContainsValue(*UpdatePodRequest) bool
}

UpdatePodRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for UpdatePodRequest according to their type Present only for array (repeated) types.

func MustParseUpdatePodRequest_FieldPathArrayItemValue

func MustParseUpdatePodRequest_FieldPathArrayItemValue(pathStr, valueStr string) UpdatePodRequest_FieldPathArrayItemValue

func ParseUpdatePodRequest_FieldPathArrayItemValue

func ParseUpdatePodRequest_FieldPathArrayItemValue(pathStr, valueStr string) (UpdatePodRequest_FieldPathArrayItemValue, error)

ParseUpdatePodRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type UpdatePodRequest_FieldPathArrayOfValues

type UpdatePodRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	UpdatePodRequest_FieldPath
}

UpdatePodRequest_FieldPathArrayOfValues allows storing slice of values for UpdatePodRequest fields according to their type

func MustParseUpdatePodRequest_FieldPathArrayOfValues

func MustParseUpdatePodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) UpdatePodRequest_FieldPathArrayOfValues

func ParseUpdatePodRequest_FieldPathArrayOfValues

func ParseUpdatePodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (UpdatePodRequest_FieldPathArrayOfValues, error)

type UpdatePodRequest_FieldPathSelector

type UpdatePodRequest_FieldPathSelector int32
const (
	UpdatePodRequest_FieldPathSelectorPod          UpdatePodRequest_FieldPathSelector = 0
	UpdatePodRequest_FieldPathSelectorUpdateMask   UpdatePodRequest_FieldPathSelector = 1
	UpdatePodRequest_FieldPathSelectorCas          UpdatePodRequest_FieldPathSelector = 2
	UpdatePodRequest_FieldPathSelectorAllowMissing UpdatePodRequest_FieldPathSelector = 3
)

func (UpdatePodRequest_FieldPathSelector) String

type UpdatePodRequest_FieldPathValue

type UpdatePodRequest_FieldPathValue interface {
	UpdatePodRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **UpdatePodRequest)
	CompareWith(*UpdatePodRequest) (cmp int, comparable bool)
}

UpdatePodRequest_FieldPathValue allows storing values for UpdatePodRequest fields according to their type

func MustParseUpdatePodRequest_FieldPathValue

func MustParseUpdatePodRequest_FieldPathValue(pathStr, valueStr string) UpdatePodRequest_FieldPathValue

func ParseUpdatePodRequest_FieldPathValue

func ParseUpdatePodRequest_FieldPathValue(pathStr, valueStr string) (UpdatePodRequest_FieldPathValue, error)

type UpdatePodRequest_FieldSubPath

type UpdatePodRequest_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldSubPath) AsCasSubPath

func (*UpdatePodRequest_FieldSubPath) AsPodSubPath

func (fps *UpdatePodRequest_FieldSubPath) AsPodSubPath() (pod.Pod_FieldPath, bool)

func (*UpdatePodRequest_FieldSubPath) ClearValue

func (fps *UpdatePodRequest_FieldSubPath) ClearValue(item *UpdatePodRequest)

func (*UpdatePodRequest_FieldSubPath) ClearValueRaw

func (fps *UpdatePodRequest_FieldSubPath) ClearValueRaw(item proto.Message)

func (*UpdatePodRequest_FieldSubPath) Get

func (fps *UpdatePodRequest_FieldSubPath) Get(source *UpdatePodRequest) (values []interface{})

Get returns all values pointed by selected field from source UpdatePodRequest

func (*UpdatePodRequest_FieldSubPath) GetDefault

func (fps *UpdatePodRequest_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdatePodRequest_FieldSubPath) GetRaw

func (fps *UpdatePodRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*UpdatePodRequest_FieldSubPath) GetSingle

func (fps *UpdatePodRequest_FieldSubPath) GetSingle(source *UpdatePodRequest) (interface{}, bool)

GetSingle returns value of selected field from source UpdatePodRequest

func (*UpdatePodRequest_FieldSubPath) GetSingleRaw

func (fps *UpdatePodRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdatePodRequest_FieldSubPath) IsLeaf

func (fps *UpdatePodRequest_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*UpdatePodRequest_FieldSubPath) JSONString

func (fps *UpdatePodRequest_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdatePodRequest_FieldSubPath) Selector

func (*UpdatePodRequest_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *UpdatePodRequest_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdatePodRequest_FieldSubPath) String

func (fps *UpdatePodRequest_FieldSubPath) String() string

String returns path representation in proto convention

func (*UpdatePodRequest_FieldSubPath) WithIArrayItemValue

func (fps *UpdatePodRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdatePodRequest_FieldPathArrayItemValue

func (*UpdatePodRequest_FieldSubPath) WithIArrayOfValues

func (fps *UpdatePodRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdatePodRequest_FieldPathArrayOfValues

func (*UpdatePodRequest_FieldSubPath) WithIValue

func (fps *UpdatePodRequest_FieldSubPath) WithIValue(value interface{}) UpdatePodRequest_FieldPathValue

func (*UpdatePodRequest_FieldSubPath) WithRawIArrayItemValue

func (fps *UpdatePodRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdatePodRequest_FieldSubPath) WithRawIArrayOfValues

func (fps *UpdatePodRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdatePodRequest_FieldSubPath) WithRawIValue

func (fps *UpdatePodRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdatePodRequest_FieldSubPathArrayItemValue

type UpdatePodRequest_FieldSubPathArrayItemValue struct {
	UpdatePodRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldSubPathArrayItemValue) AsCasPathItemValue

func (*UpdatePodRequest_FieldSubPathArrayItemValue) AsPodPathItemValue

func (*UpdatePodRequest_FieldSubPathArrayItemValue) ContainsValue

func (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdatePodRequest) bool

Contains returns a boolean indicating if value that is being held is present in given 'UpdatePodRequest'

func (*UpdatePodRequest_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type UpdatePodRequest_FieldSubPathArrayOfValues

type UpdatePodRequest_FieldSubPathArrayOfValues struct {
	UpdatePodRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues

func (*UpdatePodRequest_FieldSubPathArrayOfValues) AsPodPathArrayOfValues

func (*UpdatePodRequest_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *UpdatePodRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type UpdatePodRequest_FieldSubPathValue

type UpdatePodRequest_FieldSubPathValue struct {
	UpdatePodRequest_FieldPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldSubPathValue) AsCasPathValue

func (*UpdatePodRequest_FieldSubPathValue) AsPodPathValue

func (*UpdatePodRequest_FieldSubPathValue) CompareWith

func (fpvs *UpdatePodRequest_FieldSubPathValue) CompareWith(source *UpdatePodRequest) (int, bool)

func (*UpdatePodRequest_FieldSubPathValue) CompareWithRaw

func (fpvs *UpdatePodRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdatePodRequest_FieldSubPathValue) GetRawValue

func (fpvs *UpdatePodRequest_FieldSubPathValue) GetRawValue() interface{}

func (*UpdatePodRequest_FieldSubPathValue) SetTo

func (*UpdatePodRequest_FieldSubPathValue) SetToRaw

func (fpvs *UpdatePodRequest_FieldSubPathValue) SetToRaw(target proto.Message)

type UpdatePodRequest_FieldTerminalPath

type UpdatePodRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldTerminalPath) ClearValue

func (*UpdatePodRequest_FieldTerminalPath) ClearValueRaw

func (fp *UpdatePodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*UpdatePodRequest_FieldTerminalPath) Get

func (fp *UpdatePodRequest_FieldTerminalPath) Get(source *UpdatePodRequest) (values []interface{})

Get returns all values pointed by specific field from source UpdatePodRequest

func (*UpdatePodRequest_FieldTerminalPath) GetDefault

func (fp *UpdatePodRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*UpdatePodRequest_FieldTerminalPath) GetRaw

func (fp *UpdatePodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*UpdatePodRequest_FieldTerminalPath) GetSingle

func (fp *UpdatePodRequest_FieldTerminalPath) GetSingle(source *UpdatePodRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source UpdatePodRequest

func (*UpdatePodRequest_FieldTerminalPath) GetSingleRaw

func (fp *UpdatePodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*UpdatePodRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*UpdatePodRequest_FieldTerminalPath) JSONString

func (fp *UpdatePodRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*UpdatePodRequest_FieldTerminalPath) Selector

func (*UpdatePodRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *UpdatePodRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*UpdatePodRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*UpdatePodRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *UpdatePodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdatePodRequest_FieldPathArrayItemValue

func (*UpdatePodRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *UpdatePodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdatePodRequest_FieldPathArrayOfValues

func (*UpdatePodRequest_FieldTerminalPath) WithIValue

func (fp *UpdatePodRequest_FieldTerminalPath) WithIValue(value interface{}) UpdatePodRequest_FieldPathValue

func (*UpdatePodRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *UpdatePodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*UpdatePodRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *UpdatePodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*UpdatePodRequest_FieldTerminalPath) WithRawIValue

func (fp *UpdatePodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type UpdatePodRequest_FieldTerminalPathArrayItemValue

type UpdatePodRequest_FieldTerminalPathArrayItemValue struct {
	UpdatePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'UpdatePodRequest'

func (*UpdatePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object UpdatePodRequest as interface{}

func (*UpdatePodRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdatePodRequest) (interface{}, bool)

func (*UpdatePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type UpdatePodRequest_FieldTerminalPathArrayOfValues

type UpdatePodRequest_FieldTerminalPathArrayOfValues struct {
	UpdatePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues added in v0.12.33

func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) AsAllowMissingArrayOfValues() ([]bool, bool)

func (*UpdatePodRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues

func (*UpdatePodRequest_FieldTerminalPathArrayOfValues) AsPodArrayOfValues

func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) AsPodArrayOfValues() ([]*pod.Pod, bool)

func (*UpdatePodRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues

func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)

func (*UpdatePodRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type UpdatePodRequest_FieldTerminalPathValue

type UpdatePodRequest_FieldTerminalPathValue struct {
	UpdatePodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*UpdatePodRequest_FieldTerminalPathValue) AsAllowMissingValue added in v0.12.33

func (fpv *UpdatePodRequest_FieldTerminalPathValue) AsAllowMissingValue() (bool, bool)

func (*UpdatePodRequest_FieldTerminalPathValue) AsCasValue

func (*UpdatePodRequest_FieldTerminalPathValue) AsPodValue

func (fpv *UpdatePodRequest_FieldTerminalPathValue) AsPodValue() (*pod.Pod, bool)

func (*UpdatePodRequest_FieldTerminalPathValue) AsUpdateMaskValue

func (fpv *UpdatePodRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*pod.Pod_FieldMask, bool)

func (*UpdatePodRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'UpdatePodRequest_FieldTerminalPathValue' with the value under path in 'UpdatePodRequest'.

func (*UpdatePodRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *UpdatePodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*UpdatePodRequest_FieldTerminalPathValue) GetRawValue

func (fpv *UpdatePodRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'UpdatePodRequest' as interface{}

func (*UpdatePodRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object UpdatePodRequest

func (*UpdatePodRequest_FieldTerminalPathValue) SetToRaw

type WatchPodClientStream

type WatchPodClientStream interface {
	Recv() (*WatchPodResponse, error)
	grpc.ClientStream
}

type WatchPodDescriptor added in v0.4.28

type WatchPodDescriptor struct{}

func GetWatchPodDescriptor added in v0.4.28

func GetWatchPodDescriptor() *WatchPodDescriptor

func (*WatchPodDescriptor) GetApiDescriptor added in v0.4.28

func (d *WatchPodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchPodDescriptor) GetApiName added in v0.4.28

func (d *WatchPodDescriptor) GetApiName() string

func (*WatchPodDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchPodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchPodDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchPodDescriptor) GetFullMethodName() string

func (*WatchPodDescriptor) GetMethodName added in v0.4.28

func (d *WatchPodDescriptor) GetMethodName() string

func (*WatchPodDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchPodDescriptor) GetProtoPkgName() string

func (*WatchPodDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchPodDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchPodDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchPodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchPodDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchPodDescriptor) GetServiceDomain() string

func (*WatchPodDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchPodDescriptor) GetServiceVersion() string

func (*WatchPodDescriptor) GetVerb added in v0.4.28

func (d *WatchPodDescriptor) GetVerb() string

func (*WatchPodDescriptor) HasResource added in v0.4.30

func (d *WatchPodDescriptor) HasResource() bool

func (*WatchPodDescriptor) IsClientStream added in v0.4.28

func (d *WatchPodDescriptor) IsClientStream() bool

func (*WatchPodDescriptor) IsCollection added in v0.4.30

func (d *WatchPodDescriptor) IsCollection() bool

func (*WatchPodDescriptor) IsPlural added in v0.4.30

func (d *WatchPodDescriptor) IsPlural() bool

func (*WatchPodDescriptor) IsServerStream added in v0.4.28

func (d *WatchPodDescriptor) IsServerStream() bool

func (*WatchPodDescriptor) IsUnary added in v0.4.28

func (d *WatchPodDescriptor) IsUnary() bool

func (*WatchPodDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchPodDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchPodDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchPodDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchPodDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchPodDescriptor) RequestHasResourceBody() bool

type WatchPodDescriptorClientMsgHandle added in v0.4.28

type WatchPodDescriptorClientMsgHandle struct{}

func (*WatchPodDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchPodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchPodDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPodDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPodDescriptorServerMsgHandle added in v0.4.28

type WatchPodDescriptorServerMsgHandle struct{}

func (*WatchPodDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchPodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchPodDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPodDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPodRequest

type WatchPodRequest struct {

	// Reference to ntt.applications.v1alpha.Pod
	Name *pod.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view
	FieldMask *pod.Pod_FieldMask `` /* 135-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [WatchPod][ntt.applications.v1alpha.WatchPod]

func (*WatchPodRequest) Clone

func (o *WatchPodRequest) Clone() *WatchPodRequest

func (*WatchPodRequest) CloneRaw

func (*WatchPodRequest) Descriptor

func (*WatchPodRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchPodRequest.ProtoReflect.Descriptor instead.

func (*WatchPodRequest) GetFieldMask

func (m *WatchPodRequest) GetFieldMask() *pod.Pod_FieldMask

func (*WatchPodRequest) GetName

func (m *WatchPodRequest) GetName() *pod.Reference

func (*WatchPodRequest) GetView

func (m *WatchPodRequest) GetView() view.View

func (*WatchPodRequest) GotenMessage

func (*WatchPodRequest) GotenMessage()

func (*WatchPodRequest) GotenObjectExt

func (o *WatchPodRequest) GotenObjectExt()

func (*WatchPodRequest) GotenValidate

func (obj *WatchPodRequest) GotenValidate() error

func (*WatchPodRequest) MakeDiffFieldMask

func (o *WatchPodRequest) MakeDiffFieldMask(other *WatchPodRequest) *WatchPodRequest_FieldMask

func (*WatchPodRequest) MakeFullFieldMask

func (o *WatchPodRequest) MakeFullFieldMask() *WatchPodRequest_FieldMask

func (*WatchPodRequest) MakeRawDiffFieldMask

func (o *WatchPodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchPodRequest) MakeRawFullFieldMask

func (o *WatchPodRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchPodRequest) Marshal

func (m *WatchPodRequest) Marshal() ([]byte, error)

func (*WatchPodRequest) MarshalJSON

func (m *WatchPodRequest) MarshalJSON() ([]byte, error)

func (*WatchPodRequest) Merge

func (o *WatchPodRequest) Merge(source *WatchPodRequest)

func (*WatchPodRequest) MergeRaw

func (o *WatchPodRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchPodRequest) ProtoMessage

func (*WatchPodRequest) ProtoMessage()

func (*WatchPodRequest) ProtoReflect

func (m *WatchPodRequest) ProtoReflect() preflect.Message

func (*WatchPodRequest) Reset

func (m *WatchPodRequest) Reset()

func (*WatchPodRequest) SetFieldMask

func (m *WatchPodRequest) SetFieldMask(fv *pod.Pod_FieldMask)

func (*WatchPodRequest) SetName

func (m *WatchPodRequest) SetName(fv *pod.Reference)

func (*WatchPodRequest) SetView

func (m *WatchPodRequest) SetView(fv view.View)

func (*WatchPodRequest) String

func (m *WatchPodRequest) String() string

func (*WatchPodRequest) Unmarshal

func (m *WatchPodRequest) Unmarshal(b []byte) error

func (*WatchPodRequest) UnmarshalJSON

func (m *WatchPodRequest) UnmarshalJSON(data []byte) error

type WatchPodRequestFieldPathBuilder

type WatchPodRequestFieldPathBuilder struct{}

func NewWatchPodRequestFieldPathBuilder

func NewWatchPodRequestFieldPathBuilder() WatchPodRequestFieldPathBuilder

func (WatchPodRequestFieldPathBuilder) FieldMask

func (WatchPodRequestFieldPathBuilder) Name

func (WatchPodRequestFieldPathBuilder) View

type WatchPodRequestPathSelectorFieldMask

type WatchPodRequestPathSelectorFieldMask struct{}

func (WatchPodRequestPathSelectorFieldMask) FieldPath

func (WatchPodRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchPodRequestPathSelectorFieldMask) WithValue

type WatchPodRequestPathSelectorName

type WatchPodRequestPathSelectorName struct{}

func (WatchPodRequestPathSelectorName) FieldPath

func (WatchPodRequestPathSelectorName) WithArrayOfValues

func (WatchPodRequestPathSelectorName) WithValue

type WatchPodRequestPathSelectorView

type WatchPodRequestPathSelectorView struct{}

func (WatchPodRequestPathSelectorView) FieldPath

func (WatchPodRequestPathSelectorView) WithArrayOfValues

func (WatchPodRequestPathSelectorView) WithValue

type WatchPodRequest_FieldMask

type WatchPodRequest_FieldMask struct {
	Paths []WatchPodRequest_FieldPath
}

func FullWatchPodRequest_FieldMask

func FullWatchPodRequest_FieldMask() *WatchPodRequest_FieldMask

func (*WatchPodRequest_FieldMask) AppendPath

func (fieldMask *WatchPodRequest_FieldMask) AppendPath(path WatchPodRequest_FieldPath)

func (*WatchPodRequest_FieldMask) AppendRawPath

func (fieldMask *WatchPodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchPodRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchPodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchPodRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchPodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchPodRequest_FieldMask) FilterInputFields

func (fieldMask *WatchPodRequest_FieldMask) FilterInputFields() *WatchPodRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPodRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchPodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchPodRequest_FieldMask) GetPaths

func (fieldMask *WatchPodRequest_FieldMask) GetPaths() []WatchPodRequest_FieldPath

func (*WatchPodRequest_FieldMask) GetRawPaths

func (fieldMask *WatchPodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchPodRequest_FieldMask) IsFull

func (fieldMask *WatchPodRequest_FieldMask) IsFull() bool

func (WatchPodRequest_FieldMask) Marshal

func (fieldMask WatchPodRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchPodRequest_FieldMask) MarshalJSON

func (fieldMask WatchPodRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchPodRequest_FieldMask) PathsCount

func (fieldMask *WatchPodRequest_FieldMask) PathsCount() int

func (*WatchPodRequest_FieldMask) Project

func (fieldMask *WatchPodRequest_FieldMask) Project(source *WatchPodRequest) *WatchPodRequest

func (*WatchPodRequest_FieldMask) ProjectRaw

func (*WatchPodRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPodRequest_FieldMask) ProtoMessage()

func (*WatchPodRequest_FieldMask) ProtoReflect

func (fieldMask *WatchPodRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchPodRequest_FieldMask) Reset

func (fieldMask *WatchPodRequest_FieldMask) Reset()

func (*WatchPodRequest_FieldMask) Set

func (fieldMask *WatchPodRequest_FieldMask) Set(target, source *WatchPodRequest)

func (*WatchPodRequest_FieldMask) SetFromCliFlag

func (fieldMask *WatchPodRequest_FieldMask) SetFromCliFlag(raw string) error

func (*WatchPodRequest_FieldMask) SetRaw

func (fieldMask *WatchPodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchPodRequest_FieldMask) Size

func (fieldMask *WatchPodRequest_FieldMask) Size() int

func (*WatchPodRequest_FieldMask) String

func (fieldMask *WatchPodRequest_FieldMask) String() string

func (*WatchPodRequest_FieldMask) Subtract

func (*WatchPodRequest_FieldMask) SubtractRaw

func (*WatchPodRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchPodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchPodRequest_FieldMask) Unmarshal

func (fieldMask *WatchPodRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchPodRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchPodRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchPodRequest_FieldPath

type WatchPodRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPodRequest_FieldPathSelector
	Get(source *WatchPodRequest) []interface{}
	GetSingle(source *WatchPodRequest) (interface{}, bool)
	ClearValue(item *WatchPodRequest)

	// Those methods build corresponding WatchPodRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchPodRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchPodRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchPodRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchPodRequest_FieldPath

func MustParseWatchPodRequest_FieldPath(rawField string) WatchPodRequest_FieldPath

func ParseWatchPodRequest_FieldPath

func ParseWatchPodRequest_FieldPath(rawField string) (WatchPodRequest_FieldPath, error)

type WatchPodRequest_FieldPathArrayItemValue

type WatchPodRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPodRequest_FieldPath
	ContainsValue(*WatchPodRequest) bool
}

WatchPodRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchPodRequest according to their type Present only for array (repeated) types.

func MustParseWatchPodRequest_FieldPathArrayItemValue

func MustParseWatchPodRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPodRequest_FieldPathArrayItemValue

func ParseWatchPodRequest_FieldPathArrayItemValue

func ParseWatchPodRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPodRequest_FieldPathArrayItemValue, error)

ParseWatchPodRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPodRequest_FieldPathArrayOfValues

type WatchPodRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPodRequest_FieldPath
}

WatchPodRequest_FieldPathArrayOfValues allows storing slice of values for WatchPodRequest fields according to their type

func MustParseWatchPodRequest_FieldPathArrayOfValues

func MustParseWatchPodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPodRequest_FieldPathArrayOfValues

func ParseWatchPodRequest_FieldPathArrayOfValues

func ParseWatchPodRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPodRequest_FieldPathArrayOfValues, error)

type WatchPodRequest_FieldPathSelector

type WatchPodRequest_FieldPathSelector int32
const (
	WatchPodRequest_FieldPathSelectorName      WatchPodRequest_FieldPathSelector = 0
	WatchPodRequest_FieldPathSelectorFieldMask WatchPodRequest_FieldPathSelector = 1
	WatchPodRequest_FieldPathSelectorView      WatchPodRequest_FieldPathSelector = 2
)

func (WatchPodRequest_FieldPathSelector) String

type WatchPodRequest_FieldPathValue

type WatchPodRequest_FieldPathValue interface {
	WatchPodRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPodRequest)
	CompareWith(*WatchPodRequest) (cmp int, comparable bool)
}

WatchPodRequest_FieldPathValue allows storing values for WatchPodRequest fields according to their type

func MustParseWatchPodRequest_FieldPathValue

func MustParseWatchPodRequest_FieldPathValue(pathStr, valueStr string) WatchPodRequest_FieldPathValue

func ParseWatchPodRequest_FieldPathValue

func ParseWatchPodRequest_FieldPathValue(pathStr, valueStr string) (WatchPodRequest_FieldPathValue, error)

type WatchPodRequest_FieldTerminalPath

type WatchPodRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchPodRequest_FieldTerminalPath) ClearValue

func (fp *WatchPodRequest_FieldTerminalPath) ClearValue(item *WatchPodRequest)

func (*WatchPodRequest_FieldTerminalPath) ClearValueRaw

func (fp *WatchPodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchPodRequest_FieldTerminalPath) Get

func (fp *WatchPodRequest_FieldTerminalPath) Get(source *WatchPodRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchPodRequest

func (*WatchPodRequest_FieldTerminalPath) GetDefault

func (fp *WatchPodRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchPodRequest_FieldTerminalPath) GetRaw

func (fp *WatchPodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchPodRequest_FieldTerminalPath) GetSingle

func (fp *WatchPodRequest_FieldTerminalPath) GetSingle(source *WatchPodRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPodRequest

func (*WatchPodRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchPodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchPodRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPodRequest_FieldTerminalPath) JSONString

func (fp *WatchPodRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchPodRequest_FieldTerminalPath) Selector

func (*WatchPodRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchPodRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchPodRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPodRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodRequest_FieldPathArrayItemValue

func (*WatchPodRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodRequest_FieldPathArrayOfValues

func (*WatchPodRequest_FieldTerminalPath) WithIValue

func (fp *WatchPodRequest_FieldTerminalPath) WithIValue(value interface{}) WatchPodRequest_FieldPathValue

func (*WatchPodRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchPodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchPodRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchPodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchPodRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchPodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchPodRequest_FieldTerminalPathArrayItemValue

type WatchPodRequest_FieldTerminalPathArrayItemValue struct {
	WatchPodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchPodRequest'

func (*WatchPodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchPodRequest as interface{}

func (*WatchPodRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodRequest) (interface{}, bool)

func (*WatchPodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchPodRequest_FieldTerminalPathArrayOfValues

type WatchPodRequest_FieldTerminalPathArrayOfValues struct {
	WatchPodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)

func (*WatchPodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues

func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*pod.Reference, bool)

func (*WatchPodRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchPodRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchPodRequest_FieldTerminalPathValue

type WatchPodRequest_FieldTerminalPathValue struct {
	WatchPodRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodRequest_FieldTerminalPathValue) AsFieldMaskValue

func (fpv *WatchPodRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)

func (*WatchPodRequest_FieldTerminalPathValue) AsNameValue

func (*WatchPodRequest_FieldTerminalPathValue) AsViewValue

func (fpv *WatchPodRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)

func (*WatchPodRequest_FieldTerminalPathValue) CompareWith

func (fpv *WatchPodRequest_FieldTerminalPathValue) CompareWith(source *WatchPodRequest) (int, bool)

CompareWith compares value in the 'WatchPodRequest_FieldTerminalPathValue' with the value under path in 'WatchPodRequest'.

func (*WatchPodRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchPodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchPodRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchPodRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchPodRequest' as interface{}

func (*WatchPodRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPodRequest

func (*WatchPodRequest_FieldTerminalPathValue) SetToRaw

type WatchPodResponse

type WatchPodResponse struct {
	Change *pod.PodChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

WatchPodResponse

func (*WatchPodResponse) Clone

func (o *WatchPodResponse) Clone() *WatchPodResponse

func (*WatchPodResponse) CloneRaw

func (*WatchPodResponse) Descriptor

func (*WatchPodResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchPodResponse.ProtoReflect.Descriptor instead.

func (*WatchPodResponse) GetChange

func (m *WatchPodResponse) GetChange() *pod.PodChange

func (*WatchPodResponse) GotenMessage

func (*WatchPodResponse) GotenMessage()

func (*WatchPodResponse) GotenObjectExt

func (o *WatchPodResponse) GotenObjectExt()

func (*WatchPodResponse) GotenValidate

func (obj *WatchPodResponse) GotenValidate() error

func (*WatchPodResponse) MakeDiffFieldMask

func (o *WatchPodResponse) MakeDiffFieldMask(other *WatchPodResponse) *WatchPodResponse_FieldMask

func (*WatchPodResponse) MakeFullFieldMask

func (o *WatchPodResponse) MakeFullFieldMask() *WatchPodResponse_FieldMask

func (*WatchPodResponse) MakeRawDiffFieldMask

func (o *WatchPodResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchPodResponse) MakeRawFullFieldMask

func (o *WatchPodResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchPodResponse) Marshal

func (m *WatchPodResponse) Marshal() ([]byte, error)

func (*WatchPodResponse) MarshalJSON

func (m *WatchPodResponse) MarshalJSON() ([]byte, error)

func (*WatchPodResponse) Merge

func (o *WatchPodResponse) Merge(source *WatchPodResponse)

func (*WatchPodResponse) MergeRaw

func (o *WatchPodResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchPodResponse) ProtoMessage

func (*WatchPodResponse) ProtoMessage()

func (*WatchPodResponse) ProtoReflect

func (m *WatchPodResponse) ProtoReflect() preflect.Message

func (*WatchPodResponse) Reset

func (m *WatchPodResponse) Reset()

func (*WatchPodResponse) SetChange

func (m *WatchPodResponse) SetChange(fv *pod.PodChange)

func (*WatchPodResponse) String

func (m *WatchPodResponse) String() string

func (*WatchPodResponse) Unmarshal

func (m *WatchPodResponse) Unmarshal(b []byte) error

func (*WatchPodResponse) UnmarshalJSON

func (m *WatchPodResponse) UnmarshalJSON(data []byte) error

type WatchPodResponseFieldPathBuilder

type WatchPodResponseFieldPathBuilder struct{}

func NewWatchPodResponseFieldPathBuilder

func NewWatchPodResponseFieldPathBuilder() WatchPodResponseFieldPathBuilder

func (WatchPodResponseFieldPathBuilder) Change

type WatchPodResponsePathSelectorChange

type WatchPodResponsePathSelectorChange struct{}

func (WatchPodResponsePathSelectorChange) FieldPath

func (WatchPodResponsePathSelectorChange) WithArrayOfValues

func (WatchPodResponsePathSelectorChange) WithValue

type WatchPodResponse_FieldMask

type WatchPodResponse_FieldMask struct {
	Paths []WatchPodResponse_FieldPath
}

func FullWatchPodResponse_FieldMask

func FullWatchPodResponse_FieldMask() *WatchPodResponse_FieldMask

func (*WatchPodResponse_FieldMask) AppendPath

func (fieldMask *WatchPodResponse_FieldMask) AppendPath(path WatchPodResponse_FieldPath)

func (*WatchPodResponse_FieldMask) AppendRawPath

func (fieldMask *WatchPodResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchPodResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchPodResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchPodResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchPodResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchPodResponse_FieldMask) FilterInputFields

func (fieldMask *WatchPodResponse_FieldMask) FilterInputFields() *WatchPodResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPodResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchPodResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchPodResponse_FieldMask) GetPaths

func (*WatchPodResponse_FieldMask) GetRawPaths

func (fieldMask *WatchPodResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchPodResponse_FieldMask) IsFull

func (fieldMask *WatchPodResponse_FieldMask) IsFull() bool

func (WatchPodResponse_FieldMask) Marshal

func (fieldMask WatchPodResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchPodResponse_FieldMask) MarshalJSON

func (fieldMask WatchPodResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchPodResponse_FieldMask) PathsCount

func (fieldMask *WatchPodResponse_FieldMask) PathsCount() int

func (*WatchPodResponse_FieldMask) Project

func (fieldMask *WatchPodResponse_FieldMask) Project(source *WatchPodResponse) *WatchPodResponse

func (*WatchPodResponse_FieldMask) ProjectRaw

func (*WatchPodResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPodResponse_FieldMask) ProtoMessage()

func (*WatchPodResponse_FieldMask) ProtoReflect

func (fieldMask *WatchPodResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchPodResponse_FieldMask) Reset

func (fieldMask *WatchPodResponse_FieldMask) Reset()

func (*WatchPodResponse_FieldMask) Set

func (fieldMask *WatchPodResponse_FieldMask) Set(target, source *WatchPodResponse)

func (*WatchPodResponse_FieldMask) SetFromCliFlag

func (fieldMask *WatchPodResponse_FieldMask) SetFromCliFlag(raw string) error

func (*WatchPodResponse_FieldMask) SetRaw

func (fieldMask *WatchPodResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchPodResponse_FieldMask) Size

func (fieldMask *WatchPodResponse_FieldMask) Size() int

func (*WatchPodResponse_FieldMask) String

func (fieldMask *WatchPodResponse_FieldMask) String() string

func (*WatchPodResponse_FieldMask) Subtract

func (*WatchPodResponse_FieldMask) SubtractRaw

func (*WatchPodResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchPodResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchPodResponse_FieldMask) Unmarshal

func (fieldMask *WatchPodResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchPodResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchPodResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchPodResponse_FieldPath

type WatchPodResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPodResponse_FieldPathSelector
	Get(source *WatchPodResponse) []interface{}
	GetSingle(source *WatchPodResponse) (interface{}, bool)
	ClearValue(item *WatchPodResponse)

	// Those methods build corresponding WatchPodResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchPodResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchPodResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchPodResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchPodResponse_FieldPath

func MustParseWatchPodResponse_FieldPath(rawField string) WatchPodResponse_FieldPath

func ParseWatchPodResponse_FieldPath

func ParseWatchPodResponse_FieldPath(rawField string) (WatchPodResponse_FieldPath, error)

type WatchPodResponse_FieldPathArrayItemValue

type WatchPodResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPodResponse_FieldPath
	ContainsValue(*WatchPodResponse) bool
}

WatchPodResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchPodResponse according to their type Present only for array (repeated) types.

func MustParseWatchPodResponse_FieldPathArrayItemValue

func MustParseWatchPodResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPodResponse_FieldPathArrayItemValue

func ParseWatchPodResponse_FieldPathArrayItemValue

func ParseWatchPodResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPodResponse_FieldPathArrayItemValue, error)

ParseWatchPodResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPodResponse_FieldPathArrayOfValues

type WatchPodResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPodResponse_FieldPath
}

WatchPodResponse_FieldPathArrayOfValues allows storing slice of values for WatchPodResponse fields according to their type

func MustParseWatchPodResponse_FieldPathArrayOfValues

func MustParseWatchPodResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPodResponse_FieldPathArrayOfValues

func ParseWatchPodResponse_FieldPathArrayOfValues

func ParseWatchPodResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPodResponse_FieldPathArrayOfValues, error)

type WatchPodResponse_FieldPathSelector

type WatchPodResponse_FieldPathSelector int32
const (
	WatchPodResponse_FieldPathSelectorChange WatchPodResponse_FieldPathSelector = 0
)

func (WatchPodResponse_FieldPathSelector) String

type WatchPodResponse_FieldPathValue

type WatchPodResponse_FieldPathValue interface {
	WatchPodResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPodResponse)
	CompareWith(*WatchPodResponse) (cmp int, comparable bool)
}

WatchPodResponse_FieldPathValue allows storing values for WatchPodResponse fields according to their type

func MustParseWatchPodResponse_FieldPathValue

func MustParseWatchPodResponse_FieldPathValue(pathStr, valueStr string) WatchPodResponse_FieldPathValue

func ParseWatchPodResponse_FieldPathValue

func ParseWatchPodResponse_FieldPathValue(pathStr, valueStr string) (WatchPodResponse_FieldPathValue, error)

type WatchPodResponse_FieldTerminalPath

type WatchPodResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchPodResponse_FieldTerminalPath) ClearValue

func (*WatchPodResponse_FieldTerminalPath) ClearValueRaw

func (fp *WatchPodResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchPodResponse_FieldTerminalPath) Get

func (fp *WatchPodResponse_FieldTerminalPath) Get(source *WatchPodResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchPodResponse

func (*WatchPodResponse_FieldTerminalPath) GetDefault

func (fp *WatchPodResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchPodResponse_FieldTerminalPath) GetRaw

func (fp *WatchPodResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchPodResponse_FieldTerminalPath) GetSingle

func (fp *WatchPodResponse_FieldTerminalPath) GetSingle(source *WatchPodResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPodResponse

func (*WatchPodResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchPodResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchPodResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPodResponse_FieldTerminalPath) JSONString

func (fp *WatchPodResponse_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchPodResponse_FieldTerminalPath) Selector

func (*WatchPodResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchPodResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchPodResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPodResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPodResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodResponse_FieldPathArrayItemValue

func (*WatchPodResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPodResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodResponse_FieldPathArrayOfValues

func (*WatchPodResponse_FieldTerminalPath) WithIValue

func (fp *WatchPodResponse_FieldTerminalPath) WithIValue(value interface{}) WatchPodResponse_FieldPathValue

func (*WatchPodResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchPodResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchPodResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchPodResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchPodResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchPodResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchPodResponse_FieldTerminalPathArrayItemValue

type WatchPodResponse_FieldTerminalPathArrayItemValue struct {
	WatchPodResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchPodResponse'

func (*WatchPodResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchPodResponse as interface{}

func (*WatchPodResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodResponse) (interface{}, bool)

func (*WatchPodResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchPodResponse_FieldTerminalPathArrayOfValues

type WatchPodResponse_FieldTerminalPathArrayOfValues struct {
	WatchPodResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues

func (fpaov *WatchPodResponse_FieldTerminalPathArrayOfValues) AsChangeArrayOfValues() ([]*pod.PodChange, bool)

func (*WatchPodResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchPodResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchPodResponse_FieldTerminalPathValue

type WatchPodResponse_FieldTerminalPathValue struct {
	WatchPodResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodResponse_FieldTerminalPathValue) AsChangeValue

func (fpv *WatchPodResponse_FieldTerminalPathValue) AsChangeValue() (*pod.PodChange, bool)

func (*WatchPodResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPodResponse_FieldTerminalPathValue' with the value under path in 'WatchPodResponse'.

func (*WatchPodResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchPodResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchPodResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchPodResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchPodResponse' as interface{}

func (*WatchPodResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPodResponse

func (*WatchPodResponse_FieldTerminalPathValue) SetToRaw

type WatchPodsClientStream

type WatchPodsClientStream interface {
	Recv() (*WatchPodsResponse, error)
	grpc.ClientStream
}

type WatchPodsDescriptor added in v0.4.28

type WatchPodsDescriptor struct{}

func GetWatchPodsDescriptor added in v0.4.28

func GetWatchPodsDescriptor() *WatchPodsDescriptor

func (*WatchPodsDescriptor) GetApiDescriptor added in v0.4.28

func (d *WatchPodsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor

func (*WatchPodsDescriptor) GetApiName added in v0.4.28

func (d *WatchPodsDescriptor) GetApiName() string

func (*WatchPodsDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *WatchPodsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchPodsDescriptor) GetFullMethodName added in v0.4.28

func (d *WatchPodsDescriptor) GetFullMethodName() string

func (*WatchPodsDescriptor) GetMethodName added in v0.4.28

func (d *WatchPodsDescriptor) GetMethodName() string

func (*WatchPodsDescriptor) GetProtoPkgName added in v0.4.28

func (d *WatchPodsDescriptor) GetProtoPkgName() string

func (*WatchPodsDescriptor) GetResourceDescriptor added in v0.4.30

func (d *WatchPodsDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*WatchPodsDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *WatchPodsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*WatchPodsDescriptor) GetServiceDomain added in v0.4.28

func (d *WatchPodsDescriptor) GetServiceDomain() string

func (*WatchPodsDescriptor) GetServiceVersion added in v0.4.28

func (d *WatchPodsDescriptor) GetServiceVersion() string

func (*WatchPodsDescriptor) GetVerb added in v0.4.28

func (d *WatchPodsDescriptor) GetVerb() string

func (*WatchPodsDescriptor) HasResource added in v0.4.30

func (d *WatchPodsDescriptor) HasResource() bool

func (*WatchPodsDescriptor) IsClientStream added in v0.4.28

func (d *WatchPodsDescriptor) IsClientStream() bool

func (*WatchPodsDescriptor) IsCollection added in v0.4.30

func (d *WatchPodsDescriptor) IsCollection() bool

func (*WatchPodsDescriptor) IsPlural added in v0.4.30

func (d *WatchPodsDescriptor) IsPlural() bool

func (*WatchPodsDescriptor) IsServerStream added in v0.4.28

func (d *WatchPodsDescriptor) IsServerStream() bool

func (*WatchPodsDescriptor) IsUnary added in v0.4.28

func (d *WatchPodsDescriptor) IsUnary() bool

func (*WatchPodsDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *WatchPodsDescriptor) NewEmptyClientMsg() proto.Message

func (*WatchPodsDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *WatchPodsDescriptor) NewEmptyServerMsg() proto.Message

func (*WatchPodsDescriptor) RequestHasResourceBody added in v0.4.28

func (d *WatchPodsDescriptor) RequestHasResourceBody() bool

type WatchPodsDescriptorClientMsgHandle added in v0.4.28

type WatchPodsDescriptorClientMsgHandle struct{}

func (*WatchPodsDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchPodsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchPodsDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPodsDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPodsDescriptorServerMsgHandle added in v0.4.28

type WatchPodsDescriptorServerMsgHandle struct{}

func (*WatchPodsDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (h *WatchPodsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name

func (*WatchPodsDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*WatchPodsDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type WatchPodsRequest

type WatchPodsRequest struct {

	// Type of a watch. Identifies how server stream data to a client, which
	// fields in a request are allowed and which fields in response are relevant.
	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.watch_type.WatchType" json:"type,omitempty" firestore:"type"`
	// Parent reference of ntt.applications.v1alpha.Pod
	Parent *pod.ParentReference `protobuf:"bytes,1,opt,customtype=ParentReference,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Pods than requested.
	// If unspecified, server will pick an appropriate default.
	// Can be populated only for stateful watch type.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Can be populated only for stateful watch type.
	PageToken *pod.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
	// populated only for stateful watch type.
	OrderBy *pod.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// A token identifying watch resume point from previous session.
	// Can be populated only for stateless watch type.
	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Point in the time from which we want to start getting updates. This field
	// can be populated only for stateless watch type and if resume token is not
	// known yet. If specified, initial snapshot will NOT be provided. It is
	// assumed client can obtain it using separate means. Watch responses will
	// contain resume tokens which should be used to resume broken connection.
	StartingTime *timestamp.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *pod.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be obtained for each response item on top of
	// fields defined by request field view Changes to Pod that don't affect any
	// of masked fields won't be sent back.
	FieldMask *pod.Pod_FieldMask `` /* 135-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask Changes to Pod
	// that don't affect any of masked fields won't be sent back.
	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// Maximum amount of changes in each response message. Query result response
	// is divided on the server side into chunks with size of a specified amount
	// to limit memory footprint of each message. Responses will hold information
	// whether more elements will continue for the actual change. If unspecified,
	// server will pick an appropriate default.
	MaxChunkSize int32 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for method [WatchPods][ntt.applications.v1alpha.WatchPods]

func (*WatchPodsRequest) Clone

func (o *WatchPodsRequest) Clone() *WatchPodsRequest

func (*WatchPodsRequest) CloneRaw

func (*WatchPodsRequest) Descriptor

func (*WatchPodsRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchPodsRequest.ProtoReflect.Descriptor instead.

func (*WatchPodsRequest) GetFieldMask

func (m *WatchPodsRequest) GetFieldMask() *pod.Pod_FieldMask

func (*WatchPodsRequest) GetFilter

func (m *WatchPodsRequest) GetFilter() *pod.Filter

func (*WatchPodsRequest) GetMaxChunkSize

func (m *WatchPodsRequest) GetMaxChunkSize() int32

func (*WatchPodsRequest) GetOrderBy

func (m *WatchPodsRequest) GetOrderBy() *pod.OrderBy

func (*WatchPodsRequest) GetPageSize

func (m *WatchPodsRequest) GetPageSize() int32

func (*WatchPodsRequest) GetPageToken

func (m *WatchPodsRequest) GetPageToken() *pod.PagerCursor

func (*WatchPodsRequest) GetParent

func (m *WatchPodsRequest) GetParent() *pod.ParentReference

func (*WatchPodsRequest) GetResumeToken

func (m *WatchPodsRequest) GetResumeToken() string

func (*WatchPodsRequest) GetStartingTime added in v0.9.0

func (m *WatchPodsRequest) GetStartingTime() *timestamp.Timestamp

func (*WatchPodsRequest) GetType

func (m *WatchPodsRequest) GetType() watch_type.WatchType

func (*WatchPodsRequest) GetView

func (m *WatchPodsRequest) GetView() view.View

func (*WatchPodsRequest) GotenMessage

func (*WatchPodsRequest) GotenMessage()

func (*WatchPodsRequest) GotenObjectExt

func (o *WatchPodsRequest) GotenObjectExt()

func (*WatchPodsRequest) GotenValidate

func (obj *WatchPodsRequest) GotenValidate() error

func (*WatchPodsRequest) MakeDiffFieldMask

func (o *WatchPodsRequest) MakeDiffFieldMask(other *WatchPodsRequest) *WatchPodsRequest_FieldMask

func (*WatchPodsRequest) MakeFullFieldMask

func (o *WatchPodsRequest) MakeFullFieldMask() *WatchPodsRequest_FieldMask

func (*WatchPodsRequest) MakeRawDiffFieldMask

func (o *WatchPodsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchPodsRequest) MakeRawFullFieldMask

func (o *WatchPodsRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchPodsRequest) Marshal

func (m *WatchPodsRequest) Marshal() ([]byte, error)

func (*WatchPodsRequest) MarshalJSON

func (m *WatchPodsRequest) MarshalJSON() ([]byte, error)

func (*WatchPodsRequest) Merge

func (o *WatchPodsRequest) Merge(source *WatchPodsRequest)

func (*WatchPodsRequest) MergeRaw

func (o *WatchPodsRequest) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchPodsRequest) ProtoMessage

func (*WatchPodsRequest) ProtoMessage()

func (*WatchPodsRequest) ProtoReflect

func (m *WatchPodsRequest) ProtoReflect() preflect.Message

func (*WatchPodsRequest) Reset

func (m *WatchPodsRequest) Reset()

func (*WatchPodsRequest) SetFieldMask

func (m *WatchPodsRequest) SetFieldMask(fv *pod.Pod_FieldMask)

func (*WatchPodsRequest) SetFilter

func (m *WatchPodsRequest) SetFilter(fv *pod.Filter)

func (*WatchPodsRequest) SetMaxChunkSize

func (m *WatchPodsRequest) SetMaxChunkSize(fv int32)

func (*WatchPodsRequest) SetOrderBy

func (m *WatchPodsRequest) SetOrderBy(fv *pod.OrderBy)

func (*WatchPodsRequest) SetPageSize

func (m *WatchPodsRequest) SetPageSize(fv int32)

func (*WatchPodsRequest) SetPageToken

func (m *WatchPodsRequest) SetPageToken(fv *pod.PagerCursor)

func (*WatchPodsRequest) SetParent

func (m *WatchPodsRequest) SetParent(fv *pod.ParentReference)

func (*WatchPodsRequest) SetResumeToken

func (m *WatchPodsRequest) SetResumeToken(fv string)

func (*WatchPodsRequest) SetStartingTime added in v0.9.0

func (m *WatchPodsRequest) SetStartingTime(fv *timestamp.Timestamp)

func (*WatchPodsRequest) SetType

func (m *WatchPodsRequest) SetType(fv watch_type.WatchType)

func (*WatchPodsRequest) SetView

func (m *WatchPodsRequest) SetView(fv view.View)

func (*WatchPodsRequest) String

func (m *WatchPodsRequest) String() string

func (*WatchPodsRequest) Unmarshal

func (m *WatchPodsRequest) Unmarshal(b []byte) error

func (*WatchPodsRequest) UnmarshalJSON

func (m *WatchPodsRequest) UnmarshalJSON(data []byte) error

type WatchPodsRequestFieldPathBuilder

type WatchPodsRequestFieldPathBuilder struct{}

func NewWatchPodsRequestFieldPathBuilder

func NewWatchPodsRequestFieldPathBuilder() WatchPodsRequestFieldPathBuilder

func (WatchPodsRequestFieldPathBuilder) FieldMask

func (WatchPodsRequestFieldPathBuilder) Filter

func (WatchPodsRequestFieldPathBuilder) MaxChunkSize

func (WatchPodsRequestFieldPathBuilder) OrderBy

func (WatchPodsRequestFieldPathBuilder) PageSize

func (WatchPodsRequestFieldPathBuilder) PageToken

func (WatchPodsRequestFieldPathBuilder) Parent

func (WatchPodsRequestFieldPathBuilder) ResumeToken

func (WatchPodsRequestFieldPathBuilder) StartingTime added in v0.9.0

func (WatchPodsRequestFieldPathBuilder) Type

func (WatchPodsRequestFieldPathBuilder) View

type WatchPodsRequestPathSelectorFieldMask

type WatchPodsRequestPathSelectorFieldMask struct{}

func (WatchPodsRequestPathSelectorFieldMask) FieldPath

func (WatchPodsRequestPathSelectorFieldMask) WithArrayOfValues

func (WatchPodsRequestPathSelectorFieldMask) WithValue

type WatchPodsRequestPathSelectorFilter

type WatchPodsRequestPathSelectorFilter struct{}

func (WatchPodsRequestPathSelectorFilter) FieldPath

func (WatchPodsRequestPathSelectorFilter) WithArrayOfValues

func (WatchPodsRequestPathSelectorFilter) WithValue

type WatchPodsRequestPathSelectorMaxChunkSize

type WatchPodsRequestPathSelectorMaxChunkSize struct{}

func (WatchPodsRequestPathSelectorMaxChunkSize) FieldPath

func (WatchPodsRequestPathSelectorMaxChunkSize) WithArrayOfValues

func (WatchPodsRequestPathSelectorMaxChunkSize) WithValue

type WatchPodsRequestPathSelectorOrderBy

type WatchPodsRequestPathSelectorOrderBy struct{}

func (WatchPodsRequestPathSelectorOrderBy) FieldPath

func (WatchPodsRequestPathSelectorOrderBy) WithArrayOfValues

func (WatchPodsRequestPathSelectorOrderBy) WithValue

type WatchPodsRequestPathSelectorPageSize

type WatchPodsRequestPathSelectorPageSize struct{}

func (WatchPodsRequestPathSelectorPageSize) FieldPath

func (WatchPodsRequestPathSelectorPageSize) WithArrayOfValues

func (WatchPodsRequestPathSelectorPageSize) WithValue

type WatchPodsRequestPathSelectorPageToken

type WatchPodsRequestPathSelectorPageToken struct{}

func (WatchPodsRequestPathSelectorPageToken) FieldPath

func (WatchPodsRequestPathSelectorPageToken) WithArrayOfValues

func (WatchPodsRequestPathSelectorPageToken) WithValue

type WatchPodsRequestPathSelectorParent

type WatchPodsRequestPathSelectorParent struct{}

func (WatchPodsRequestPathSelectorParent) FieldPath

func (WatchPodsRequestPathSelectorParent) WithArrayOfValues

func (WatchPodsRequestPathSelectorParent) WithValue

type WatchPodsRequestPathSelectorResumeToken

type WatchPodsRequestPathSelectorResumeToken struct{}

func (WatchPodsRequestPathSelectorResumeToken) FieldPath

func (WatchPodsRequestPathSelectorResumeToken) WithArrayOfValues

func (WatchPodsRequestPathSelectorResumeToken) WithValue

type WatchPodsRequestPathSelectorStartingTime added in v0.9.0

type WatchPodsRequestPathSelectorStartingTime struct{}

func (WatchPodsRequestPathSelectorStartingTime) FieldPath added in v0.9.0

func (WatchPodsRequestPathSelectorStartingTime) WithArrayOfValues added in v0.9.0

func (WatchPodsRequestPathSelectorStartingTime) WithValue added in v0.9.0

type WatchPodsRequestPathSelectorType

type WatchPodsRequestPathSelectorType struct{}

func (WatchPodsRequestPathSelectorType) FieldPath

func (WatchPodsRequestPathSelectorType) WithArrayOfValues

func (WatchPodsRequestPathSelectorType) WithValue

type WatchPodsRequestPathSelectorView

type WatchPodsRequestPathSelectorView struct{}

func (WatchPodsRequestPathSelectorView) FieldPath

func (WatchPodsRequestPathSelectorView) WithArrayOfValues

func (WatchPodsRequestPathSelectorView) WithValue

type WatchPodsRequest_FieldMask

type WatchPodsRequest_FieldMask struct {
	Paths []WatchPodsRequest_FieldPath
}

func FullWatchPodsRequest_FieldMask

func FullWatchPodsRequest_FieldMask() *WatchPodsRequest_FieldMask

func (*WatchPodsRequest_FieldMask) AppendPath

func (fieldMask *WatchPodsRequest_FieldMask) AppendPath(path WatchPodsRequest_FieldPath)

func (*WatchPodsRequest_FieldMask) AppendRawPath

func (fieldMask *WatchPodsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchPodsRequest_FieldMask) DecodeFirestore

func (fieldMask *WatchPodsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchPodsRequest_FieldMask) EncodeFirestore

func (fieldMask *WatchPodsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchPodsRequest_FieldMask) FilterInputFields

func (fieldMask *WatchPodsRequest_FieldMask) FilterInputFields() *WatchPodsRequest_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPodsRequest_FieldMask) FromProtoFieldMask

func (fieldMask *WatchPodsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchPodsRequest_FieldMask) GetPaths

func (*WatchPodsRequest_FieldMask) GetRawPaths

func (fieldMask *WatchPodsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchPodsRequest_FieldMask) IsFull

func (fieldMask *WatchPodsRequest_FieldMask) IsFull() bool

func (WatchPodsRequest_FieldMask) Marshal

func (fieldMask WatchPodsRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchPodsRequest_FieldMask) MarshalJSON

func (fieldMask WatchPodsRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchPodsRequest_FieldMask) PathsCount

func (fieldMask *WatchPodsRequest_FieldMask) PathsCount() int

func (*WatchPodsRequest_FieldMask) Project

func (fieldMask *WatchPodsRequest_FieldMask) Project(source *WatchPodsRequest) *WatchPodsRequest

func (*WatchPodsRequest_FieldMask) ProjectRaw

func (*WatchPodsRequest_FieldMask) ProtoMessage

func (fieldMask *WatchPodsRequest_FieldMask) ProtoMessage()

func (*WatchPodsRequest_FieldMask) ProtoReflect

func (fieldMask *WatchPodsRequest_FieldMask) ProtoReflect() preflect.Message

func (*WatchPodsRequest_FieldMask) Reset

func (fieldMask *WatchPodsRequest_FieldMask) Reset()

func (*WatchPodsRequest_FieldMask) Set

func (fieldMask *WatchPodsRequest_FieldMask) Set(target, source *WatchPodsRequest)

func (*WatchPodsRequest_FieldMask) SetFromCliFlag

func (fieldMask *WatchPodsRequest_FieldMask) SetFromCliFlag(raw string) error

func (*WatchPodsRequest_FieldMask) SetRaw

func (fieldMask *WatchPodsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchPodsRequest_FieldMask) Size

func (fieldMask *WatchPodsRequest_FieldMask) Size() int

func (*WatchPodsRequest_FieldMask) String

func (fieldMask *WatchPodsRequest_FieldMask) String() string

func (*WatchPodsRequest_FieldMask) Subtract

func (*WatchPodsRequest_FieldMask) SubtractRaw

func (*WatchPodsRequest_FieldMask) ToProtoFieldMask

func (fieldMask *WatchPodsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchPodsRequest_FieldMask) Unmarshal

func (fieldMask *WatchPodsRequest_FieldMask) Unmarshal(data []byte) error

func (*WatchPodsRequest_FieldMask) UnmarshalJSON

func (fieldMask *WatchPodsRequest_FieldMask) UnmarshalJSON(data []byte) error

type WatchPodsRequest_FieldPath

type WatchPodsRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPodsRequest_FieldPathSelector
	Get(source *WatchPodsRequest) []interface{}
	GetSingle(source *WatchPodsRequest) (interface{}, bool)
	ClearValue(item *WatchPodsRequest)

	// Those methods build corresponding WatchPodsRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchPodsRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchPodsRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchPodsRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchPodsRequest_FieldPath

func MustParseWatchPodsRequest_FieldPath(rawField string) WatchPodsRequest_FieldPath

func ParseWatchPodsRequest_FieldPath

func ParseWatchPodsRequest_FieldPath(rawField string) (WatchPodsRequest_FieldPath, error)

type WatchPodsRequest_FieldPathArrayItemValue

type WatchPodsRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPodsRequest_FieldPath
	ContainsValue(*WatchPodsRequest) bool
}

WatchPodsRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchPodsRequest according to their type Present only for array (repeated) types.

func MustParseWatchPodsRequest_FieldPathArrayItemValue

func MustParseWatchPodsRequest_FieldPathArrayItemValue(pathStr, valueStr string) WatchPodsRequest_FieldPathArrayItemValue

func ParseWatchPodsRequest_FieldPathArrayItemValue

func ParseWatchPodsRequest_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPodsRequest_FieldPathArrayItemValue, error)

ParseWatchPodsRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPodsRequest_FieldPathArrayOfValues

type WatchPodsRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPodsRequest_FieldPath
}

WatchPodsRequest_FieldPathArrayOfValues allows storing slice of values for WatchPodsRequest fields according to their type

func MustParseWatchPodsRequest_FieldPathArrayOfValues

func MustParseWatchPodsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPodsRequest_FieldPathArrayOfValues

func ParseWatchPodsRequest_FieldPathArrayOfValues

func ParseWatchPodsRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPodsRequest_FieldPathArrayOfValues, error)

type WatchPodsRequest_FieldPathSelector

type WatchPodsRequest_FieldPathSelector int32
const (
	WatchPodsRequest_FieldPathSelectorType         WatchPodsRequest_FieldPathSelector = 0
	WatchPodsRequest_FieldPathSelectorParent       WatchPodsRequest_FieldPathSelector = 1
	WatchPodsRequest_FieldPathSelectorPageSize     WatchPodsRequest_FieldPathSelector = 2
	WatchPodsRequest_FieldPathSelectorPageToken    WatchPodsRequest_FieldPathSelector = 3
	WatchPodsRequest_FieldPathSelectorOrderBy      WatchPodsRequest_FieldPathSelector = 4
	WatchPodsRequest_FieldPathSelectorResumeToken  WatchPodsRequest_FieldPathSelector = 5
	WatchPodsRequest_FieldPathSelectorStartingTime WatchPodsRequest_FieldPathSelector = 6
	WatchPodsRequest_FieldPathSelectorFilter       WatchPodsRequest_FieldPathSelector = 7
	WatchPodsRequest_FieldPathSelectorFieldMask    WatchPodsRequest_FieldPathSelector = 8
	WatchPodsRequest_FieldPathSelectorView         WatchPodsRequest_FieldPathSelector = 9
	WatchPodsRequest_FieldPathSelectorMaxChunkSize WatchPodsRequest_FieldPathSelector = 10
)

func (WatchPodsRequest_FieldPathSelector) String

type WatchPodsRequest_FieldPathValue

type WatchPodsRequest_FieldPathValue interface {
	WatchPodsRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPodsRequest)
	CompareWith(*WatchPodsRequest) (cmp int, comparable bool)
}

WatchPodsRequest_FieldPathValue allows storing values for WatchPodsRequest fields according to their type

func MustParseWatchPodsRequest_FieldPathValue

func MustParseWatchPodsRequest_FieldPathValue(pathStr, valueStr string) WatchPodsRequest_FieldPathValue

func ParseWatchPodsRequest_FieldPathValue

func ParseWatchPodsRequest_FieldPathValue(pathStr, valueStr string) (WatchPodsRequest_FieldPathValue, error)

type WatchPodsRequest_FieldTerminalPath

type WatchPodsRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchPodsRequest_FieldTerminalPath) ClearValue

func (*WatchPodsRequest_FieldTerminalPath) ClearValueRaw

func (fp *WatchPodsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchPodsRequest_FieldTerminalPath) Get

func (fp *WatchPodsRequest_FieldTerminalPath) Get(source *WatchPodsRequest) (values []interface{})

Get returns all values pointed by specific field from source WatchPodsRequest

func (*WatchPodsRequest_FieldTerminalPath) GetDefault

func (fp *WatchPodsRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchPodsRequest_FieldTerminalPath) GetRaw

func (fp *WatchPodsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchPodsRequest_FieldTerminalPath) GetSingle

func (fp *WatchPodsRequest_FieldTerminalPath) GetSingle(source *WatchPodsRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPodsRequest

func (*WatchPodsRequest_FieldTerminalPath) GetSingleRaw

func (fp *WatchPodsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchPodsRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPodsRequest_FieldTerminalPath) JSONString

func (fp *WatchPodsRequest_FieldTerminalPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchPodsRequest_FieldTerminalPath) Selector

func (*WatchPodsRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchPodsRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchPodsRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPodsRequest_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPodsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodsRequest_FieldPathArrayItemValue

func (*WatchPodsRequest_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPodsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodsRequest_FieldPathArrayOfValues

func (*WatchPodsRequest_FieldTerminalPath) WithIValue

func (fp *WatchPodsRequest_FieldTerminalPath) WithIValue(value interface{}) WatchPodsRequest_FieldPathValue

func (*WatchPodsRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchPodsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchPodsRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchPodsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchPodsRequest_FieldTerminalPath) WithRawIValue

func (fp *WatchPodsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchPodsRequest_FieldTerminalPathArrayItemValue

type WatchPodsRequest_FieldTerminalPathArrayItemValue struct {
	WatchPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchPodsRequest'

func (*WatchPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchPodsRequest as interface{}

func (*WatchPodsRequest_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodsRequest) (interface{}, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchPodsRequest_FieldTerminalPathArrayOfValues

type WatchPodsRequest_FieldTerminalPathArrayOfValues struct {
	WatchPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*pod.Filter, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*pod.OrderBy, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*pod.ParentReference, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues added in v0.9.0

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsStartingTimeArrayOfValues() ([]*timestamp.Timestamp, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*WatchPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchPodsRequest_FieldTerminalPathValue

type WatchPodsRequest_FieldTerminalPathValue struct {
	WatchPodsRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsRequest_FieldTerminalPathValue) AsFieldMaskValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsFilterValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsFilterValue() (*pod.Filter, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsOrderByValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsOrderByValue() (*pod.OrderBy, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsPageSizeValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsPageTokenValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsPageTokenValue() (*pod.PagerCursor, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsParentValue

func (*WatchPodsRequest_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsStartingTimeValue added in v0.9.0

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsStartingTimeValue() (*timestamp.Timestamp, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) AsTypeValue

func (*WatchPodsRequest_FieldTerminalPathValue) AsViewValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPodsRequest_FieldTerminalPathValue' with the value under path in 'WatchPodsRequest'.

func (*WatchPodsRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchPodsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchPodsRequest_FieldTerminalPathValue) GetRawValue

func (fpv *WatchPodsRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchPodsRequest' as interface{}

func (*WatchPodsRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPodsRequest

func (*WatchPodsRequest_FieldTerminalPathValue) SetToRaw

type WatchPodsResponse

type WatchPodsResponse struct {

	// Changes of Pods
	PodChanges []*pod.PodChange `protobuf:"bytes,2,rep,name=pod_changes,json=podChanges,proto3" json:"pod_changes,omitempty" firestore:"podChanges"`
	// If request specified max_chunk_size (or this limit was enforced if
	// stateless watch has been chosen), then responses with "full changeset" will
	// be divided into chunks. Client should keep receiving messages and, once
	// is_current has value true, combine this recent message with all previous
	// ones where is_current is false. If this is the first is_current in a whole
	// watch stream, then it means that client should have, at this moment,
	// contain snapshot of the current situation (or more accurately, snapshot of
	// situation at the moment of request). All Pods will be of type Added/Current
	// (depending on watch_type specified in the request). Further responses will
	// be incremental - however messages may still be chunked and is_current logic
	// still applies. is_current is always true for stateful watch if
	// max_chunk_size was left to 0.
	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"`
	// When present, PageTokens used for page navigation should be updated.
	// Present only if is_current is true (last chunk).
	PageTokenChange *WatchPodsResponse_PageTokenChange `` /* 136-byte string literal not displayed */
	// Token that can be used if current connection drops and client needs to
	// reconnect. Populated only for stateless watch type. Present only if
	// is_current is true (last chunk).
	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"`
	// Server may occasionally send information how many resources should client
	// have in its state so far (response message without any changes, but with
	// snapshot_size field specified). If client has different value than the one
	// sent by the server, then it should be treated by a client as an error and
	// should reconnect. If value is smaller then 0, then client should ignore
	// this field as unpopulated. This field should be checked only for stateless
	// watch. In stateful those kind of errors are handled by the server side.
	// Will be never sent together with is_current, is_soft_reset and
	// is_hard_reset flags.
	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"`
	// In case of internal issue server may send response message with this flag.
	// It indicates that client should drop all changes from recent responses
	// where is_current is false only! If last message had is_current set to true,
	// client should do nothing and process normally. Resume token received before
	// is still valid. This field should be checked only for stateless watch. In
	// stateful those kind of errors are handled by the server side. Will never be
	// sent along with is_current, is_hard_reset or snapshot_size.
	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"`
	// In case of internal issue server may send response message with this flag.
	// After receiving, client should clear whole state (drop all changes received
	// so far) as server will send new snapshot (Pods will contains changes of
	// type Current only). Any resume tokens should be discarded as well. This
	// field should be checked only for stateless watch. In stateful those kind of
	// errors are handled by the server side. Will never be sent along with
	// is_current, is_soft_reset or snapshot_size.
	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"`
	// contains filtered or unexported fields
}

WatchPodsResponse

func (*WatchPodsResponse) Clone

func (*WatchPodsResponse) CloneRaw

func (*WatchPodsResponse) Descriptor

func (*WatchPodsResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchPodsResponse.ProtoReflect.Descriptor instead.

func (*WatchPodsResponse) GetIsCurrent

func (m *WatchPodsResponse) GetIsCurrent() bool

func (*WatchPodsResponse) GetIsHardReset

func (m *WatchPodsResponse) GetIsHardReset() bool

func (*WatchPodsResponse) GetIsSoftReset

func (m *WatchPodsResponse) GetIsSoftReset() bool

func (*WatchPodsResponse) GetPageTokenChange

func (m *WatchPodsResponse) GetPageTokenChange() *WatchPodsResponse_PageTokenChange

func (*WatchPodsResponse) GetPodChanges

func (m *WatchPodsResponse) GetPodChanges() []*pod.PodChange

func (*WatchPodsResponse) GetResumeToken

func (m *WatchPodsResponse) GetResumeToken() string

func (*WatchPodsResponse) GetSnapshotSize

func (m *WatchPodsResponse) GetSnapshotSize() int64

func (*WatchPodsResponse) GotenMessage

func (*WatchPodsResponse) GotenMessage()

func (*WatchPodsResponse) GotenObjectExt

func (o *WatchPodsResponse) GotenObjectExt()

func (*WatchPodsResponse) GotenValidate

func (obj *WatchPodsResponse) GotenValidate() error

func (*WatchPodsResponse) MakeDiffFieldMask

func (o *WatchPodsResponse) MakeDiffFieldMask(other *WatchPodsResponse) *WatchPodsResponse_FieldMask

func (*WatchPodsResponse) MakeFullFieldMask

func (o *WatchPodsResponse) MakeFullFieldMask() *WatchPodsResponse_FieldMask

func (*WatchPodsResponse) MakeRawDiffFieldMask

func (o *WatchPodsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask

func (*WatchPodsResponse) MakeRawFullFieldMask

func (o *WatchPodsResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchPodsResponse) Marshal

func (m *WatchPodsResponse) Marshal() ([]byte, error)

func (*WatchPodsResponse) MarshalJSON

func (m *WatchPodsResponse) MarshalJSON() ([]byte, error)

func (*WatchPodsResponse) Merge

func (o *WatchPodsResponse) Merge(source *WatchPodsResponse)

func (*WatchPodsResponse) MergeRaw

func (o *WatchPodsResponse) MergeRaw(source gotenobject.GotenObjectExt)

func (*WatchPodsResponse) ProtoMessage

func (*WatchPodsResponse) ProtoMessage()

func (*WatchPodsResponse) ProtoReflect

func (m *WatchPodsResponse) ProtoReflect() preflect.Message

func (*WatchPodsResponse) Reset

func (m *WatchPodsResponse) Reset()

func (*WatchPodsResponse) SetIsCurrent

func (m *WatchPodsResponse) SetIsCurrent(fv bool)

func (*WatchPodsResponse) SetIsHardReset

func (m *WatchPodsResponse) SetIsHardReset(fv bool)

func (*WatchPodsResponse) SetIsSoftReset

func (m *WatchPodsResponse) SetIsSoftReset(fv bool)

func (*WatchPodsResponse) SetPageTokenChange

func (m *WatchPodsResponse) SetPageTokenChange(fv *WatchPodsResponse_PageTokenChange)

func (*WatchPodsResponse) SetPodChanges

func (m *WatchPodsResponse) SetPodChanges(fv []*pod.PodChange)

func (*WatchPodsResponse) SetResumeToken

func (m *WatchPodsResponse) SetResumeToken(fv string)

func (*WatchPodsResponse) SetSnapshotSize

func (m *WatchPodsResponse) SetSnapshotSize(fv int64)

func (*WatchPodsResponse) String

func (m *WatchPodsResponse) String() string

func (*WatchPodsResponse) Unmarshal

func (m *WatchPodsResponse) Unmarshal(b []byte) error

func (*WatchPodsResponse) UnmarshalJSON

func (m *WatchPodsResponse) UnmarshalJSON(data []byte) error

type WatchPodsResponseFieldPathBuilder

type WatchPodsResponseFieldPathBuilder struct{}

func NewWatchPodsResponseFieldPathBuilder

func NewWatchPodsResponseFieldPathBuilder() WatchPodsResponseFieldPathBuilder

func (WatchPodsResponseFieldPathBuilder) IsCurrent

func (WatchPodsResponseFieldPathBuilder) IsHardReset

func (WatchPodsResponseFieldPathBuilder) IsSoftReset

func (WatchPodsResponseFieldPathBuilder) PageTokenChange

func (WatchPodsResponseFieldPathBuilder) PodChanges

func (WatchPodsResponseFieldPathBuilder) ResumeToken

func (WatchPodsResponseFieldPathBuilder) SnapshotSize

type WatchPodsResponsePageTokenChangeFieldPathBuilder

type WatchPodsResponsePageTokenChangeFieldPathBuilder struct{}

func NewWatchPodsResponsePageTokenChangeFieldPathBuilder

func NewWatchPodsResponsePageTokenChangeFieldPathBuilder() WatchPodsResponsePageTokenChangeFieldPathBuilder

func (WatchPodsResponsePageTokenChangeFieldPathBuilder) NextPageToken

func (WatchPodsResponsePageTokenChangeFieldPathBuilder) PrevPageToken

type WatchPodsResponsePageTokenChange_FieldPath

type WatchPodsResponsePageTokenChange_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPodsResponsePageTokenChange_FieldPathSelector
	Get(source *WatchPodsResponse_PageTokenChange) []interface{}
	GetSingle(source *WatchPodsResponse_PageTokenChange) (interface{}, bool)
	ClearValue(item *WatchPodsResponse_PageTokenChange)

	// Those methods build corresponding WatchPodsResponsePageTokenChange_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchPodsResponsePageTokenChange_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchPodsResponsePageTokenChange_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchPodsResponsePageTokenChange_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchPodsResponsePageTokenChange_FieldPath

func MustParseWatchPodsResponsePageTokenChange_FieldPath(rawField string) WatchPodsResponsePageTokenChange_FieldPath

func ParseWatchPodsResponsePageTokenChange_FieldPath

func ParseWatchPodsResponsePageTokenChange_FieldPath(rawField string) (WatchPodsResponsePageTokenChange_FieldPath, error)

type WatchPodsResponsePageTokenChange_FieldPathArrayItemValue

type WatchPodsResponsePageTokenChange_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPodsResponsePageTokenChange_FieldPath
	ContainsValue(*WatchPodsResponse_PageTokenChange) bool
}

WatchPodsResponsePageTokenChange_FieldPathArrayItemValue allows storing single item in Path-specific values for PageTokenChange according to their type Present only for array (repeated) types.

func MustParseWatchPodsResponsePageTokenChange_FieldPathArrayItemValue

func MustParseWatchPodsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchPodsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPodsResponsePageTokenChange_FieldPathArrayItemValue

func ParseWatchPodsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPodsResponsePageTokenChange_FieldPathArrayItemValue, error)

ParseWatchPodsResponsePageTokenChange_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPodsResponsePageTokenChange_FieldPathArrayOfValues

type WatchPodsResponsePageTokenChange_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPodsResponsePageTokenChange_FieldPath
}

WatchPodsResponsePageTokenChange_FieldPathArrayOfValues allows storing slice of values for PageTokenChange fields according to their type

func MustParseWatchPodsResponsePageTokenChange_FieldPathArrayOfValues

func MustParseWatchPodsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPodsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPodsResponsePageTokenChange_FieldPathArrayOfValues

func ParseWatchPodsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPodsResponsePageTokenChange_FieldPathArrayOfValues, error)

type WatchPodsResponsePageTokenChange_FieldPathSelector

type WatchPodsResponsePageTokenChange_FieldPathSelector int32
const (
	WatchPodsResponsePageTokenChange_FieldPathSelectorPrevPageToken WatchPodsResponsePageTokenChange_FieldPathSelector = 0
	WatchPodsResponsePageTokenChange_FieldPathSelectorNextPageToken WatchPodsResponsePageTokenChange_FieldPathSelector = 1
)

func (WatchPodsResponsePageTokenChange_FieldPathSelector) String

type WatchPodsResponsePageTokenChange_FieldPathValue

type WatchPodsResponsePageTokenChange_FieldPathValue interface {
	WatchPodsResponsePageTokenChange_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPodsResponse_PageTokenChange)
	CompareWith(*WatchPodsResponse_PageTokenChange) (cmp int, comparable bool)
}

WatchPodsResponsePageTokenChange_FieldPathValue allows storing values for PageTokenChange fields according to their type

func MustParseWatchPodsResponsePageTokenChange_FieldPathValue

func MustParseWatchPodsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) WatchPodsResponsePageTokenChange_FieldPathValue

func ParseWatchPodsResponsePageTokenChange_FieldPathValue

func ParseWatchPodsResponsePageTokenChange_FieldPathValue(pathStr, valueStr string) (WatchPodsResponsePageTokenChange_FieldPathValue, error)

type WatchPodsResponsePageTokenChange_FieldTerminalPath

type WatchPodsResponsePageTokenChange_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) ClearValue

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) Get

Get returns all values pointed by specific field from source WatchPodsResponse_PageTokenChange

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) GetDefault

func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) GetRaw

func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) GetSingle

GetSingle returns value pointed by specific field of from source WatchPodsResponse_PageTokenChange

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw

func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) Selector

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIValue

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIValue

type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue

type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct {
	WatchPodsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'PageTokenChange'

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchPodsResponse_PageTokenChange as interface{}

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues

type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues struct {
	WatchPodsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchPodsResponsePageTokenChange_FieldTerminalPathValue

type WatchPodsResponsePageTokenChange_FieldTerminalPathValue struct {
	WatchPodsResponsePageTokenChange_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPodsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchPodsResponse_PageTokenChange'.

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue

func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'PageTokenChange' as interface{}

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object PageTokenChange

func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw

type WatchPodsResponsePathSelectorIsCurrent

type WatchPodsResponsePathSelectorIsCurrent struct{}

func (WatchPodsResponsePathSelectorIsCurrent) FieldPath

func (WatchPodsResponsePathSelectorIsCurrent) WithArrayOfValues

func (WatchPodsResponsePathSelectorIsCurrent) WithValue

type WatchPodsResponsePathSelectorIsHardReset

type WatchPodsResponsePathSelectorIsHardReset struct{}

func (WatchPodsResponsePathSelectorIsHardReset) FieldPath

func (WatchPodsResponsePathSelectorIsHardReset) WithArrayOfValues

func (WatchPodsResponsePathSelectorIsHardReset) WithValue

type WatchPodsResponsePathSelectorIsSoftReset

type WatchPodsResponsePathSelectorIsSoftReset struct{}

func (WatchPodsResponsePathSelectorIsSoftReset) FieldPath

func (WatchPodsResponsePathSelectorIsSoftReset) WithArrayOfValues

func (WatchPodsResponsePathSelectorIsSoftReset) WithValue

type WatchPodsResponsePathSelectorPageTokenChange

type WatchPodsResponsePathSelectorPageTokenChange struct{}

func (WatchPodsResponsePathSelectorPageTokenChange) FieldPath

func (WatchPodsResponsePathSelectorPageTokenChange) NextPageToken

func (WatchPodsResponsePathSelectorPageTokenChange) PrevPageToken

func (WatchPodsResponsePathSelectorPageTokenChange) WithArrayOfValues

func (WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayItemValue

func (WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayOfValues

func (WatchPodsResponsePathSelectorPageTokenChange) WithSubPath

func (WatchPodsResponsePathSelectorPageTokenChange) WithSubValue

func (WatchPodsResponsePathSelectorPageTokenChange) WithValue

type WatchPodsResponsePathSelectorPageTokenChangeNextPageToken

type WatchPodsResponsePathSelectorPageTokenChangeNextPageToken struct{}

func (WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath

func (WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues

func (WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithValue

type WatchPodsResponsePathSelectorPageTokenChangePrevPageToken

type WatchPodsResponsePathSelectorPageTokenChangePrevPageToken struct{}

func (WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath

func (WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues

func (WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithValue

type WatchPodsResponsePathSelectorPodChanges

type WatchPodsResponsePathSelectorPodChanges struct{}

func (WatchPodsResponsePathSelectorPodChanges) FieldPath

func (WatchPodsResponsePathSelectorPodChanges) WithArrayOfValues

func (WatchPodsResponsePathSelectorPodChanges) WithItemValue

func (WatchPodsResponsePathSelectorPodChanges) WithValue

type WatchPodsResponsePathSelectorResumeToken

type WatchPodsResponsePathSelectorResumeToken struct{}

func (WatchPodsResponsePathSelectorResumeToken) FieldPath

func (WatchPodsResponsePathSelectorResumeToken) WithArrayOfValues

func (WatchPodsResponsePathSelectorResumeToken) WithValue

type WatchPodsResponsePathSelectorSnapshotSize

type WatchPodsResponsePathSelectorSnapshotSize struct{}

func (WatchPodsResponsePathSelectorSnapshotSize) FieldPath

func (WatchPodsResponsePathSelectorSnapshotSize) WithArrayOfValues

func (WatchPodsResponsePathSelectorSnapshotSize) WithValue

type WatchPodsResponse_FieldMask

type WatchPodsResponse_FieldMask struct {
	Paths []WatchPodsResponse_FieldPath
}

func FullWatchPodsResponse_FieldMask

func FullWatchPodsResponse_FieldMask() *WatchPodsResponse_FieldMask

func (*WatchPodsResponse_FieldMask) AppendPath

func (fieldMask *WatchPodsResponse_FieldMask) AppendPath(path WatchPodsResponse_FieldPath)

func (*WatchPodsResponse_FieldMask) AppendRawPath

func (fieldMask *WatchPodsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchPodsResponse_FieldMask) DecodeFirestore

func (fieldMask *WatchPodsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchPodsResponse_FieldMask) EncodeFirestore

func (fieldMask *WatchPodsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchPodsResponse_FieldMask) FilterInputFields

func (fieldMask *WatchPodsResponse_FieldMask) FilterInputFields() *WatchPodsResponse_FieldMask

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPodsResponse_FieldMask) FromProtoFieldMask

func (fieldMask *WatchPodsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchPodsResponse_FieldMask) GetPaths

func (*WatchPodsResponse_FieldMask) GetRawPaths

func (fieldMask *WatchPodsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*WatchPodsResponse_FieldMask) IsFull

func (fieldMask *WatchPodsResponse_FieldMask) IsFull() bool

func (WatchPodsResponse_FieldMask) Marshal

func (fieldMask WatchPodsResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchPodsResponse_FieldMask) MarshalJSON

func (fieldMask WatchPodsResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchPodsResponse_FieldMask) PathsCount

func (fieldMask *WatchPodsResponse_FieldMask) PathsCount() int

func (*WatchPodsResponse_FieldMask) Project

func (*WatchPodsResponse_FieldMask) ProjectRaw

func (*WatchPodsResponse_FieldMask) ProtoMessage

func (fieldMask *WatchPodsResponse_FieldMask) ProtoMessage()

func (*WatchPodsResponse_FieldMask) ProtoReflect

func (fieldMask *WatchPodsResponse_FieldMask) ProtoReflect() preflect.Message

func (*WatchPodsResponse_FieldMask) Reset

func (fieldMask *WatchPodsResponse_FieldMask) Reset()

func (*WatchPodsResponse_FieldMask) Set

func (fieldMask *WatchPodsResponse_FieldMask) Set(target, source *WatchPodsResponse)

func (*WatchPodsResponse_FieldMask) SetFromCliFlag

func (fieldMask *WatchPodsResponse_FieldMask) SetFromCliFlag(raw string) error

func (*WatchPodsResponse_FieldMask) SetRaw

func (fieldMask *WatchPodsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*WatchPodsResponse_FieldMask) Size

func (fieldMask *WatchPodsResponse_FieldMask) Size() int

func (*WatchPodsResponse_FieldMask) String

func (fieldMask *WatchPodsResponse_FieldMask) String() string

func (*WatchPodsResponse_FieldMask) Subtract

func (*WatchPodsResponse_FieldMask) SubtractRaw

func (*WatchPodsResponse_FieldMask) ToProtoFieldMask

func (fieldMask *WatchPodsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchPodsResponse_FieldMask) Unmarshal

func (fieldMask *WatchPodsResponse_FieldMask) Unmarshal(data []byte) error

func (*WatchPodsResponse_FieldMask) UnmarshalJSON

func (fieldMask *WatchPodsResponse_FieldMask) UnmarshalJSON(data []byte) error

type WatchPodsResponse_FieldPath

type WatchPodsResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() WatchPodsResponse_FieldPathSelector
	Get(source *WatchPodsResponse) []interface{}
	GetSingle(source *WatchPodsResponse) (interface{}, bool)
	ClearValue(item *WatchPodsResponse)

	// Those methods build corresponding WatchPodsResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) WatchPodsResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) WatchPodsResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) WatchPodsResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseWatchPodsResponse_FieldPath

func MustParseWatchPodsResponse_FieldPath(rawField string) WatchPodsResponse_FieldPath

func ParseWatchPodsResponse_FieldPath

func ParseWatchPodsResponse_FieldPath(rawField string) (WatchPodsResponse_FieldPath, error)

type WatchPodsResponse_FieldPathArrayItemValue

type WatchPodsResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	WatchPodsResponse_FieldPath
	ContainsValue(*WatchPodsResponse) bool
}

WatchPodsResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for WatchPodsResponse according to their type Present only for array (repeated) types.

func MustParseWatchPodsResponse_FieldPathArrayItemValue

func MustParseWatchPodsResponse_FieldPathArrayItemValue(pathStr, valueStr string) WatchPodsResponse_FieldPathArrayItemValue

func ParseWatchPodsResponse_FieldPathArrayItemValue

func ParseWatchPodsResponse_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPodsResponse_FieldPathArrayItemValue, error)

ParseWatchPodsResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type WatchPodsResponse_FieldPathArrayOfValues

type WatchPodsResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	WatchPodsResponse_FieldPath
}

WatchPodsResponse_FieldPathArrayOfValues allows storing slice of values for WatchPodsResponse fields according to their type

func MustParseWatchPodsResponse_FieldPathArrayOfValues

func MustParseWatchPodsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPodsResponse_FieldPathArrayOfValues

func ParseWatchPodsResponse_FieldPathArrayOfValues

func ParseWatchPodsResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPodsResponse_FieldPathArrayOfValues, error)

type WatchPodsResponse_FieldPathSelector

type WatchPodsResponse_FieldPathSelector int32
const (
	WatchPodsResponse_FieldPathSelectorPodChanges      WatchPodsResponse_FieldPathSelector = 0
	WatchPodsResponse_FieldPathSelectorIsCurrent       WatchPodsResponse_FieldPathSelector = 1
	WatchPodsResponse_FieldPathSelectorPageTokenChange WatchPodsResponse_FieldPathSelector = 2
	WatchPodsResponse_FieldPathSelectorResumeToken     WatchPodsResponse_FieldPathSelector = 3
	WatchPodsResponse_FieldPathSelectorSnapshotSize    WatchPodsResponse_FieldPathSelector = 4
	WatchPodsResponse_FieldPathSelectorIsSoftReset     WatchPodsResponse_FieldPathSelector = 5
	WatchPodsResponse_FieldPathSelectorIsHardReset     WatchPodsResponse_FieldPathSelector = 6
)

func (WatchPodsResponse_FieldPathSelector) String

type WatchPodsResponse_FieldPathValue

type WatchPodsResponse_FieldPathValue interface {
	WatchPodsResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **WatchPodsResponse)
	CompareWith(*WatchPodsResponse) (cmp int, comparable bool)
}

WatchPodsResponse_FieldPathValue allows storing values for WatchPodsResponse fields according to their type

func MustParseWatchPodsResponse_FieldPathValue

func MustParseWatchPodsResponse_FieldPathValue(pathStr, valueStr string) WatchPodsResponse_FieldPathValue

func ParseWatchPodsResponse_FieldPathValue

func ParseWatchPodsResponse_FieldPathValue(pathStr, valueStr string) (WatchPodsResponse_FieldPathValue, error)

type WatchPodsResponse_FieldSubPath

type WatchPodsResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldSubPath) AsPageTokenChangeSubPath

func (*WatchPodsResponse_FieldSubPath) ClearValue

func (fps *WatchPodsResponse_FieldSubPath) ClearValue(item *WatchPodsResponse)

func (*WatchPodsResponse_FieldSubPath) ClearValueRaw

func (fps *WatchPodsResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*WatchPodsResponse_FieldSubPath) Get

func (fps *WatchPodsResponse_FieldSubPath) Get(source *WatchPodsResponse) (values []interface{})

Get returns all values pointed by selected field from source WatchPodsResponse

func (*WatchPodsResponse_FieldSubPath) GetDefault

func (fps *WatchPodsResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchPodsResponse_FieldSubPath) GetRaw

func (fps *WatchPodsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*WatchPodsResponse_FieldSubPath) GetSingle

func (fps *WatchPodsResponse_FieldSubPath) GetSingle(source *WatchPodsResponse) (interface{}, bool)

GetSingle returns value of selected field from source WatchPodsResponse

func (*WatchPodsResponse_FieldSubPath) GetSingleRaw

func (fps *WatchPodsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchPodsResponse_FieldSubPath) IsLeaf

func (fps *WatchPodsResponse_FieldSubPath) IsLeaf() bool

IsLeaf - whether field path is holds simple value

func (*WatchPodsResponse_FieldSubPath) JSONString

func (fps *WatchPodsResponse_FieldSubPath) JSONString() string

JSONString returns path representation is JSON convention

func (*WatchPodsResponse_FieldSubPath) Selector

func (*WatchPodsResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *WatchPodsResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchPodsResponse_FieldSubPath) String

func (fps *WatchPodsResponse_FieldSubPath) String() string

String returns path representation in proto convention

func (*WatchPodsResponse_FieldSubPath) WithIArrayItemValue

func (fps *WatchPodsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchPodsResponse_FieldPathArrayItemValue

func (*WatchPodsResponse_FieldSubPath) WithIArrayOfValues

func (fps *WatchPodsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchPodsResponse_FieldPathArrayOfValues

func (*WatchPodsResponse_FieldSubPath) WithIValue

func (fps *WatchPodsResponse_FieldSubPath) WithIValue(value interface{}) WatchPodsResponse_FieldPathValue

func (*WatchPodsResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *WatchPodsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchPodsResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *WatchPodsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchPodsResponse_FieldSubPath) WithRawIValue

func (fps *WatchPodsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchPodsResponse_FieldSubPathArrayItemValue

type WatchPodsResponse_FieldSubPathArrayItemValue struct {
	WatchPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue

func (*WatchPodsResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchPodsResponse'

func (*WatchPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *WatchPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type WatchPodsResponse_FieldSubPathArrayOfValues

type WatchPodsResponse_FieldSubPathArrayOfValues struct {
	WatchPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues

func (*WatchPodsResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *WatchPodsResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type WatchPodsResponse_FieldSubPathValue

type WatchPodsResponse_FieldSubPathValue struct {
	WatchPodsResponse_FieldPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldSubPathValue) AsPageTokenChangePathValue

func (*WatchPodsResponse_FieldSubPathValue) CompareWith

func (fpvs *WatchPodsResponse_FieldSubPathValue) CompareWith(source *WatchPodsResponse) (int, bool)

func (*WatchPodsResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *WatchPodsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchPodsResponse_FieldSubPathValue) GetRawValue

func (fpvs *WatchPodsResponse_FieldSubPathValue) GetRawValue() interface{}

func (*WatchPodsResponse_FieldSubPathValue) SetTo

func (*WatchPodsResponse_FieldSubPathValue) SetToRaw

func (fpvs *WatchPodsResponse_FieldSubPathValue) SetToRaw(target proto.Message)

type WatchPodsResponse_FieldTerminalPath

type WatchPodsResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldTerminalPath) ClearValue

func (*WatchPodsResponse_FieldTerminalPath) ClearValueRaw

func (fp *WatchPodsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)

func (*WatchPodsResponse_FieldTerminalPath) Get

func (fp *WatchPodsResponse_FieldTerminalPath) Get(source *WatchPodsResponse) (values []interface{})

Get returns all values pointed by specific field from source WatchPodsResponse

func (*WatchPodsResponse_FieldTerminalPath) GetDefault

func (fp *WatchPodsResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*WatchPodsResponse_FieldTerminalPath) GetRaw

func (fp *WatchPodsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*WatchPodsResponse_FieldTerminalPath) GetSingle

func (fp *WatchPodsResponse_FieldTerminalPath) GetSingle(source *WatchPodsResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source WatchPodsResponse

func (*WatchPodsResponse_FieldTerminalPath) GetSingleRaw

func (fp *WatchPodsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*WatchPodsResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*WatchPodsResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*WatchPodsResponse_FieldTerminalPath) Selector

func (*WatchPodsResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *WatchPodsResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*WatchPodsResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*WatchPodsResponse_FieldTerminalPath) WithIArrayItemValue

func (fp *WatchPodsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodsResponse_FieldPathArrayItemValue

func (*WatchPodsResponse_FieldTerminalPath) WithIArrayOfValues

func (fp *WatchPodsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodsResponse_FieldPathArrayOfValues

func (*WatchPodsResponse_FieldTerminalPath) WithIValue

func (*WatchPodsResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *WatchPodsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*WatchPodsResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *WatchPodsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*WatchPodsResponse_FieldTerminalPath) WithRawIValue

func (fp *WatchPodsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type WatchPodsResponse_FieldTerminalPathArrayItemValue

type WatchPodsResponse_FieldTerminalPathArrayItemValue struct {
	WatchPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldTerminalPathArrayItemValue) AsPodChangesItemValue

func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) AsPodChangesItemValue() (*pod.PodChange, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'WatchPodsResponse'

func (*WatchPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object WatchPodsResponse as interface{}

func (*WatchPodsResponse_FieldTerminalPathArrayItemValue) GetSingle

func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodsResponse) (interface{}, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type WatchPodsResponse_FieldTerminalPathArrayOfValues

type WatchPodsResponse_FieldTerminalPathArrayOfValues struct {
	WatchPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchPodsResponse_PageTokenChange, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) AsPodChangesArrayOfValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsPodChangesArrayOfValues() ([][]*pod.PodChange, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)

func (*WatchPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type WatchPodsResponse_FieldTerminalPathValue

type WatchPodsResponse_FieldTerminalPathValue struct {
	WatchPodsResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_FieldTerminalPathValue) AsIsCurrentValue

func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)

func (*WatchPodsResponse_FieldTerminalPathValue) AsIsHardResetValue

func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)

func (*WatchPodsResponse_FieldTerminalPathValue) AsIsSoftResetValue

func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)

func (*WatchPodsResponse_FieldTerminalPathValue) AsPageTokenChangeValue

func (*WatchPodsResponse_FieldTerminalPathValue) AsPodChangesValue

func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsPodChangesValue() ([]*pod.PodChange, bool)

func (*WatchPodsResponse_FieldTerminalPathValue) AsResumeTokenValue

func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)

func (*WatchPodsResponse_FieldTerminalPathValue) AsSnapshotSizeValue

func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)

func (*WatchPodsResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'WatchPodsResponse_FieldTerminalPathValue' with the value under path in 'WatchPodsResponse'.

func (*WatchPodsResponse_FieldTerminalPathValue) CompareWithRaw

func (fpv *WatchPodsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*WatchPodsResponse_FieldTerminalPathValue) GetRawValue

func (fpv *WatchPodsResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'WatchPodsResponse' as interface{}

func (*WatchPodsResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object WatchPodsResponse

func (*WatchPodsResponse_FieldTerminalPathValue) SetToRaw

type WatchPodsResponse_PageTokenChange

type WatchPodsResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *pod.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *pod.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchPodsResponse_PageTokenChange) Clone

func (*WatchPodsResponse_PageTokenChange) CloneRaw

func (*WatchPodsResponse_PageTokenChange) Descriptor

func (*WatchPodsResponse_PageTokenChange) Descriptor() ([]byte, []int)

Deprecated, Use WatchPodsResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchPodsResponse_PageTokenChange) GetNextPageToken

func (m *WatchPodsResponse_PageTokenChange) GetNextPageToken() *pod.PagerCursor

func (*WatchPodsResponse_PageTokenChange) GetPrevPageToken

func (m *WatchPodsResponse_PageTokenChange) GetPrevPageToken() *pod.PagerCursor

func (*WatchPodsResponse_PageTokenChange) GotenMessage

func (*WatchPodsResponse_PageTokenChange) GotenMessage()

func (*WatchPodsResponse_PageTokenChange) GotenObjectExt

func (o *WatchPodsResponse_PageTokenChange) GotenObjectExt()

func (*WatchPodsResponse_PageTokenChange) GotenValidate

func (obj *WatchPodsResponse_PageTokenChange) GotenValidate() error

func (*WatchPodsResponse_PageTokenChange) MakeFullFieldMask

func (*WatchPodsResponse_PageTokenChange) MakeRawDiffFieldMask

func (*WatchPodsResponse_PageTokenChange) MakeRawFullFieldMask

func (o *WatchPodsResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask

func (*WatchPodsResponse_PageTokenChange) Marshal

func (m *WatchPodsResponse_PageTokenChange) Marshal() ([]byte, error)

func (*WatchPodsResponse_PageTokenChange) MarshalJSON

func (m *WatchPodsResponse_PageTokenChange) MarshalJSON() ([]byte, error)

func (*WatchPodsResponse_PageTokenChange) Merge

func (*WatchPodsResponse_PageTokenChange) MergeRaw

func (*WatchPodsResponse_PageTokenChange) ProtoMessage

func (*WatchPodsResponse_PageTokenChange) ProtoMessage()

func (*WatchPodsResponse_PageTokenChange) ProtoReflect

func (*WatchPodsResponse_PageTokenChange) Reset

func (*WatchPodsResponse_PageTokenChange) SetNextPageToken

func (m *WatchPodsResponse_PageTokenChange) SetNextPageToken(fv *pod.PagerCursor)

func (*WatchPodsResponse_PageTokenChange) SetPrevPageToken

func (m *WatchPodsResponse_PageTokenChange) SetPrevPageToken(fv *pod.PagerCursor)

func (*WatchPodsResponse_PageTokenChange) String

func (*WatchPodsResponse_PageTokenChange) Unmarshal

func (m *WatchPodsResponse_PageTokenChange) Unmarshal(b []byte) error

func (*WatchPodsResponse_PageTokenChange) UnmarshalJSON

func (m *WatchPodsResponse_PageTokenChange) UnmarshalJSON(data []byte) error

type WatchPodsResponse_PageTokenChangePathSelectorNextPageToken

type WatchPodsResponse_PageTokenChangePathSelectorNextPageToken struct{}

func (WatchPodsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath

func (WatchPodsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues

func (WatchPodsResponse_PageTokenChangePathSelectorNextPageToken) WithValue

type WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken

type WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken struct{}

func (WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath

func (WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues

func (WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue

type WatchPodsResponse_PageTokenChange_FieldMask

type WatchPodsResponse_PageTokenChange_FieldMask struct {
	Paths []WatchPodsResponsePageTokenChange_FieldPath
}

func FullWatchPodsResponse_PageTokenChange_FieldMask

func FullWatchPodsResponse_PageTokenChange_FieldMask() *WatchPodsResponse_PageTokenChange_FieldMask

func (*WatchPodsResponse_PageTokenChange_FieldMask) AppendPath

func (*WatchPodsResponse_PageTokenChange_FieldMask) AppendRawPath

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*WatchPodsResponse_PageTokenChange_FieldMask) DecodeFirestore

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*WatchPodsResponse_PageTokenChange_FieldMask) EncodeFirestore

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*WatchPodsResponse_PageTokenChange_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*WatchPodsResponse_PageTokenChange_FieldMask) FromProtoFieldMask

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*WatchPodsResponse_PageTokenChange_FieldMask) GetPaths

func (*WatchPodsResponse_PageTokenChange_FieldMask) GetRawPaths

func (*WatchPodsResponse_PageTokenChange_FieldMask) IsFull

func (WatchPodsResponse_PageTokenChange_FieldMask) Marshal

func (fieldMask WatchPodsResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (WatchPodsResponse_PageTokenChange_FieldMask) MarshalJSON

func (fieldMask WatchPodsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)

func (*WatchPodsResponse_PageTokenChange_FieldMask) PathsCount

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) PathsCount() int

func (*WatchPodsResponse_PageTokenChange_FieldMask) Project

func (*WatchPodsResponse_PageTokenChange_FieldMask) ProjectRaw

func (*WatchPodsResponse_PageTokenChange_FieldMask) ProtoMessage

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ProtoMessage()

func (*WatchPodsResponse_PageTokenChange_FieldMask) ProtoReflect

func (*WatchPodsResponse_PageTokenChange_FieldMask) Reset

func (*WatchPodsResponse_PageTokenChange_FieldMask) Set

func (*WatchPodsResponse_PageTokenChange_FieldMask) SetFromCliFlag

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error

func (*WatchPodsResponse_PageTokenChange_FieldMask) SetRaw

func (*WatchPodsResponse_PageTokenChange_FieldMask) Size

func (*WatchPodsResponse_PageTokenChange_FieldMask) String

func (*WatchPodsResponse_PageTokenChange_FieldMask) Subtract

func (*WatchPodsResponse_PageTokenChange_FieldMask) SubtractRaw

func (*WatchPodsResponse_PageTokenChange_FieldMask) ToProtoFieldMask

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*WatchPodsResponse_PageTokenChange_FieldMask) Unmarshal

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error

func (*WatchPodsResponse_PageTokenChange_FieldMask) UnmarshalJSON

func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL