Documentation ¶
Index ¶
- type BatchGetPodsDescriptor
- func (d *BatchGetPodsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetPodsDescriptor) GetApiName() string
- func (d *BatchGetPodsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetPodsDescriptor) GetFullMethodName() string
- func (d *BatchGetPodsDescriptor) GetMethodName() string
- func (d *BatchGetPodsDescriptor) GetProtoPkgName() string
- func (d *BatchGetPodsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetPodsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetPodsDescriptor) GetServiceDomain() string
- func (d *BatchGetPodsDescriptor) GetServiceVersion() string
- func (d *BatchGetPodsDescriptor) GetVerb() string
- func (d *BatchGetPodsDescriptor) HasResource() bool
- func (d *BatchGetPodsDescriptor) IsClientStream() bool
- func (d *BatchGetPodsDescriptor) IsCollection() bool
- func (d *BatchGetPodsDescriptor) IsPlural() bool
- func (d *BatchGetPodsDescriptor) IsServerStream() bool
- func (d *BatchGetPodsDescriptor) IsUnary() bool
- func (d *BatchGetPodsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetPodsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetPodsDescriptor) RequestHasResourceBody() bool
- type BatchGetPodsDescriptorClientMsgHandle
- func (h *BatchGetPodsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetPodsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetPodsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetPodsDescriptorServerMsgHandle
- func (h *BatchGetPodsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetPodsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetPodsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetPodsRequest
- func (o *BatchGetPodsRequest) Clone() *BatchGetPodsRequest
- func (o *BatchGetPodsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetPodsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetPodsRequest) GetFieldMask() *pod.Pod_FieldMask
- func (m *BatchGetPodsRequest) GetNames() []*pod.Reference
- func (m *BatchGetPodsRequest) GetView() view.View
- func (*BatchGetPodsRequest) GotenMessage()
- func (o *BatchGetPodsRequest) GotenObjectExt()
- func (obj *BatchGetPodsRequest) GotenValidate() error
- func (o *BatchGetPodsRequest) MakeDiffFieldMask(other *BatchGetPodsRequest) *BatchGetPodsRequest_FieldMask
- func (o *BatchGetPodsRequest) MakeFullFieldMask() *BatchGetPodsRequest_FieldMask
- func (o *BatchGetPodsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetPodsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetPodsRequest) Marshal() ([]byte, error)
- func (m *BatchGetPodsRequest) MarshalJSON() ([]byte, error)
- func (o *BatchGetPodsRequest) Merge(source *BatchGetPodsRequest)
- func (o *BatchGetPodsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetPodsRequest) ProtoMessage()
- func (m *BatchGetPodsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetPodsRequest) Reset()
- func (m *BatchGetPodsRequest) SetFieldMask(fv *pod.Pod_FieldMask)
- func (m *BatchGetPodsRequest) SetNames(fv []*pod.Reference)
- func (m *BatchGetPodsRequest) SetView(fv view.View)
- func (m *BatchGetPodsRequest) String() string
- func (m *BatchGetPodsRequest) Unmarshal(b []byte) error
- func (m *BatchGetPodsRequest) UnmarshalJSON(data []byte) error
- type BatchGetPodsRequestFieldPathBuilder
- type BatchGetPodsRequestPathSelectorFieldMask
- func (BatchGetPodsRequestPathSelectorFieldMask) FieldPath() *BatchGetPodsRequest_FieldTerminalPath
- func (s BatchGetPodsRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *BatchGetPodsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetPodsRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *BatchGetPodsRequest_FieldTerminalPathValue
- type BatchGetPodsRequestPathSelectorNames
- func (BatchGetPodsRequestPathSelectorNames) FieldPath() *BatchGetPodsRequest_FieldTerminalPath
- func (s BatchGetPodsRequestPathSelectorNames) WithArrayOfValues(values [][]*pod.Reference) *BatchGetPodsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetPodsRequestPathSelectorNames) WithItemValue(value *pod.Reference) *BatchGetPodsRequest_FieldTerminalPathArrayItemValue
- func (s BatchGetPodsRequestPathSelectorNames) WithValue(value []*pod.Reference) *BatchGetPodsRequest_FieldTerminalPathValue
- type BatchGetPodsRequestPathSelectorView
- func (BatchGetPodsRequestPathSelectorView) FieldPath() *BatchGetPodsRequest_FieldTerminalPath
- func (s BatchGetPodsRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetPodsRequest_FieldTerminalPathArrayOfValues
- func (s BatchGetPodsRequestPathSelectorView) WithValue(value view.View) *BatchGetPodsRequest_FieldTerminalPathValue
- type BatchGetPodsRequest_FieldMask
- func (fieldMask *BatchGetPodsRequest_FieldMask) AppendPath(path BatchGetPodsRequest_FieldPath)
- func (fieldMask *BatchGetPodsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetPodsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetPodsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetPodsRequest_FieldMask) FilterInputFields() *BatchGetPodsRequest_FieldMask
- func (fieldMask *BatchGetPodsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetPodsRequest_FieldMask) GetPaths() []BatchGetPodsRequest_FieldPath
- func (fieldMask *BatchGetPodsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetPodsRequest_FieldMask) IsFull() bool
- func (fieldMask BatchGetPodsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetPodsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetPodsRequest_FieldMask) PathsCount() int
- func (fieldMask *BatchGetPodsRequest_FieldMask) Project(source *BatchGetPodsRequest) *BatchGetPodsRequest
- func (fieldMask *BatchGetPodsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetPodsRequest_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetPodsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetPodsRequest_FieldMask) Reset()
- func (fieldMask *BatchGetPodsRequest_FieldMask) Set(target, source *BatchGetPodsRequest)
- func (fieldMask *BatchGetPodsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetPodsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetPodsRequest_FieldMask) Size() int
- func (fieldMask *BatchGetPodsRequest_FieldMask) String() string
- func (fieldMask *BatchGetPodsRequest_FieldMask) Subtract(other *BatchGetPodsRequest_FieldMask) *BatchGetPodsRequest_FieldMask
- func (fieldMask *BatchGetPodsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetPodsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetPodsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetPodsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetPodsRequest_FieldPath
- type BatchGetPodsRequest_FieldPathArrayItemValue
- type BatchGetPodsRequest_FieldPathArrayOfValues
- type BatchGetPodsRequest_FieldPathSelector
- type BatchGetPodsRequest_FieldPathValue
- type BatchGetPodsRequest_FieldTerminalPath
- func (fp *BatchGetPodsRequest_FieldTerminalPath) ClearValue(item *BatchGetPodsRequest)
- func (fp *BatchGetPodsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetPodsRequest_FieldTerminalPath) Get(source *BatchGetPodsRequest) (values []interface{})
- func (fp *BatchGetPodsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetPodsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetPodsRequest_FieldTerminalPath) GetSingle(source *BatchGetPodsRequest) (interface{}, bool)
- func (fp *BatchGetPodsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetPodsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetPodsRequest_FieldTerminalPath) JSONString() string
- func (fp *BatchGetPodsRequest_FieldTerminalPath) Selector() BatchGetPodsRequest_FieldPathSelector
- func (fp *BatchGetPodsRequest_FieldTerminalPath) String() string
- func (fp *BatchGetPodsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetPodsRequest_FieldPathArrayItemValue
- func (fp *BatchGetPodsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetPodsRequest_FieldPathArrayOfValues
- func (fp *BatchGetPodsRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetPodsRequest_FieldPathValue
- func (fp *BatchGetPodsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetPodsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetPodsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetPodsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*pod.Reference, bool)
- func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetPodsRequest) bool
- func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetPodsRequest) (interface{}, bool)
- func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetPodsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)
- func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsNamesArrayOfValues() ([][]*pod.Reference, bool)
- func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *BatchGetPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetPodsRequest_FieldTerminalPathValue
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) AsNamesValue() ([]*pod.Reference, bool)
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) CompareWith(source *BatchGetPodsRequest) (int, bool)
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) SetTo(target **BatchGetPodsRequest)
- func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type BatchGetPodsResponse
- func (o *BatchGetPodsResponse) Clone() *BatchGetPodsResponse
- func (o *BatchGetPodsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*BatchGetPodsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetPodsResponse) GetMissing() []*pod.Reference
- func (m *BatchGetPodsResponse) GetPods() []*pod.Pod
- func (*BatchGetPodsResponse) GotenMessage()
- func (o *BatchGetPodsResponse) GotenObjectExt()
- func (obj *BatchGetPodsResponse) GotenValidate() error
- func (o *BatchGetPodsResponse) MakeDiffFieldMask(other *BatchGetPodsResponse) *BatchGetPodsResponse_FieldMask
- func (o *BatchGetPodsResponse) MakeFullFieldMask() *BatchGetPodsResponse_FieldMask
- func (o *BatchGetPodsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *BatchGetPodsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *BatchGetPodsResponse) Marshal() ([]byte, error)
- func (m *BatchGetPodsResponse) MarshalJSON() ([]byte, error)
- func (o *BatchGetPodsResponse) Merge(source *BatchGetPodsResponse)
- func (o *BatchGetPodsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*BatchGetPodsResponse) ProtoMessage()
- func (m *BatchGetPodsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetPodsResponse) Reset()
- func (m *BatchGetPodsResponse) SetMissing(fv []*pod.Reference)
- func (m *BatchGetPodsResponse) SetPods(fv []*pod.Pod)
- func (m *BatchGetPodsResponse) String() string
- func (m *BatchGetPodsResponse) Unmarshal(b []byte) error
- func (m *BatchGetPodsResponse) UnmarshalJSON(data []byte) error
- type BatchGetPodsResponseFieldPathBuilder
- type BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponseMapPathSelectorPodsMetadataLabels
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponseMapPathSelectorPodsMetadataShards
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataShards) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits
- func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests
- func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorMissing
- func (BatchGetPodsResponsePathSelectorMissing) FieldPath() *BatchGetPodsResponse_FieldTerminalPath
- func (s BatchGetPodsResponsePathSelectorMissing) WithArrayOfValues(values [][]*pod.Reference) *BatchGetPodsResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorMissing) WithItemValue(value *pod.Reference) *BatchGetPodsResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorMissing) WithValue(value []*pod.Reference) *BatchGetPodsResponse_FieldTerminalPathValue
- type BatchGetPodsResponsePathSelectorPods
- func (BatchGetPodsResponsePathSelectorPods) DisplayName() BatchGetPodsResponsePathSelectorPodsDisplayName
- func (BatchGetPodsResponsePathSelectorPods) FieldPath() *BatchGetPodsResponse_FieldTerminalPath
- func (BatchGetPodsResponsePathSelectorPods) Metadata() BatchGetPodsResponsePathSelectorPodsMetadata
- func (BatchGetPodsResponsePathSelectorPods) Name() BatchGetPodsResponsePathSelectorPodsName
- func (BatchGetPodsResponsePathSelectorPods) Spec() BatchGetPodsResponsePathSelectorPodsSpec
- func (BatchGetPodsResponsePathSelectorPods) Status() BatchGetPodsResponsePathSelectorPodsStatus
- func (s BatchGetPodsResponsePathSelectorPods) WithArrayOfValues(values [][]*pod.Pod) *BatchGetPodsResponse_FieldTerminalPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPods) WithItemValue(value *pod.Pod) *BatchGetPodsResponse_FieldTerminalPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPods) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPods) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (BatchGetPodsResponsePathSelectorPods) WithSubPath(subPath pod.Pod_FieldPath) *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPods) WithSubValue(subPathValue pod.Pod_FieldPathValue) *BatchGetPodsResponse_FieldSubPathValue
- func (s BatchGetPodsResponsePathSelectorPods) WithValue(value []*pod.Pod) *BatchGetPodsResponse_FieldTerminalPathValue
- type BatchGetPodsResponsePathSelectorPodsDisplayName
- func (BatchGetPodsResponsePathSelectorPodsDisplayName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsDisplayName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadata
- func (BatchGetPodsResponsePathSelectorPodsMetadata) Annotations() BatchGetPodsResponsePathSelectorPodsMetadataAnnotations
- func (BatchGetPodsResponsePathSelectorPodsMetadata) CreateTime() BatchGetPodsResponsePathSelectorPodsMetadataCreateTime
- func (BatchGetPodsResponsePathSelectorPodsMetadata) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsMetadata) Generation() BatchGetPodsResponsePathSelectorPodsMetadataGeneration
- func (BatchGetPodsResponsePathSelectorPodsMetadata) Labels() BatchGetPodsResponsePathSelectorPodsMetadataLabels
- func (BatchGetPodsResponsePathSelectorPodsMetadata) OwnerReferences() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences
- func (BatchGetPodsResponsePathSelectorPodsMetadata) ResourceVersion() BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion
- func (BatchGetPodsResponsePathSelectorPodsMetadata) Shards() BatchGetPodsResponsePathSelectorPodsMetadataShards
- func (BatchGetPodsResponsePathSelectorPodsMetadata) Syncing() BatchGetPodsResponsePathSelectorPodsMetadataSyncing
- func (BatchGetPodsResponsePathSelectorPodsMetadata) Tags() BatchGetPodsResponsePathSelectorPodsMetadataTags
- func (BatchGetPodsResponsePathSelectorPodsMetadata) UpdateTime() BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime
- func (BatchGetPodsResponsePathSelectorPodsMetadata) Uuid() BatchGetPodsResponsePathSelectorPodsMetadataUuid
- func (s BatchGetPodsResponsePathSelectorPodsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadata) WithValue(value *ntt_meta.Meta) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataAnnotations
- func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithKey(key string) BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations
- func (s BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithValue(value map[string]string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataCreateTime
- func (BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataGeneration
- func (BatchGetPodsResponsePathSelectorPodsMetadataGeneration) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataLabels
- func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithKey(key string) BatchGetPodsResponseMapPathSelectorPodsMetadataLabels
- func (s BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithValue(value map[string]string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) ApiVersion() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) BlockOwnerDeletion() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Controller() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Kind() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Name() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Uid() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid
- func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion
- func (BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataShards
- func (BatchGetPodsResponsePathSelectorPodsMetadataShards) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (BatchGetPodsResponsePathSelectorPodsMetadataShards) WithKey(key string) BatchGetPodsResponseMapPathSelectorPodsMetadataShards
- func (s BatchGetPodsResponsePathSelectorPodsMetadataShards) WithValue(value map[string]int64) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataSyncing
- func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) OwningRegion() BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion
- func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) Regions() BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions
- func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion
- func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions
- func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataTags
- func (BatchGetPodsResponsePathSelectorPodsMetadataTags) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataTags) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsMetadataTags) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime
- func (BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsMetadataUuid
- func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsName
- func (BatchGetPodsResponsePathSelectorPodsName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsName) WithArrayOfValues(values []*pod.Name) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsName) WithValue(value *pod.Name) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpec
- func (BatchGetPodsResponsePathSelectorPodsSpec) Compose() BatchGetPodsResponsePathSelectorPodsSpecCompose
- func (BatchGetPodsResponsePathSelectorPodsSpec) Containers() BatchGetPodsResponsePathSelectorPodsSpecContainers
- func (BatchGetPodsResponsePathSelectorPodsSpec) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpec) HostNetwork() BatchGetPodsResponsePathSelectorPodsSpecHostNetwork
- func (BatchGetPodsResponsePathSelectorPodsSpec) HostVolumeMounts() BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts
- func (BatchGetPodsResponsePathSelectorPodsSpec) ImagePullSecrets() BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets
- func (BatchGetPodsResponsePathSelectorPodsSpec) Node() BatchGetPodsResponsePathSelectorPodsSpecNode
- func (BatchGetPodsResponsePathSelectorPodsSpec) RestartPolicy() BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy
- func (BatchGetPodsResponsePathSelectorPodsSpec) Volumes() BatchGetPodsResponsePathSelectorPodsSpecVolumes
- func (s BatchGetPodsResponsePathSelectorPodsSpec) WithArrayOfValues(values []*pod.Pod_Spec) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpec) WithValue(value *pod.Pod_Spec) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecCompose
- func (BatchGetPodsResponsePathSelectorPodsSpecCompose) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecCompose) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainers
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Args() BatchGetPodsResponsePathSelectorPodsSpecContainersArgs
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Command() BatchGetPodsResponsePathSelectorPodsSpecContainersCommand
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Env() BatchGetPodsResponsePathSelectorPodsSpecContainersEnv
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) EnvFrom() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Image() BatchGetPodsResponsePathSelectorPodsSpecContainersImage
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) ImagePullPolicy() BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Name() BatchGetPodsResponsePathSelectorPodsSpecContainersName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) Resources() BatchGetPodsResponsePathSelectorPodsSpecContainersResources
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) SecurityContext() BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext
- func (BatchGetPodsResponsePathSelectorPodsSpecContainers) VolumeMounts() BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersArgs
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersCommand
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnv
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) Name() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) Value() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) ValueFrom() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue(value *pod.EnvVar) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithValue(value []*pod.EnvVar) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) ConfigMapRef() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) Prefix() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) SecretRef() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) Name() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) Optional() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) Name() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) Optional() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) ConfigMapKeyRef() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) SecretKeyRef() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) Key() ...
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) Name() ...
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *pod.ConfigMapKeySelector) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) Key() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) Name() BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) Optional() ...
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersImage
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersImage) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersResources
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) Limits() BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) Requests() BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResources) WithValue(value *pod.Pod_Spec_Container_ResourceRequirements) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithKey(key string) BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue(value map[string]int64) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithKey(key string) BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue(value map[string]int64) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) Privileged() BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) MountPath() BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) Name() BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) ReadOnly() BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) SubPath() BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecHostNetwork
- func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) MountPath() BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) Name() BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) ReadOnly() BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) SubPath() BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets
- func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) Name() BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName
- func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName
- func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecNode
- func (BatchGetPodsResponsePathSelectorPodsSpecNode) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues(values []*devices_device.Reference) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecNode) WithValue(value *devices_device.Reference) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy
- func (BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumes
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) ConfigMap() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) HostPath() BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) Name() BatchGetPodsResponsePathSelectorPodsSpecVolumesName
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) Secret() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithItemValue(value *pod.Volume) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithValue(value []*pod.Volume) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) DefaultMode() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) Items() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) Name() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) Optional() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Key() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Mode() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Path() BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) Path() BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) Type() BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesName
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) DefaultMode() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) Items() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) Optional() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) SecretName() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) Key() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) Mode() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) Path() BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName
- func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatus
- func (BatchGetPodsResponsePathSelectorPodsStatus) ContainerStatuses() BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses
- func (BatchGetPodsResponsePathSelectorPodsStatus) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsStatus) Phase() BatchGetPodsResponsePathSelectorPodsStatusPhase
- func (s BatchGetPodsResponsePathSelectorPodsStatus) WithArrayOfValues(values []*pod.Pod_Status) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatus) WithValue(value *pod.Pod_Status) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) Name() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) Running() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) State() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) Terminated() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) Waiting() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) StartedAt() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithValue(value *pod.Pod_Status_Container_StateRunning) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) WithValue(value pod.Pod_Status_Container_State) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) ContainerId() ...
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) ExitCode() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FinishedAt() ...
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) Message() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) Reason() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) Signal() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) StartedAt() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithValue(value *pod.Pod_Status_Container_StateTerminated) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) Message() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) Reason() BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithValue(value *pod.Pod_Status_Container_StateWaiting) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason
- func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponsePathSelectorPodsStatusPhase
- func (BatchGetPodsResponsePathSelectorPodsStatusPhase) FieldPath() *BatchGetPodsResponse_FieldSubPath
- func (s BatchGetPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *BatchGetPodsResponse_FieldSubPathArrayOfValues
- func (s BatchGetPodsResponsePathSelectorPodsStatusPhase) WithValue(value pod.Pod_Status_Phase) *BatchGetPodsResponse_FieldSubPathValue
- type BatchGetPodsResponse_FieldMask
- func (fieldMask *BatchGetPodsResponse_FieldMask) AppendPath(path BatchGetPodsResponse_FieldPath)
- func (fieldMask *BatchGetPodsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *BatchGetPodsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *BatchGetPodsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *BatchGetPodsResponse_FieldMask) FilterInputFields() *BatchGetPodsResponse_FieldMask
- func (fieldMask *BatchGetPodsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *BatchGetPodsResponse_FieldMask) GetPaths() []BatchGetPodsResponse_FieldPath
- func (fieldMask *BatchGetPodsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *BatchGetPodsResponse_FieldMask) IsFull() bool
- func (fieldMask BatchGetPodsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask BatchGetPodsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *BatchGetPodsResponse_FieldMask) PathsCount() int
- func (fieldMask *BatchGetPodsResponse_FieldMask) Project(source *BatchGetPodsResponse) *BatchGetPodsResponse
- func (fieldMask *BatchGetPodsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *BatchGetPodsResponse_FieldMask) ProtoMessage()
- func (fieldMask *BatchGetPodsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *BatchGetPodsResponse_FieldMask) Reset()
- func (fieldMask *BatchGetPodsResponse_FieldMask) Set(target, source *BatchGetPodsResponse)
- func (fieldMask *BatchGetPodsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *BatchGetPodsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *BatchGetPodsResponse_FieldMask) Size() int
- func (fieldMask *BatchGetPodsResponse_FieldMask) String() string
- func (fieldMask *BatchGetPodsResponse_FieldMask) Subtract(other *BatchGetPodsResponse_FieldMask) *BatchGetPodsResponse_FieldMask
- func (fieldMask *BatchGetPodsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *BatchGetPodsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *BatchGetPodsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *BatchGetPodsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type BatchGetPodsResponse_FieldPath
- func BuildBatchGetPodsResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetPodsResponse_FieldPath, error)
- func MustParseBatchGetPodsResponse_FieldPath(rawField string) BatchGetPodsResponse_FieldPath
- func ParseBatchGetPodsResponse_FieldPath(rawField string) (BatchGetPodsResponse_FieldPath, error)
- type BatchGetPodsResponse_FieldPathArrayItemValue
- type BatchGetPodsResponse_FieldPathArrayOfValues
- type BatchGetPodsResponse_FieldPathSelector
- type BatchGetPodsResponse_FieldPathValue
- type BatchGetPodsResponse_FieldSubPath
- func (fps *BatchGetPodsResponse_FieldSubPath) AsPodsSubPath() (pod.Pod_FieldPath, bool)
- func (fps *BatchGetPodsResponse_FieldSubPath) ClearValue(item *BatchGetPodsResponse)
- func (fps *BatchGetPodsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *BatchGetPodsResponse_FieldSubPath) Get(source *BatchGetPodsResponse) (values []interface{})
- func (fps *BatchGetPodsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *BatchGetPodsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *BatchGetPodsResponse_FieldSubPath) GetSingle(source *BatchGetPodsResponse) (interface{}, bool)
- func (fps *BatchGetPodsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *BatchGetPodsResponse_FieldSubPath) IsLeaf() bool
- func (fps *BatchGetPodsResponse_FieldSubPath) JSONString() string
- func (fps *BatchGetPodsResponse_FieldSubPath) Selector() BatchGetPodsResponse_FieldPathSelector
- func (fps *BatchGetPodsResponse_FieldSubPath) String() string
- func (fps *BatchGetPodsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) BatchGetPodsResponse_FieldPathArrayItemValue
- func (fps *BatchGetPodsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) BatchGetPodsResponse_FieldPathArrayOfValues
- func (fps *BatchGetPodsResponse_FieldSubPath) WithIValue(value interface{}) BatchGetPodsResponse_FieldPathValue
- func (fps *BatchGetPodsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *BatchGetPodsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *BatchGetPodsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetPodsResponse_FieldSubPathArrayItemValue
- func (fpaivs *BatchGetPodsResponse_FieldSubPathArrayItemValue) AsPodsPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
- func (fpaivs *BatchGetPodsResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetPodsResponse) bool
- func (fpaivs *BatchGetPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type BatchGetPodsResponse_FieldSubPathArrayOfValues
- type BatchGetPodsResponse_FieldSubPathValue
- func (fpvs *BatchGetPodsResponse_FieldSubPathValue) AsPodsPathValue() (pod.Pod_FieldPathValue, bool)
- func (fpvs *BatchGetPodsResponse_FieldSubPathValue) CompareWith(source *BatchGetPodsResponse) (int, bool)
- func (fpvs *BatchGetPodsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *BatchGetPodsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *BatchGetPodsResponse_FieldSubPathValue) SetTo(target **BatchGetPodsResponse)
- func (fpvs *BatchGetPodsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type BatchGetPodsResponse_FieldTerminalPath
- func (fp *BatchGetPodsResponse_FieldTerminalPath) ClearValue(item *BatchGetPodsResponse)
- func (fp *BatchGetPodsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *BatchGetPodsResponse_FieldTerminalPath) Get(source *BatchGetPodsResponse) (values []interface{})
- func (fp *BatchGetPodsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *BatchGetPodsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *BatchGetPodsResponse_FieldTerminalPath) GetSingle(source *BatchGetPodsResponse) (interface{}, bool)
- func (fp *BatchGetPodsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *BatchGetPodsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *BatchGetPodsResponse_FieldTerminalPath) JSONString() string
- func (fp *BatchGetPodsResponse_FieldTerminalPath) Selector() BatchGetPodsResponse_FieldPathSelector
- func (fp *BatchGetPodsResponse_FieldTerminalPath) String() string
- func (fp *BatchGetPodsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetPodsResponse_FieldPathArrayItemValue
- func (fp *BatchGetPodsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetPodsResponse_FieldPathArrayOfValues
- func (fp *BatchGetPodsResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetPodsResponse_FieldPathValue
- func (fp *BatchGetPodsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *BatchGetPodsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *BatchGetPodsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type BatchGetPodsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*pod.Reference, bool)
- func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) AsPodsItemValue() (*pod.Pod, bool)
- func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetPodsResponse) bool
- func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *BatchGetPodsResponse) (interface{}, bool)
- func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type BatchGetPodsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *BatchGetPodsResponse_FieldTerminalPathArrayOfValues) AsMissingArrayOfValues() ([][]*pod.Reference, bool)
- func (fpaov *BatchGetPodsResponse_FieldTerminalPathArrayOfValues) AsPodsArrayOfValues() ([][]*pod.Pod, bool)
- func (fpaov *BatchGetPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type BatchGetPodsResponse_FieldTerminalPathValue
- func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) AsMissingValue() ([]*pod.Reference, bool)
- func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) AsPodsValue() ([]*pod.Pod, bool)
- func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) CompareWith(source *BatchGetPodsResponse) (int, bool)
- func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) SetTo(target **BatchGetPodsResponse)
- func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type CreatePodDescriptor
- func (d *CreatePodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreatePodDescriptor) GetApiName() string
- func (d *CreatePodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreatePodDescriptor) GetFullMethodName() string
- func (d *CreatePodDescriptor) GetMethodName() string
- func (d *CreatePodDescriptor) GetProtoPkgName() string
- func (d *CreatePodDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreatePodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreatePodDescriptor) GetServiceDomain() string
- func (d *CreatePodDescriptor) GetServiceVersion() string
- func (d *CreatePodDescriptor) GetVerb() string
- func (d *CreatePodDescriptor) HasResource() bool
- func (d *CreatePodDescriptor) IsClientStream() bool
- func (d *CreatePodDescriptor) IsCollection() bool
- func (d *CreatePodDescriptor) IsPlural() bool
- func (d *CreatePodDescriptor) IsServerStream() bool
- func (d *CreatePodDescriptor) IsUnary() bool
- func (d *CreatePodDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreatePodDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreatePodDescriptor) RequestHasResourceBody() bool
- type CreatePodDescriptorClientMsgHandle
- func (h *CreatePodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreatePodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreatePodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreatePodDescriptorServerMsgHandle
- func (h *CreatePodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreatePodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreatePodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreatePodRequest
- func (o *CreatePodRequest) Clone() *CreatePodRequest
- func (o *CreatePodRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*CreatePodRequest) Descriptor() ([]byte, []int)
- func (m *CreatePodRequest) GetParent() *pod.ParentReference
- func (m *CreatePodRequest) GetPod() *pod.Pod
- func (*CreatePodRequest) GotenMessage()
- func (o *CreatePodRequest) GotenObjectExt()
- func (obj *CreatePodRequest) GotenValidate() error
- func (o *CreatePodRequest) MakeDiffFieldMask(other *CreatePodRequest) *CreatePodRequest_FieldMask
- func (o *CreatePodRequest) MakeFullFieldMask() *CreatePodRequest_FieldMask
- func (o *CreatePodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *CreatePodRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *CreatePodRequest) Marshal() ([]byte, error)
- func (m *CreatePodRequest) MarshalJSON() ([]byte, error)
- func (o *CreatePodRequest) Merge(source *CreatePodRequest)
- func (o *CreatePodRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*CreatePodRequest) ProtoMessage()
- func (m *CreatePodRequest) ProtoReflect() preflect.Message
- func (m *CreatePodRequest) Reset()
- func (m *CreatePodRequest) SetParent(fv *pod.ParentReference)
- func (m *CreatePodRequest) SetPod(fv *pod.Pod)
- func (m *CreatePodRequest) String() string
- func (m *CreatePodRequest) Unmarshal(b []byte) error
- func (m *CreatePodRequest) UnmarshalJSON(data []byte) error
- type CreatePodRequestFieldPathBuilder
- type CreatePodRequestMapPathSelectorPodMetadataAnnotations
- func (s CreatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestMapPathSelectorPodMetadataLabels
- func (s CreatePodRequestMapPathSelectorPodMetadataLabels) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestMapPathSelectorPodMetadataLabels) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestMapPathSelectorPodMetadataShards
- func (s CreatePodRequestMapPathSelectorPodMetadataShards) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestMapPathSelectorPodMetadataShards) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits
- func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests
- func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorParent
- func (CreatePodRequestPathSelectorParent) FieldPath() *CreatePodRequest_FieldTerminalPath
- func (s CreatePodRequestPathSelectorParent) WithArrayOfValues(values []*pod.ParentReference) *CreatePodRequest_FieldTerminalPathArrayOfValues
- func (s CreatePodRequestPathSelectorParent) WithValue(value *pod.ParentReference) *CreatePodRequest_FieldTerminalPathValue
- type CreatePodRequestPathSelectorPod
- func (CreatePodRequestPathSelectorPod) DisplayName() CreatePodRequestPathSelectorPodDisplayName
- func (CreatePodRequestPathSelectorPod) FieldPath() *CreatePodRequest_FieldTerminalPath
- func (CreatePodRequestPathSelectorPod) Metadata() CreatePodRequestPathSelectorPodMetadata
- func (CreatePodRequestPathSelectorPod) Name() CreatePodRequestPathSelectorPodName
- func (CreatePodRequestPathSelectorPod) Spec() CreatePodRequestPathSelectorPodSpec
- func (CreatePodRequestPathSelectorPod) Status() CreatePodRequestPathSelectorPodStatus
- func (s CreatePodRequestPathSelectorPod) WithArrayOfValues(values []*pod.Pod) *CreatePodRequest_FieldTerminalPathArrayOfValues
- func (s CreatePodRequestPathSelectorPod) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPod) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *CreatePodRequest_FieldSubPathArrayOfValues
- func (CreatePodRequestPathSelectorPod) WithSubPath(subPath pod.Pod_FieldPath) *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPod) WithSubValue(subPathValue pod.Pod_FieldPathValue) *CreatePodRequest_FieldSubPathValue
- func (s CreatePodRequestPathSelectorPod) WithValue(value *pod.Pod) *CreatePodRequest_FieldTerminalPathValue
- type CreatePodRequestPathSelectorPodDisplayName
- func (CreatePodRequestPathSelectorPodDisplayName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodDisplayName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodDisplayName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadata
- func (CreatePodRequestPathSelectorPodMetadata) Annotations() CreatePodRequestPathSelectorPodMetadataAnnotations
- func (CreatePodRequestPathSelectorPodMetadata) CreateTime() CreatePodRequestPathSelectorPodMetadataCreateTime
- func (CreatePodRequestPathSelectorPodMetadata) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodMetadata) Generation() CreatePodRequestPathSelectorPodMetadataGeneration
- func (CreatePodRequestPathSelectorPodMetadata) Labels() CreatePodRequestPathSelectorPodMetadataLabels
- func (CreatePodRequestPathSelectorPodMetadata) OwnerReferences() CreatePodRequestPathSelectorPodMetadataOwnerReferences
- func (CreatePodRequestPathSelectorPodMetadata) ResourceVersion() CreatePodRequestPathSelectorPodMetadataResourceVersion
- func (CreatePodRequestPathSelectorPodMetadata) Shards() CreatePodRequestPathSelectorPodMetadataShards
- func (CreatePodRequestPathSelectorPodMetadata) Syncing() CreatePodRequestPathSelectorPodMetadataSyncing
- func (CreatePodRequestPathSelectorPodMetadata) Tags() CreatePodRequestPathSelectorPodMetadataTags
- func (CreatePodRequestPathSelectorPodMetadata) UpdateTime() CreatePodRequestPathSelectorPodMetadataUpdateTime
- func (CreatePodRequestPathSelectorPodMetadata) Uuid() CreatePodRequestPathSelectorPodMetadataUuid
- func (s CreatePodRequestPathSelectorPodMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadata) WithValue(value *ntt_meta.Meta) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataAnnotations
- func (CreatePodRequestPathSelectorPodMetadataAnnotations) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (CreatePodRequestPathSelectorPodMetadataAnnotations) WithKey(key string) CreatePodRequestMapPathSelectorPodMetadataAnnotations
- func (s CreatePodRequestPathSelectorPodMetadataAnnotations) WithValue(value map[string]string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataCreateTime
- func (CreatePodRequestPathSelectorPodMetadataCreateTime) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataGeneration
- func (CreatePodRequestPathSelectorPodMetadataGeneration) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataGeneration) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataLabels
- func (CreatePodRequestPathSelectorPodMetadataLabels) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues(values []map[string]string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (CreatePodRequestPathSelectorPodMetadataLabels) WithKey(key string) CreatePodRequestMapPathSelectorPodMetadataLabels
- func (s CreatePodRequestPathSelectorPodMetadataLabels) WithValue(value map[string]string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataOwnerReferences
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) ApiVersion() CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) BlockOwnerDeletion() CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Controller() CreatePodRequestPathSelectorPodMetadataOwnerReferencesController
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Kind() CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Name() CreatePodRequestPathSelectorPodMetadataOwnerReferencesName
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Uid() CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataOwnerReferencesController
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataOwnerReferencesName
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid
- func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataResourceVersion
- func (CreatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataResourceVersion) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataShards
- func (CreatePodRequestPathSelectorPodMetadataShards) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues(values []map[string]int64) *CreatePodRequest_FieldSubPathArrayOfValues
- func (CreatePodRequestPathSelectorPodMetadataShards) WithKey(key string) CreatePodRequestMapPathSelectorPodMetadataShards
- func (s CreatePodRequestPathSelectorPodMetadataShards) WithValue(value map[string]int64) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataSyncing
- func (CreatePodRequestPathSelectorPodMetadataSyncing) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodMetadataSyncing) OwningRegion() CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion
- func (CreatePodRequestPathSelectorPodMetadataSyncing) Regions() CreatePodRequestPathSelectorPodMetadataSyncingRegions
- func (s CreatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion
- func (CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataSyncingRegions
- func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataTags
- func (CreatePodRequestPathSelectorPodMetadataTags) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataTags) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodMetadataTags) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataUpdateTime
- func (CreatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodMetadataUuid
- func (CreatePodRequestPathSelectorPodMetadataUuid) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodMetadataUuid) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodName
- func (CreatePodRequestPathSelectorPodName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodName) WithArrayOfValues(values []*pod.Name) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodName) WithValue(value *pod.Name) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpec
- func (CreatePodRequestPathSelectorPodSpec) Compose() CreatePodRequestPathSelectorPodSpecCompose
- func (CreatePodRequestPathSelectorPodSpec) Containers() CreatePodRequestPathSelectorPodSpecContainers
- func (CreatePodRequestPathSelectorPodSpec) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpec) HostNetwork() CreatePodRequestPathSelectorPodSpecHostNetwork
- func (CreatePodRequestPathSelectorPodSpec) HostVolumeMounts() CreatePodRequestPathSelectorPodSpecHostVolumeMounts
- func (CreatePodRequestPathSelectorPodSpec) ImagePullSecrets() CreatePodRequestPathSelectorPodSpecImagePullSecrets
- func (CreatePodRequestPathSelectorPodSpec) Node() CreatePodRequestPathSelectorPodSpecNode
- func (CreatePodRequestPathSelectorPodSpec) RestartPolicy() CreatePodRequestPathSelectorPodSpecRestartPolicy
- func (CreatePodRequestPathSelectorPodSpec) Volumes() CreatePodRequestPathSelectorPodSpecVolumes
- func (s CreatePodRequestPathSelectorPodSpec) WithArrayOfValues(values []*pod.Pod_Spec) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpec) WithValue(value *pod.Pod_Spec) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecCompose
- func (CreatePodRequestPathSelectorPodSpecCompose) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecCompose) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainers
- func (CreatePodRequestPathSelectorPodSpecContainers) Args() CreatePodRequestPathSelectorPodSpecContainersArgs
- func (CreatePodRequestPathSelectorPodSpecContainers) Command() CreatePodRequestPathSelectorPodSpecContainersCommand
- func (CreatePodRequestPathSelectorPodSpecContainers) Env() CreatePodRequestPathSelectorPodSpecContainersEnv
- func (CreatePodRequestPathSelectorPodSpecContainers) EnvFrom() CreatePodRequestPathSelectorPodSpecContainersEnvFrom
- func (CreatePodRequestPathSelectorPodSpecContainers) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainers) Image() CreatePodRequestPathSelectorPodSpecContainersImage
- func (CreatePodRequestPathSelectorPodSpecContainers) ImagePullPolicy() CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy
- func (CreatePodRequestPathSelectorPodSpecContainers) Name() CreatePodRequestPathSelectorPodSpecContainersName
- func (CreatePodRequestPathSelectorPodSpecContainers) Resources() CreatePodRequestPathSelectorPodSpecContainersResources
- func (CreatePodRequestPathSelectorPodSpecContainers) SecurityContext() CreatePodRequestPathSelectorPodSpecContainersSecurityContext
- func (CreatePodRequestPathSelectorPodSpecContainers) VolumeMounts() CreatePodRequestPathSelectorPodSpecContainersVolumeMounts
- func (s CreatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersArgs
- func (CreatePodRequestPathSelectorPodSpecContainersArgs) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecContainersArgs) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersCommand
- func (CreatePodRequestPathSelectorPodSpecContainersCommand) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecContainersCommand) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnv
- func (CreatePodRequestPathSelectorPodSpecContainersEnv) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersEnv) Name() CreatePodRequestPathSelectorPodSpecContainersEnvName
- func (CreatePodRequestPathSelectorPodSpecContainersEnv) Value() CreatePodRequestPathSelectorPodSpecContainersEnvValue
- func (CreatePodRequestPathSelectorPodSpecContainersEnv) ValueFrom() CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom
- func (s CreatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue(value *pod.EnvVar) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecContainersEnv) WithValue(value []*pod.EnvVar) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFrom
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) ConfigMapRef() CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) Prefix() CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) SecretRef() CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) Name() CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) Optional() CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) Name() CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) Optional() CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional
- func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValue
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) ConfigMapKeyRef() CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) SecretKeyRef() CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) Key() CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) Name() CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *pod.ConfigMapKeySelector) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) Key() CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) Name() CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) Optional() CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional
- func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersImage
- func (CreatePodRequestPathSelectorPodSpecContainersImage) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersImage) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy
- func (CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersName
- func (CreatePodRequestPathSelectorPodSpecContainersName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersResources
- func (CreatePodRequestPathSelectorPodSpecContainersResources) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersResources) Limits() CreatePodRequestPathSelectorPodSpecContainersResourcesLimits
- func (CreatePodRequestPathSelectorPodSpecContainersResources) Requests() CreatePodRequestPathSelectorPodSpecContainersResourcesRequests
- func (s CreatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersResources) WithValue(value *pod.Pod_Spec_Container_ResourceRequirements) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersResourcesLimits
- func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *CreatePodRequest_FieldSubPathArrayOfValues
- func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithKey(key string) CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits
- func (s CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue(value map[string]int64) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersResourcesRequests
- func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *CreatePodRequest_FieldSubPathArrayOfValues
- func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithKey(key string) CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests
- func (s CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue(value map[string]int64) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersSecurityContext
- func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) Privileged() CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged
- func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged
- func (CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersVolumeMounts
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) MountPath() CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) Name() CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) ReadOnly() CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) SubPath() CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath
- func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecHostNetwork
- func (CreatePodRequestPathSelectorPodSpecHostNetwork) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecHostNetwork) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecHostVolumeMounts
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) MountPath() CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) Name() CreatePodRequestPathSelectorPodSpecHostVolumeMountsName
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) ReadOnly() CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) SubPath() CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecHostVolumeMountsName
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath
- func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecImagePullSecrets
- func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) Name() CreatePodRequestPathSelectorPodSpecImagePullSecretsName
- func (s CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecImagePullSecretsName
- func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecNode
- func (CreatePodRequestPathSelectorPodSpecNode) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecNode) WithArrayOfValues(values []*devices_device.Reference) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecNode) WithValue(value *devices_device.Reference) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecRestartPolicy
- func (CreatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumes
- func (CreatePodRequestPathSelectorPodSpecVolumes) ConfigMap() CreatePodRequestPathSelectorPodSpecVolumesConfigMap
- func (CreatePodRequestPathSelectorPodSpecVolumes) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecVolumes) HostPath() CreatePodRequestPathSelectorPodSpecVolumesHostPath
- func (CreatePodRequestPathSelectorPodSpecVolumes) Name() CreatePodRequestPathSelectorPodSpecVolumesName
- func (CreatePodRequestPathSelectorPodSpecVolumes) Secret() CreatePodRequestPathSelectorPodSpecVolumesSecret
- func (s CreatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumes) WithItemValue(value *pod.Volume) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecVolumes) WithValue(value []*pod.Volume) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMap
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) DefaultMode() CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) Items() CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) Name() CreatePodRequestPathSelectorPodSpecVolumesConfigMapName
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) Optional() CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Key() CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Mode() CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Path() CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMapName
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional
- func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesHostPath
- func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) Path() CreatePodRequestPathSelectorPodSpecVolumesHostPathPath
- func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) Type() CreatePodRequestPathSelectorPodSpecVolumesHostPathType
- func (s CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesHostPathPath
- func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesHostPathType
- func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesName
- func (CreatePodRequestPathSelectorPodSpecVolumesName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecret
- func (CreatePodRequestPathSelectorPodSpecVolumesSecret) DefaultMode() CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode
- func (CreatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecVolumesSecret) Items() CreatePodRequestPathSelectorPodSpecVolumesSecretItems
- func (CreatePodRequestPathSelectorPodSpecVolumesSecret) Optional() CreatePodRequestPathSelectorPodSpecVolumesSecretOptional
- func (CreatePodRequestPathSelectorPodSpecVolumesSecret) SecretName() CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecretItems
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) Key() CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) Mode() CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) Path() CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecretOptional
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName
- func (CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatus
- func (CreatePodRequestPathSelectorPodStatus) ContainerStatuses() CreatePodRequestPathSelectorPodStatusContainerStatuses
- func (CreatePodRequestPathSelectorPodStatus) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodStatus) Phase() CreatePodRequestPathSelectorPodStatusPhase
- func (s CreatePodRequestPathSelectorPodStatus) WithArrayOfValues(values []*pod.Pod_Status) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatus) WithValue(value *pod.Pod_Status) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatuses
- func (CreatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Name() CreatePodRequestPathSelectorPodStatusContainerStatusesName
- func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Running() CreatePodRequestPathSelectorPodStatusContainerStatusesRunning
- func (CreatePodRequestPathSelectorPodStatusContainerStatuses) State() CreatePodRequestPathSelectorPodStatusContainerStatusesState
- func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Terminated() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated
- func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Waiting() CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting
- func (s CreatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *CreatePodRequest_FieldSubPathArrayItemValue
- func (s CreatePodRequestPathSelectorPodStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesName
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesName) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesRunning
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) StartedAt() CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithValue(value *pod.Pod_Status_Container_StateRunning) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesState
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesState) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesState) WithValue(value pod.Pod_Status_Container_State) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) ContainerId() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) ExitCode() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FinishedAt() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) Message() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) Reason() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) Signal() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) StartedAt() CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithValue(value *pod.Pod_Status_Container_StateTerminated) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) FieldPath() *CreatePodRequest_FieldSubPath
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) Message() CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) Reason() CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithValue(value *pod.Pod_Status_Container_StateWaiting) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason
- func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue(value string) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequestPathSelectorPodStatusPhase
- func (CreatePodRequestPathSelectorPodStatusPhase) FieldPath() *CreatePodRequest_FieldSubPath
- func (s CreatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *CreatePodRequest_FieldSubPathArrayOfValues
- func (s CreatePodRequestPathSelectorPodStatusPhase) WithValue(value pod.Pod_Status_Phase) *CreatePodRequest_FieldSubPathValue
- type CreatePodRequest_FieldMask
- func (fieldMask *CreatePodRequest_FieldMask) AppendPath(path CreatePodRequest_FieldPath)
- func (fieldMask *CreatePodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *CreatePodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *CreatePodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *CreatePodRequest_FieldMask) FilterInputFields() *CreatePodRequest_FieldMask
- func (fieldMask *CreatePodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *CreatePodRequest_FieldMask) GetPaths() []CreatePodRequest_FieldPath
- func (fieldMask *CreatePodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *CreatePodRequest_FieldMask) IsFull() bool
- func (fieldMask CreatePodRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask CreatePodRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *CreatePodRequest_FieldMask) PathsCount() int
- func (fieldMask *CreatePodRequest_FieldMask) Project(source *CreatePodRequest) *CreatePodRequest
- func (fieldMask *CreatePodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *CreatePodRequest_FieldMask) ProtoMessage()
- func (fieldMask *CreatePodRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *CreatePodRequest_FieldMask) Reset()
- func (fieldMask *CreatePodRequest_FieldMask) Set(target, source *CreatePodRequest)
- func (fieldMask *CreatePodRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *CreatePodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *CreatePodRequest_FieldMask) Size() int
- func (fieldMask *CreatePodRequest_FieldMask) String() string
- func (fieldMask *CreatePodRequest_FieldMask) Subtract(other *CreatePodRequest_FieldMask) *CreatePodRequest_FieldMask
- func (fieldMask *CreatePodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *CreatePodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *CreatePodRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *CreatePodRequest_FieldMask) UnmarshalJSON(data []byte) error
- type CreatePodRequest_FieldPath
- type CreatePodRequest_FieldPathArrayItemValue
- type CreatePodRequest_FieldPathArrayOfValues
- type CreatePodRequest_FieldPathSelector
- type CreatePodRequest_FieldPathValue
- type CreatePodRequest_FieldSubPath
- func (fps *CreatePodRequest_FieldSubPath) AsPodSubPath() (pod.Pod_FieldPath, bool)
- func (fps *CreatePodRequest_FieldSubPath) ClearValue(item *CreatePodRequest)
- func (fps *CreatePodRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *CreatePodRequest_FieldSubPath) Get(source *CreatePodRequest) (values []interface{})
- func (fps *CreatePodRequest_FieldSubPath) GetDefault() interface{}
- func (fps *CreatePodRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *CreatePodRequest_FieldSubPath) GetSingle(source *CreatePodRequest) (interface{}, bool)
- func (fps *CreatePodRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *CreatePodRequest_FieldSubPath) IsLeaf() bool
- func (fps *CreatePodRequest_FieldSubPath) JSONString() string
- func (fps *CreatePodRequest_FieldSubPath) Selector() CreatePodRequest_FieldPathSelector
- func (fps *CreatePodRequest_FieldSubPath) String() string
- func (fps *CreatePodRequest_FieldSubPath) WithIArrayItemValue(value interface{}) CreatePodRequest_FieldPathArrayItemValue
- func (fps *CreatePodRequest_FieldSubPath) WithIArrayOfValues(values interface{}) CreatePodRequest_FieldPathArrayOfValues
- func (fps *CreatePodRequest_FieldSubPath) WithIValue(value interface{}) CreatePodRequest_FieldPathValue
- func (fps *CreatePodRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *CreatePodRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *CreatePodRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreatePodRequest_FieldSubPathArrayItemValue
- func (fpaivs *CreatePodRequest_FieldSubPathArrayItemValue) AsPodPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
- func (fpaivs *CreatePodRequest_FieldSubPathArrayItemValue) ContainsValue(source *CreatePodRequest) bool
- func (fpaivs *CreatePodRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type CreatePodRequest_FieldSubPathArrayOfValues
- type CreatePodRequest_FieldSubPathValue
- func (fpvs *CreatePodRequest_FieldSubPathValue) AsPodPathValue() (pod.Pod_FieldPathValue, bool)
- func (fpvs *CreatePodRequest_FieldSubPathValue) CompareWith(source *CreatePodRequest) (int, bool)
- func (fpvs *CreatePodRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *CreatePodRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *CreatePodRequest_FieldSubPathValue) SetTo(target **CreatePodRequest)
- func (fpvs *CreatePodRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type CreatePodRequest_FieldTerminalPath
- func (fp *CreatePodRequest_FieldTerminalPath) ClearValue(item *CreatePodRequest)
- func (fp *CreatePodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *CreatePodRequest_FieldTerminalPath) Get(source *CreatePodRequest) (values []interface{})
- func (fp *CreatePodRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *CreatePodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *CreatePodRequest_FieldTerminalPath) GetSingle(source *CreatePodRequest) (interface{}, bool)
- func (fp *CreatePodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *CreatePodRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *CreatePodRequest_FieldTerminalPath) JSONString() string
- func (fp *CreatePodRequest_FieldTerminalPath) Selector() CreatePodRequest_FieldPathSelector
- func (fp *CreatePodRequest_FieldTerminalPath) String() string
- func (fp *CreatePodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) CreatePodRequest_FieldPathArrayItemValue
- func (fp *CreatePodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) CreatePodRequest_FieldPathArrayOfValues
- func (fp *CreatePodRequest_FieldTerminalPath) WithIValue(value interface{}) CreatePodRequest_FieldPathValue
- func (fp *CreatePodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *CreatePodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *CreatePodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type CreatePodRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreatePodRequest) bool
- func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *CreatePodRequest) (interface{}, bool)
- func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type CreatePodRequest_FieldTerminalPathArrayOfValues
- func (fpaov *CreatePodRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*pod.ParentReference, bool)
- func (fpaov *CreatePodRequest_FieldTerminalPathArrayOfValues) AsPodArrayOfValues() ([]*pod.Pod, bool)
- func (fpaov *CreatePodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type CreatePodRequest_FieldTerminalPathValue
- func (fpv *CreatePodRequest_FieldTerminalPathValue) AsParentValue() (*pod.ParentReference, bool)
- func (fpv *CreatePodRequest_FieldTerminalPathValue) AsPodValue() (*pod.Pod, bool)
- func (fpv *CreatePodRequest_FieldTerminalPathValue) CompareWith(source *CreatePodRequest) (int, bool)
- func (fpv *CreatePodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *CreatePodRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *CreatePodRequest_FieldTerminalPathValue) SetTo(target **CreatePodRequest)
- func (fpv *CreatePodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DeletePodDescriptor
- func (d *DeletePodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeletePodDescriptor) GetApiName() string
- func (d *DeletePodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeletePodDescriptor) GetFullMethodName() string
- func (d *DeletePodDescriptor) GetMethodName() string
- func (d *DeletePodDescriptor) GetProtoPkgName() string
- func (d *DeletePodDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeletePodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeletePodDescriptor) GetServiceDomain() string
- func (d *DeletePodDescriptor) GetServiceVersion() string
- func (d *DeletePodDescriptor) GetVerb() string
- func (d *DeletePodDescriptor) HasResource() bool
- func (d *DeletePodDescriptor) IsClientStream() bool
- func (d *DeletePodDescriptor) IsCollection() bool
- func (d *DeletePodDescriptor) IsPlural() bool
- func (d *DeletePodDescriptor) IsServerStream() bool
- func (d *DeletePodDescriptor) IsUnary() bool
- func (d *DeletePodDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeletePodDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeletePodDescriptor) RequestHasResourceBody() bool
- type DeletePodDescriptorClientMsgHandle
- func (h *DeletePodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeletePodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeletePodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeletePodDescriptorServerMsgHandle
- func (h *DeletePodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeletePodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeletePodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeletePodRequest
- func (o *DeletePodRequest) Clone() *DeletePodRequest
- func (o *DeletePodRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*DeletePodRequest) Descriptor() ([]byte, []int)
- func (m *DeletePodRequest) GetName() *pod.Reference
- func (*DeletePodRequest) GotenMessage()
- func (o *DeletePodRequest) GotenObjectExt()
- func (obj *DeletePodRequest) GotenValidate() error
- func (o *DeletePodRequest) MakeDiffFieldMask(other *DeletePodRequest) *DeletePodRequest_FieldMask
- func (o *DeletePodRequest) MakeFullFieldMask() *DeletePodRequest_FieldMask
- func (o *DeletePodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *DeletePodRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *DeletePodRequest) Marshal() ([]byte, error)
- func (m *DeletePodRequest) MarshalJSON() ([]byte, error)
- func (o *DeletePodRequest) Merge(source *DeletePodRequest)
- func (o *DeletePodRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*DeletePodRequest) ProtoMessage()
- func (m *DeletePodRequest) ProtoReflect() preflect.Message
- func (m *DeletePodRequest) Reset()
- func (m *DeletePodRequest) SetName(fv *pod.Reference)
- func (m *DeletePodRequest) String() string
- func (m *DeletePodRequest) Unmarshal(b []byte) error
- func (m *DeletePodRequest) UnmarshalJSON(data []byte) error
- type DeletePodRequestFieldPathBuilder
- type DeletePodRequestPathSelectorName
- func (DeletePodRequestPathSelectorName) FieldPath() *DeletePodRequest_FieldTerminalPath
- func (s DeletePodRequestPathSelectorName) WithArrayOfValues(values []*pod.Reference) *DeletePodRequest_FieldTerminalPathArrayOfValues
- func (s DeletePodRequestPathSelectorName) WithValue(value *pod.Reference) *DeletePodRequest_FieldTerminalPathValue
- type DeletePodRequest_FieldMask
- func (fieldMask *DeletePodRequest_FieldMask) AppendPath(path DeletePodRequest_FieldPath)
- func (fieldMask *DeletePodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *DeletePodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *DeletePodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *DeletePodRequest_FieldMask) FilterInputFields() *DeletePodRequest_FieldMask
- func (fieldMask *DeletePodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *DeletePodRequest_FieldMask) GetPaths() []DeletePodRequest_FieldPath
- func (fieldMask *DeletePodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *DeletePodRequest_FieldMask) IsFull() bool
- func (fieldMask DeletePodRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask DeletePodRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *DeletePodRequest_FieldMask) PathsCount() int
- func (fieldMask *DeletePodRequest_FieldMask) Project(source *DeletePodRequest) *DeletePodRequest
- func (fieldMask *DeletePodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *DeletePodRequest_FieldMask) ProtoMessage()
- func (fieldMask *DeletePodRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *DeletePodRequest_FieldMask) Reset()
- func (fieldMask *DeletePodRequest_FieldMask) Set(target, source *DeletePodRequest)
- func (fieldMask *DeletePodRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *DeletePodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *DeletePodRequest_FieldMask) Size() int
- func (fieldMask *DeletePodRequest_FieldMask) String() string
- func (fieldMask *DeletePodRequest_FieldMask) Subtract(other *DeletePodRequest_FieldMask) *DeletePodRequest_FieldMask
- func (fieldMask *DeletePodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *DeletePodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *DeletePodRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *DeletePodRequest_FieldMask) UnmarshalJSON(data []byte) error
- type DeletePodRequest_FieldPath
- type DeletePodRequest_FieldPathArrayItemValue
- type DeletePodRequest_FieldPathArrayOfValues
- type DeletePodRequest_FieldPathSelector
- type DeletePodRequest_FieldPathValue
- type DeletePodRequest_FieldTerminalPath
- func (fp *DeletePodRequest_FieldTerminalPath) ClearValue(item *DeletePodRequest)
- func (fp *DeletePodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DeletePodRequest_FieldTerminalPath) Get(source *DeletePodRequest) (values []interface{})
- func (fp *DeletePodRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *DeletePodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DeletePodRequest_FieldTerminalPath) GetSingle(source *DeletePodRequest) (interface{}, bool)
- func (fp *DeletePodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DeletePodRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *DeletePodRequest_FieldTerminalPath) JSONString() string
- func (fp *DeletePodRequest_FieldTerminalPath) Selector() DeletePodRequest_FieldPathSelector
- func (fp *DeletePodRequest_FieldTerminalPath) String() string
- func (fp *DeletePodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) DeletePodRequest_FieldPathArrayItemValue
- func (fp *DeletePodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) DeletePodRequest_FieldPathArrayOfValues
- func (fp *DeletePodRequest_FieldTerminalPath) WithIValue(value interface{}) DeletePodRequest_FieldPathValue
- func (fp *DeletePodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DeletePodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DeletePodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DeletePodRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeletePodRequest) bool
- func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *DeletePodRequest) (interface{}, bool)
- func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DeletePodRequest_FieldTerminalPathArrayOfValues
- type DeletePodRequest_FieldTerminalPathValue
- func (fpv *DeletePodRequest_FieldTerminalPathValue) AsNameValue() (*pod.Reference, bool)
- func (fpv *DeletePodRequest_FieldTerminalPathValue) CompareWith(source *DeletePodRequest) (int, bool)
- func (fpv *DeletePodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DeletePodRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DeletePodRequest_FieldTerminalPathValue) SetTo(target **DeletePodRequest)
- func (fpv *DeletePodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type GetPodDescriptor
- func (d *GetPodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetPodDescriptor) GetApiName() string
- func (d *GetPodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetPodDescriptor) GetFullMethodName() string
- func (d *GetPodDescriptor) GetMethodName() string
- func (d *GetPodDescriptor) GetProtoPkgName() string
- func (d *GetPodDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetPodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetPodDescriptor) GetServiceDomain() string
- func (d *GetPodDescriptor) GetServiceVersion() string
- func (d *GetPodDescriptor) GetVerb() string
- func (d *GetPodDescriptor) HasResource() bool
- func (d *GetPodDescriptor) IsClientStream() bool
- func (d *GetPodDescriptor) IsCollection() bool
- func (d *GetPodDescriptor) IsPlural() bool
- func (d *GetPodDescriptor) IsServerStream() bool
- func (d *GetPodDescriptor) IsUnary() bool
- func (d *GetPodDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetPodDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetPodDescriptor) RequestHasResourceBody() bool
- type GetPodDescriptorClientMsgHandle
- func (h *GetPodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetPodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetPodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetPodDescriptorServerMsgHandle
- func (h *GetPodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetPodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetPodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetPodRequest
- func (o *GetPodRequest) Clone() *GetPodRequest
- func (o *GetPodRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*GetPodRequest) Descriptor() ([]byte, []int)
- func (m *GetPodRequest) GetFieldMask() *pod.Pod_FieldMask
- func (m *GetPodRequest) GetName() *pod.Reference
- func (m *GetPodRequest) GetView() view.View
- func (*GetPodRequest) GotenMessage()
- func (o *GetPodRequest) GotenObjectExt()
- func (obj *GetPodRequest) GotenValidate() error
- func (o *GetPodRequest) MakeDiffFieldMask(other *GetPodRequest) *GetPodRequest_FieldMask
- func (o *GetPodRequest) MakeFullFieldMask() *GetPodRequest_FieldMask
- func (o *GetPodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *GetPodRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *GetPodRequest) Marshal() ([]byte, error)
- func (m *GetPodRequest) MarshalJSON() ([]byte, error)
- func (o *GetPodRequest) Merge(source *GetPodRequest)
- func (o *GetPodRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*GetPodRequest) ProtoMessage()
- func (m *GetPodRequest) ProtoReflect() preflect.Message
- func (m *GetPodRequest) Reset()
- func (m *GetPodRequest) SetFieldMask(fv *pod.Pod_FieldMask)
- func (m *GetPodRequest) SetName(fv *pod.Reference)
- func (m *GetPodRequest) SetView(fv view.View)
- func (m *GetPodRequest) String() string
- func (m *GetPodRequest) Unmarshal(b []byte) error
- func (m *GetPodRequest) UnmarshalJSON(data []byte) error
- type GetPodRequestFieldPathBuilder
- type GetPodRequestPathSelectorFieldMask
- func (GetPodRequestPathSelectorFieldMask) FieldPath() *GetPodRequest_FieldTerminalPath
- func (s GetPodRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *GetPodRequest_FieldTerminalPathArrayOfValues
- func (s GetPodRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *GetPodRequest_FieldTerminalPathValue
- type GetPodRequestPathSelectorName
- func (GetPodRequestPathSelectorName) FieldPath() *GetPodRequest_FieldTerminalPath
- func (s GetPodRequestPathSelectorName) WithArrayOfValues(values []*pod.Reference) *GetPodRequest_FieldTerminalPathArrayOfValues
- func (s GetPodRequestPathSelectorName) WithValue(value *pod.Reference) *GetPodRequest_FieldTerminalPathValue
- type GetPodRequestPathSelectorView
- func (GetPodRequestPathSelectorView) FieldPath() *GetPodRequest_FieldTerminalPath
- func (s GetPodRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetPodRequest_FieldTerminalPathArrayOfValues
- func (s GetPodRequestPathSelectorView) WithValue(value view.View) *GetPodRequest_FieldTerminalPathValue
- type GetPodRequest_FieldMask
- func (fieldMask *GetPodRequest_FieldMask) AppendPath(path GetPodRequest_FieldPath)
- func (fieldMask *GetPodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *GetPodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *GetPodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *GetPodRequest_FieldMask) FilterInputFields() *GetPodRequest_FieldMask
- func (fieldMask *GetPodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *GetPodRequest_FieldMask) GetPaths() []GetPodRequest_FieldPath
- func (fieldMask *GetPodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *GetPodRequest_FieldMask) IsFull() bool
- func (fieldMask GetPodRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask GetPodRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *GetPodRequest_FieldMask) PathsCount() int
- func (fieldMask *GetPodRequest_FieldMask) Project(source *GetPodRequest) *GetPodRequest
- func (fieldMask *GetPodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *GetPodRequest_FieldMask) ProtoMessage()
- func (fieldMask *GetPodRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *GetPodRequest_FieldMask) Reset()
- func (fieldMask *GetPodRequest_FieldMask) Set(target, source *GetPodRequest)
- func (fieldMask *GetPodRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *GetPodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *GetPodRequest_FieldMask) Size() int
- func (fieldMask *GetPodRequest_FieldMask) String() string
- func (fieldMask *GetPodRequest_FieldMask) Subtract(other *GetPodRequest_FieldMask) *GetPodRequest_FieldMask
- func (fieldMask *GetPodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *GetPodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *GetPodRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *GetPodRequest_FieldMask) UnmarshalJSON(data []byte) error
- type GetPodRequest_FieldPath
- type GetPodRequest_FieldPathArrayItemValue
- type GetPodRequest_FieldPathArrayOfValues
- type GetPodRequest_FieldPathSelector
- type GetPodRequest_FieldPathValue
- type GetPodRequest_FieldTerminalPath
- func (fp *GetPodRequest_FieldTerminalPath) ClearValue(item *GetPodRequest)
- func (fp *GetPodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *GetPodRequest_FieldTerminalPath) Get(source *GetPodRequest) (values []interface{})
- func (fp *GetPodRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *GetPodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *GetPodRequest_FieldTerminalPath) GetSingle(source *GetPodRequest) (interface{}, bool)
- func (fp *GetPodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *GetPodRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *GetPodRequest_FieldTerminalPath) JSONString() string
- func (fp *GetPodRequest_FieldTerminalPath) Selector() GetPodRequest_FieldPathSelector
- func (fp *GetPodRequest_FieldTerminalPath) String() string
- func (fp *GetPodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) GetPodRequest_FieldPathArrayItemValue
- func (fp *GetPodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) GetPodRequest_FieldPathArrayOfValues
- func (fp *GetPodRequest_FieldTerminalPath) WithIValue(value interface{}) GetPodRequest_FieldPathValue
- func (fp *GetPodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *GetPodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *GetPodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type GetPodRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetPodRequest) bool
- func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *GetPodRequest) (interface{}, bool)
- func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type GetPodRequest_FieldTerminalPathArrayOfValues
- func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)
- func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*pod.Reference, bool)
- func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *GetPodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type GetPodRequest_FieldTerminalPathValue
- func (fpv *GetPodRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
- func (fpv *GetPodRequest_FieldTerminalPathValue) AsNameValue() (*pod.Reference, bool)
- func (fpv *GetPodRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *GetPodRequest_FieldTerminalPathValue) CompareWith(source *GetPodRequest) (int, bool)
- func (fpv *GetPodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *GetPodRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *GetPodRequest_FieldTerminalPathValue) SetTo(target **GetPodRequest)
- func (fpv *GetPodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListPodsDescriptor
- func (d *ListPodsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListPodsDescriptor) GetApiName() string
- func (d *ListPodsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListPodsDescriptor) GetFullMethodName() string
- func (d *ListPodsDescriptor) GetMethodName() string
- func (d *ListPodsDescriptor) GetProtoPkgName() string
- func (d *ListPodsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListPodsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListPodsDescriptor) GetServiceDomain() string
- func (d *ListPodsDescriptor) GetServiceVersion() string
- func (d *ListPodsDescriptor) GetVerb() string
- func (d *ListPodsDescriptor) HasResource() bool
- func (d *ListPodsDescriptor) IsClientStream() bool
- func (d *ListPodsDescriptor) IsCollection() bool
- func (d *ListPodsDescriptor) IsPlural() bool
- func (d *ListPodsDescriptor) IsServerStream() bool
- func (d *ListPodsDescriptor) IsUnary() bool
- func (d *ListPodsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListPodsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListPodsDescriptor) RequestHasResourceBody() bool
- type ListPodsDescriptorClientMsgHandle
- func (h *ListPodsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListPodsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListPodsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListPodsDescriptorServerMsgHandle
- func (h *ListPodsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListPodsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListPodsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListPodsRequest
- func (o *ListPodsRequest) Clone() *ListPodsRequest
- func (o *ListPodsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListPodsRequest) Descriptor() ([]byte, []int)
- func (m *ListPodsRequest) GetFieldMask() *pod.Pod_FieldMask
- func (m *ListPodsRequest) GetFilter() *pod.Filter
- func (m *ListPodsRequest) GetOrderBy() *pod.OrderBy
- func (m *ListPodsRequest) GetPageSize() int32
- func (m *ListPodsRequest) GetPageToken() *pod.PagerCursor
- func (m *ListPodsRequest) GetParent() *pod.ParentName
- func (m *ListPodsRequest) GetView() view.View
- func (*ListPodsRequest) GotenMessage()
- func (o *ListPodsRequest) GotenObjectExt()
- func (obj *ListPodsRequest) GotenValidate() error
- func (o *ListPodsRequest) MakeDiffFieldMask(other *ListPodsRequest) *ListPodsRequest_FieldMask
- func (o *ListPodsRequest) MakeFullFieldMask() *ListPodsRequest_FieldMask
- func (o *ListPodsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListPodsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListPodsRequest) Marshal() ([]byte, error)
- func (m *ListPodsRequest) MarshalJSON() ([]byte, error)
- func (o *ListPodsRequest) Merge(source *ListPodsRequest)
- func (o *ListPodsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListPodsRequest) ProtoMessage()
- func (m *ListPodsRequest) ProtoReflect() preflect.Message
- func (m *ListPodsRequest) Reset()
- func (m *ListPodsRequest) SetFieldMask(fv *pod.Pod_FieldMask)
- func (m *ListPodsRequest) SetFilter(fv *pod.Filter)
- func (m *ListPodsRequest) SetOrderBy(fv *pod.OrderBy)
- func (m *ListPodsRequest) SetPageSize(fv int32)
- func (m *ListPodsRequest) SetPageToken(fv *pod.PagerCursor)
- func (m *ListPodsRequest) SetParent(fv *pod.ParentName)
- func (m *ListPodsRequest) SetView(fv view.View)
- func (m *ListPodsRequest) String() string
- func (m *ListPodsRequest) Unmarshal(b []byte) error
- func (m *ListPodsRequest) UnmarshalJSON(data []byte) error
- type ListPodsRequestFieldPathBuilder
- func (ListPodsRequestFieldPathBuilder) FieldMask() ListPodsRequestPathSelectorFieldMask
- func (ListPodsRequestFieldPathBuilder) Filter() ListPodsRequestPathSelectorFilter
- func (ListPodsRequestFieldPathBuilder) OrderBy() ListPodsRequestPathSelectorOrderBy
- func (ListPodsRequestFieldPathBuilder) PageSize() ListPodsRequestPathSelectorPageSize
- func (ListPodsRequestFieldPathBuilder) PageToken() ListPodsRequestPathSelectorPageToken
- func (ListPodsRequestFieldPathBuilder) Parent() ListPodsRequestPathSelectorParent
- func (ListPodsRequestFieldPathBuilder) View() ListPodsRequestPathSelectorView
- type ListPodsRequestPathSelectorFieldMask
- func (ListPodsRequestPathSelectorFieldMask) FieldPath() *ListPodsRequest_FieldTerminalPath
- func (s ListPodsRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *ListPodsRequest_FieldTerminalPathArrayOfValues
- func (s ListPodsRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *ListPodsRequest_FieldTerminalPathValue
- type ListPodsRequestPathSelectorFilter
- func (ListPodsRequestPathSelectorFilter) FieldPath() *ListPodsRequest_FieldTerminalPath
- func (s ListPodsRequestPathSelectorFilter) WithArrayOfValues(values []*pod.Filter) *ListPodsRequest_FieldTerminalPathArrayOfValues
- func (s ListPodsRequestPathSelectorFilter) WithValue(value *pod.Filter) *ListPodsRequest_FieldTerminalPathValue
- type ListPodsRequestPathSelectorOrderBy
- func (ListPodsRequestPathSelectorOrderBy) FieldPath() *ListPodsRequest_FieldTerminalPath
- func (s ListPodsRequestPathSelectorOrderBy) WithArrayOfValues(values []*pod.OrderBy) *ListPodsRequest_FieldTerminalPathArrayOfValues
- func (s ListPodsRequestPathSelectorOrderBy) WithValue(value *pod.OrderBy) *ListPodsRequest_FieldTerminalPathValue
- type ListPodsRequestPathSelectorPageSize
- func (ListPodsRequestPathSelectorPageSize) FieldPath() *ListPodsRequest_FieldTerminalPath
- func (s ListPodsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListPodsRequest_FieldTerminalPathArrayOfValues
- func (s ListPodsRequestPathSelectorPageSize) WithValue(value int32) *ListPodsRequest_FieldTerminalPathValue
- type ListPodsRequestPathSelectorPageToken
- func (ListPodsRequestPathSelectorPageToken) FieldPath() *ListPodsRequest_FieldTerminalPath
- func (s ListPodsRequestPathSelectorPageToken) WithArrayOfValues(values []*pod.PagerCursor) *ListPodsRequest_FieldTerminalPathArrayOfValues
- func (s ListPodsRequestPathSelectorPageToken) WithValue(value *pod.PagerCursor) *ListPodsRequest_FieldTerminalPathValue
- type ListPodsRequestPathSelectorParent
- func (ListPodsRequestPathSelectorParent) FieldPath() *ListPodsRequest_FieldTerminalPath
- func (s ListPodsRequestPathSelectorParent) WithArrayOfValues(values []*pod.ParentName) *ListPodsRequest_FieldTerminalPathArrayOfValues
- func (s ListPodsRequestPathSelectorParent) WithValue(value *pod.ParentName) *ListPodsRequest_FieldTerminalPathValue
- type ListPodsRequestPathSelectorView
- func (ListPodsRequestPathSelectorView) FieldPath() *ListPodsRequest_FieldTerminalPath
- func (s ListPodsRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListPodsRequest_FieldTerminalPathArrayOfValues
- func (s ListPodsRequestPathSelectorView) WithValue(value view.View) *ListPodsRequest_FieldTerminalPathValue
- type ListPodsRequest_FieldMask
- func (fieldMask *ListPodsRequest_FieldMask) AppendPath(path ListPodsRequest_FieldPath)
- func (fieldMask *ListPodsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListPodsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListPodsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListPodsRequest_FieldMask) FilterInputFields() *ListPodsRequest_FieldMask
- func (fieldMask *ListPodsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListPodsRequest_FieldMask) GetPaths() []ListPodsRequest_FieldPath
- func (fieldMask *ListPodsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListPodsRequest_FieldMask) IsFull() bool
- func (fieldMask ListPodsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListPodsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListPodsRequest_FieldMask) PathsCount() int
- func (fieldMask *ListPodsRequest_FieldMask) Project(source *ListPodsRequest) *ListPodsRequest
- func (fieldMask *ListPodsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListPodsRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListPodsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListPodsRequest_FieldMask) Reset()
- func (fieldMask *ListPodsRequest_FieldMask) Set(target, source *ListPodsRequest)
- func (fieldMask *ListPodsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListPodsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListPodsRequest_FieldMask) Size() int
- func (fieldMask *ListPodsRequest_FieldMask) String() string
- func (fieldMask *ListPodsRequest_FieldMask) Subtract(other *ListPodsRequest_FieldMask) *ListPodsRequest_FieldMask
- func (fieldMask *ListPodsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListPodsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListPodsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListPodsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListPodsRequest_FieldPath
- type ListPodsRequest_FieldPathArrayItemValue
- type ListPodsRequest_FieldPathArrayOfValues
- type ListPodsRequest_FieldPathSelector
- type ListPodsRequest_FieldPathValue
- type ListPodsRequest_FieldTerminalPath
- func (fp *ListPodsRequest_FieldTerminalPath) ClearValue(item *ListPodsRequest)
- func (fp *ListPodsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListPodsRequest_FieldTerminalPath) Get(source *ListPodsRequest) (values []interface{})
- func (fp *ListPodsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListPodsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListPodsRequest_FieldTerminalPath) GetSingle(source *ListPodsRequest) (interface{}, bool)
- func (fp *ListPodsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListPodsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListPodsRequest_FieldTerminalPath) JSONString() string
- func (fp *ListPodsRequest_FieldTerminalPath) Selector() ListPodsRequest_FieldPathSelector
- func (fp *ListPodsRequest_FieldTerminalPath) String() string
- func (fp *ListPodsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPodsRequest_FieldPathArrayItemValue
- func (fp *ListPodsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPodsRequest_FieldPathArrayOfValues
- func (fp *ListPodsRequest_FieldTerminalPath) WithIValue(value interface{}) ListPodsRequest_FieldPathValue
- func (fp *ListPodsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListPodsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListPodsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPodsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPodsRequest) bool
- func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListPodsRequest) (interface{}, bool)
- func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListPodsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*pod.Filter, bool)
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*pod.OrderBy, bool)
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*pod.ParentName, bool)
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListPodsRequest_FieldTerminalPathValue
- func (fpv *ListPodsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) AsFilterValue() (*pod.Filter, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) AsOrderByValue() (*pod.OrderBy, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) AsPageTokenValue() (*pod.PagerCursor, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) AsParentValue() (*pod.ParentName, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) CompareWith(source *ListPodsRequest) (int, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListPodsRequest_FieldTerminalPathValue) SetTo(target **ListPodsRequest)
- func (fpv *ListPodsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListPodsResponse
- func (o *ListPodsResponse) Clone() *ListPodsResponse
- func (o *ListPodsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListPodsResponse) Descriptor() ([]byte, []int)
- func (m *ListPodsResponse) GetNextPageToken() *pod.PagerCursor
- func (m *ListPodsResponse) GetPods() []*pod.Pod
- func (m *ListPodsResponse) GetPrevPageToken() *pod.PagerCursor
- func (*ListPodsResponse) GotenMessage()
- func (o *ListPodsResponse) GotenObjectExt()
- func (obj *ListPodsResponse) GotenValidate() error
- func (o *ListPodsResponse) MakeDiffFieldMask(other *ListPodsResponse) *ListPodsResponse_FieldMask
- func (o *ListPodsResponse) MakeFullFieldMask() *ListPodsResponse_FieldMask
- func (o *ListPodsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListPodsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListPodsResponse) Marshal() ([]byte, error)
- func (m *ListPodsResponse) MarshalJSON() ([]byte, error)
- func (o *ListPodsResponse) Merge(source *ListPodsResponse)
- func (o *ListPodsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListPodsResponse) ProtoMessage()
- func (m *ListPodsResponse) ProtoReflect() preflect.Message
- func (m *ListPodsResponse) Reset()
- func (m *ListPodsResponse) SetNextPageToken(fv *pod.PagerCursor)
- func (m *ListPodsResponse) SetPods(fv []*pod.Pod)
- func (m *ListPodsResponse) SetPrevPageToken(fv *pod.PagerCursor)
- func (m *ListPodsResponse) String() string
- func (m *ListPodsResponse) Unmarshal(b []byte) error
- func (m *ListPodsResponse) UnmarshalJSON(data []byte) error
- type ListPodsResponseFieldPathBuilder
- type ListPodsResponseMapPathSelectorPodsMetadataAnnotations
- func (s ListPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponseMapPathSelectorPodsMetadataLabels
- func (s ListPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponseMapPathSelectorPodsMetadataLabels) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponseMapPathSelectorPodsMetadataShards
- func (s ListPodsResponseMapPathSelectorPodsMetadataShards) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponseMapPathSelectorPodsMetadataShards) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits
- func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests
- func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorNextPageToken
- func (ListPodsResponsePathSelectorNextPageToken) FieldPath() *ListPodsResponse_FieldTerminalPath
- func (s ListPodsResponsePathSelectorNextPageToken) WithArrayOfValues(values []*pod.PagerCursor) *ListPodsResponse_FieldTerminalPathArrayOfValues
- func (s ListPodsResponsePathSelectorNextPageToken) WithValue(value *pod.PagerCursor) *ListPodsResponse_FieldTerminalPathValue
- type ListPodsResponsePathSelectorPods
- func (ListPodsResponsePathSelectorPods) DisplayName() ListPodsResponsePathSelectorPodsDisplayName
- func (ListPodsResponsePathSelectorPods) FieldPath() *ListPodsResponse_FieldTerminalPath
- func (ListPodsResponsePathSelectorPods) Metadata() ListPodsResponsePathSelectorPodsMetadata
- func (ListPodsResponsePathSelectorPods) Name() ListPodsResponsePathSelectorPodsName
- func (ListPodsResponsePathSelectorPods) Spec() ListPodsResponsePathSelectorPodsSpec
- func (ListPodsResponsePathSelectorPods) Status() ListPodsResponsePathSelectorPodsStatus
- func (s ListPodsResponsePathSelectorPods) WithArrayOfValues(values [][]*pod.Pod) *ListPodsResponse_FieldTerminalPathArrayOfValues
- func (s ListPodsResponsePathSelectorPods) WithItemValue(value *pod.Pod) *ListPodsResponse_FieldTerminalPathArrayItemValue
- func (s ListPodsResponsePathSelectorPods) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPods) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *ListPodsResponse_FieldSubPathArrayOfValues
- func (ListPodsResponsePathSelectorPods) WithSubPath(subPath pod.Pod_FieldPath) *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPods) WithSubValue(subPathValue pod.Pod_FieldPathValue) *ListPodsResponse_FieldSubPathValue
- func (s ListPodsResponsePathSelectorPods) WithValue(value []*pod.Pod) *ListPodsResponse_FieldTerminalPathValue
- type ListPodsResponsePathSelectorPodsDisplayName
- func (ListPodsResponsePathSelectorPodsDisplayName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsDisplayName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadata
- func (ListPodsResponsePathSelectorPodsMetadata) Annotations() ListPodsResponsePathSelectorPodsMetadataAnnotations
- func (ListPodsResponsePathSelectorPodsMetadata) CreateTime() ListPodsResponsePathSelectorPodsMetadataCreateTime
- func (ListPodsResponsePathSelectorPodsMetadata) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsMetadata) Generation() ListPodsResponsePathSelectorPodsMetadataGeneration
- func (ListPodsResponsePathSelectorPodsMetadata) Labels() ListPodsResponsePathSelectorPodsMetadataLabels
- func (ListPodsResponsePathSelectorPodsMetadata) OwnerReferences() ListPodsResponsePathSelectorPodsMetadataOwnerReferences
- func (ListPodsResponsePathSelectorPodsMetadata) ResourceVersion() ListPodsResponsePathSelectorPodsMetadataResourceVersion
- func (ListPodsResponsePathSelectorPodsMetadata) Shards() ListPodsResponsePathSelectorPodsMetadataShards
- func (ListPodsResponsePathSelectorPodsMetadata) Syncing() ListPodsResponsePathSelectorPodsMetadataSyncing
- func (ListPodsResponsePathSelectorPodsMetadata) Tags() ListPodsResponsePathSelectorPodsMetadataTags
- func (ListPodsResponsePathSelectorPodsMetadata) UpdateTime() ListPodsResponsePathSelectorPodsMetadataUpdateTime
- func (ListPodsResponsePathSelectorPodsMetadata) Uuid() ListPodsResponsePathSelectorPodsMetadataUuid
- func (s ListPodsResponsePathSelectorPodsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadata) WithValue(value *ntt_meta.Meta) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataAnnotations
- func (ListPodsResponsePathSelectorPodsMetadataAnnotations) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (ListPodsResponsePathSelectorPodsMetadataAnnotations) WithKey(key string) ListPodsResponseMapPathSelectorPodsMetadataAnnotations
- func (s ListPodsResponsePathSelectorPodsMetadataAnnotations) WithValue(value map[string]string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataCreateTime
- func (ListPodsResponsePathSelectorPodsMetadataCreateTime) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataGeneration
- func (ListPodsResponsePathSelectorPodsMetadataGeneration) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataGeneration) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataLabels
- func (ListPodsResponsePathSelectorPodsMetadataLabels) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues(values []map[string]string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (ListPodsResponsePathSelectorPodsMetadataLabels) WithKey(key string) ListPodsResponseMapPathSelectorPodsMetadataLabels
- func (s ListPodsResponsePathSelectorPodsMetadataLabels) WithValue(value map[string]string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataOwnerReferences
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) ApiVersion() ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) BlockOwnerDeletion() ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Controller() ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Kind() ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Name() ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Uid() ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid
- func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataResourceVersion
- func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataShards
- func (ListPodsResponsePathSelectorPodsMetadataShards) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues(values []map[string]int64) *ListPodsResponse_FieldSubPathArrayOfValues
- func (ListPodsResponsePathSelectorPodsMetadataShards) WithKey(key string) ListPodsResponseMapPathSelectorPodsMetadataShards
- func (s ListPodsResponsePathSelectorPodsMetadataShards) WithValue(value map[string]int64) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataSyncing
- func (ListPodsResponsePathSelectorPodsMetadataSyncing) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsMetadataSyncing) OwningRegion() ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion
- func (ListPodsResponsePathSelectorPodsMetadataSyncing) Regions() ListPodsResponsePathSelectorPodsMetadataSyncingRegions
- func (s ListPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion
- func (ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataSyncingRegions
- func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataTags
- func (ListPodsResponsePathSelectorPodsMetadataTags) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataTags) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsMetadataTags) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataUpdateTime
- func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsMetadataUuid
- func (ListPodsResponsePathSelectorPodsMetadataUuid) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsMetadataUuid) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsName
- func (ListPodsResponsePathSelectorPodsName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsName) WithArrayOfValues(values []*pod.Name) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsName) WithValue(value *pod.Name) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpec
- func (ListPodsResponsePathSelectorPodsSpec) Compose() ListPodsResponsePathSelectorPodsSpecCompose
- func (ListPodsResponsePathSelectorPodsSpec) Containers() ListPodsResponsePathSelectorPodsSpecContainers
- func (ListPodsResponsePathSelectorPodsSpec) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpec) HostNetwork() ListPodsResponsePathSelectorPodsSpecHostNetwork
- func (ListPodsResponsePathSelectorPodsSpec) HostVolumeMounts() ListPodsResponsePathSelectorPodsSpecHostVolumeMounts
- func (ListPodsResponsePathSelectorPodsSpec) ImagePullSecrets() ListPodsResponsePathSelectorPodsSpecImagePullSecrets
- func (ListPodsResponsePathSelectorPodsSpec) Node() ListPodsResponsePathSelectorPodsSpecNode
- func (ListPodsResponsePathSelectorPodsSpec) RestartPolicy() ListPodsResponsePathSelectorPodsSpecRestartPolicy
- func (ListPodsResponsePathSelectorPodsSpec) Volumes() ListPodsResponsePathSelectorPodsSpecVolumes
- func (s ListPodsResponsePathSelectorPodsSpec) WithArrayOfValues(values []*pod.Pod_Spec) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpec) WithValue(value *pod.Pod_Spec) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecCompose
- func (ListPodsResponsePathSelectorPodsSpecCompose) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecCompose) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainers
- func (ListPodsResponsePathSelectorPodsSpecContainers) Args() ListPodsResponsePathSelectorPodsSpecContainersArgs
- func (ListPodsResponsePathSelectorPodsSpecContainers) Command() ListPodsResponsePathSelectorPodsSpecContainersCommand
- func (ListPodsResponsePathSelectorPodsSpecContainers) Env() ListPodsResponsePathSelectorPodsSpecContainersEnv
- func (ListPodsResponsePathSelectorPodsSpecContainers) EnvFrom() ListPodsResponsePathSelectorPodsSpecContainersEnvFrom
- func (ListPodsResponsePathSelectorPodsSpecContainers) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainers) Image() ListPodsResponsePathSelectorPodsSpecContainersImage
- func (ListPodsResponsePathSelectorPodsSpecContainers) ImagePullPolicy() ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy
- func (ListPodsResponsePathSelectorPodsSpecContainers) Name() ListPodsResponsePathSelectorPodsSpecContainersName
- func (ListPodsResponsePathSelectorPodsSpecContainers) Resources() ListPodsResponsePathSelectorPodsSpecContainersResources
- func (ListPodsResponsePathSelectorPodsSpecContainers) SecurityContext() ListPodsResponsePathSelectorPodsSpecContainersSecurityContext
- func (ListPodsResponsePathSelectorPodsSpecContainers) VolumeMounts() ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts
- func (s ListPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersArgs
- func (ListPodsResponsePathSelectorPodsSpecContainersArgs) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecContainersArgs) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersCommand
- func (ListPodsResponsePathSelectorPodsSpecContainersCommand) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecContainersCommand) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnv
- func (ListPodsResponsePathSelectorPodsSpecContainersEnv) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersEnv) Name() ListPodsResponsePathSelectorPodsSpecContainersEnvName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnv) Value() ListPodsResponsePathSelectorPodsSpecContainersEnvValue
- func (ListPodsResponsePathSelectorPodsSpecContainersEnv) ValueFrom() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue(value *pod.EnvVar) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnv) WithValue(value []*pod.EnvVar) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFrom
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) ConfigMapRef() ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) Prefix() ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) SecretRef() ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) Name() ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) Optional() ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) Name() ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) Optional() ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValue
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) ConfigMapKeyRef() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) SecretKeyRef() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) Key() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) Name() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *pod.ConfigMapKeySelector) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) Key() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) Name() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) Optional() ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional
- func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersImage
- func (ListPodsResponsePathSelectorPodsSpecContainersImage) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersImage) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy
- func (ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersName
- func (ListPodsResponsePathSelectorPodsSpecContainersName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersResources
- func (ListPodsResponsePathSelectorPodsSpecContainersResources) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersResources) Limits() ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits
- func (ListPodsResponsePathSelectorPodsSpecContainersResources) Requests() ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests
- func (s ListPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersResources) WithValue(value *pod.Pod_Spec_Container_ResourceRequirements) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits
- func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *ListPodsResponse_FieldSubPathArrayOfValues
- func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithKey(key string) ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits
- func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue(value map[string]int64) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests
- func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *ListPodsResponse_FieldSubPathArrayOfValues
- func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithKey(key string) ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests
- func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue(value map[string]int64) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersSecurityContext
- func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) Privileged() ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged
- func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged
- func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) MountPath() ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) Name() ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) ReadOnly() ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) SubPath() ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath
- func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecHostNetwork
- func (ListPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecHostNetwork) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecHostVolumeMounts
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) MountPath() ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) Name() ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) ReadOnly() ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) SubPath() ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath
- func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecImagePullSecrets
- func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) Name() ListPodsResponsePathSelectorPodsSpecImagePullSecretsName
- func (s ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecImagePullSecretsName
- func (ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecNode
- func (ListPodsResponsePathSelectorPodsSpecNode) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues(values []*devices_device.Reference) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecNode) WithValue(value *devices_device.Reference) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecRestartPolicy
- func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumes
- func (ListPodsResponsePathSelectorPodsSpecVolumes) ConfigMap() ListPodsResponsePathSelectorPodsSpecVolumesConfigMap
- func (ListPodsResponsePathSelectorPodsSpecVolumes) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecVolumes) HostPath() ListPodsResponsePathSelectorPodsSpecVolumesHostPath
- func (ListPodsResponsePathSelectorPodsSpecVolumes) Name() ListPodsResponsePathSelectorPodsSpecVolumesName
- func (ListPodsResponsePathSelectorPodsSpecVolumes) Secret() ListPodsResponsePathSelectorPodsSpecVolumesSecret
- func (s ListPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumes) WithItemValue(value *pod.Volume) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecVolumes) WithValue(value []*pod.Volume) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMap
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) DefaultMode() ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) Items() ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) Name() ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) Optional() ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Key() ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Mode() ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) Path() ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional
- func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesHostPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) Path() ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) Type() ListPodsResponsePathSelectorPodsSpecVolumesHostPathType
- func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesHostPathType
- func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesName
- func (ListPodsResponsePathSelectorPodsSpecVolumesName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecret
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) DefaultMode() ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) Items() ListPodsResponsePathSelectorPodsSpecVolumesSecretItems
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) Optional() ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) SecretName() ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecretItems
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) Key() ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) Mode() ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) Path() ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName
- func (ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatus
- func (ListPodsResponsePathSelectorPodsStatus) ContainerStatuses() ListPodsResponsePathSelectorPodsStatusContainerStatuses
- func (ListPodsResponsePathSelectorPodsStatus) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsStatus) Phase() ListPodsResponsePathSelectorPodsStatusPhase
- func (s ListPodsResponsePathSelectorPodsStatus) WithArrayOfValues(values []*pod.Pod_Status) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatus) WithValue(value *pod.Pod_Status) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatuses
- func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Name() ListPodsResponsePathSelectorPodsStatusContainerStatusesName
- func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Running() ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning
- func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) State() ListPodsResponsePathSelectorPodsStatusContainerStatusesState
- func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Terminated() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated
- func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Waiting() ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *ListPodsResponse_FieldSubPathArrayItemValue
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesName
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesName) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) StartedAt() ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithValue(value *pod.Pod_Status_Container_StateRunning) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesState
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesState) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesState) WithValue(value pod.Pod_Status_Container_State) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) ContainerId() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) ExitCode() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FinishedAt() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) Message() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) Reason() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) Signal() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) StartedAt() ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithValue(value *pod.Pod_Status_Container_StateTerminated) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) FieldPath() *ListPodsResponse_FieldSubPath
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) Message() ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) Reason() ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithValue(value *pod.Pod_Status_Container_StateWaiting) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason
- func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue(value string) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPodsStatusPhase
- func (ListPodsResponsePathSelectorPodsStatusPhase) FieldPath() *ListPodsResponse_FieldSubPath
- func (s ListPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *ListPodsResponse_FieldSubPathArrayOfValues
- func (s ListPodsResponsePathSelectorPodsStatusPhase) WithValue(value pod.Pod_Status_Phase) *ListPodsResponse_FieldSubPathValue
- type ListPodsResponsePathSelectorPrevPageToken
- func (ListPodsResponsePathSelectorPrevPageToken) FieldPath() *ListPodsResponse_FieldTerminalPath
- func (s ListPodsResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*pod.PagerCursor) *ListPodsResponse_FieldTerminalPathArrayOfValues
- func (s ListPodsResponsePathSelectorPrevPageToken) WithValue(value *pod.PagerCursor) *ListPodsResponse_FieldTerminalPathValue
- type ListPodsResponse_FieldMask
- func (fieldMask *ListPodsResponse_FieldMask) AppendPath(path ListPodsResponse_FieldPath)
- func (fieldMask *ListPodsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListPodsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListPodsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListPodsResponse_FieldMask) FilterInputFields() *ListPodsResponse_FieldMask
- func (fieldMask *ListPodsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListPodsResponse_FieldMask) GetPaths() []ListPodsResponse_FieldPath
- func (fieldMask *ListPodsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListPodsResponse_FieldMask) IsFull() bool
- func (fieldMask ListPodsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListPodsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListPodsResponse_FieldMask) PathsCount() int
- func (fieldMask *ListPodsResponse_FieldMask) Project(source *ListPodsResponse) *ListPodsResponse
- func (fieldMask *ListPodsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListPodsResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListPodsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListPodsResponse_FieldMask) Reset()
- func (fieldMask *ListPodsResponse_FieldMask) Set(target, source *ListPodsResponse)
- func (fieldMask *ListPodsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListPodsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListPodsResponse_FieldMask) Size() int
- func (fieldMask *ListPodsResponse_FieldMask) String() string
- func (fieldMask *ListPodsResponse_FieldMask) Subtract(other *ListPodsResponse_FieldMask) *ListPodsResponse_FieldMask
- func (fieldMask *ListPodsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListPodsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListPodsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListPodsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListPodsResponse_FieldPath
- type ListPodsResponse_FieldPathArrayItemValue
- type ListPodsResponse_FieldPathArrayOfValues
- type ListPodsResponse_FieldPathSelector
- type ListPodsResponse_FieldPathValue
- type ListPodsResponse_FieldSubPath
- func (fps *ListPodsResponse_FieldSubPath) AsPodsSubPath() (pod.Pod_FieldPath, bool)
- func (fps *ListPodsResponse_FieldSubPath) ClearValue(item *ListPodsResponse)
- func (fps *ListPodsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListPodsResponse_FieldSubPath) Get(source *ListPodsResponse) (values []interface{})
- func (fps *ListPodsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListPodsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListPodsResponse_FieldSubPath) GetSingle(source *ListPodsResponse) (interface{}, bool)
- func (fps *ListPodsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListPodsResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListPodsResponse_FieldSubPath) JSONString() string
- func (fps *ListPodsResponse_FieldSubPath) Selector() ListPodsResponse_FieldPathSelector
- func (fps *ListPodsResponse_FieldSubPath) String() string
- func (fps *ListPodsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListPodsResponse_FieldPathArrayItemValue
- func (fps *ListPodsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListPodsResponse_FieldPathArrayOfValues
- func (fps *ListPodsResponse_FieldSubPath) WithIValue(value interface{}) ListPodsResponse_FieldPathValue
- func (fps *ListPodsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListPodsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListPodsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPodsResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListPodsResponse_FieldSubPathArrayItemValue) AsPodsPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
- func (fpaivs *ListPodsResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListPodsResponse) bool
- func (fpaivs *ListPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListPodsResponse_FieldSubPathArrayOfValues
- type ListPodsResponse_FieldSubPathValue
- func (fpvs *ListPodsResponse_FieldSubPathValue) AsPodsPathValue() (pod.Pod_FieldPathValue, bool)
- func (fpvs *ListPodsResponse_FieldSubPathValue) CompareWith(source *ListPodsResponse) (int, bool)
- func (fpvs *ListPodsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListPodsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListPodsResponse_FieldSubPathValue) SetTo(target **ListPodsResponse)
- func (fpvs *ListPodsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListPodsResponse_FieldTerminalPath
- func (fp *ListPodsResponse_FieldTerminalPath) ClearValue(item *ListPodsResponse)
- func (fp *ListPodsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListPodsResponse_FieldTerminalPath) Get(source *ListPodsResponse) (values []interface{})
- func (fp *ListPodsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListPodsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListPodsResponse_FieldTerminalPath) GetSingle(source *ListPodsResponse) (interface{}, bool)
- func (fp *ListPodsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListPodsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListPodsResponse_FieldTerminalPath) JSONString() string
- func (fp *ListPodsResponse_FieldTerminalPath) Selector() ListPodsResponse_FieldPathSelector
- func (fp *ListPodsResponse_FieldTerminalPath) String() string
- func (fp *ListPodsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPodsResponse_FieldPathArrayItemValue
- func (fp *ListPodsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPodsResponse_FieldPathArrayOfValues
- func (fp *ListPodsResponse_FieldTerminalPath) WithIValue(value interface{}) ListPodsResponse_FieldPathValue
- func (fp *ListPodsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListPodsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListPodsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPodsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) AsPodsItemValue() (*pod.Pod, bool)
- func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPodsResponse) bool
- func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListPodsResponse) (interface{}, bool)
- func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListPodsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)
- func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsPodsArrayOfValues() ([][]*pod.Pod, bool)
- func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)
- func (fpaov *ListPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListPodsResponse_FieldTerminalPathValue
- func (fpv *ListPodsResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*pod.PagerCursor, bool)
- func (fpv *ListPodsResponse_FieldTerminalPathValue) AsPodsValue() ([]*pod.Pod, bool)
- func (fpv *ListPodsResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*pod.PagerCursor, bool)
- func (fpv *ListPodsResponse_FieldTerminalPathValue) CompareWith(source *ListPodsResponse) (int, bool)
- func (fpv *ListPodsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListPodsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListPodsResponse_FieldTerminalPathValue) SetTo(target **ListPodsResponse)
- func (fpv *ListPodsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodServiceClient
- type PodServiceDescriptor
- func (d *PodServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *PodServiceDescriptor) GetApiName() string
- func (d *PodServiceDescriptor) GetFullAPIName() string
- func (d *PodServiceDescriptor) GetProtoPkgName() string
- func (d *PodServiceDescriptor) GetServiceDomain() string
- func (d *PodServiceDescriptor) GetServiceVersion() string
- type UpdatePodDescriptor
- func (d *UpdatePodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdatePodDescriptor) GetApiName() string
- func (d *UpdatePodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdatePodDescriptor) GetFullMethodName() string
- func (d *UpdatePodDescriptor) GetMethodName() string
- func (d *UpdatePodDescriptor) GetProtoPkgName() string
- func (d *UpdatePodDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdatePodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdatePodDescriptor) GetServiceDomain() string
- func (d *UpdatePodDescriptor) GetServiceVersion() string
- func (d *UpdatePodDescriptor) GetVerb() string
- func (d *UpdatePodDescriptor) HasResource() bool
- func (d *UpdatePodDescriptor) IsClientStream() bool
- func (d *UpdatePodDescriptor) IsCollection() bool
- func (d *UpdatePodDescriptor) IsPlural() bool
- func (d *UpdatePodDescriptor) IsServerStream() bool
- func (d *UpdatePodDescriptor) IsUnary() bool
- func (d *UpdatePodDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdatePodDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdatePodDescriptor) RequestHasResourceBody() bool
- type UpdatePodDescriptorClientMsgHandle
- func (h *UpdatePodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdatePodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdatePodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdatePodDescriptorServerMsgHandle
- func (h *UpdatePodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdatePodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdatePodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdatePodRequest
- func (o *UpdatePodRequest) Clone() *UpdatePodRequest
- func (o *UpdatePodRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdatePodRequest) Descriptor() ([]byte, []int)
- func (m *UpdatePodRequest) GetCas() *UpdatePodRequest_CAS
- func (m *UpdatePodRequest) GetPod() *pod.Pod
- func (m *UpdatePodRequest) GetUpdateMask() *pod.Pod_FieldMask
- func (*UpdatePodRequest) GotenMessage()
- func (o *UpdatePodRequest) GotenObjectExt()
- func (obj *UpdatePodRequest) GotenValidate() error
- func (o *UpdatePodRequest) MakeDiffFieldMask(other *UpdatePodRequest) *UpdatePodRequest_FieldMask
- func (o *UpdatePodRequest) MakeFullFieldMask() *UpdatePodRequest_FieldMask
- func (o *UpdatePodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdatePodRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdatePodRequest) Marshal() ([]byte, error)
- func (m *UpdatePodRequest) MarshalJSON() ([]byte, error)
- func (o *UpdatePodRequest) Merge(source *UpdatePodRequest)
- func (o *UpdatePodRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdatePodRequest) ProtoMessage()
- func (m *UpdatePodRequest) ProtoReflect() preflect.Message
- func (m *UpdatePodRequest) Reset()
- func (m *UpdatePodRequest) SetCas(fv *UpdatePodRequest_CAS)
- func (m *UpdatePodRequest) SetPod(fv *pod.Pod)
- func (m *UpdatePodRequest) SetUpdateMask(fv *pod.Pod_FieldMask)
- func (m *UpdatePodRequest) String() string
- func (m *UpdatePodRequest) Unmarshal(b []byte) error
- func (m *UpdatePodRequest) UnmarshalJSON(data []byte) error
- type UpdatePodRequestCASFieldPathBuilder
- type UpdatePodRequestCAS_FieldPath
- type UpdatePodRequestCAS_FieldPathArrayItemValue
- type UpdatePodRequestCAS_FieldPathArrayOfValues
- type UpdatePodRequestCAS_FieldPathSelector
- type UpdatePodRequestCAS_FieldPathValue
- type UpdatePodRequestCAS_FieldSubPath
- func (fps *UpdatePodRequestCAS_FieldSubPath) AsConditionalStateSubPath() (pod.Pod_FieldPath, bool)
- func (fps *UpdatePodRequestCAS_FieldSubPath) ClearValue(item *UpdatePodRequest_CAS)
- func (fps *UpdatePodRequestCAS_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdatePodRequestCAS_FieldSubPath) Get(source *UpdatePodRequest_CAS) (values []interface{})
- func (fps *UpdatePodRequestCAS_FieldSubPath) GetDefault() interface{}
- func (fps *UpdatePodRequestCAS_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdatePodRequestCAS_FieldSubPath) GetSingle(source *UpdatePodRequest_CAS) (interface{}, bool)
- func (fps *UpdatePodRequestCAS_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdatePodRequestCAS_FieldSubPath) IsLeaf() bool
- func (fps *UpdatePodRequestCAS_FieldSubPath) JSONString() string
- func (fps *UpdatePodRequestCAS_FieldSubPath) Selector() UpdatePodRequestCAS_FieldPathSelector
- func (fps *UpdatePodRequestCAS_FieldSubPath) String() string
- func (fps *UpdatePodRequestCAS_FieldSubPath) WithIArrayItemValue(value interface{}) UpdatePodRequestCAS_FieldPathArrayItemValue
- func (fps *UpdatePodRequestCAS_FieldSubPath) WithIArrayOfValues(values interface{}) UpdatePodRequestCAS_FieldPathArrayOfValues
- func (fps *UpdatePodRequestCAS_FieldSubPath) WithIValue(value interface{}) UpdatePodRequestCAS_FieldPathValue
- func (fps *UpdatePodRequestCAS_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdatePodRequestCAS_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdatePodRequestCAS_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (fpaivs *UpdatePodRequestCAS_FieldSubPathArrayItemValue) AsConditionalStatePathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdatePodRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdatePodRequest_CAS) bool
- func (fpaivs *UpdatePodRequestCAS_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdatePodRequestCAS_FieldSubPathArrayOfValues
- type UpdatePodRequestCAS_FieldSubPathValue
- func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) AsConditionalStatePathValue() (pod.Pod_FieldPathValue, bool)
- func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) CompareWith(source *UpdatePodRequest_CAS) (int, bool)
- func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) SetTo(target **UpdatePodRequest_CAS)
- func (fpvs *UpdatePodRequestCAS_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdatePodRequestCAS_FieldTerminalPath
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) ClearValue(item *UpdatePodRequest_CAS)
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) Get(source *UpdatePodRequest_CAS) (values []interface{})
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetSingle(source *UpdatePodRequest_CAS) (interface{}, bool)
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) JSONString() string
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) Selector() UpdatePodRequestCAS_FieldPathSelector
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) String() string
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdatePodRequestCAS_FieldPathArrayItemValue
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdatePodRequestCAS_FieldPathArrayOfValues
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdatePodRequestCAS_FieldPathValue
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdatePodRequestCAS_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdatePodRequest_CAS) bool
- func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetSingle(source *UpdatePodRequest_CAS) (interface{}, bool)
- func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdatePodRequestCAS_FieldTerminalPathArrayOfValues
- func (fpaov *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) AsConditionalStateArrayOfValues() ([]*pod.Pod, bool)
- func (fpaov *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)
- func (fpaov *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdatePodRequestCAS_FieldTerminalPathValue
- func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) AsConditionalStateValue() (*pod.Pod, bool)
- func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
- func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdatePodRequest_CAS) (int, bool)
- func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) SetTo(target **UpdatePodRequest_CAS)
- func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type UpdatePodRequestFieldPathBuilder
- type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorPodMetadataAnnotations
- func (s UpdatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorPodMetadataLabels
- func (s UpdatePodRequestMapPathSelectorPodMetadataLabels) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorPodMetadataLabels) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorPodMetadataShards
- func (s UpdatePodRequestMapPathSelectorPodMetadataShards) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorPodMetadataShards) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits
- func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests
- func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCas
- func (UpdatePodRequestPathSelectorCas) ConditionalState() UpdatePodRequestPathSelectorCasConditionalState
- func (UpdatePodRequestPathSelectorCas) FieldMask() UpdatePodRequestPathSelectorCasFieldMask
- func (UpdatePodRequestPathSelectorCas) FieldPath() *UpdatePodRequest_FieldTerminalPath
- func (s UpdatePodRequestPathSelectorCas) WithArrayOfValues(values []*UpdatePodRequest_CAS) *UpdatePodRequest_FieldTerminalPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdatePodRequestCAS_FieldPathArrayItemValue) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdatePodRequestCAS_FieldPathArrayOfValues) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorCas) WithSubPath(subPath UpdatePodRequestCAS_FieldPath) *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCas) WithSubValue(subPathValue UpdatePodRequestCAS_FieldPathValue) *UpdatePodRequest_FieldSubPathValue
- func (s UpdatePodRequestPathSelectorCas) WithValue(value *UpdatePodRequest_CAS) *UpdatePodRequest_FieldTerminalPathValue
- type UpdatePodRequestPathSelectorCasConditionalState
- func (UpdatePodRequestPathSelectorCasConditionalState) DisplayName() UpdatePodRequestPathSelectorCasConditionalStateDisplayName
- func (UpdatePodRequestPathSelectorCasConditionalState) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalState) Metadata() UpdatePodRequestPathSelectorCasConditionalStateMetadata
- func (UpdatePodRequestPathSelectorCasConditionalState) Name() UpdatePodRequestPathSelectorCasConditionalStateName
- func (UpdatePodRequestPathSelectorCasConditionalState) Spec() UpdatePodRequestPathSelectorCasConditionalStateSpec
- func (UpdatePodRequestPathSelectorCasConditionalState) Status() UpdatePodRequestPathSelectorCasConditionalStateStatus
- func (s UpdatePodRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*pod.Pod) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalState) WithValue(value *pod.Pod) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateDisplayName
- func (UpdatePodRequestPathSelectorCasConditionalStateDisplayName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadata
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Annotations() UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) CreateTime() UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Generation() UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Labels() UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) OwnerReferences() UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) ResourceVersion() UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Shards() UpdatePodRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Syncing() UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Tags() UpdatePodRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) UpdateTime() UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Uuid() UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithKey(key string) UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithKey(key string) UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) ApiVersion() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Kind() UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Name() UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Uid() UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataShards
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithKey(key string) UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion() UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) Regions() UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataTags
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid
- func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateName
- func (UpdatePodRequestPathSelectorCasConditionalStateName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*pod.Name) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateName) WithValue(value *pod.Name) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpec
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Compose() UpdatePodRequestPathSelectorCasConditionalStateSpecCompose
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Containers() UpdatePodRequestPathSelectorCasConditionalStateSpecContainers
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) HostNetwork() UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) HostVolumeMounts() UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) ImagePullSecrets() UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Node() UpdatePodRequestPathSelectorCasConditionalStateSpecNode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) RestartPolicy() UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy
- func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Volumes() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues(values []*pod.Pod_Spec) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpec) WithValue(value *pod.Pod_Spec) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecCompose
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainers
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Args() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Command() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Env() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) EnvFrom() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Image() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) ImagePullPolicy() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Name() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) Resources() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) SecurityContext() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) VolumeMounts() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) Name() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) Value() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) ValueFrom() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithItemValue(value *pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithValue(value []*pod.EnvVar) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) ConfigMapRef() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) Prefix() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) SecretRef() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) Name() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) Optional() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) Name() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) Optional() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) ConfigMapKeyRef() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) SecretKeyRef() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Key() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Name() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *pod.ConfigMapKeySelector) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) Key() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) Name() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) Optional() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) Limits() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) Requests() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) WithValue(value *pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithKey(key string) ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithKey(key string) ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) Privileged() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) MountPath() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) Name() UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) ReadOnly() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) SubPath() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) MountPath() UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) Name() UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) ReadOnly() UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) SubPath() UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) Name() UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecNode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithValue(value *devices_device.Reference) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) ConfigMap() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) HostPath() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) Name() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) Secret() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithItemValue(value *pod.Volume) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithValue(value []*pod.Volume) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) DefaultMode() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) Items() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) Name() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) Optional() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) Key() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) Mode() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) Path() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) Path() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) Type() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) DefaultMode() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) Items() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) Optional() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) SecretName() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) Key() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) Mode() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) Path() UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName
- func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatus
- func (UpdatePodRequestPathSelectorCasConditionalStateStatus) ContainerStatuses() UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses
- func (UpdatePodRequestPathSelectorCasConditionalStateStatus) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateStatus) Phase() UpdatePodRequestPathSelectorCasConditionalStateStatusPhase
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatus) WithArrayOfValues(values []*pod.Pod_Status) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatus) WithValue(value *pod.Pod_Status) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) Name() UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) Running() UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) State() UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) Terminated() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) Waiting() UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) StartedAt() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) WithValue(value *pod.Pod_Status_Container_StateRunning) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) WithValue(value pod.Pod_Status_Container_State) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) ContainerId() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) ExitCode() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) FinishedAt() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) Message() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) Reason() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) Signal() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) StartedAt() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) WithValue(value *pod.Pod_Status_Container_StateTerminated) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) Message() ...
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) Reason() ...
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) WithValue(value *pod.Pod_Status_Container_StateWaiting) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasConditionalStateStatusPhase
- func (UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithValue(value pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorCasFieldMask
- func (UpdatePodRequestPathSelectorCasFieldMask) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorCasFieldMask) WithValue(value *pod.Pod_FieldMask) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPod
- func (UpdatePodRequestPathSelectorPod) DisplayName() UpdatePodRequestPathSelectorPodDisplayName
- func (UpdatePodRequestPathSelectorPod) FieldPath() *UpdatePodRequest_FieldTerminalPath
- func (UpdatePodRequestPathSelectorPod) Metadata() UpdatePodRequestPathSelectorPodMetadata
- func (UpdatePodRequestPathSelectorPod) Name() UpdatePodRequestPathSelectorPodName
- func (UpdatePodRequestPathSelectorPod) Spec() UpdatePodRequestPathSelectorPodSpec
- func (UpdatePodRequestPathSelectorPod) Status() UpdatePodRequestPathSelectorPodStatus
- func (s UpdatePodRequestPathSelectorPod) WithArrayOfValues(values []*pod.Pod) *UpdatePodRequest_FieldTerminalPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPod) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPod) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorPod) WithSubPath(subPath pod.Pod_FieldPath) *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPod) WithSubValue(subPathValue pod.Pod_FieldPathValue) *UpdatePodRequest_FieldSubPathValue
- func (s UpdatePodRequestPathSelectorPod) WithValue(value *pod.Pod) *UpdatePodRequest_FieldTerminalPathValue
- type UpdatePodRequestPathSelectorPodDisplayName
- func (UpdatePodRequestPathSelectorPodDisplayName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodDisplayName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodDisplayName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadata
- func (UpdatePodRequestPathSelectorPodMetadata) Annotations() UpdatePodRequestPathSelectorPodMetadataAnnotations
- func (UpdatePodRequestPathSelectorPodMetadata) CreateTime() UpdatePodRequestPathSelectorPodMetadataCreateTime
- func (UpdatePodRequestPathSelectorPodMetadata) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodMetadata) Generation() UpdatePodRequestPathSelectorPodMetadataGeneration
- func (UpdatePodRequestPathSelectorPodMetadata) Labels() UpdatePodRequestPathSelectorPodMetadataLabels
- func (UpdatePodRequestPathSelectorPodMetadata) OwnerReferences() UpdatePodRequestPathSelectorPodMetadataOwnerReferences
- func (UpdatePodRequestPathSelectorPodMetadata) ResourceVersion() UpdatePodRequestPathSelectorPodMetadataResourceVersion
- func (UpdatePodRequestPathSelectorPodMetadata) Shards() UpdatePodRequestPathSelectorPodMetadataShards
- func (UpdatePodRequestPathSelectorPodMetadata) Syncing() UpdatePodRequestPathSelectorPodMetadataSyncing
- func (UpdatePodRequestPathSelectorPodMetadata) Tags() UpdatePodRequestPathSelectorPodMetadataTags
- func (UpdatePodRequestPathSelectorPodMetadata) UpdateTime() UpdatePodRequestPathSelectorPodMetadataUpdateTime
- func (UpdatePodRequestPathSelectorPodMetadata) Uuid() UpdatePodRequestPathSelectorPodMetadataUuid
- func (s UpdatePodRequestPathSelectorPodMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadata) WithValue(value *ntt_meta.Meta) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataAnnotations
- func (UpdatePodRequestPathSelectorPodMetadataAnnotations) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorPodMetadataAnnotations) WithKey(key string) UpdatePodRequestMapPathSelectorPodMetadataAnnotations
- func (s UpdatePodRequestPathSelectorPodMetadataAnnotations) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataCreateTime
- func (UpdatePodRequestPathSelectorPodMetadataCreateTime) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataGeneration
- func (UpdatePodRequestPathSelectorPodMetadataGeneration) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataGeneration) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataLabels
- func (UpdatePodRequestPathSelectorPodMetadataLabels) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorPodMetadataLabels) WithKey(key string) UpdatePodRequestMapPathSelectorPodMetadataLabels
- func (s UpdatePodRequestPathSelectorPodMetadataLabels) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataOwnerReferences
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) ApiVersion() UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) BlockOwnerDeletion() UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Controller() UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Kind() UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Name() UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Uid() UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid
- func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataResourceVersion
- func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataShards
- func (UpdatePodRequestPathSelectorPodMetadataShards) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorPodMetadataShards) WithKey(key string) UpdatePodRequestMapPathSelectorPodMetadataShards
- func (s UpdatePodRequestPathSelectorPodMetadataShards) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataSyncing
- func (UpdatePodRequestPathSelectorPodMetadataSyncing) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodMetadataSyncing) OwningRegion() UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion
- func (UpdatePodRequestPathSelectorPodMetadataSyncing) Regions() UpdatePodRequestPathSelectorPodMetadataSyncingRegions
- func (s UpdatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion
- func (UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataSyncingRegions
- func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataTags
- func (UpdatePodRequestPathSelectorPodMetadataTags) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataTags) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodMetadataTags) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataUpdateTime
- func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodMetadataUuid
- func (UpdatePodRequestPathSelectorPodMetadataUuid) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodMetadataUuid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodName
- func (UpdatePodRequestPathSelectorPodName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodName) WithArrayOfValues(values []*pod.Name) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodName) WithValue(value *pod.Name) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpec
- func (UpdatePodRequestPathSelectorPodSpec) Compose() UpdatePodRequestPathSelectorPodSpecCompose
- func (UpdatePodRequestPathSelectorPodSpec) Containers() UpdatePodRequestPathSelectorPodSpecContainers
- func (UpdatePodRequestPathSelectorPodSpec) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpec) HostNetwork() UpdatePodRequestPathSelectorPodSpecHostNetwork
- func (UpdatePodRequestPathSelectorPodSpec) HostVolumeMounts() UpdatePodRequestPathSelectorPodSpecHostVolumeMounts
- func (UpdatePodRequestPathSelectorPodSpec) ImagePullSecrets() UpdatePodRequestPathSelectorPodSpecImagePullSecrets
- func (UpdatePodRequestPathSelectorPodSpec) Node() UpdatePodRequestPathSelectorPodSpecNode
- func (UpdatePodRequestPathSelectorPodSpec) RestartPolicy() UpdatePodRequestPathSelectorPodSpecRestartPolicy
- func (UpdatePodRequestPathSelectorPodSpec) Volumes() UpdatePodRequestPathSelectorPodSpecVolumes
- func (s UpdatePodRequestPathSelectorPodSpec) WithArrayOfValues(values []*pod.Pod_Spec) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpec) WithValue(value *pod.Pod_Spec) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecCompose
- func (UpdatePodRequestPathSelectorPodSpecCompose) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecCompose) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainers
- func (UpdatePodRequestPathSelectorPodSpecContainers) Args() UpdatePodRequestPathSelectorPodSpecContainersArgs
- func (UpdatePodRequestPathSelectorPodSpecContainers) Command() UpdatePodRequestPathSelectorPodSpecContainersCommand
- func (UpdatePodRequestPathSelectorPodSpecContainers) Env() UpdatePodRequestPathSelectorPodSpecContainersEnv
- func (UpdatePodRequestPathSelectorPodSpecContainers) EnvFrom() UpdatePodRequestPathSelectorPodSpecContainersEnvFrom
- func (UpdatePodRequestPathSelectorPodSpecContainers) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainers) Image() UpdatePodRequestPathSelectorPodSpecContainersImage
- func (UpdatePodRequestPathSelectorPodSpecContainers) ImagePullPolicy() UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy
- func (UpdatePodRequestPathSelectorPodSpecContainers) Name() UpdatePodRequestPathSelectorPodSpecContainersName
- func (UpdatePodRequestPathSelectorPodSpecContainers) Resources() UpdatePodRequestPathSelectorPodSpecContainersResources
- func (UpdatePodRequestPathSelectorPodSpecContainers) SecurityContext() UpdatePodRequestPathSelectorPodSpecContainersSecurityContext
- func (UpdatePodRequestPathSelectorPodSpecContainers) VolumeMounts() UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts
- func (s UpdatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersArgs
- func (UpdatePodRequestPathSelectorPodSpecContainersArgs) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecContainersArgs) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersCommand
- func (UpdatePodRequestPathSelectorPodSpecContainersCommand) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecContainersCommand) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnv
- func (UpdatePodRequestPathSelectorPodSpecContainersEnv) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersEnv) Name() UpdatePodRequestPathSelectorPodSpecContainersEnvName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnv) Value() UpdatePodRequestPathSelectorPodSpecContainersEnvValue
- func (UpdatePodRequestPathSelectorPodSpecContainersEnv) ValueFrom() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue(value *pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnv) WithValue(value []*pod.EnvVar) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFrom
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) ConfigMapRef() UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) Prefix() UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) SecretRef() UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) Name() UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) Optional() UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) Name() UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) Optional() UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValue
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) ConfigMapKeyRef() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) SecretKeyRef() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) Key() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) Name() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *pod.ConfigMapKeySelector) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) Key() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) Name() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) Optional() UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional
- func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersImage
- func (UpdatePodRequestPathSelectorPodSpecContainersImage) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersImage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy
- func (UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersName
- func (UpdatePodRequestPathSelectorPodSpecContainersName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersResources
- func (UpdatePodRequestPathSelectorPodSpecContainersResources) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersResources) Limits() UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits
- func (UpdatePodRequestPathSelectorPodSpecContainersResources) Requests() UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests
- func (s UpdatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersResources) WithValue(value *pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits
- func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithKey(key string) UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits
- func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests
- func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithKey(key string) UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests
- func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersSecurityContext
- func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) Privileged() UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged
- func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged
- func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) MountPath() UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) Name() UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) ReadOnly() UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) SubPath() UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath
- func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecHostNetwork
- func (UpdatePodRequestPathSelectorPodSpecHostNetwork) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecHostNetwork) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecHostVolumeMounts
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) MountPath() UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) Name() UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) ReadOnly() UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) SubPath() UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath
- func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecImagePullSecrets
- func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) Name() UpdatePodRequestPathSelectorPodSpecImagePullSecretsName
- func (s UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecImagePullSecretsName
- func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecNode
- func (UpdatePodRequestPathSelectorPodSpecNode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecNode) WithArrayOfValues(values []*devices_device.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecNode) WithValue(value *devices_device.Reference) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecRestartPolicy
- func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumes
- func (UpdatePodRequestPathSelectorPodSpecVolumes) ConfigMap() UpdatePodRequestPathSelectorPodSpecVolumesConfigMap
- func (UpdatePodRequestPathSelectorPodSpecVolumes) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecVolumes) HostPath() UpdatePodRequestPathSelectorPodSpecVolumesHostPath
- func (UpdatePodRequestPathSelectorPodSpecVolumes) Name() UpdatePodRequestPathSelectorPodSpecVolumesName
- func (UpdatePodRequestPathSelectorPodSpecVolumes) Secret() UpdatePodRequestPathSelectorPodSpecVolumesSecret
- func (s UpdatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumes) WithItemValue(value *pod.Volume) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecVolumes) WithValue(value []*pod.Volume) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMap
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) DefaultMode() UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) Items() UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) Name() UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) Optional() UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Key() UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Mode() UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) Path() UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional
- func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesHostPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) Path() UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) Type() UpdatePodRequestPathSelectorPodSpecVolumesHostPathType
- func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesHostPathType
- func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesName
- func (UpdatePodRequestPathSelectorPodSpecVolumesName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecret
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) DefaultMode() UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) Items() UpdatePodRequestPathSelectorPodSpecVolumesSecretItems
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) Optional() UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) SecretName() UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecretItems
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) Key() UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) Mode() UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) Path() UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName
- func (UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatus
- func (UpdatePodRequestPathSelectorPodStatus) ContainerStatuses() UpdatePodRequestPathSelectorPodStatusContainerStatuses
- func (UpdatePodRequestPathSelectorPodStatus) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodStatus) Phase() UpdatePodRequestPathSelectorPodStatusPhase
- func (s UpdatePodRequestPathSelectorPodStatus) WithArrayOfValues(values []*pod.Pod_Status) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatus) WithValue(value *pod.Pod_Status) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatuses
- func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Name() UpdatePodRequestPathSelectorPodStatusContainerStatusesName
- func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Running() UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning
- func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) State() UpdatePodRequestPathSelectorPodStatusContainerStatusesState
- func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Terminated() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated
- func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Waiting() UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesName
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesName) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) StartedAt() UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithValue(value *pod.Pod_Status_Container_StateRunning) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesState
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesState) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesState) WithValue(value pod.Pod_Status_Container_State) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) ContainerId() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) ExitCode() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FinishedAt() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) Message() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) Reason() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) Signal() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) StartedAt() UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithValue(value *pod.Pod_Status_Container_StateTerminated) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) FieldPath() *UpdatePodRequest_FieldSubPath
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) Message() UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) Reason() UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithValue(value *pod.Pod_Status_Container_StateWaiting) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason
- func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorPodStatusPhase
- func (UpdatePodRequestPathSelectorPodStatusPhase) FieldPath() *UpdatePodRequest_FieldSubPath
- func (s UpdatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathArrayOfValues
- func (s UpdatePodRequestPathSelectorPodStatusPhase) WithValue(value pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathValue
- type UpdatePodRequestPathSelectorUpdateMask
- func (UpdatePodRequestPathSelectorUpdateMask) FieldPath() *UpdatePodRequest_FieldTerminalPath
- func (s UpdatePodRequestPathSelectorUpdateMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *UpdatePodRequest_FieldTerminalPathArrayOfValues
- func (s UpdatePodRequestPathSelectorUpdateMask) WithValue(value *pod.Pod_FieldMask) *UpdatePodRequest_FieldTerminalPathValue
- type UpdatePodRequest_CAS
- func (o *UpdatePodRequest_CAS) Clone() *UpdatePodRequest_CAS
- func (o *UpdatePodRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
- func (*UpdatePodRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdatePodRequest_CAS) GetConditionalState() *pod.Pod
- func (m *UpdatePodRequest_CAS) GetFieldMask() *pod.Pod_FieldMask
- func (*UpdatePodRequest_CAS) GotenMessage()
- func (o *UpdatePodRequest_CAS) GotenObjectExt()
- func (obj *UpdatePodRequest_CAS) GotenValidate() error
- func (o *UpdatePodRequest_CAS) MakeDiffFieldMask(other *UpdatePodRequest_CAS) *UpdatePodRequest_CAS_FieldMask
- func (o *UpdatePodRequest_CAS) MakeFullFieldMask() *UpdatePodRequest_CAS_FieldMask
- func (o *UpdatePodRequest_CAS) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *UpdatePodRequest_CAS) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *UpdatePodRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdatePodRequest_CAS) MarshalJSON() ([]byte, error)
- func (o *UpdatePodRequest_CAS) Merge(source *UpdatePodRequest_CAS)
- func (o *UpdatePodRequest_CAS) MergeRaw(source gotenobject.GotenObjectExt)
- func (*UpdatePodRequest_CAS) ProtoMessage()
- func (m *UpdatePodRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdatePodRequest_CAS) Reset()
- func (m *UpdatePodRequest_CAS) SetConditionalState(fv *pod.Pod)
- func (m *UpdatePodRequest_CAS) SetFieldMask(fv *pod.Pod_FieldMask)
- func (m *UpdatePodRequest_CAS) String() string
- func (m *UpdatePodRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdatePodRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) WithValue(value int64) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) WithValue(value int64) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalState
- func (UpdatePodRequest_CASPathSelectorConditionalState) DisplayName() UpdatePodRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdatePodRequest_CASPathSelectorConditionalState) FieldPath() *UpdatePodRequestCAS_FieldTerminalPath
- func (UpdatePodRequest_CASPathSelectorConditionalState) Metadata() UpdatePodRequest_CASPathSelectorConditionalStateMetadata
- func (UpdatePodRequest_CASPathSelectorConditionalState) Name() UpdatePodRequest_CASPathSelectorConditionalStateName
- func (UpdatePodRequest_CASPathSelectorConditionalState) Spec() UpdatePodRequest_CASPathSelectorConditionalStateSpec
- func (UpdatePodRequest_CASPathSelectorConditionalState) Status() UpdatePodRequest_CASPathSelectorConditionalStateStatus
- func (s UpdatePodRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*pod.Pod) *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubPath(subPath pod.Pod_FieldPath) *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue pod.Pod_FieldPathValue) *UpdatePodRequestCAS_FieldSubPathValue
- func (s UpdatePodRequest_CASPathSelectorConditionalState) WithValue(value *pod.Pod) *UpdatePodRequestCAS_FieldTerminalPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateDisplayName
- func (UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadata
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Annotations() UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) CreateTime() UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Generation() UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Labels() UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences() UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion() UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Shards() UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Syncing() UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Tags() UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) UpdateTime() UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Uuid() UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithKey(key string) UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithKey(key string) UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) ApiVersion() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Kind() UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Name() UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Uid() UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithKey(key string) UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion() UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) Regions() UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid
- func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateName
- func (UpdatePodRequest_CASPathSelectorConditionalStateName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*pod.Name) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateName) WithValue(value *pod.Name) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpec
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Compose() UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Containers() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) HostNetwork() UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) HostVolumeMounts() UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) ImagePullSecrets() UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Node() UpdatePodRequest_CASPathSelectorConditionalStateSpecNode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) RestartPolicy() UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Volumes() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues(values []*pod.Pod_Spec) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithValue(value *pod.Pod_Spec) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) Args() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) Command() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) Env() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) EnvFrom() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) Image() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) ImagePullPolicy() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) Name() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) Resources() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) SecurityContext() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) VolumeMounts() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) Name() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) Value() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) ValueFrom() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithItemValue(value *pod.EnvVar) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithValue(value []*pod.EnvVar) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) ConfigMapRef() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) Prefix() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) SecretRef() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) Name() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) Optional() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) Name() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) Optional() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) ConfigMapKeyRef() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) SecretKeyRef() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Key() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Name() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *pod.ConfigMapKeySelector) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) Key() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) Name() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) Optional() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) Limits() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) Requests() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) WithValue(value *pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithKey(key string) ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithValue(value map[string]int64) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithKey(key string) ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithValue(value map[string]int64) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) Privileged() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) MountPath() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) Name() UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) ReadOnly() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) SubPath() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) MountPath() UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) Name() UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) ReadOnly() UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) SubPath() UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) Name() UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecNode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithValue(value *devices_device.Reference) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) ConfigMap() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) HostPath() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) Name() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) Secret() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithItemValue(value *pod.Volume) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithValue(value []*pod.Volume) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) DefaultMode() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) Items() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) Name() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) Optional() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) WithValue(value int32) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) Key() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) Mode() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) Path() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) WithValue(value int32) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) Path() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) Type() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) DefaultMode() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) Items() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) Optional() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) SecretName() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) WithValue(value int32) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) Key() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) Mode() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) Path() UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithValue(value int32) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName
- func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatus
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) ContainerStatuses() UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) Phase() UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithArrayOfValues(values []*pod.Pod_Status) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithValue(value *pod.Pod_Status) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) Name() UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) Running() UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) State() UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) Terminated() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) Waiting() UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) StartedAt() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) WithValue(value *pod.Pod_Status_Container_StateRunning) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) WithValue(value pod.Pod_Status_Container_State) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) ContainerId() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) ExitCode() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) FinishedAt() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) Message() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) Reason() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) Signal() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) StartedAt() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) WithValue(value *pod.Pod_Status_Container_StateTerminated) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) WithValue(value int32) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) Message() ...
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) Reason() ...
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) WithValue(value *pod.Pod_Status_Container_StateWaiting) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase
- func (UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) FieldPath() *UpdatePodRequestCAS_FieldSubPath
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithValue(value pod.Pod_Status_Phase) *UpdatePodRequestCAS_FieldSubPathValue
- type UpdatePodRequest_CASPathSelectorFieldMask
- func (UpdatePodRequest_CASPathSelectorFieldMask) FieldPath() *UpdatePodRequestCAS_FieldTerminalPath
- func (s UpdatePodRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues
- func (s UpdatePodRequest_CASPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *UpdatePodRequestCAS_FieldTerminalPathValue
- type UpdatePodRequest_CAS_FieldMask
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) AppendPath(path UpdatePodRequestCAS_FieldPath)
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) FilterInputFields() *UpdatePodRequest_CAS_FieldMask
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) GetPaths() []UpdatePodRequestCAS_FieldPath
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) IsFull() bool
- func (fieldMask UpdatePodRequest_CAS_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdatePodRequest_CAS_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) PathsCount() int
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) Project(source *UpdatePodRequest_CAS) *UpdatePodRequest_CAS
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) ProtoMessage()
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) Reset()
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) Set(target, source *UpdatePodRequest_CAS)
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) Size() int
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) String() string
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) Subtract(other *UpdatePodRequest_CAS_FieldMask) *UpdatePodRequest_CAS_FieldMask
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdatePodRequest_CAS_FieldMask) UnmarshalJSON(data []byte) error
- type UpdatePodRequest_FieldMask
- func (fieldMask *UpdatePodRequest_FieldMask) AppendPath(path UpdatePodRequest_FieldPath)
- func (fieldMask *UpdatePodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *UpdatePodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *UpdatePodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *UpdatePodRequest_FieldMask) FilterInputFields() *UpdatePodRequest_FieldMask
- func (fieldMask *UpdatePodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *UpdatePodRequest_FieldMask) GetPaths() []UpdatePodRequest_FieldPath
- func (fieldMask *UpdatePodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *UpdatePodRequest_FieldMask) IsFull() bool
- func (fieldMask UpdatePodRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask UpdatePodRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *UpdatePodRequest_FieldMask) PathsCount() int
- func (fieldMask *UpdatePodRequest_FieldMask) Project(source *UpdatePodRequest) *UpdatePodRequest
- func (fieldMask *UpdatePodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *UpdatePodRequest_FieldMask) ProtoMessage()
- func (fieldMask *UpdatePodRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *UpdatePodRequest_FieldMask) Reset()
- func (fieldMask *UpdatePodRequest_FieldMask) Set(target, source *UpdatePodRequest)
- func (fieldMask *UpdatePodRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *UpdatePodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *UpdatePodRequest_FieldMask) Size() int
- func (fieldMask *UpdatePodRequest_FieldMask) String() string
- func (fieldMask *UpdatePodRequest_FieldMask) Subtract(other *UpdatePodRequest_FieldMask) *UpdatePodRequest_FieldMask
- func (fieldMask *UpdatePodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *UpdatePodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *UpdatePodRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *UpdatePodRequest_FieldMask) UnmarshalJSON(data []byte) error
- type UpdatePodRequest_FieldPath
- type UpdatePodRequest_FieldPathArrayItemValue
- type UpdatePodRequest_FieldPathArrayOfValues
- type UpdatePodRequest_FieldPathSelector
- type UpdatePodRequest_FieldPathValue
- type UpdatePodRequest_FieldSubPath
- func (fps *UpdatePodRequest_FieldSubPath) AsCasSubPath() (UpdatePodRequestCAS_FieldPath, bool)
- func (fps *UpdatePodRequest_FieldSubPath) AsPodSubPath() (pod.Pod_FieldPath, bool)
- func (fps *UpdatePodRequest_FieldSubPath) ClearValue(item *UpdatePodRequest)
- func (fps *UpdatePodRequest_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *UpdatePodRequest_FieldSubPath) Get(source *UpdatePodRequest) (values []interface{})
- func (fps *UpdatePodRequest_FieldSubPath) GetDefault() interface{}
- func (fps *UpdatePodRequest_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *UpdatePodRequest_FieldSubPath) GetSingle(source *UpdatePodRequest) (interface{}, bool)
- func (fps *UpdatePodRequest_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *UpdatePodRequest_FieldSubPath) IsLeaf() bool
- func (fps *UpdatePodRequest_FieldSubPath) JSONString() string
- func (fps *UpdatePodRequest_FieldSubPath) Selector() UpdatePodRequest_FieldPathSelector
- func (fps *UpdatePodRequest_FieldSubPath) String() string
- func (fps *UpdatePodRequest_FieldSubPath) WithIArrayItemValue(value interface{}) UpdatePodRequest_FieldPathArrayItemValue
- func (fps *UpdatePodRequest_FieldSubPath) WithIArrayOfValues(values interface{}) UpdatePodRequest_FieldPathArrayOfValues
- func (fps *UpdatePodRequest_FieldSubPath) WithIValue(value interface{}) UpdatePodRequest_FieldPathValue
- func (fps *UpdatePodRequest_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *UpdatePodRequest_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *UpdatePodRequest_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdatePodRequest_FieldSubPathArrayItemValue
- func (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdatePodRequestCAS_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) AsPodPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
- func (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) ContainsValue(source *UpdatePodRequest) bool
- func (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type UpdatePodRequest_FieldSubPathArrayOfValues
- func (fpsaov *UpdatePodRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdatePodRequestCAS_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdatePodRequest_FieldSubPathArrayOfValues) AsPodPathArrayOfValues() (pod.Pod_FieldPathArrayOfValues, bool)
- func (fpsaov *UpdatePodRequest_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type UpdatePodRequest_FieldSubPathValue
- func (fpvs *UpdatePodRequest_FieldSubPathValue) AsCasPathValue() (UpdatePodRequestCAS_FieldPathValue, bool)
- func (fpvs *UpdatePodRequest_FieldSubPathValue) AsPodPathValue() (pod.Pod_FieldPathValue, bool)
- func (fpvs *UpdatePodRequest_FieldSubPathValue) CompareWith(source *UpdatePodRequest) (int, bool)
- func (fpvs *UpdatePodRequest_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *UpdatePodRequest_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *UpdatePodRequest_FieldSubPathValue) SetTo(target **UpdatePodRequest)
- func (fpvs *UpdatePodRequest_FieldSubPathValue) SetToRaw(target proto.Message)
- type UpdatePodRequest_FieldTerminalPath
- func (fp *UpdatePodRequest_FieldTerminalPath) ClearValue(item *UpdatePodRequest)
- func (fp *UpdatePodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *UpdatePodRequest_FieldTerminalPath) Get(source *UpdatePodRequest) (values []interface{})
- func (fp *UpdatePodRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *UpdatePodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *UpdatePodRequest_FieldTerminalPath) GetSingle(source *UpdatePodRequest) (interface{}, bool)
- func (fp *UpdatePodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *UpdatePodRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *UpdatePodRequest_FieldTerminalPath) JSONString() string
- func (fp *UpdatePodRequest_FieldTerminalPath) Selector() UpdatePodRequest_FieldPathSelector
- func (fp *UpdatePodRequest_FieldTerminalPath) String() string
- func (fp *UpdatePodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdatePodRequest_FieldPathArrayItemValue
- func (fp *UpdatePodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdatePodRequest_FieldPathArrayOfValues
- func (fp *UpdatePodRequest_FieldTerminalPath) WithIValue(value interface{}) UpdatePodRequest_FieldPathValue
- func (fp *UpdatePodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *UpdatePodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *UpdatePodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type UpdatePodRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdatePodRequest) bool
- func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *UpdatePodRequest) (interface{}, bool)
- func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type UpdatePodRequest_FieldTerminalPathArrayOfValues
- func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdatePodRequest_CAS, bool)
- func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) AsPodArrayOfValues() ([]*pod.Pod, bool)
- func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) AsUpdateMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)
- func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type UpdatePodRequest_FieldTerminalPathValue
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) AsCasValue() (*UpdatePodRequest_CAS, bool)
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) AsPodValue() (*pod.Pod, bool)
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) AsUpdateMaskValue() (*pod.Pod_FieldMask, bool)
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) CompareWith(source *UpdatePodRequest) (int, bool)
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) SetTo(target **UpdatePodRequest)
- func (fpv *UpdatePodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchPodClientStream
- type WatchPodDescriptor
- func (d *WatchPodDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchPodDescriptor) GetApiName() string
- func (d *WatchPodDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchPodDescriptor) GetFullMethodName() string
- func (d *WatchPodDescriptor) GetMethodName() string
- func (d *WatchPodDescriptor) GetProtoPkgName() string
- func (d *WatchPodDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchPodDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchPodDescriptor) GetServiceDomain() string
- func (d *WatchPodDescriptor) GetServiceVersion() string
- func (d *WatchPodDescriptor) GetVerb() string
- func (d *WatchPodDescriptor) HasResource() bool
- func (d *WatchPodDescriptor) IsClientStream() bool
- func (d *WatchPodDescriptor) IsCollection() bool
- func (d *WatchPodDescriptor) IsPlural() bool
- func (d *WatchPodDescriptor) IsServerStream() bool
- func (d *WatchPodDescriptor) IsUnary() bool
- func (d *WatchPodDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchPodDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchPodDescriptor) RequestHasResourceBody() bool
- type WatchPodDescriptorClientMsgHandle
- func (h *WatchPodDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchPodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchPodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchPodDescriptorServerMsgHandle
- func (h *WatchPodDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchPodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchPodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchPodRequest
- func (o *WatchPodRequest) Clone() *WatchPodRequest
- func (o *WatchPodRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchPodRequest) Descriptor() ([]byte, []int)
- func (m *WatchPodRequest) GetFieldMask() *pod.Pod_FieldMask
- func (m *WatchPodRequest) GetName() *pod.Reference
- func (m *WatchPodRequest) GetView() view.View
- func (*WatchPodRequest) GotenMessage()
- func (o *WatchPodRequest) GotenObjectExt()
- func (obj *WatchPodRequest) GotenValidate() error
- func (o *WatchPodRequest) MakeDiffFieldMask(other *WatchPodRequest) *WatchPodRequest_FieldMask
- func (o *WatchPodRequest) MakeFullFieldMask() *WatchPodRequest_FieldMask
- func (o *WatchPodRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchPodRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchPodRequest) Marshal() ([]byte, error)
- func (m *WatchPodRequest) MarshalJSON() ([]byte, error)
- func (o *WatchPodRequest) Merge(source *WatchPodRequest)
- func (o *WatchPodRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchPodRequest) ProtoMessage()
- func (m *WatchPodRequest) ProtoReflect() preflect.Message
- func (m *WatchPodRequest) Reset()
- func (m *WatchPodRequest) SetFieldMask(fv *pod.Pod_FieldMask)
- func (m *WatchPodRequest) SetName(fv *pod.Reference)
- func (m *WatchPodRequest) SetView(fv view.View)
- func (m *WatchPodRequest) String() string
- func (m *WatchPodRequest) Unmarshal(b []byte) error
- func (m *WatchPodRequest) UnmarshalJSON(data []byte) error
- type WatchPodRequestFieldPathBuilder
- type WatchPodRequestPathSelectorFieldMask
- func (WatchPodRequestPathSelectorFieldMask) FieldPath() *WatchPodRequest_FieldTerminalPath
- func (s WatchPodRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *WatchPodRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *WatchPodRequest_FieldTerminalPathValue
- type WatchPodRequestPathSelectorName
- func (WatchPodRequestPathSelectorName) FieldPath() *WatchPodRequest_FieldTerminalPath
- func (s WatchPodRequestPathSelectorName) WithArrayOfValues(values []*pod.Reference) *WatchPodRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodRequestPathSelectorName) WithValue(value *pod.Reference) *WatchPodRequest_FieldTerminalPathValue
- type WatchPodRequestPathSelectorView
- func (WatchPodRequestPathSelectorView) FieldPath() *WatchPodRequest_FieldTerminalPath
- func (s WatchPodRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchPodRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodRequestPathSelectorView) WithValue(value view.View) *WatchPodRequest_FieldTerminalPathValue
- type WatchPodRequest_FieldMask
- func (fieldMask *WatchPodRequest_FieldMask) AppendPath(path WatchPodRequest_FieldPath)
- func (fieldMask *WatchPodRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchPodRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchPodRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchPodRequest_FieldMask) FilterInputFields() *WatchPodRequest_FieldMask
- func (fieldMask *WatchPodRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchPodRequest_FieldMask) GetPaths() []WatchPodRequest_FieldPath
- func (fieldMask *WatchPodRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchPodRequest_FieldMask) IsFull() bool
- func (fieldMask WatchPodRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchPodRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchPodRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchPodRequest_FieldMask) Project(source *WatchPodRequest) *WatchPodRequest
- func (fieldMask *WatchPodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchPodRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchPodRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchPodRequest_FieldMask) Reset()
- func (fieldMask *WatchPodRequest_FieldMask) Set(target, source *WatchPodRequest)
- func (fieldMask *WatchPodRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchPodRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchPodRequest_FieldMask) Size() int
- func (fieldMask *WatchPodRequest_FieldMask) String() string
- func (fieldMask *WatchPodRequest_FieldMask) Subtract(other *WatchPodRequest_FieldMask) *WatchPodRequest_FieldMask
- func (fieldMask *WatchPodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchPodRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchPodRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchPodRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchPodRequest_FieldPath
- type WatchPodRequest_FieldPathArrayItemValue
- type WatchPodRequest_FieldPathArrayOfValues
- type WatchPodRequest_FieldPathSelector
- type WatchPodRequest_FieldPathValue
- type WatchPodRequest_FieldTerminalPath
- func (fp *WatchPodRequest_FieldTerminalPath) ClearValue(item *WatchPodRequest)
- func (fp *WatchPodRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchPodRequest_FieldTerminalPath) Get(source *WatchPodRequest) (values []interface{})
- func (fp *WatchPodRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchPodRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchPodRequest_FieldTerminalPath) GetSingle(source *WatchPodRequest) (interface{}, bool)
- func (fp *WatchPodRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchPodRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchPodRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchPodRequest_FieldTerminalPath) Selector() WatchPodRequest_FieldPathSelector
- func (fp *WatchPodRequest_FieldTerminalPath) String() string
- func (fp *WatchPodRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodRequest_FieldPathArrayItemValue
- func (fp *WatchPodRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodRequest_FieldPathArrayOfValues
- func (fp *WatchPodRequest_FieldTerminalPath) WithIValue(value interface{}) WatchPodRequest_FieldPathValue
- func (fp *WatchPodRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchPodRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchPodRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchPodRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodRequest) bool
- func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodRequest) (interface{}, bool)
- func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchPodRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)
- func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*pod.Reference, bool)
- func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchPodRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchPodRequest_FieldTerminalPathValue
- func (fpv *WatchPodRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
- func (fpv *WatchPodRequest_FieldTerminalPathValue) AsNameValue() (*pod.Reference, bool)
- func (fpv *WatchPodRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchPodRequest_FieldTerminalPathValue) CompareWith(source *WatchPodRequest) (int, bool)
- func (fpv *WatchPodRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchPodRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchPodRequest_FieldTerminalPathValue) SetTo(target **WatchPodRequest)
- func (fpv *WatchPodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchPodResponse
- func (o *WatchPodResponse) Clone() *WatchPodResponse
- func (o *WatchPodResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchPodResponse) Descriptor() ([]byte, []int)
- func (m *WatchPodResponse) GetChange() *pod.PodChange
- func (*WatchPodResponse) GotenMessage()
- func (o *WatchPodResponse) GotenObjectExt()
- func (obj *WatchPodResponse) GotenValidate() error
- func (o *WatchPodResponse) MakeDiffFieldMask(other *WatchPodResponse) *WatchPodResponse_FieldMask
- func (o *WatchPodResponse) MakeFullFieldMask() *WatchPodResponse_FieldMask
- func (o *WatchPodResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchPodResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchPodResponse) Marshal() ([]byte, error)
- func (m *WatchPodResponse) MarshalJSON() ([]byte, error)
- func (o *WatchPodResponse) Merge(source *WatchPodResponse)
- func (o *WatchPodResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchPodResponse) ProtoMessage()
- func (m *WatchPodResponse) ProtoReflect() preflect.Message
- func (m *WatchPodResponse) Reset()
- func (m *WatchPodResponse) SetChange(fv *pod.PodChange)
- func (m *WatchPodResponse) String() string
- func (m *WatchPodResponse) Unmarshal(b []byte) error
- func (m *WatchPodResponse) UnmarshalJSON(data []byte) error
- type WatchPodResponseFieldPathBuilder
- type WatchPodResponsePathSelectorChange
- func (WatchPodResponsePathSelectorChange) FieldPath() *WatchPodResponse_FieldTerminalPath
- func (s WatchPodResponsePathSelectorChange) WithArrayOfValues(values []*pod.PodChange) *WatchPodResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodResponsePathSelectorChange) WithValue(value *pod.PodChange) *WatchPodResponse_FieldTerminalPathValue
- type WatchPodResponse_FieldMask
- func (fieldMask *WatchPodResponse_FieldMask) AppendPath(path WatchPodResponse_FieldPath)
- func (fieldMask *WatchPodResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchPodResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchPodResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchPodResponse_FieldMask) FilterInputFields() *WatchPodResponse_FieldMask
- func (fieldMask *WatchPodResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchPodResponse_FieldMask) GetPaths() []WatchPodResponse_FieldPath
- func (fieldMask *WatchPodResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchPodResponse_FieldMask) IsFull() bool
- func (fieldMask WatchPodResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchPodResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchPodResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchPodResponse_FieldMask) Project(source *WatchPodResponse) *WatchPodResponse
- func (fieldMask *WatchPodResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchPodResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchPodResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchPodResponse_FieldMask) Reset()
- func (fieldMask *WatchPodResponse_FieldMask) Set(target, source *WatchPodResponse)
- func (fieldMask *WatchPodResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchPodResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchPodResponse_FieldMask) Size() int
- func (fieldMask *WatchPodResponse_FieldMask) String() string
- func (fieldMask *WatchPodResponse_FieldMask) Subtract(other *WatchPodResponse_FieldMask) *WatchPodResponse_FieldMask
- func (fieldMask *WatchPodResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchPodResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchPodResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchPodResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchPodResponse_FieldPath
- type WatchPodResponse_FieldPathArrayItemValue
- type WatchPodResponse_FieldPathArrayOfValues
- type WatchPodResponse_FieldPathSelector
- type WatchPodResponse_FieldPathValue
- type WatchPodResponse_FieldTerminalPath
- func (fp *WatchPodResponse_FieldTerminalPath) ClearValue(item *WatchPodResponse)
- func (fp *WatchPodResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchPodResponse_FieldTerminalPath) Get(source *WatchPodResponse) (values []interface{})
- func (fp *WatchPodResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchPodResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchPodResponse_FieldTerminalPath) GetSingle(source *WatchPodResponse) (interface{}, bool)
- func (fp *WatchPodResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchPodResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchPodResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchPodResponse_FieldTerminalPath) Selector() WatchPodResponse_FieldPathSelector
- func (fp *WatchPodResponse_FieldTerminalPath) String() string
- func (fp *WatchPodResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodResponse_FieldPathArrayItemValue
- func (fp *WatchPodResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodResponse_FieldPathArrayOfValues
- func (fp *WatchPodResponse_FieldTerminalPath) WithIValue(value interface{}) WatchPodResponse_FieldPathValue
- func (fp *WatchPodResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchPodResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchPodResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchPodResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodResponse) bool
- func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodResponse) (interface{}, bool)
- func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchPodResponse_FieldTerminalPathArrayOfValues
- type WatchPodResponse_FieldTerminalPathValue
- func (fpv *WatchPodResponse_FieldTerminalPathValue) AsChangeValue() (*pod.PodChange, bool)
- func (fpv *WatchPodResponse_FieldTerminalPathValue) CompareWith(source *WatchPodResponse) (int, bool)
- func (fpv *WatchPodResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchPodResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchPodResponse_FieldTerminalPathValue) SetTo(target **WatchPodResponse)
- func (fpv *WatchPodResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchPodsClientStream
- type WatchPodsDescriptor
- func (d *WatchPodsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchPodsDescriptor) GetApiName() string
- func (d *WatchPodsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchPodsDescriptor) GetFullMethodName() string
- func (d *WatchPodsDescriptor) GetMethodName() string
- func (d *WatchPodsDescriptor) GetProtoPkgName() string
- func (d *WatchPodsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchPodsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchPodsDescriptor) GetServiceDomain() string
- func (d *WatchPodsDescriptor) GetServiceVersion() string
- func (d *WatchPodsDescriptor) GetVerb() string
- func (d *WatchPodsDescriptor) HasResource() bool
- func (d *WatchPodsDescriptor) IsClientStream() bool
- func (d *WatchPodsDescriptor) IsCollection() bool
- func (d *WatchPodsDescriptor) IsPlural() bool
- func (d *WatchPodsDescriptor) IsServerStream() bool
- func (d *WatchPodsDescriptor) IsUnary() bool
- func (d *WatchPodsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchPodsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchPodsDescriptor) RequestHasResourceBody() bool
- type WatchPodsDescriptorClientMsgHandle
- func (h *WatchPodsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchPodsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchPodsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchPodsDescriptorServerMsgHandle
- func (h *WatchPodsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchPodsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchPodsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchPodsRequest
- func (o *WatchPodsRequest) Clone() *WatchPodsRequest
- func (o *WatchPodsRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchPodsRequest) Descriptor() ([]byte, []int)
- func (m *WatchPodsRequest) GetFieldMask() *pod.Pod_FieldMask
- func (m *WatchPodsRequest) GetFilter() *pod.Filter
- func (m *WatchPodsRequest) GetMaxChunkSize() int32
- func (m *WatchPodsRequest) GetOrderBy() *pod.OrderBy
- func (m *WatchPodsRequest) GetPageSize() int32
- func (m *WatchPodsRequest) GetPageToken() *pod.PagerCursor
- func (m *WatchPodsRequest) GetParent() *pod.ParentReference
- func (m *WatchPodsRequest) GetResumeToken() string
- func (m *WatchPodsRequest) GetType() watch_type.WatchType
- func (m *WatchPodsRequest) GetView() view.View
- func (*WatchPodsRequest) GotenMessage()
- func (o *WatchPodsRequest) GotenObjectExt()
- func (obj *WatchPodsRequest) GotenValidate() error
- func (o *WatchPodsRequest) MakeDiffFieldMask(other *WatchPodsRequest) *WatchPodsRequest_FieldMask
- func (o *WatchPodsRequest) MakeFullFieldMask() *WatchPodsRequest_FieldMask
- func (o *WatchPodsRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchPodsRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchPodsRequest) Marshal() ([]byte, error)
- func (m *WatchPodsRequest) MarshalJSON() ([]byte, error)
- func (o *WatchPodsRequest) Merge(source *WatchPodsRequest)
- func (o *WatchPodsRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchPodsRequest) ProtoMessage()
- func (m *WatchPodsRequest) ProtoReflect() preflect.Message
- func (m *WatchPodsRequest) Reset()
- func (m *WatchPodsRequest) SetFieldMask(fv *pod.Pod_FieldMask)
- func (m *WatchPodsRequest) SetFilter(fv *pod.Filter)
- func (m *WatchPodsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchPodsRequest) SetOrderBy(fv *pod.OrderBy)
- func (m *WatchPodsRequest) SetPageSize(fv int32)
- func (m *WatchPodsRequest) SetPageToken(fv *pod.PagerCursor)
- func (m *WatchPodsRequest) SetParent(fv *pod.ParentReference)
- func (m *WatchPodsRequest) SetResumeToken(fv string)
- func (m *WatchPodsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchPodsRequest) SetView(fv view.View)
- func (m *WatchPodsRequest) String() string
- func (m *WatchPodsRequest) Unmarshal(b []byte) error
- func (m *WatchPodsRequest) UnmarshalJSON(data []byte) error
- type WatchPodsRequestFieldPathBuilder
- func (WatchPodsRequestFieldPathBuilder) FieldMask() WatchPodsRequestPathSelectorFieldMask
- func (WatchPodsRequestFieldPathBuilder) Filter() WatchPodsRequestPathSelectorFilter
- func (WatchPodsRequestFieldPathBuilder) MaxChunkSize() WatchPodsRequestPathSelectorMaxChunkSize
- func (WatchPodsRequestFieldPathBuilder) OrderBy() WatchPodsRequestPathSelectorOrderBy
- func (WatchPodsRequestFieldPathBuilder) PageSize() WatchPodsRequestPathSelectorPageSize
- func (WatchPodsRequestFieldPathBuilder) PageToken() WatchPodsRequestPathSelectorPageToken
- func (WatchPodsRequestFieldPathBuilder) Parent() WatchPodsRequestPathSelectorParent
- func (WatchPodsRequestFieldPathBuilder) ResumeToken() WatchPodsRequestPathSelectorResumeToken
- func (WatchPodsRequestFieldPathBuilder) Type() WatchPodsRequestPathSelectorType
- func (WatchPodsRequestFieldPathBuilder) View() WatchPodsRequestPathSelectorView
- type WatchPodsRequestPathSelectorFieldMask
- func (WatchPodsRequestPathSelectorFieldMask) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorFilter
- func (WatchPodsRequestPathSelectorFilter) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorFilter) WithArrayOfValues(values []*pod.Filter) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorFilter) WithValue(value *pod.Filter) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorMaxChunkSize
- func (WatchPodsRequestPathSelectorMaxChunkSize) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorOrderBy
- func (WatchPodsRequestPathSelectorOrderBy) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorOrderBy) WithArrayOfValues(values []*pod.OrderBy) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorOrderBy) WithValue(value *pod.OrderBy) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorPageSize
- func (WatchPodsRequestPathSelectorPageSize) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorPageSize) WithValue(value int32) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorPageToken
- func (WatchPodsRequestPathSelectorPageToken) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorPageToken) WithValue(value *pod.PagerCursor) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorParent
- func (WatchPodsRequestPathSelectorParent) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorParent) WithArrayOfValues(values []*pod.ParentReference) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorParent) WithValue(value *pod.ParentReference) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorResumeToken
- func (WatchPodsRequestPathSelectorResumeToken) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorResumeToken) WithValue(value string) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorType
- func (WatchPodsRequestPathSelectorType) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequestPathSelectorView
- func (WatchPodsRequestPathSelectorView) FieldPath() *WatchPodsRequest_FieldTerminalPath
- func (s WatchPodsRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (s WatchPodsRequestPathSelectorView) WithValue(value view.View) *WatchPodsRequest_FieldTerminalPathValue
- type WatchPodsRequest_FieldMask
- func (fieldMask *WatchPodsRequest_FieldMask) AppendPath(path WatchPodsRequest_FieldPath)
- func (fieldMask *WatchPodsRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchPodsRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchPodsRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchPodsRequest_FieldMask) FilterInputFields() *WatchPodsRequest_FieldMask
- func (fieldMask *WatchPodsRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchPodsRequest_FieldMask) GetPaths() []WatchPodsRequest_FieldPath
- func (fieldMask *WatchPodsRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchPodsRequest_FieldMask) IsFull() bool
- func (fieldMask WatchPodsRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchPodsRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchPodsRequest_FieldMask) PathsCount() int
- func (fieldMask *WatchPodsRequest_FieldMask) Project(source *WatchPodsRequest) *WatchPodsRequest
- func (fieldMask *WatchPodsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchPodsRequest_FieldMask) ProtoMessage()
- func (fieldMask *WatchPodsRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchPodsRequest_FieldMask) Reset()
- func (fieldMask *WatchPodsRequest_FieldMask) Set(target, source *WatchPodsRequest)
- func (fieldMask *WatchPodsRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchPodsRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchPodsRequest_FieldMask) Size() int
- func (fieldMask *WatchPodsRequest_FieldMask) String() string
- func (fieldMask *WatchPodsRequest_FieldMask) Subtract(other *WatchPodsRequest_FieldMask) *WatchPodsRequest_FieldMask
- func (fieldMask *WatchPodsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchPodsRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchPodsRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchPodsRequest_FieldMask) UnmarshalJSON(data []byte) error
- type WatchPodsRequest_FieldPath
- type WatchPodsRequest_FieldPathArrayItemValue
- type WatchPodsRequest_FieldPathArrayOfValues
- type WatchPodsRequest_FieldPathSelector
- type WatchPodsRequest_FieldPathValue
- type WatchPodsRequest_FieldTerminalPath
- func (fp *WatchPodsRequest_FieldTerminalPath) ClearValue(item *WatchPodsRequest)
- func (fp *WatchPodsRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchPodsRequest_FieldTerminalPath) Get(source *WatchPodsRequest) (values []interface{})
- func (fp *WatchPodsRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchPodsRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchPodsRequest_FieldTerminalPath) GetSingle(source *WatchPodsRequest) (interface{}, bool)
- func (fp *WatchPodsRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchPodsRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchPodsRequest_FieldTerminalPath) JSONString() string
- func (fp *WatchPodsRequest_FieldTerminalPath) Selector() WatchPodsRequest_FieldPathSelector
- func (fp *WatchPodsRequest_FieldTerminalPath) String() string
- func (fp *WatchPodsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodsRequest_FieldPathArrayItemValue
- func (fp *WatchPodsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodsRequest_FieldPathArrayOfValues
- func (fp *WatchPodsRequest_FieldTerminalPath) WithIValue(value interface{}) WatchPodsRequest_FieldPathValue
- func (fp *WatchPodsRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchPodsRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchPodsRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchPodsRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodsRequest) bool
- func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodsRequest) (interface{}, bool)
- func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchPodsRequest_FieldTerminalPathArrayOfValues
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*pod.Pod_FieldMask, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*pod.Filter, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsMaxChunkSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*pod.OrderBy, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*pod.ParentReference, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchPodsRequest_FieldTerminalPathValue
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsFilterValue() (*pod.Filter, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsMaxChunkSizeValue() (int32, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsOrderByValue() (*pod.OrderBy, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsPageTokenValue() (*pod.PagerCursor, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsParentValue() (*pod.ParentReference, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) CompareWith(source *WatchPodsRequest) (int, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) SetTo(target **WatchPodsRequest)
- func (fpv *WatchPodsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchPodsResponse
- func (o *WatchPodsResponse) Clone() *WatchPodsResponse
- func (o *WatchPodsResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchPodsResponse) Descriptor() ([]byte, []int)
- func (m *WatchPodsResponse) GetIsCurrent() bool
- func (m *WatchPodsResponse) GetIsHardReset() bool
- func (m *WatchPodsResponse) GetIsSoftReset() bool
- func (m *WatchPodsResponse) GetPageTokenChange() *WatchPodsResponse_PageTokenChange
- func (m *WatchPodsResponse) GetPodChanges() []*pod.PodChange
- func (m *WatchPodsResponse) GetResumeToken() string
- func (m *WatchPodsResponse) GetSnapshotSize() int64
- func (*WatchPodsResponse) GotenMessage()
- func (o *WatchPodsResponse) GotenObjectExt()
- func (obj *WatchPodsResponse) GotenValidate() error
- func (o *WatchPodsResponse) MakeDiffFieldMask(other *WatchPodsResponse) *WatchPodsResponse_FieldMask
- func (o *WatchPodsResponse) MakeFullFieldMask() *WatchPodsResponse_FieldMask
- func (o *WatchPodsResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchPodsResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchPodsResponse) Marshal() ([]byte, error)
- func (m *WatchPodsResponse) MarshalJSON() ([]byte, error)
- func (o *WatchPodsResponse) Merge(source *WatchPodsResponse)
- func (o *WatchPodsResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchPodsResponse) ProtoMessage()
- func (m *WatchPodsResponse) ProtoReflect() preflect.Message
- func (m *WatchPodsResponse) Reset()
- func (m *WatchPodsResponse) SetIsCurrent(fv bool)
- func (m *WatchPodsResponse) SetIsHardReset(fv bool)
- func (m *WatchPodsResponse) SetIsSoftReset(fv bool)
- func (m *WatchPodsResponse) SetPageTokenChange(fv *WatchPodsResponse_PageTokenChange)
- func (m *WatchPodsResponse) SetPodChanges(fv []*pod.PodChange)
- func (m *WatchPodsResponse) SetResumeToken(fv string)
- func (m *WatchPodsResponse) SetSnapshotSize(fv int64)
- func (m *WatchPodsResponse) String() string
- func (m *WatchPodsResponse) Unmarshal(b []byte) error
- func (m *WatchPodsResponse) UnmarshalJSON(data []byte) error
- type WatchPodsResponseFieldPathBuilder
- func (WatchPodsResponseFieldPathBuilder) IsCurrent() WatchPodsResponsePathSelectorIsCurrent
- func (WatchPodsResponseFieldPathBuilder) IsHardReset() WatchPodsResponsePathSelectorIsHardReset
- func (WatchPodsResponseFieldPathBuilder) IsSoftReset() WatchPodsResponsePathSelectorIsSoftReset
- func (WatchPodsResponseFieldPathBuilder) PageTokenChange() WatchPodsResponsePathSelectorPageTokenChange
- func (WatchPodsResponseFieldPathBuilder) PodChanges() WatchPodsResponsePathSelectorPodChanges
- func (WatchPodsResponseFieldPathBuilder) ResumeToken() WatchPodsResponsePathSelectorResumeToken
- func (WatchPodsResponseFieldPathBuilder) SnapshotSize() WatchPodsResponsePathSelectorSnapshotSize
- type WatchPodsResponsePageTokenChangeFieldPathBuilder
- type WatchPodsResponsePageTokenChange_FieldPath
- func BuildWatchPodsResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchPodsResponsePageTokenChange_FieldPath, error)
- func MustParseWatchPodsResponsePageTokenChange_FieldPath(rawField string) WatchPodsResponsePageTokenChange_FieldPath
- func ParseWatchPodsResponsePageTokenChange_FieldPath(rawField string) (WatchPodsResponsePageTokenChange_FieldPath, error)
- type WatchPodsResponsePageTokenChange_FieldPathArrayItemValue
- func MustParseWatchPodsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) WatchPodsResponsePageTokenChange_FieldPathArrayItemValue
- func ParseWatchPodsResponsePageTokenChange_FieldPathArrayItemValue(pathStr, valueStr string) (WatchPodsResponsePageTokenChange_FieldPathArrayItemValue, error)
- type WatchPodsResponsePageTokenChange_FieldPathArrayOfValues
- func MustParseWatchPodsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) WatchPodsResponsePageTokenChange_FieldPathArrayOfValues
- func ParseWatchPodsResponsePageTokenChange_FieldPathArrayOfValues(pathStr, valuesStr string) (WatchPodsResponsePageTokenChange_FieldPathArrayOfValues, error)
- type WatchPodsResponsePageTokenChange_FieldPathSelector
- type WatchPodsResponsePageTokenChange_FieldPathValue
- type WatchPodsResponsePageTokenChange_FieldTerminalPath
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchPodsResponse_PageTokenChange)
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) Get(source *WatchPodsResponse_PageTokenChange) (values []interface{})
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchPodsResponse_PageTokenChange) (interface{}, bool)
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) JSONString() string
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) Selector() WatchPodsResponsePageTokenChange_FieldPathSelector
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) String() string
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodsResponsePageTokenChange_FieldPathArrayItemValue
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodsResponsePageTokenChange_FieldPathArrayOfValues
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchPodsResponsePageTokenChange_FieldPathValue
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodsResponse_PageTokenChange) bool
- func (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodsResponse_PageTokenChange) (interface{}, bool)
- func (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (fpaov *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)
- func (fpaov *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*pod.PagerCursor, bool)
- func (fpaov *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchPodsResponsePageTokenChange_FieldTerminalPathValue
- func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*pod.PagerCursor, bool)
- func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*pod.PagerCursor, bool)
- func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchPodsResponse_PageTokenChange) (int, bool)
- func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchPodsResponse_PageTokenChange)
- func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchPodsResponsePathSelectorIsCurrent
- func (WatchPodsResponsePathSelectorIsCurrent) FieldPath() *WatchPodsResponse_FieldTerminalPath
- func (s WatchPodsResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponsePathSelectorIsCurrent) WithValue(value bool) *WatchPodsResponse_FieldTerminalPathValue
- type WatchPodsResponsePathSelectorIsHardReset
- func (WatchPodsResponsePathSelectorIsHardReset) FieldPath() *WatchPodsResponse_FieldTerminalPath
- func (s WatchPodsResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponsePathSelectorIsHardReset) WithValue(value bool) *WatchPodsResponse_FieldTerminalPathValue
- type WatchPodsResponsePathSelectorIsSoftReset
- func (WatchPodsResponsePathSelectorIsSoftReset) FieldPath() *WatchPodsResponse_FieldTerminalPath
- func (s WatchPodsResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchPodsResponse_FieldTerminalPathValue
- type WatchPodsResponsePathSelectorPageTokenChange
- func (WatchPodsResponsePathSelectorPageTokenChange) FieldPath() *WatchPodsResponse_FieldTerminalPath
- func (WatchPodsResponsePathSelectorPageTokenChange) NextPageToken() WatchPodsResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchPodsResponsePathSelectorPageTokenChange) PrevPageToken() WatchPodsResponsePathSelectorPageTokenChangePrevPageToken
- func (s WatchPodsResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchPodsResponse_PageTokenChange) *WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayItemValue(subPathArrayItemValue WatchPodsResponsePageTokenChange_FieldPathArrayItemValue) *WatchPodsResponse_FieldSubPathArrayItemValue
- func (s WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchPodsResponsePageTokenChange_FieldPathArrayOfValues) *WatchPodsResponse_FieldSubPathArrayOfValues
- func (WatchPodsResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchPodsResponsePageTokenChange_FieldPath) *WatchPodsResponse_FieldSubPath
- func (s WatchPodsResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchPodsResponsePageTokenChange_FieldPathValue) *WatchPodsResponse_FieldSubPathValue
- func (s WatchPodsResponsePathSelectorPageTokenChange) WithValue(value *WatchPodsResponse_PageTokenChange) *WatchPodsResponse_FieldTerminalPathValue
- type WatchPodsResponsePathSelectorPageTokenChangeNextPageToken
- func (WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) FieldPath() *WatchPodsResponse_FieldSubPath
- func (s WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponse_FieldSubPathArrayOfValues
- func (s WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *pod.PagerCursor) *WatchPodsResponse_FieldSubPathValue
- type WatchPodsResponsePathSelectorPageTokenChangePrevPageToken
- func (WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) FieldPath() *WatchPodsResponse_FieldSubPath
- func (s WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponse_FieldSubPathArrayOfValues
- func (s WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *pod.PagerCursor) *WatchPodsResponse_FieldSubPathValue
- type WatchPodsResponsePathSelectorPodChanges
- func (WatchPodsResponsePathSelectorPodChanges) FieldPath() *WatchPodsResponse_FieldTerminalPath
- func (s WatchPodsResponsePathSelectorPodChanges) WithArrayOfValues(values [][]*pod.PodChange) *WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponsePathSelectorPodChanges) WithItemValue(value *pod.PodChange) *WatchPodsResponse_FieldTerminalPathArrayItemValue
- func (s WatchPodsResponsePathSelectorPodChanges) WithValue(value []*pod.PodChange) *WatchPodsResponse_FieldTerminalPathValue
- type WatchPodsResponsePathSelectorResumeToken
- func (WatchPodsResponsePathSelectorResumeToken) FieldPath() *WatchPodsResponse_FieldTerminalPath
- func (s WatchPodsResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponsePathSelectorResumeToken) WithValue(value string) *WatchPodsResponse_FieldTerminalPathValue
- type WatchPodsResponsePathSelectorSnapshotSize
- func (WatchPodsResponsePathSelectorSnapshotSize) FieldPath() *WatchPodsResponse_FieldTerminalPath
- func (s WatchPodsResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchPodsResponse_FieldTerminalPathValue
- type WatchPodsResponse_FieldMask
- func (fieldMask *WatchPodsResponse_FieldMask) AppendPath(path WatchPodsResponse_FieldPath)
- func (fieldMask *WatchPodsResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchPodsResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchPodsResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchPodsResponse_FieldMask) FilterInputFields() *WatchPodsResponse_FieldMask
- func (fieldMask *WatchPodsResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchPodsResponse_FieldMask) GetPaths() []WatchPodsResponse_FieldPath
- func (fieldMask *WatchPodsResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchPodsResponse_FieldMask) IsFull() bool
- func (fieldMask WatchPodsResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchPodsResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchPodsResponse_FieldMask) PathsCount() int
- func (fieldMask *WatchPodsResponse_FieldMask) Project(source *WatchPodsResponse) *WatchPodsResponse
- func (fieldMask *WatchPodsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchPodsResponse_FieldMask) ProtoMessage()
- func (fieldMask *WatchPodsResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchPodsResponse_FieldMask) Reset()
- func (fieldMask *WatchPodsResponse_FieldMask) Set(target, source *WatchPodsResponse)
- func (fieldMask *WatchPodsResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchPodsResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchPodsResponse_FieldMask) Size() int
- func (fieldMask *WatchPodsResponse_FieldMask) String() string
- func (fieldMask *WatchPodsResponse_FieldMask) Subtract(other *WatchPodsResponse_FieldMask) *WatchPodsResponse_FieldMask
- func (fieldMask *WatchPodsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchPodsResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchPodsResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchPodsResponse_FieldMask) UnmarshalJSON(data []byte) error
- type WatchPodsResponse_FieldPath
- type WatchPodsResponse_FieldPathArrayItemValue
- type WatchPodsResponse_FieldPathArrayOfValues
- type WatchPodsResponse_FieldPathSelector
- type WatchPodsResponse_FieldPathValue
- type WatchPodsResponse_FieldSubPath
- func (fps *WatchPodsResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchPodsResponsePageTokenChange_FieldPath, bool)
- func (fps *WatchPodsResponse_FieldSubPath) ClearValue(item *WatchPodsResponse)
- func (fps *WatchPodsResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *WatchPodsResponse_FieldSubPath) Get(source *WatchPodsResponse) (values []interface{})
- func (fps *WatchPodsResponse_FieldSubPath) GetDefault() interface{}
- func (fps *WatchPodsResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *WatchPodsResponse_FieldSubPath) GetSingle(source *WatchPodsResponse) (interface{}, bool)
- func (fps *WatchPodsResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *WatchPodsResponse_FieldSubPath) IsLeaf() bool
- func (fps *WatchPodsResponse_FieldSubPath) JSONString() string
- func (fps *WatchPodsResponse_FieldSubPath) Selector() WatchPodsResponse_FieldPathSelector
- func (fps *WatchPodsResponse_FieldSubPath) String() string
- func (fps *WatchPodsResponse_FieldSubPath) WithIArrayItemValue(value interface{}) WatchPodsResponse_FieldPathArrayItemValue
- func (fps *WatchPodsResponse_FieldSubPath) WithIArrayOfValues(values interface{}) WatchPodsResponse_FieldPathArrayOfValues
- func (fps *WatchPodsResponse_FieldSubPath) WithIValue(value interface{}) WatchPodsResponse_FieldPathValue
- func (fps *WatchPodsResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *WatchPodsResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *WatchPodsResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchPodsResponse_FieldSubPathArrayItemValue
- func (fpaivs *WatchPodsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchPodsResponsePageTokenChange_FieldPathArrayItemValue, bool)
- func (fpaivs *WatchPodsResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchPodsResponse) bool
- func (fpaivs *WatchPodsResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type WatchPodsResponse_FieldSubPathArrayOfValues
- type WatchPodsResponse_FieldSubPathValue
- func (fpvs *WatchPodsResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchPodsResponsePageTokenChange_FieldPathValue, bool)
- func (fpvs *WatchPodsResponse_FieldSubPathValue) CompareWith(source *WatchPodsResponse) (int, bool)
- func (fpvs *WatchPodsResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *WatchPodsResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *WatchPodsResponse_FieldSubPathValue) SetTo(target **WatchPodsResponse)
- func (fpvs *WatchPodsResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type WatchPodsResponse_FieldTerminalPath
- func (fp *WatchPodsResponse_FieldTerminalPath) ClearValue(item *WatchPodsResponse)
- func (fp *WatchPodsResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *WatchPodsResponse_FieldTerminalPath) Get(source *WatchPodsResponse) (values []interface{})
- func (fp *WatchPodsResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *WatchPodsResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *WatchPodsResponse_FieldTerminalPath) GetSingle(source *WatchPodsResponse) (interface{}, bool)
- func (fp *WatchPodsResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *WatchPodsResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *WatchPodsResponse_FieldTerminalPath) JSONString() string
- func (fp *WatchPodsResponse_FieldTerminalPath) Selector() WatchPodsResponse_FieldPathSelector
- func (fp *WatchPodsResponse_FieldTerminalPath) String() string
- func (fp *WatchPodsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodsResponse_FieldPathArrayItemValue
- func (fp *WatchPodsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodsResponse_FieldPathArrayOfValues
- func (fp *WatchPodsResponse_FieldTerminalPath) WithIValue(value interface{}) WatchPodsResponse_FieldPathValue
- func (fp *WatchPodsResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *WatchPodsResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *WatchPodsResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type WatchPodsResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) AsPodChangesItemValue() (*pod.PodChange, bool)
- func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodsResponse) bool
- func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodsResponse) (interface{}, bool)
- func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type WatchPodsResponse_FieldTerminalPathArrayOfValues
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsCurrentArrayOfValues() ([]bool, bool)
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsHardResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsIsSoftResetArrayOfValues() ([]bool, bool)
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsPageTokenChangeArrayOfValues() ([]*WatchPodsResponse_PageTokenChange, bool)
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsPodChangesArrayOfValues() ([][]*pod.PodChange, bool)
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsResumeTokenArrayOfValues() ([]string, bool)
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) AsSnapshotSizeArrayOfValues() ([]int64, bool)
- func (fpaov *WatchPodsResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type WatchPodsResponse_FieldTerminalPathValue
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsIsCurrentValue() (bool, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsIsHardResetValue() (bool, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsIsSoftResetValue() (bool, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchPodsResponse_PageTokenChange, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsPodChangesValue() ([]*pod.PodChange, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) AsSnapshotSizeValue() (int64, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) CompareWith(source *WatchPodsResponse) (int, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) SetTo(target **WatchPodsResponse)
- func (fpv *WatchPodsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchPodsResponse_PageTokenChange
- func (o *WatchPodsResponse_PageTokenChange) Clone() *WatchPodsResponse_PageTokenChange
- func (o *WatchPodsResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
- func (*WatchPodsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchPodsResponse_PageTokenChange) GetNextPageToken() *pod.PagerCursor
- func (m *WatchPodsResponse_PageTokenChange) GetPrevPageToken() *pod.PagerCursor
- func (*WatchPodsResponse_PageTokenChange) GotenMessage()
- func (o *WatchPodsResponse_PageTokenChange) GotenObjectExt()
- func (obj *WatchPodsResponse_PageTokenChange) GotenValidate() error
- func (o *WatchPodsResponse_PageTokenChange) MakeDiffFieldMask(other *WatchPodsResponse_PageTokenChange) *WatchPodsResponse_PageTokenChange_FieldMask
- func (o *WatchPodsResponse_PageTokenChange) MakeFullFieldMask() *WatchPodsResponse_PageTokenChange_FieldMask
- func (o *WatchPodsResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *WatchPodsResponse_PageTokenChange) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *WatchPodsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchPodsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (o *WatchPodsResponse_PageTokenChange) Merge(source *WatchPodsResponse_PageTokenChange)
- func (o *WatchPodsResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
- func (*WatchPodsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchPodsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchPodsResponse_PageTokenChange) Reset()
- func (m *WatchPodsResponse_PageTokenChange) SetNextPageToken(fv *pod.PagerCursor)
- func (m *WatchPodsResponse_PageTokenChange) SetPrevPageToken(fv *pod.PagerCursor)
- func (m *WatchPodsResponse_PageTokenChange) String() string
- func (m *WatchPodsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchPodsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
- type WatchPodsResponse_PageTokenChangePathSelectorNextPageToken
- func (WatchPodsResponse_PageTokenChangePathSelectorNextPageToken) FieldPath() *WatchPodsResponsePageTokenChange_FieldTerminalPath
- func (s WatchPodsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponse_PageTokenChangePathSelectorNextPageToken) WithValue(value *pod.PagerCursor) *WatchPodsResponsePageTokenChange_FieldTerminalPathValue
- type WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken
- func (WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) FieldPath() *WatchPodsResponsePageTokenChange_FieldTerminalPath
- func (s WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues
- func (s WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) WithValue(value *pod.PagerCursor) *WatchPodsResponsePageTokenChange_FieldTerminalPathValue
- type WatchPodsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) AppendPath(path WatchPodsResponsePageTokenChange_FieldPath)
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchPodsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) GetPaths() []WatchPodsResponsePageTokenChange_FieldPath
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) IsFull() bool
- func (fieldMask WatchPodsResponse_PageTokenChange_FieldMask) Marshal() ([]byte, error)
- func (fieldMask WatchPodsResponse_PageTokenChange_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) PathsCount() int
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Project(source *WatchPodsResponse_PageTokenChange) *WatchPodsResponse_PageTokenChange
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ProtoMessage()
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Reset()
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Set(target, source *WatchPodsResponse_PageTokenChange)
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Size() int
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) String() string
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Subtract(other *WatchPodsResponse_PageTokenChange_FieldMask) *WatchPodsResponse_PageTokenChange_FieldMask
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) UnmarshalJSON(data []byte) error
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 (h *BatchGetPodsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetPodsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetPodsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetPodsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetPodsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetPodsDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetPodsDescriptorServerMsgHandle struct{}
func (*BatchGetPodsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetPodsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetPodsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetPodsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetPodsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetPodsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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.v1alpha2.BatchGetPods]
func (*BatchGetPodsRequest) Clone ¶
func (o *BatchGetPodsRequest) Clone() *BatchGetPodsRequest
func (*BatchGetPodsRequest) CloneRaw ¶
func (o *BatchGetPodsRequest) CloneRaw() gotenobject.GotenObjectExt
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 (o *BatchGetPodsRequest) MakeDiffFieldMask(other *BatchGetPodsRequest) *BatchGetPodsRequest_FieldMask
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) FieldMask() BatchGetPodsRequestPathSelectorFieldMask
type BatchGetPodsRequestPathSelectorFieldMask ¶
type BatchGetPodsRequestPathSelectorFieldMask struct{}
func (BatchGetPodsRequestPathSelectorFieldMask) FieldPath ¶
func (BatchGetPodsRequestPathSelectorFieldMask) FieldPath() *BatchGetPodsRequest_FieldTerminalPath
func (BatchGetPodsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s BatchGetPodsRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *BatchGetPodsRequest_FieldTerminalPathArrayOfValues
func (BatchGetPodsRequestPathSelectorFieldMask) WithValue ¶
func (s BatchGetPodsRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *BatchGetPodsRequest_FieldTerminalPathValue
type BatchGetPodsRequestPathSelectorNames ¶
type BatchGetPodsRequestPathSelectorNames struct{}
func (BatchGetPodsRequestPathSelectorNames) FieldPath ¶
func (BatchGetPodsRequestPathSelectorNames) FieldPath() *BatchGetPodsRequest_FieldTerminalPath
func (BatchGetPodsRequestPathSelectorNames) WithArrayOfValues ¶
func (s BatchGetPodsRequestPathSelectorNames) WithArrayOfValues(values [][]*pod.Reference) *BatchGetPodsRequest_FieldTerminalPathArrayOfValues
func (BatchGetPodsRequestPathSelectorNames) WithItemValue ¶
func (s BatchGetPodsRequestPathSelectorNames) WithItemValue(value *pod.Reference) *BatchGetPodsRequest_FieldTerminalPathArrayItemValue
func (BatchGetPodsRequestPathSelectorNames) WithValue ¶
func (s BatchGetPodsRequestPathSelectorNames) WithValue(value []*pod.Reference) *BatchGetPodsRequest_FieldTerminalPathValue
type BatchGetPodsRequestPathSelectorView ¶
type BatchGetPodsRequestPathSelectorView struct{}
func (BatchGetPodsRequestPathSelectorView) FieldPath ¶
func (BatchGetPodsRequestPathSelectorView) FieldPath() *BatchGetPodsRequest_FieldTerminalPath
func (BatchGetPodsRequestPathSelectorView) WithArrayOfValues ¶
func (s BatchGetPodsRequestPathSelectorView) WithArrayOfValues(values []view.View) *BatchGetPodsRequest_FieldTerminalPathArrayOfValues
func (BatchGetPodsRequestPathSelectorView) WithValue ¶
func (s BatchGetPodsRequestPathSelectorView) WithValue(value view.View) *BatchGetPodsRequest_FieldTerminalPathValue
type BatchGetPodsRequest_FieldMask ¶
type BatchGetPodsRequest_FieldMask struct {
Paths []BatchGetPodsRequest_FieldPath
}
func FullBatchGetPodsRequest_FieldMask ¶
func FullBatchGetPodsRequest_FieldMask() *BatchGetPodsRequest_FieldMask
func (*BatchGetPodsRequest_FieldMask) AppendPath ¶
func (fieldMask *BatchGetPodsRequest_FieldMask) AppendPath(path BatchGetPodsRequest_FieldPath)
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 (fieldMask *BatchGetPodsRequest_FieldMask) GetPaths() []BatchGetPodsRequest_FieldPath
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 (fieldMask *BatchGetPodsRequest_FieldMask) Project(source *BatchGetPodsRequest) *BatchGetPodsRequest
func (*BatchGetPodsRequest_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetPodsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *BatchGetPodsRequest_FieldMask) Subtract(other *BatchGetPodsRequest_FieldMask) *BatchGetPodsRequest_FieldMask
func (*BatchGetPodsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetPodsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildBatchGetPodsRequest_FieldPath ¶
func BuildBatchGetPodsRequest_FieldPath(fp gotenobject.RawFieldPath) (BatchGetPodsRequest_FieldPath, error)
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 ¶
func (s BatchGetPodsRequest_FieldPathSelector) String() 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 (fp *BatchGetPodsRequest_FieldTerminalPath) ClearValue(item *BatchGetPodsRequest)
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 ¶
func (fp *BatchGetPodsRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetPodsRequest_FieldTerminalPath) JSONString ¶
func (fp *BatchGetPodsRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetPodsRequest_FieldTerminalPath) Selector ¶
func (fp *BatchGetPodsRequest_FieldTerminalPath) Selector() BatchGetPodsRequest_FieldPathSelector
func (*BatchGetPodsRequest_FieldTerminalPath) String ¶
func (fp *BatchGetPodsRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetPodsRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetPodsRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetPodsRequest_FieldPathArrayItemValue
func (*BatchGetPodsRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetPodsRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetPodsRequest_FieldPathArrayOfValues
func (*BatchGetPodsRequest_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetPodsRequest_FieldTerminalPath) WithIValue(value interface{}) BatchGetPodsRequest_FieldPathValue
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 (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) AsNamesItemValue() (*pod.Reference, bool)
func (*BatchGetPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetPodsRequest) bool
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 (fpv *BatchGetPodsRequest_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
func (*BatchGetPodsRequest_FieldTerminalPathValue) AsNamesValue ¶
func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) AsNamesValue() ([]*pod.Reference, bool)
func (*BatchGetPodsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*BatchGetPodsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) CompareWith(source *BatchGetPodsRequest) (int, bool)
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 ¶
func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) SetTo(target **BatchGetPodsRequest)
SetTo stores value for selected field for object BatchGetPodsRequest
func (*BatchGetPodsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetPodsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (o *BatchGetPodsResponse) Clone() *BatchGetPodsResponse
func (*BatchGetPodsResponse) CloneRaw ¶
func (o *BatchGetPodsResponse) CloneRaw() gotenobject.GotenObjectExt
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 (o *BatchGetPodsResponse) MakeDiffFieldMask(other *BatchGetPodsResponse) *BatchGetPodsResponse_FieldMask
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
type BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations ¶
type BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponseMapPathSelectorPodsMetadataLabels ¶
type BatchGetPodsResponseMapPathSelectorPodsMetadataLabels struct {
// contains filtered or unexported fields
}
func (BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithValue ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataLabels) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponseMapPathSelectorPodsMetadataShards ¶
type BatchGetPodsResponseMapPathSelectorPodsMetadataShards struct {
// contains filtered or unexported fields
}
func (BatchGetPodsResponseMapPathSelectorPodsMetadataShards) FieldPath ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataShards) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithValue ¶
func (s BatchGetPodsResponseMapPathSelectorPodsMetadataShards) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits ¶
type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue ¶
func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests ¶
type BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue ¶
func (s BatchGetPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorMissing ¶
type BatchGetPodsResponsePathSelectorMissing struct{}
func (BatchGetPodsResponsePathSelectorMissing) FieldPath ¶
func (BatchGetPodsResponsePathSelectorMissing) FieldPath() *BatchGetPodsResponse_FieldTerminalPath
func (BatchGetPodsResponsePathSelectorMissing) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorMissing) WithArrayOfValues(values [][]*pod.Reference) *BatchGetPodsResponse_FieldTerminalPathArrayOfValues
func (BatchGetPodsResponsePathSelectorMissing) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorMissing) WithItemValue(value *pod.Reference) *BatchGetPodsResponse_FieldTerminalPathArrayItemValue
func (BatchGetPodsResponsePathSelectorMissing) WithValue ¶
func (s BatchGetPodsResponsePathSelectorMissing) WithValue(value []*pod.Reference) *BatchGetPodsResponse_FieldTerminalPathValue
type BatchGetPodsResponsePathSelectorPods ¶
type BatchGetPodsResponsePathSelectorPods struct{}
func (BatchGetPodsResponsePathSelectorPods) DisplayName ¶
func (BatchGetPodsResponsePathSelectorPods) DisplayName() BatchGetPodsResponsePathSelectorPodsDisplayName
func (BatchGetPodsResponsePathSelectorPods) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPods) FieldPath() *BatchGetPodsResponse_FieldTerminalPath
func (BatchGetPodsResponsePathSelectorPods) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPods) WithArrayOfValues(values [][]*pod.Pod) *BatchGetPodsResponse_FieldTerminalPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPods) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPods) WithItemValue(value *pod.Pod) *BatchGetPodsResponse_FieldTerminalPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPods) WithSubArrayItemValue ¶
func (s BatchGetPodsResponsePathSelectorPods) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPods) WithSubArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPods) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPods) WithSubPath ¶
func (BatchGetPodsResponsePathSelectorPods) WithSubPath(subPath pod.Pod_FieldPath) *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPods) WithSubValue ¶
func (s BatchGetPodsResponsePathSelectorPods) WithSubValue(subPathValue pod.Pod_FieldPathValue) *BatchGetPodsResponse_FieldSubPathValue
func (BatchGetPodsResponsePathSelectorPods) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPods) WithValue(value []*pod.Pod) *BatchGetPodsResponse_FieldTerminalPathValue
type BatchGetPodsResponsePathSelectorPodsDisplayName ¶
type BatchGetPodsResponsePathSelectorPodsDisplayName struct{}
func (BatchGetPodsResponsePathSelectorPodsDisplayName) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsDisplayName) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsDisplayName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsDisplayName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadata ¶
type BatchGetPodsResponsePathSelectorPodsMetadata struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadata) Annotations ¶
func (BatchGetPodsResponsePathSelectorPodsMetadata) CreateTime ¶
func (BatchGetPodsResponsePathSelectorPodsMetadata) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsMetadata) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsMetadata) Generation ¶
func (BatchGetPodsResponsePathSelectorPodsMetadata) OwnerReferences ¶
func (BatchGetPodsResponsePathSelectorPodsMetadata) OwnerReferences() BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences
func (BatchGetPodsResponsePathSelectorPodsMetadata) ResourceVersion ¶
func (BatchGetPodsResponsePathSelectorPodsMetadata) ResourceVersion() BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion
func (BatchGetPodsResponsePathSelectorPodsMetadata) UpdateTime ¶
func (BatchGetPodsResponsePathSelectorPodsMetadata) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadata) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadata) WithValue(value *ntt_meta.Meta) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataAnnotations ¶
type BatchGetPodsResponsePathSelectorPodsMetadataAnnotations struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataAnnotations) WithValue(value map[string]string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataCreateTime ¶
type BatchGetPodsResponsePathSelectorPodsMetadataCreateTime struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataGeneration ¶
type BatchGetPodsResponsePathSelectorPodsMetadataGeneration struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues(values []int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataGeneration) WithValue(value int64) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataLabels ¶
type BatchGetPodsResponsePathSelectorPodsMetadataLabels struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues(values []map[string]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataLabels) WithValue(value map[string]string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences ¶
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) ApiVersion ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) BlockOwnerDeletion ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) Controller ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion ¶
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion ¶
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController ¶
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind ¶
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName ¶
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid ¶
type BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion ¶
type BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataShards ¶
type BatchGetPodsResponsePathSelectorPodsMetadataShards struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataShards) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataShards) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues(values []map[string]int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataShards) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataShards) WithValue(value map[string]int64) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataSyncing ¶
type BatchGetPodsResponsePathSelectorPodsMetadataSyncing struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) OwningRegion ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion ¶
type BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions ¶
type BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataTags ¶
type BatchGetPodsResponsePathSelectorPodsMetadataTags struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataTags) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataTags) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataTags) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataTags) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsMetadataTags) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataTags) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime ¶
type BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsMetadataUuid ¶
type BatchGetPodsResponsePathSelectorPodsMetadataUuid struct{}
func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsMetadataUuid) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsName ¶
type BatchGetPodsResponsePathSelectorPodsName struct{}
func (BatchGetPodsResponsePathSelectorPodsName) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsName) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsName) WithArrayOfValues(values []*pod.Name) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsName) WithValue(value *pod.Name) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpec ¶
type BatchGetPodsResponsePathSelectorPodsSpec struct{}
func (BatchGetPodsResponsePathSelectorPodsSpec) Containers ¶
func (BatchGetPodsResponsePathSelectorPodsSpec) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpec) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsSpec) HostNetwork ¶
func (BatchGetPodsResponsePathSelectorPodsSpec) HostVolumeMounts ¶
func (BatchGetPodsResponsePathSelectorPodsSpec) HostVolumeMounts() BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts
func (BatchGetPodsResponsePathSelectorPodsSpec) ImagePullSecrets ¶
func (BatchGetPodsResponsePathSelectorPodsSpec) ImagePullSecrets() BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets
func (BatchGetPodsResponsePathSelectorPodsSpec) RestartPolicy ¶
func (BatchGetPodsResponsePathSelectorPodsSpec) RestartPolicy() BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy
func (BatchGetPodsResponsePathSelectorPodsSpec) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpec) WithArrayOfValues(values []*pod.Pod_Spec) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpec) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpec) WithValue(value *pod.Pod_Spec) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecCompose ¶
type BatchGetPodsResponsePathSelectorPodsSpecCompose struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecCompose) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecCompose) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecCompose) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecCompose) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainers ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainers struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) ImagePullPolicy ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) SecurityContext ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) VolumeMounts ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecContainers) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersArgs ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersArgs struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersArgs) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersCommand ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersCommand struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues(values [][]string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue(value string) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersCommand) WithValue(value []string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnv ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnv struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue(value *pod.EnvVar) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnv) WithValue(value []*pod.EnvVar) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) ConfigMapRef ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) SecretKeyRef ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersImage ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersImage struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImage) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersName ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersResources ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersResources struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue(value map[string]int64) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue(value map[string]int64) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) Privileged ¶
func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecHostNetwork ¶
type BatchGetPodsResponsePathSelectorPodsSpecHostNetwork struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostNetwork) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts ¶
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName ¶
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly ¶
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets ¶
type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName ¶
type BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecNode ¶
type BatchGetPodsResponsePathSelectorPodsSpecNode struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecNode) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecNode) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues(values []*devices_device.Reference) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecNode) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecNode) WithValue(value *devices_device.Reference) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy ¶
type BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumes ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumes struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithItemValue(value *pod.Volume) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumes) WithValue(value []*pod.Volume) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) DefaultMode ¶
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsSpecVolumesName ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) DefaultMode ¶
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) SecretName ¶
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue(value int32) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue(value bool) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName ¶
type BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName struct{}
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsStatus ¶
type BatchGetPodsResponsePathSelectorPodsStatus struct{}
func (BatchGetPodsResponsePathSelectorPodsStatus) ContainerStatuses ¶
func (BatchGetPodsResponsePathSelectorPodsStatus) ContainerStatuses() BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses
func (BatchGetPodsResponsePathSelectorPodsStatus) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsStatus) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsStatus) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatus) WithArrayOfValues(values []*pod.Pod_Status) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsStatus) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsStatus) WithValue(value *pod.Pod_Status) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) Terminated ¶
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *BatchGetPodsResponse_FieldSubPathArrayItemValue
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) ContainerId ¶
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FinishedAt ¶
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason ¶
type BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue(value string) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponsePathSelectorPodsStatusPhase ¶
type BatchGetPodsResponsePathSelectorPodsStatusPhase struct{}
func (BatchGetPodsResponsePathSelectorPodsStatusPhase) FieldPath ¶
func (BatchGetPodsResponsePathSelectorPodsStatusPhase) FieldPath() *BatchGetPodsResponse_FieldSubPath
func (BatchGetPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *BatchGetPodsResponse_FieldSubPathArrayOfValues
func (BatchGetPodsResponsePathSelectorPodsStatusPhase) WithValue ¶
func (s BatchGetPodsResponsePathSelectorPodsStatusPhase) WithValue(value pod.Pod_Status_Phase) *BatchGetPodsResponse_FieldSubPathValue
type BatchGetPodsResponse_FieldMask ¶
type BatchGetPodsResponse_FieldMask struct {
Paths []BatchGetPodsResponse_FieldPath
}
func FullBatchGetPodsResponse_FieldMask ¶
func FullBatchGetPodsResponse_FieldMask() *BatchGetPodsResponse_FieldMask
func (*BatchGetPodsResponse_FieldMask) AppendPath ¶
func (fieldMask *BatchGetPodsResponse_FieldMask) AppendPath(path BatchGetPodsResponse_FieldPath)
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 (fieldMask *BatchGetPodsResponse_FieldMask) GetPaths() []BatchGetPodsResponse_FieldPath
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 (fieldMask *BatchGetPodsResponse_FieldMask) Project(source *BatchGetPodsResponse) *BatchGetPodsResponse
func (*BatchGetPodsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *BatchGetPodsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *BatchGetPodsResponse_FieldMask) Subtract(other *BatchGetPodsResponse_FieldMask) *BatchGetPodsResponse_FieldMask
func (*BatchGetPodsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *BatchGetPodsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildBatchGetPodsResponse_FieldPath ¶
func BuildBatchGetPodsResponse_FieldPath(fp gotenobject.RawFieldPath) (BatchGetPodsResponse_FieldPath, error)
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 ¶
func (s BatchGetPodsResponse_FieldPathSelector) String() 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 (fps *BatchGetPodsResponse_FieldSubPath) ClearValue(item *BatchGetPodsResponse)
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 ¶
func (fps *BatchGetPodsResponse_FieldSubPath) IsLeaf() bool
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 (fps *BatchGetPodsResponse_FieldSubPath) Selector() BatchGetPodsResponse_FieldPathSelector
func (*BatchGetPodsResponse_FieldSubPath) String ¶
func (fps *BatchGetPodsResponse_FieldSubPath) String() 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 (fps *BatchGetPodsResponse_FieldSubPath) WithIValue(value interface{}) BatchGetPodsResponse_FieldPathValue
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 (fpaivs *BatchGetPodsResponse_FieldSubPathArrayItemValue) AsPodsPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
func (*BatchGetPodsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *BatchGetPodsResponse_FieldSubPathArrayItemValue) ContainsValue(source *BatchGetPodsResponse) bool
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 (fpsaov *BatchGetPodsResponse_FieldSubPathArrayOfValues) AsPodsPathArrayOfValues() (pod.Pod_FieldPathArrayOfValues, bool)
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 (fpvs *BatchGetPodsResponse_FieldSubPathValue) AsPodsPathValue() (pod.Pod_FieldPathValue, bool)
func (*BatchGetPodsResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *BatchGetPodsResponse_FieldSubPathValue) CompareWith(source *BatchGetPodsResponse) (int, bool)
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 (fpvs *BatchGetPodsResponse_FieldSubPathValue) SetTo(target **BatchGetPodsResponse)
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 (fp *BatchGetPodsResponse_FieldTerminalPath) ClearValue(item *BatchGetPodsResponse)
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 ¶
func (fp *BatchGetPodsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*BatchGetPodsResponse_FieldTerminalPath) JSONString ¶
func (fp *BatchGetPodsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*BatchGetPodsResponse_FieldTerminalPath) Selector ¶
func (fp *BatchGetPodsResponse_FieldTerminalPath) Selector() BatchGetPodsResponse_FieldPathSelector
func (*BatchGetPodsResponse_FieldTerminalPath) String ¶
func (fp *BatchGetPodsResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*BatchGetPodsResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *BatchGetPodsResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) BatchGetPodsResponse_FieldPathArrayItemValue
func (*BatchGetPodsResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *BatchGetPodsResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) BatchGetPodsResponse_FieldPathArrayOfValues
func (*BatchGetPodsResponse_FieldTerminalPath) WithIValue ¶
func (fp *BatchGetPodsResponse_FieldTerminalPath) WithIValue(value interface{}) BatchGetPodsResponse_FieldPathValue
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 (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) AsMissingItemValue() (*pod.Reference, bool)
func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) AsPodsItemValue ¶
func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) AsPodsItemValue() (*pod.Pod, bool)
func (*BatchGetPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *BatchGetPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *BatchGetPodsResponse) bool
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 ¶
func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) CompareWith(source *BatchGetPodsResponse) (int, bool)
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 ¶
func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) SetTo(target **BatchGetPodsResponse)
SetTo stores value for selected field for object BatchGetPodsResponse
func (*BatchGetPodsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *BatchGetPodsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (h *CreatePodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreatePodDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreatePodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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 (h *CreatePodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreatePodDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreatePodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreatePodRequest ¶
type CreatePodRequest struct { // Parent reference of ntt.applications.v1alpha2.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.v1alpha2.CreatePod]
func (*CreatePodRequest) Clone ¶
func (o *CreatePodRequest) Clone() *CreatePodRequest
func (*CreatePodRequest) CloneRaw ¶
func (o *CreatePodRequest) CloneRaw() gotenobject.GotenObjectExt
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) Parent() CreatePodRequestPathSelectorParent
type CreatePodRequestMapPathSelectorPodMetadataAnnotations ¶
type CreatePodRequestMapPathSelectorPodMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (CreatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath ¶
func (s CreatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues ¶
func (s CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue ¶
func (s CreatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestMapPathSelectorPodMetadataLabels ¶
type CreatePodRequestMapPathSelectorPodMetadataLabels struct {
// contains filtered or unexported fields
}
func (CreatePodRequestMapPathSelectorPodMetadataLabels) FieldPath ¶
func (s CreatePodRequestMapPathSelectorPodMetadataLabels) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues ¶
func (s CreatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestMapPathSelectorPodMetadataLabels) WithValue ¶
func (s CreatePodRequestMapPathSelectorPodMetadataLabels) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestMapPathSelectorPodMetadataShards ¶
type CreatePodRequestMapPathSelectorPodMetadataShards struct {
// contains filtered or unexported fields
}
func (CreatePodRequestMapPathSelectorPodMetadataShards) FieldPath ¶
func (s CreatePodRequestMapPathSelectorPodMetadataShards) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues ¶
func (s CreatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestMapPathSelectorPodMetadataShards) WithValue ¶
func (s CreatePodRequestMapPathSelectorPodMetadataShards) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits ¶
type CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath ¶
func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue ¶
func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests ¶
type CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue ¶
func (s CreatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorParent ¶
type CreatePodRequestPathSelectorParent struct{}
func (CreatePodRequestPathSelectorParent) FieldPath ¶
func (CreatePodRequestPathSelectorParent) FieldPath() *CreatePodRequest_FieldTerminalPath
func (CreatePodRequestPathSelectorParent) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorParent) WithArrayOfValues(values []*pod.ParentReference) *CreatePodRequest_FieldTerminalPathArrayOfValues
func (CreatePodRequestPathSelectorParent) WithValue ¶
func (s CreatePodRequestPathSelectorParent) WithValue(value *pod.ParentReference) *CreatePodRequest_FieldTerminalPathValue
type CreatePodRequestPathSelectorPod ¶
type CreatePodRequestPathSelectorPod struct{}
func (CreatePodRequestPathSelectorPod) DisplayName ¶
func (CreatePodRequestPathSelectorPod) DisplayName() CreatePodRequestPathSelectorPodDisplayName
func (CreatePodRequestPathSelectorPod) FieldPath ¶
func (CreatePodRequestPathSelectorPod) FieldPath() *CreatePodRequest_FieldTerminalPath
func (CreatePodRequestPathSelectorPod) Metadata ¶
func (CreatePodRequestPathSelectorPod) Metadata() CreatePodRequestPathSelectorPodMetadata
func (CreatePodRequestPathSelectorPod) Status ¶
func (CreatePodRequestPathSelectorPod) Status() CreatePodRequestPathSelectorPodStatus
func (CreatePodRequestPathSelectorPod) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPod) WithArrayOfValues(values []*pod.Pod) *CreatePodRequest_FieldTerminalPathArrayOfValues
func (CreatePodRequestPathSelectorPod) WithSubArrayItemValue ¶
func (s CreatePodRequestPathSelectorPod) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPod) WithSubArrayOfValues ¶
func (s CreatePodRequestPathSelectorPod) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPod) WithSubPath ¶
func (CreatePodRequestPathSelectorPod) WithSubPath(subPath pod.Pod_FieldPath) *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPod) WithSubValue ¶
func (s CreatePodRequestPathSelectorPod) WithSubValue(subPathValue pod.Pod_FieldPathValue) *CreatePodRequest_FieldSubPathValue
func (CreatePodRequestPathSelectorPod) WithValue ¶
func (s CreatePodRequestPathSelectorPod) WithValue(value *pod.Pod) *CreatePodRequest_FieldTerminalPathValue
type CreatePodRequestPathSelectorPodDisplayName ¶
type CreatePodRequestPathSelectorPodDisplayName struct{}
func (CreatePodRequestPathSelectorPodDisplayName) FieldPath ¶
func (CreatePodRequestPathSelectorPodDisplayName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodDisplayName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodDisplayName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodDisplayName) WithValue ¶
func (s CreatePodRequestPathSelectorPodDisplayName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadata ¶
type CreatePodRequestPathSelectorPodMetadata struct{}
func (CreatePodRequestPathSelectorPodMetadata) Annotations ¶
func (CreatePodRequestPathSelectorPodMetadata) CreateTime ¶
func (CreatePodRequestPathSelectorPodMetadata) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadata) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadata) Generation ¶
func (CreatePodRequestPathSelectorPodMetadata) OwnerReferences ¶
func (CreatePodRequestPathSelectorPodMetadata) OwnerReferences() CreatePodRequestPathSelectorPodMetadataOwnerReferences
func (CreatePodRequestPathSelectorPodMetadata) ResourceVersion ¶
func (CreatePodRequestPathSelectorPodMetadata) ResourceVersion() CreatePodRequestPathSelectorPodMetadataResourceVersion
func (CreatePodRequestPathSelectorPodMetadata) UpdateTime ¶
func (CreatePodRequestPathSelectorPodMetadata) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadata) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadata) WithValue(value *ntt_meta.Meta) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataAnnotations ¶
type CreatePodRequestPathSelectorPodMetadataAnnotations struct{}
func (CreatePodRequestPathSelectorPodMetadataAnnotations) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataAnnotations) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []map[string]string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataAnnotations) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataAnnotations) WithValue(value map[string]string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataCreateTime ¶
type CreatePodRequestPathSelectorPodMetadataCreateTime struct{}
func (CreatePodRequestPathSelectorPodMetadataCreateTime) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataCreateTime) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataCreateTime) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataCreateTime) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataGeneration ¶
type CreatePodRequestPathSelectorPodMetadataGeneration struct{}
func (CreatePodRequestPathSelectorPodMetadataGeneration) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataGeneration) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues(values []int64) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataGeneration) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataGeneration) WithValue(value int64) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataLabels ¶
type CreatePodRequestPathSelectorPodMetadataLabels struct{}
func (CreatePodRequestPathSelectorPodMetadataLabels) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataLabels) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues(values []map[string]string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataLabels) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataLabels) WithValue(value map[string]string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataOwnerReferences ¶
type CreatePodRequestPathSelectorPodMetadataOwnerReferences struct{}
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) ApiVersion ¶
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) BlockOwnerDeletion ¶
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) Controller ¶
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion ¶
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion struct{}
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion ¶
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesController ¶
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesController struct{}
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind ¶
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind struct{}
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesName ¶
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesName struct{}
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid ¶
type CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid struct{}
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataResourceVersion ¶
type CreatePodRequestPathSelectorPodMetadataResourceVersion struct{}
func (CreatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataResourceVersion) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataResourceVersion) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataShards ¶
type CreatePodRequestPathSelectorPodMetadataShards struct{}
func (CreatePodRequestPathSelectorPodMetadataShards) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataShards) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues(values []map[string]int64) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataShards) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataShards) WithValue(value map[string]int64) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataSyncing ¶
type CreatePodRequestPathSelectorPodMetadataSyncing struct{}
func (CreatePodRequestPathSelectorPodMetadataSyncing) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataSyncing) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataSyncing) OwningRegion ¶
func (CreatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataSyncing) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion ¶
type CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion struct{}
func (CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataSyncingRegions ¶
type CreatePodRequestPathSelectorPodMetadataSyncingRegions struct{}
func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataTags ¶
type CreatePodRequestPathSelectorPodMetadataTags struct{}
func (CreatePodRequestPathSelectorPodMetadataTags) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataTags) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataTags) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodMetadataTags) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodMetadataTags) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataTags) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataUpdateTime ¶
type CreatePodRequestPathSelectorPodMetadataUpdateTime struct{}
func (CreatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataUpdateTime) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodMetadataUuid ¶
type CreatePodRequestPathSelectorPodMetadataUuid struct{}
func (CreatePodRequestPathSelectorPodMetadataUuid) FieldPath ¶
func (CreatePodRequestPathSelectorPodMetadataUuid) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodMetadataUuid) WithValue ¶
func (s CreatePodRequestPathSelectorPodMetadataUuid) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodName ¶
type CreatePodRequestPathSelectorPodName struct{}
func (CreatePodRequestPathSelectorPodName) FieldPath ¶
func (CreatePodRequestPathSelectorPodName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodName) WithArrayOfValues(values []*pod.Name) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodName) WithValue ¶
func (s CreatePodRequestPathSelectorPodName) WithValue(value *pod.Name) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpec ¶
type CreatePodRequestPathSelectorPodSpec struct{}
func (CreatePodRequestPathSelectorPodSpec) Containers ¶
func (CreatePodRequestPathSelectorPodSpec) Containers() CreatePodRequestPathSelectorPodSpecContainers
func (CreatePodRequestPathSelectorPodSpec) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpec) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpec) HostNetwork ¶
func (CreatePodRequestPathSelectorPodSpec) HostNetwork() CreatePodRequestPathSelectorPodSpecHostNetwork
func (CreatePodRequestPathSelectorPodSpec) HostVolumeMounts ¶
func (CreatePodRequestPathSelectorPodSpec) HostVolumeMounts() CreatePodRequestPathSelectorPodSpecHostVolumeMounts
func (CreatePodRequestPathSelectorPodSpec) ImagePullSecrets ¶
func (CreatePodRequestPathSelectorPodSpec) ImagePullSecrets() CreatePodRequestPathSelectorPodSpecImagePullSecrets
func (CreatePodRequestPathSelectorPodSpec) RestartPolicy ¶
func (CreatePodRequestPathSelectorPodSpec) RestartPolicy() CreatePodRequestPathSelectorPodSpecRestartPolicy
func (CreatePodRequestPathSelectorPodSpec) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpec) WithArrayOfValues(values []*pod.Pod_Spec) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpec) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpec) WithValue(value *pod.Pod_Spec) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecCompose ¶
type CreatePodRequestPathSelectorPodSpecCompose struct{}
func (CreatePodRequestPathSelectorPodSpecCompose) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecCompose) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecCompose) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecCompose) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainers ¶
type CreatePodRequestPathSelectorPodSpecContainers struct{}
func (CreatePodRequestPathSelectorPodSpecContainers) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainers) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainers) ImagePullPolicy ¶
func (CreatePodRequestPathSelectorPodSpecContainers) SecurityContext ¶
func (CreatePodRequestPathSelectorPodSpecContainers) VolumeMounts ¶
func (CreatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainers) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecContainers) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersArgs ¶
type CreatePodRequestPathSelectorPodSpecContainersArgs struct{}
func (CreatePodRequestPathSelectorPodSpecContainersArgs) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersArgs) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecContainersArgs) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersArgs) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersCommand ¶
type CreatePodRequestPathSelectorPodSpecContainersCommand struct{}
func (CreatePodRequestPathSelectorPodSpecContainersCommand) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersCommand) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues(values [][]string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue(value string) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecContainersCommand) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersCommand) WithValue(value []string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnv ¶
type CreatePodRequestPathSelectorPodSpecContainersEnv struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnv) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersEnv) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue(value *pod.EnvVar) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecContainersEnv) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnv) WithValue(value []*pod.EnvVar) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFrom ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFrom struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) ConfigMapRef ¶
func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvName ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvName struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValue ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValue struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) SecretKeyRef ¶
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional ¶
type CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersImage ¶
type CreatePodRequestPathSelectorPodSpecContainersImage struct{}
func (CreatePodRequestPathSelectorPodSpecContainersImage) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersImage) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersImage) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersImage) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy ¶
type CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy struct{}
func (CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersName ¶
type CreatePodRequestPathSelectorPodSpecContainersName struct{}
func (CreatePodRequestPathSelectorPodSpecContainersName) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersResources ¶
type CreatePodRequestPathSelectorPodSpecContainersResources struct{}
func (CreatePodRequestPathSelectorPodSpecContainersResources) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecContainersResources) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodSpecContainersResourcesLimits ¶
type CreatePodRequestPathSelectorPodSpecContainersResourcesLimits struct{}
func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue(value map[string]int64) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersResourcesRequests ¶
type CreatePodRequestPathSelectorPodSpecContainersResourcesRequests struct{}
func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue(value map[string]int64) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersSecurityContext ¶
type CreatePodRequestPathSelectorPodSpecContainersSecurityContext struct{}
func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) Privileged ¶
func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged ¶
type CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged struct{}
func (CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersVolumeMounts ¶
type CreatePodRequestPathSelectorPodSpecContainersVolumeMounts struct{}
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath ¶
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath struct{}
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName ¶
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName struct{}
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly ¶
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly struct{}
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath ¶
type CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath struct{}
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecHostNetwork ¶
type CreatePodRequestPathSelectorPodSpecHostNetwork struct{}
func (CreatePodRequestPathSelectorPodSpecHostNetwork) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecHostNetwork) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecHostNetwork) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecHostNetwork) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecHostVolumeMounts ¶
type CreatePodRequestPathSelectorPodSpecHostVolumeMounts struct{}
func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath ¶
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath struct{}
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsName ¶
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsName struct{}
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly ¶
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly struct{}
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath ¶
type CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath struct{}
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecImagePullSecrets ¶
type CreatePodRequestPathSelectorPodSpecImagePullSecrets struct{}
func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecImagePullSecretsName ¶
type CreatePodRequestPathSelectorPodSpecImagePullSecretsName struct{}
func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecNode ¶
type CreatePodRequestPathSelectorPodSpecNode struct{}
func (CreatePodRequestPathSelectorPodSpecNode) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecNode) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecNode) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecNode) WithArrayOfValues(values []*devices_device.Reference) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecNode) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecNode) WithValue(value *devices_device.Reference) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecRestartPolicy ¶
type CreatePodRequestPathSelectorPodSpecRestartPolicy struct{}
func (CreatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecRestartPolicy) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumes ¶
type CreatePodRequestPathSelectorPodSpecVolumes struct{}
func (CreatePodRequestPathSelectorPodSpecVolumes) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumes) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumes) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumes) WithItemValue(value *pod.Volume) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecVolumes) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumes) WithValue(value []*pod.Volume) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMap ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMap struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) DefaultMode ¶
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapName ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapName struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional ¶
type CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesHostPath ¶
type CreatePodRequestPathSelectorPodSpecVolumesHostPath struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesHostPathPath ¶
type CreatePodRequestPathSelectorPodSpecVolumesHostPathPath struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesHostPathType ¶
type CreatePodRequestPathSelectorPodSpecVolumesHostPathType struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesName ¶
type CreatePodRequestPathSelectorPodSpecVolumesName struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesName) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesName) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecret ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecret struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecret) DefaultMode ¶
func (CreatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesSecret) SecretName ¶
func (CreatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecret) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecretItems ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecretItems struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath ¶
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecretOptional ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecretOptional struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue(value bool) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName ¶
type CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName struct{}
func (CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue ¶
func (s CreatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatus ¶
type CreatePodRequestPathSelectorPodStatus struct{}
func (CreatePodRequestPathSelectorPodStatus) ContainerStatuses ¶
func (CreatePodRequestPathSelectorPodStatus) ContainerStatuses() CreatePodRequestPathSelectorPodStatusContainerStatuses
func (CreatePodRequestPathSelectorPodStatus) FieldPath ¶
func (CreatePodRequestPathSelectorPodStatus) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodStatus) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatus) WithArrayOfValues(values []*pod.Pod_Status) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatus) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatus) WithValue(value *pod.Pod_Status) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatuses ¶
type CreatePodRequestPathSelectorPodStatusContainerStatuses struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath ¶
func (CreatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodStatusContainerStatuses) Terminated ¶
func (CreatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *CreatePodRequest_FieldSubPathArrayItemValue
func (CreatePodRequestPathSelectorPodStatusContainerStatuses) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesName ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesName struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesRunning ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesRunning struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesState ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesState struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) ContainerId ¶
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FinishedAt ¶
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue(value int32) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *CreatePodRequest_FieldSubPathArrayOfValues
type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason ¶
type CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason struct{}
func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue(value string) *CreatePodRequest_FieldSubPathValue
type CreatePodRequestPathSelectorPodStatusPhase ¶
type CreatePodRequestPathSelectorPodStatusPhase struct{}
func (CreatePodRequestPathSelectorPodStatusPhase) FieldPath ¶
func (CreatePodRequestPathSelectorPodStatusPhase) FieldPath() *CreatePodRequest_FieldSubPath
func (CreatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues ¶
func (s CreatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *CreatePodRequest_FieldSubPathArrayOfValues
func (CreatePodRequestPathSelectorPodStatusPhase) WithValue ¶
func (s CreatePodRequestPathSelectorPodStatusPhase) WithValue(value pod.Pod_Status_Phase) *CreatePodRequest_FieldSubPathValue
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 (fieldMask *CreatePodRequest_FieldMask) GetPaths() []CreatePodRequest_FieldPath
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 (fieldMask *CreatePodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *CreatePodRequest_FieldMask) Subtract(other *CreatePodRequest_FieldMask) *CreatePodRequest_FieldMask
func (*CreatePodRequest_FieldMask) SubtractRaw ¶
func (fieldMask *CreatePodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildCreatePodRequest_FieldPath ¶
func BuildCreatePodRequest_FieldPath(fp gotenobject.RawFieldPath) (CreatePodRequest_FieldPath, error)
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 ¶
func (s CreatePodRequest_FieldPathSelector) String() 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 (fps *CreatePodRequest_FieldSubPath) Selector() CreatePodRequest_FieldPathSelector
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 (fpaivs *CreatePodRequest_FieldSubPathArrayItemValue) AsPodPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
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 (fpsaov *CreatePodRequest_FieldSubPathArrayOfValues) AsPodPathArrayOfValues() (pod.Pod_FieldPathArrayOfValues, bool)
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 (fpvs *CreatePodRequest_FieldSubPathValue) AsPodPathValue() (pod.Pod_FieldPathValue, bool)
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 (fpvs *CreatePodRequest_FieldSubPathValue) SetTo(target **CreatePodRequest)
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 (fp *CreatePodRequest_FieldTerminalPath) ClearValue(item *CreatePodRequest)
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 ¶
func (fp *CreatePodRequest_FieldTerminalPath) IsLeaf() bool
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 (fp *CreatePodRequest_FieldTerminalPath) Selector() CreatePodRequest_FieldPathSelector
func (*CreatePodRequest_FieldTerminalPath) String ¶
func (fp *CreatePodRequest_FieldTerminalPath) String() 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 ¶
func (fpaiv *CreatePodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *CreatePodRequest) bool
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 (fpv *CreatePodRequest_FieldTerminalPathValue) AsParentValue() (*pod.ParentReference, bool)
func (*CreatePodRequest_FieldTerminalPathValue) AsPodValue ¶
func (fpv *CreatePodRequest_FieldTerminalPathValue) AsPodValue() (*pod.Pod, bool)
func (*CreatePodRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *CreatePodRequest_FieldTerminalPathValue) CompareWith(source *CreatePodRequest) (int, bool)
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 ¶
func (fpv *CreatePodRequest_FieldTerminalPathValue) SetTo(target **CreatePodRequest)
SetTo stores value for selected field for object CreatePodRequest
func (*CreatePodRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *CreatePodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (h *DeletePodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeletePodDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeletePodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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 (h *DeletePodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeletePodDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeletePodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeletePodRequest ¶
type DeletePodRequest struct { // Reference of ntt.applications.v1alpha2.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.v1alpha2.DeletePod]
func (*DeletePodRequest) Clone ¶
func (o *DeletePodRequest) Clone() *DeletePodRequest
func (*DeletePodRequest) CloneRaw ¶
func (o *DeletePodRequest) CloneRaw() gotenobject.GotenObjectExt
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
type DeletePodRequestPathSelectorName ¶
type DeletePodRequestPathSelectorName struct{}
func (DeletePodRequestPathSelectorName) FieldPath ¶
func (DeletePodRequestPathSelectorName) FieldPath() *DeletePodRequest_FieldTerminalPath
func (DeletePodRequestPathSelectorName) WithArrayOfValues ¶
func (s DeletePodRequestPathSelectorName) WithArrayOfValues(values []*pod.Reference) *DeletePodRequest_FieldTerminalPathArrayOfValues
func (DeletePodRequestPathSelectorName) WithValue ¶
func (s DeletePodRequestPathSelectorName) WithValue(value *pod.Reference) *DeletePodRequest_FieldTerminalPathValue
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 (fieldMask *DeletePodRequest_FieldMask) GetPaths() []DeletePodRequest_FieldPath
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 (fieldMask *DeletePodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *DeletePodRequest_FieldMask) Subtract(other *DeletePodRequest_FieldMask) *DeletePodRequest_FieldMask
func (*DeletePodRequest_FieldMask) SubtractRaw ¶
func (fieldMask *DeletePodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildDeletePodRequest_FieldPath ¶
func BuildDeletePodRequest_FieldPath(fp gotenobject.RawFieldPath) (DeletePodRequest_FieldPath, error)
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 ¶
func (s DeletePodRequest_FieldPathSelector) String() 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 (fp *DeletePodRequest_FieldTerminalPath) ClearValue(item *DeletePodRequest)
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 ¶
func (fp *DeletePodRequest_FieldTerminalPath) IsLeaf() bool
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 (fp *DeletePodRequest_FieldTerminalPath) Selector() DeletePodRequest_FieldPathSelector
func (*DeletePodRequest_FieldTerminalPath) String ¶
func (fp *DeletePodRequest_FieldTerminalPath) String() 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 ¶
func (fpaiv *DeletePodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *DeletePodRequest) bool
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 (fpv *DeletePodRequest_FieldTerminalPathValue) AsNameValue() (*pod.Reference, bool)
func (*DeletePodRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *DeletePodRequest_FieldTerminalPathValue) CompareWith(source *DeletePodRequest) (int, bool)
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 ¶
func (fpv *DeletePodRequest_FieldTerminalPathValue) SetTo(target **DeletePodRequest)
SetTo stores value for selected field for object DeletePodRequest
func (*DeletePodRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DeletePodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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
func (h *GetPodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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
func (h *GetPodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetPodRequest ¶
type GetPodRequest struct { // Reference of ntt.applications.v1alpha2.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.v1alpha2.GetPod]
func (*GetPodRequest) Clone ¶
func (o *GetPodRequest) Clone() *GetPodRequest
func (*GetPodRequest) CloneRaw ¶
func (o *GetPodRequest) CloneRaw() gotenobject.GotenObjectExt
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) FieldMask() GetPodRequestPathSelectorFieldMask
func (GetPodRequestFieldPathBuilder) Name ¶
func (GetPodRequestFieldPathBuilder) Name() GetPodRequestPathSelectorName
func (GetPodRequestFieldPathBuilder) View ¶
func (GetPodRequestFieldPathBuilder) View() GetPodRequestPathSelectorView
type GetPodRequestPathSelectorFieldMask ¶
type GetPodRequestPathSelectorFieldMask struct{}
func (GetPodRequestPathSelectorFieldMask) FieldPath ¶
func (GetPodRequestPathSelectorFieldMask) FieldPath() *GetPodRequest_FieldTerminalPath
func (GetPodRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s GetPodRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *GetPodRequest_FieldTerminalPathArrayOfValues
func (GetPodRequestPathSelectorFieldMask) WithValue ¶
func (s GetPodRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *GetPodRequest_FieldTerminalPathValue
type GetPodRequestPathSelectorName ¶
type GetPodRequestPathSelectorName struct{}
func (GetPodRequestPathSelectorName) FieldPath ¶
func (GetPodRequestPathSelectorName) FieldPath() *GetPodRequest_FieldTerminalPath
func (GetPodRequestPathSelectorName) WithArrayOfValues ¶
func (s GetPodRequestPathSelectorName) WithArrayOfValues(values []*pod.Reference) *GetPodRequest_FieldTerminalPathArrayOfValues
func (GetPodRequestPathSelectorName) WithValue ¶
func (s GetPodRequestPathSelectorName) WithValue(value *pod.Reference) *GetPodRequest_FieldTerminalPathValue
type GetPodRequestPathSelectorView ¶
type GetPodRequestPathSelectorView struct{}
func (GetPodRequestPathSelectorView) FieldPath ¶
func (GetPodRequestPathSelectorView) FieldPath() *GetPodRequest_FieldTerminalPath
func (GetPodRequestPathSelectorView) WithArrayOfValues ¶
func (s GetPodRequestPathSelectorView) WithArrayOfValues(values []view.View) *GetPodRequest_FieldTerminalPathArrayOfValues
func (GetPodRequestPathSelectorView) WithValue ¶
func (s GetPodRequestPathSelectorView) WithValue(value view.View) *GetPodRequest_FieldTerminalPathValue
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 (fieldMask *GetPodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *GetPodRequest_FieldMask) Subtract(other *GetPodRequest_FieldMask) *GetPodRequest_FieldMask
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 BuildGetPodRequest_FieldPath ¶
func BuildGetPodRequest_FieldPath(fp gotenobject.RawFieldPath) (GetPodRequest_FieldPath, error)
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 ¶
func (s GetPodRequest_FieldPathSelector) String() 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 ¶
func (fp *GetPodRequest_FieldTerminalPath) IsLeaf() bool
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 (fp *GetPodRequest_FieldTerminalPath) Selector() GetPodRequest_FieldPathSelector
func (*GetPodRequest_FieldTerminalPath) String ¶
func (fp *GetPodRequest_FieldTerminalPath) String() 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 ¶
func (fpaiv *GetPodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *GetPodRequest) bool
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 ¶
func (fpv *GetPodRequest_FieldTerminalPathValue) SetTo(target **GetPodRequest)
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 (h *ListPodsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListPodsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListPodsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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 (h *ListPodsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListPodsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListPodsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListPodsRequest ¶
type ListPodsRequest struct { // Parent name of ntt.applications.v1alpha2.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.v1alpha2.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"` // contains filtered or unexported fields }
Request message for method [ListPods][ntt.applications.v1alpha2.ListPods]
func (*ListPodsRequest) Clone ¶
func (o *ListPodsRequest) Clone() *ListPodsRequest
func (*ListPodsRequest) CloneRaw ¶
func (o *ListPodsRequest) CloneRaw() gotenobject.GotenObjectExt
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) 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) 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) FieldMask() ListPodsRequestPathSelectorFieldMask
func (ListPodsRequestFieldPathBuilder) Filter ¶
func (ListPodsRequestFieldPathBuilder) Filter() ListPodsRequestPathSelectorFilter
func (ListPodsRequestFieldPathBuilder) OrderBy ¶
func (ListPodsRequestFieldPathBuilder) OrderBy() ListPodsRequestPathSelectorOrderBy
func (ListPodsRequestFieldPathBuilder) PageSize ¶
func (ListPodsRequestFieldPathBuilder) PageSize() ListPodsRequestPathSelectorPageSize
func (ListPodsRequestFieldPathBuilder) PageToken ¶
func (ListPodsRequestFieldPathBuilder) PageToken() ListPodsRequestPathSelectorPageToken
func (ListPodsRequestFieldPathBuilder) Parent ¶
func (ListPodsRequestFieldPathBuilder) Parent() ListPodsRequestPathSelectorParent
type ListPodsRequestPathSelectorFieldMask ¶
type ListPodsRequestPathSelectorFieldMask struct{}
func (ListPodsRequestPathSelectorFieldMask) FieldPath ¶
func (ListPodsRequestPathSelectorFieldMask) FieldPath() *ListPodsRequest_FieldTerminalPath
func (ListPodsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListPodsRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *ListPodsRequest_FieldTerminalPathArrayOfValues
func (ListPodsRequestPathSelectorFieldMask) WithValue ¶
func (s ListPodsRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *ListPodsRequest_FieldTerminalPathValue
type ListPodsRequestPathSelectorFilter ¶
type ListPodsRequestPathSelectorFilter struct{}
func (ListPodsRequestPathSelectorFilter) FieldPath ¶
func (ListPodsRequestPathSelectorFilter) FieldPath() *ListPodsRequest_FieldTerminalPath
func (ListPodsRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListPodsRequestPathSelectorFilter) WithArrayOfValues(values []*pod.Filter) *ListPodsRequest_FieldTerminalPathArrayOfValues
func (ListPodsRequestPathSelectorFilter) WithValue ¶
func (s ListPodsRequestPathSelectorFilter) WithValue(value *pod.Filter) *ListPodsRequest_FieldTerminalPathValue
type ListPodsRequestPathSelectorOrderBy ¶
type ListPodsRequestPathSelectorOrderBy struct{}
func (ListPodsRequestPathSelectorOrderBy) FieldPath ¶
func (ListPodsRequestPathSelectorOrderBy) FieldPath() *ListPodsRequest_FieldTerminalPath
func (ListPodsRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListPodsRequestPathSelectorOrderBy) WithArrayOfValues(values []*pod.OrderBy) *ListPodsRequest_FieldTerminalPathArrayOfValues
func (ListPodsRequestPathSelectorOrderBy) WithValue ¶
func (s ListPodsRequestPathSelectorOrderBy) WithValue(value *pod.OrderBy) *ListPodsRequest_FieldTerminalPathValue
type ListPodsRequestPathSelectorPageSize ¶
type ListPodsRequestPathSelectorPageSize struct{}
func (ListPodsRequestPathSelectorPageSize) FieldPath ¶
func (ListPodsRequestPathSelectorPageSize) FieldPath() *ListPodsRequest_FieldTerminalPath
func (ListPodsRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListPodsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListPodsRequest_FieldTerminalPathArrayOfValues
func (ListPodsRequestPathSelectorPageSize) WithValue ¶
func (s ListPodsRequestPathSelectorPageSize) WithValue(value int32) *ListPodsRequest_FieldTerminalPathValue
type ListPodsRequestPathSelectorPageToken ¶
type ListPodsRequestPathSelectorPageToken struct{}
func (ListPodsRequestPathSelectorPageToken) FieldPath ¶
func (ListPodsRequestPathSelectorPageToken) FieldPath() *ListPodsRequest_FieldTerminalPath
func (ListPodsRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListPodsRequestPathSelectorPageToken) WithArrayOfValues(values []*pod.PagerCursor) *ListPodsRequest_FieldTerminalPathArrayOfValues
func (ListPodsRequestPathSelectorPageToken) WithValue ¶
func (s ListPodsRequestPathSelectorPageToken) WithValue(value *pod.PagerCursor) *ListPodsRequest_FieldTerminalPathValue
type ListPodsRequestPathSelectorParent ¶
type ListPodsRequestPathSelectorParent struct{}
func (ListPodsRequestPathSelectorParent) FieldPath ¶
func (ListPodsRequestPathSelectorParent) FieldPath() *ListPodsRequest_FieldTerminalPath
func (ListPodsRequestPathSelectorParent) WithArrayOfValues ¶
func (s ListPodsRequestPathSelectorParent) WithArrayOfValues(values []*pod.ParentName) *ListPodsRequest_FieldTerminalPathArrayOfValues
func (ListPodsRequestPathSelectorParent) WithValue ¶
func (s ListPodsRequestPathSelectorParent) WithValue(value *pod.ParentName) *ListPodsRequest_FieldTerminalPathValue
type ListPodsRequestPathSelectorView ¶
type ListPodsRequestPathSelectorView struct{}
func (ListPodsRequestPathSelectorView) FieldPath ¶
func (ListPodsRequestPathSelectorView) FieldPath() *ListPodsRequest_FieldTerminalPath
func (ListPodsRequestPathSelectorView) WithArrayOfValues ¶
func (s ListPodsRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListPodsRequest_FieldTerminalPathArrayOfValues
func (ListPodsRequestPathSelectorView) WithValue ¶
func (s ListPodsRequestPathSelectorView) WithValue(value view.View) *ListPodsRequest_FieldTerminalPathValue
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 (fieldMask *ListPodsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *ListPodsRequest_FieldMask) Subtract(other *ListPodsRequest_FieldMask) *ListPodsRequest_FieldMask
func (*ListPodsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListPodsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildListPodsRequest_FieldPath ¶
func BuildListPodsRequest_FieldPath(fp gotenobject.RawFieldPath) (ListPodsRequest_FieldPath, error)
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 )
func (ListPodsRequest_FieldPathSelector) String ¶
func (s ListPodsRequest_FieldPathSelector) String() 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 ¶
func (fp *ListPodsRequest_FieldTerminalPath) IsLeaf() bool
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 (fp *ListPodsRequest_FieldTerminalPath) Selector() ListPodsRequest_FieldPathSelector
func (*ListPodsRequest_FieldTerminalPath) String ¶
func (fp *ListPodsRequest_FieldTerminalPath) String() 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 ¶
func (fpaiv *ListPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPodsRequest) bool
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) 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) 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 ¶
func (fpv *ListPodsRequest_FieldTerminalPathValue) SetTo(target **ListPodsRequest)
SetTo stores value for selected field for object ListPodsRequest
func (*ListPodsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListPodsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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.v1alpha2.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.v1alpha2.ListPodsRequest.page_token] NextPageToken *pod.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListPods][ntt.applications.v1alpha2.ListPods]
func (*ListPodsResponse) Clone ¶
func (o *ListPodsResponse) Clone() *ListPodsResponse
func (*ListPodsResponse) CloneRaw ¶
func (o *ListPodsResponse) CloneRaw() gotenobject.GotenObjectExt
func (*ListPodsResponse) Descriptor ¶
func (*ListPodsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListPodsResponse.ProtoReflect.Descriptor instead.
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) 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) 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) 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) NextPageToken ¶
func (ListPodsResponseFieldPathBuilder) NextPageToken() ListPodsResponsePathSelectorNextPageToken
func (ListPodsResponseFieldPathBuilder) PrevPageToken ¶
func (ListPodsResponseFieldPathBuilder) PrevPageToken() ListPodsResponsePathSelectorPrevPageToken
type ListPodsResponseMapPathSelectorPodsMetadataAnnotations ¶
type ListPodsResponseMapPathSelectorPodsMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ListPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataAnnotations) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataAnnotations) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponseMapPathSelectorPodsMetadataLabels ¶
type ListPodsResponseMapPathSelectorPodsMetadataLabels struct {
// contains filtered or unexported fields
}
func (ListPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataLabels) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataLabels) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponseMapPathSelectorPodsMetadataLabels) WithValue ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataLabels) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponseMapPathSelectorPodsMetadataShards ¶
type ListPodsResponseMapPathSelectorPodsMetadataShards struct {
// contains filtered or unexported fields
}
func (ListPodsResponseMapPathSelectorPodsMetadataShards) FieldPath ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataShards) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataShards) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponseMapPathSelectorPodsMetadataShards) WithValue ¶
func (s ListPodsResponseMapPathSelectorPodsMetadataShards) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits ¶
type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue ¶
func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesLimits) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests ¶
type ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue ¶
func (s ListPodsResponseMapPathSelectorPodsSpecContainersResourcesRequests) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorNextPageToken ¶
type ListPodsResponsePathSelectorNextPageToken struct{}
func (ListPodsResponsePathSelectorNextPageToken) FieldPath ¶
func (ListPodsResponsePathSelectorNextPageToken) FieldPath() *ListPodsResponse_FieldTerminalPath
func (ListPodsResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorNextPageToken) WithArrayOfValues(values []*pod.PagerCursor) *ListPodsResponse_FieldTerminalPathArrayOfValues
func (ListPodsResponsePathSelectorNextPageToken) WithValue ¶
func (s ListPodsResponsePathSelectorNextPageToken) WithValue(value *pod.PagerCursor) *ListPodsResponse_FieldTerminalPathValue
type ListPodsResponsePathSelectorPods ¶
type ListPodsResponsePathSelectorPods struct{}
func (ListPodsResponsePathSelectorPods) DisplayName ¶
func (ListPodsResponsePathSelectorPods) DisplayName() ListPodsResponsePathSelectorPodsDisplayName
func (ListPodsResponsePathSelectorPods) FieldPath ¶
func (ListPodsResponsePathSelectorPods) FieldPath() *ListPodsResponse_FieldTerminalPath
func (ListPodsResponsePathSelectorPods) Metadata ¶
func (ListPodsResponsePathSelectorPods) Metadata() ListPodsResponsePathSelectorPodsMetadata
func (ListPodsResponsePathSelectorPods) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPods) WithArrayOfValues(values [][]*pod.Pod) *ListPodsResponse_FieldTerminalPathArrayOfValues
func (ListPodsResponsePathSelectorPods) WithItemValue ¶
func (s ListPodsResponsePathSelectorPods) WithItemValue(value *pod.Pod) *ListPodsResponse_FieldTerminalPathArrayItemValue
func (ListPodsResponsePathSelectorPods) WithSubArrayItemValue ¶
func (s ListPodsResponsePathSelectorPods) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPods) WithSubArrayOfValues ¶
func (s ListPodsResponsePathSelectorPods) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPods) WithSubPath ¶
func (ListPodsResponsePathSelectorPods) WithSubPath(subPath pod.Pod_FieldPath) *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPods) WithSubValue ¶
func (s ListPodsResponsePathSelectorPods) WithSubValue(subPathValue pod.Pod_FieldPathValue) *ListPodsResponse_FieldSubPathValue
func (ListPodsResponsePathSelectorPods) WithValue ¶
func (s ListPodsResponsePathSelectorPods) WithValue(value []*pod.Pod) *ListPodsResponse_FieldTerminalPathValue
type ListPodsResponsePathSelectorPodsDisplayName ¶
type ListPodsResponsePathSelectorPodsDisplayName struct{}
func (ListPodsResponsePathSelectorPodsDisplayName) FieldPath ¶
func (ListPodsResponsePathSelectorPodsDisplayName) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsDisplayName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsDisplayName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsDisplayName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadata ¶
type ListPodsResponsePathSelectorPodsMetadata struct{}
func (ListPodsResponsePathSelectorPodsMetadata) Annotations ¶
func (ListPodsResponsePathSelectorPodsMetadata) CreateTime ¶
func (ListPodsResponsePathSelectorPodsMetadata) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadata) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadata) Generation ¶
func (ListPodsResponsePathSelectorPodsMetadata) OwnerReferences ¶
func (ListPodsResponsePathSelectorPodsMetadata) OwnerReferences() ListPodsResponsePathSelectorPodsMetadataOwnerReferences
func (ListPodsResponsePathSelectorPodsMetadata) ResourceVersion ¶
func (ListPodsResponsePathSelectorPodsMetadata) ResourceVersion() ListPodsResponsePathSelectorPodsMetadataResourceVersion
func (ListPodsResponsePathSelectorPodsMetadata) UpdateTime ¶
func (ListPodsResponsePathSelectorPodsMetadata) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadata) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadata) WithValue(value *ntt_meta.Meta) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataAnnotations ¶
type ListPodsResponsePathSelectorPodsMetadataAnnotations struct{}
func (ListPodsResponsePathSelectorPodsMetadataAnnotations) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataAnnotations) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataAnnotations) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataAnnotations) WithValue(value map[string]string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataCreateTime ¶
type ListPodsResponsePathSelectorPodsMetadataCreateTime struct{}
func (ListPodsResponsePathSelectorPodsMetadataCreateTime) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataCreateTime) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataCreateTime) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataGeneration ¶
type ListPodsResponsePathSelectorPodsMetadataGeneration struct{}
func (ListPodsResponsePathSelectorPodsMetadataGeneration) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataGeneration) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataGeneration) WithArrayOfValues(values []int64) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataGeneration) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataGeneration) WithValue(value int64) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataLabels ¶
type ListPodsResponsePathSelectorPodsMetadataLabels struct{}
func (ListPodsResponsePathSelectorPodsMetadataLabels) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataLabels) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataLabels) WithArrayOfValues(values []map[string]string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataLabels) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataLabels) WithValue(value map[string]string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataOwnerReferences ¶
type ListPodsResponsePathSelectorPodsMetadataOwnerReferences struct{}
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) ApiVersion ¶
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) Controller ¶
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion ¶
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion struct{}
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesApiVersion) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion ¶
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController ¶
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController struct{}
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesController) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind ¶
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind struct{}
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesKind) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName ¶
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName struct{}
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid ¶
type ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid struct{}
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataOwnerReferencesUid) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataResourceVersion ¶
type ListPodsResponsePathSelectorPodsMetadataResourceVersion struct{}
func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataResourceVersion) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataShards ¶
type ListPodsResponsePathSelectorPodsMetadataShards struct{}
func (ListPodsResponsePathSelectorPodsMetadataShards) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataShards) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataShards) WithArrayOfValues(values []map[string]int64) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataShards) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataShards) WithValue(value map[string]int64) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataSyncing ¶
type ListPodsResponsePathSelectorPodsMetadataSyncing struct{}
func (ListPodsResponsePathSelectorPodsMetadataSyncing) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataSyncing) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataSyncing) OwningRegion ¶
func (ListPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataSyncing) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion ¶
type ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion struct{}
func (ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataSyncingOwningRegion) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataSyncingRegions ¶
type ListPodsResponsePathSelectorPodsMetadataSyncingRegions struct{}
func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataSyncingRegions) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataTags ¶
type ListPodsResponsePathSelectorPodsMetadataTags struct{}
func (ListPodsResponsePathSelectorPodsMetadataTags) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataTags) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataTags) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataTags) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataTags) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsMetadataTags) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataTags) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataUpdateTime ¶
type ListPodsResponsePathSelectorPodsMetadataUpdateTime struct{}
func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsMetadataUuid ¶
type ListPodsResponsePathSelectorPodsMetadataUuid struct{}
func (ListPodsResponsePathSelectorPodsMetadataUuid) FieldPath ¶
func (ListPodsResponsePathSelectorPodsMetadataUuid) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsMetadataUuid) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsMetadataUuid) WithValue ¶
func (s ListPodsResponsePathSelectorPodsMetadataUuid) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsName ¶
type ListPodsResponsePathSelectorPodsName struct{}
func (ListPodsResponsePathSelectorPodsName) FieldPath ¶
func (ListPodsResponsePathSelectorPodsName) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsName) WithArrayOfValues(values []*pod.Name) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsName) WithValue(value *pod.Name) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpec ¶
type ListPodsResponsePathSelectorPodsSpec struct{}
func (ListPodsResponsePathSelectorPodsSpec) Containers ¶
func (ListPodsResponsePathSelectorPodsSpec) Containers() ListPodsResponsePathSelectorPodsSpecContainers
func (ListPodsResponsePathSelectorPodsSpec) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpec) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpec) HostNetwork ¶
func (ListPodsResponsePathSelectorPodsSpec) HostNetwork() ListPodsResponsePathSelectorPodsSpecHostNetwork
func (ListPodsResponsePathSelectorPodsSpec) HostVolumeMounts ¶
func (ListPodsResponsePathSelectorPodsSpec) HostVolumeMounts() ListPodsResponsePathSelectorPodsSpecHostVolumeMounts
func (ListPodsResponsePathSelectorPodsSpec) ImagePullSecrets ¶
func (ListPodsResponsePathSelectorPodsSpec) ImagePullSecrets() ListPodsResponsePathSelectorPodsSpecImagePullSecrets
func (ListPodsResponsePathSelectorPodsSpec) RestartPolicy ¶
func (ListPodsResponsePathSelectorPodsSpec) RestartPolicy() ListPodsResponsePathSelectorPodsSpecRestartPolicy
func (ListPodsResponsePathSelectorPodsSpec) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpec) WithArrayOfValues(values []*pod.Pod_Spec) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpec) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpec) WithValue(value *pod.Pod_Spec) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecCompose ¶
type ListPodsResponsePathSelectorPodsSpecCompose struct{}
func (ListPodsResponsePathSelectorPodsSpecCompose) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecCompose) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecCompose) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecCompose) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecCompose) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainers ¶
type ListPodsResponsePathSelectorPodsSpecContainers struct{}
func (ListPodsResponsePathSelectorPodsSpecContainers) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainers) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainers) ImagePullPolicy ¶
func (ListPodsResponsePathSelectorPodsSpecContainers) SecurityContext ¶
func (ListPodsResponsePathSelectorPodsSpecContainers) VolumeMounts ¶
func (ListPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainers) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecContainers) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersArgs ¶
type ListPodsResponsePathSelectorPodsSpecContainersArgs struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersArgs) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersArgs) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersArgs) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersArgs) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecContainersArgs) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersArgs) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersCommand ¶
type ListPodsResponsePathSelectorPodsSpecContainersCommand struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersCommand) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersCommand) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersCommand) WithArrayOfValues(values [][]string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersCommand) WithItemValue(value string) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecContainersCommand) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersCommand) WithValue(value []string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnv ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnv struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnv) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnv) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnv) WithItemValue(value *pod.EnvVar) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecContainersEnv) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnv) WithValue(value []*pod.EnvVar) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFrom ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFrom struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) ConfigMapRef ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromPrefix) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvName ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvName struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvValue ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValue struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValue) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) SecretKeyRef ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional ¶
type ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersImage ¶
type ListPodsResponsePathSelectorPodsSpecContainersImage struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersImage) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersImage) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersImage) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersImage) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersImage) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy ¶
type ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersImagePullPolicy) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersName ¶
type ListPodsResponsePathSelectorPodsSpecContainersName struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersName) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersName) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersResources ¶
type ListPodsResponsePathSelectorPodsSpecContainersResources struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersResources) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecContainersResources) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits ¶
type ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesLimits) WithValue(value map[string]int64) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests ¶
type ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersResourcesRequests) WithValue(value map[string]int64) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersSecurityContext ¶
type ListPodsResponsePathSelectorPodsSpecContainersSecurityContext struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) Privileged ¶
func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged ¶
type ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersSecurityContextPrivileged) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts ¶
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath ¶
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsMountPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName ¶
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly ¶
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsReadOnly) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath ¶
type ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath struct{}
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecContainersVolumeMountsSubPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecHostNetwork ¶
type ListPodsResponsePathSelectorPodsSpecHostNetwork struct{}
func (ListPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecHostNetwork) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecHostNetwork) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecHostNetwork) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecHostNetwork) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecHostVolumeMounts ¶
type ListPodsResponsePathSelectorPodsSpecHostVolumeMounts struct{}
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath ¶
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath struct{}
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsMountPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName ¶
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName struct{}
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly ¶
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly struct{}
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsReadOnly) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath ¶
type ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath struct{}
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecHostVolumeMountsSubPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecImagePullSecrets ¶
type ListPodsResponsePathSelectorPodsSpecImagePullSecrets struct{}
func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecImagePullSecretsName ¶
type ListPodsResponsePathSelectorPodsSpecImagePullSecretsName struct{}
func (ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecNode ¶
type ListPodsResponsePathSelectorPodsSpecNode struct{}
func (ListPodsResponsePathSelectorPodsSpecNode) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecNode) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecNode) WithArrayOfValues(values []*devices_device.Reference) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecNode) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecNode) WithValue(value *devices_device.Reference) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecRestartPolicy ¶
type ListPodsResponsePathSelectorPodsSpecRestartPolicy struct{}
func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumes ¶
type ListPodsResponsePathSelectorPodsSpecVolumes struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumes) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumes) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumes) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumes) WithItemValue(value *pod.Volume) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecVolumes) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumes) WithValue(value []*pod.Volume) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMap ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMap struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) DefaultMode ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapDefaultMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapItemsPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional ¶
type ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesConfigMapOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesHostPath ¶
type ListPodsResponsePathSelectorPodsSpecVolumesHostPath struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath ¶
type ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesHostPathType ¶
type ListPodsResponsePathSelectorPodsSpecVolumesHostPathType struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesName ¶
type ListPodsResponsePathSelectorPodsSpecVolumesName struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesName) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesName) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecret ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecret struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) DefaultMode ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) SecretName ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretDefaultMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItems ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItems struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) FieldPath ¶
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsKey) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsMode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretItemsPath) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretOptional) WithValue(value bool) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName ¶
type ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName struct{}
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsSpecVolumesSecretSecretName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatus ¶
type ListPodsResponsePathSelectorPodsStatus struct{}
func (ListPodsResponsePathSelectorPodsStatus) ContainerStatuses ¶
func (ListPodsResponsePathSelectorPodsStatus) ContainerStatuses() ListPodsResponsePathSelectorPodsStatusContainerStatuses
func (ListPodsResponsePathSelectorPodsStatus) FieldPath ¶
func (ListPodsResponsePathSelectorPodsStatus) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsStatus) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatus) WithArrayOfValues(values []*pod.Pod_Status) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatus) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatus) WithValue(value *pod.Pod_Status) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatuses ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatuses struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) FieldPath ¶
func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) Terminated ¶
func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *ListPodsResponse_FieldSubPathArrayItemValue
func (ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesName ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesName struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesName) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesState ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesState struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) ContainerId ¶
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) FinishedAt ¶
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedContainerId) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedMessage) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedReason) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedSignal) WithValue(value int32) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *ListPodsResponse_FieldSubPathArrayOfValues
type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingMessage) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason ¶
type ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason struct{}
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusContainerStatusesWaitingReason) WithValue(value string) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPodsStatusPhase ¶
type ListPodsResponsePathSelectorPodsStatusPhase struct{}
func (ListPodsResponsePathSelectorPodsStatusPhase) FieldPath ¶
func (ListPodsResponsePathSelectorPodsStatusPhase) FieldPath() *ListPodsResponse_FieldSubPath
func (ListPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPodsStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *ListPodsResponse_FieldSubPathArrayOfValues
func (ListPodsResponsePathSelectorPodsStatusPhase) WithValue ¶
func (s ListPodsResponsePathSelectorPodsStatusPhase) WithValue(value pod.Pod_Status_Phase) *ListPodsResponse_FieldSubPathValue
type ListPodsResponsePathSelectorPrevPageToken ¶
type ListPodsResponsePathSelectorPrevPageToken struct{}
func (ListPodsResponsePathSelectorPrevPageToken) FieldPath ¶
func (ListPodsResponsePathSelectorPrevPageToken) FieldPath() *ListPodsResponse_FieldTerminalPath
func (ListPodsResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListPodsResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*pod.PagerCursor) *ListPodsResponse_FieldTerminalPathArrayOfValues
func (ListPodsResponsePathSelectorPrevPageToken) WithValue ¶
func (s ListPodsResponsePathSelectorPrevPageToken) WithValue(value *pod.PagerCursor) *ListPodsResponse_FieldTerminalPathValue
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 (fieldMask *ListPodsResponse_FieldMask) GetPaths() []ListPodsResponse_FieldPath
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 (fieldMask *ListPodsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *ListPodsResponse_FieldMask) Subtract(other *ListPodsResponse_FieldMask) *ListPodsResponse_FieldMask
func (*ListPodsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListPodsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildListPodsResponse_FieldPath ¶
func BuildListPodsResponse_FieldPath(fp gotenobject.RawFieldPath) (ListPodsResponse_FieldPath, error)
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 )
func (ListPodsResponse_FieldPathSelector) String ¶
func (s ListPodsResponse_FieldPathSelector) String() 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 (fps *ListPodsResponse_FieldSubPath) Selector() ListPodsResponse_FieldPathSelector
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 (fpaivs *ListPodsResponse_FieldSubPathArrayItemValue) AsPodsPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
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 (fpsaov *ListPodsResponse_FieldSubPathArrayOfValues) AsPodsPathArrayOfValues() (pod.Pod_FieldPathArrayOfValues, bool)
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 (fpvs *ListPodsResponse_FieldSubPathValue) AsPodsPathValue() (pod.Pod_FieldPathValue, bool)
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 (fpvs *ListPodsResponse_FieldSubPathValue) SetTo(target **ListPodsResponse)
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 (fp *ListPodsResponse_FieldTerminalPath) ClearValue(item *ListPodsResponse)
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 ¶
func (fp *ListPodsResponse_FieldTerminalPath) IsLeaf() bool
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 (fp *ListPodsResponse_FieldTerminalPath) Selector() ListPodsResponse_FieldPathSelector
func (*ListPodsResponse_FieldTerminalPath) String ¶
func (fp *ListPodsResponse_FieldTerminalPath) String() 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 ¶
func (fpaiv *ListPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPodsResponse) bool
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) 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) 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) 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) CompareWith ¶
func (fpv *ListPodsResponse_FieldTerminalPathValue) CompareWith(source *ListPodsResponse) (int, bool)
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 ¶
func (fpv *ListPodsResponse_FieldTerminalPathValue) SetTo(target **ListPodsResponse)
SetTo stores value for selected field for object ListPodsResponse
func (*ListPodsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListPodsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (h *UpdatePodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdatePodDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdatePodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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 (h *UpdatePodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdatePodDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdatePodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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"` // contains filtered or unexported fields }
Request message for method [UpdatePod][ntt.applications.v1alpha2.UpdatePod]
func (*UpdatePodRequest) Clone ¶
func (o *UpdatePodRequest) Clone() *UpdatePodRequest
func (*UpdatePodRequest) CloneRaw ¶
func (o *UpdatePodRequest) CloneRaw() gotenobject.GotenObjectExt
func (*UpdatePodRequest) Descriptor ¶
func (*UpdatePodRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdatePodRequest.ProtoReflect.Descriptor instead.
func (*UpdatePodRequest) GetCas ¶
func (m *UpdatePodRequest) GetCas() *UpdatePodRequest_CAS
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) 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) ConditionalState() UpdatePodRequest_CASPathSelectorConditionalState
func (UpdatePodRequestCASFieldPathBuilder) FieldMask ¶
func (UpdatePodRequestCASFieldPathBuilder) FieldMask() UpdatePodRequest_CASPathSelectorFieldMask
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 BuildUpdatePodRequestCAS_FieldPath ¶
func BuildUpdatePodRequestCAS_FieldPath(fp gotenobject.RawFieldPath) (UpdatePodRequestCAS_FieldPath, error)
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 ¶
func (s UpdatePodRequestCAS_FieldPathSelector) String() 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 (fps *UpdatePodRequestCAS_FieldSubPath) ClearValue(item *UpdatePodRequest_CAS)
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 (fps *UpdatePodRequestCAS_FieldSubPath) Selector() UpdatePodRequestCAS_FieldPathSelector
func (*UpdatePodRequestCAS_FieldSubPath) String ¶
func (fps *UpdatePodRequestCAS_FieldSubPath) String() 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 ¶
func (fpaivs *UpdatePodRequestCAS_FieldSubPathArrayItemValue) ContainsValue(source *UpdatePodRequest_CAS) bool
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 (fpvs *UpdatePodRequestCAS_FieldSubPathValue) CompareWith(source *UpdatePodRequest_CAS) (int, bool)
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 (fpvs *UpdatePodRequestCAS_FieldSubPathValue) SetTo(target **UpdatePodRequest_CAS)
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 (fp *UpdatePodRequestCAS_FieldTerminalPath) ClearValue(item *UpdatePodRequest_CAS)
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 ¶
func (fp *UpdatePodRequestCAS_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*UpdatePodRequestCAS_FieldTerminalPath) JSONString ¶
func (fp *UpdatePodRequestCAS_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*UpdatePodRequestCAS_FieldTerminalPath) Selector ¶
func (fp *UpdatePodRequestCAS_FieldTerminalPath) Selector() UpdatePodRequestCAS_FieldPathSelector
func (*UpdatePodRequestCAS_FieldTerminalPath) String ¶
func (fp *UpdatePodRequestCAS_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*UpdatePodRequestCAS_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithIArrayItemValue(value interface{}) UpdatePodRequestCAS_FieldPathArrayItemValue
func (*UpdatePodRequestCAS_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithIArrayOfValues(values interface{}) UpdatePodRequestCAS_FieldPathArrayOfValues
func (*UpdatePodRequestCAS_FieldTerminalPath) WithIValue ¶
func (fp *UpdatePodRequestCAS_FieldTerminalPath) WithIValue(value interface{}) UpdatePodRequestCAS_FieldPathValue
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 ¶
func (fpaiv *UpdatePodRequestCAS_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdatePodRequest_CAS) bool
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 (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) AsFieldMaskValue() (*pod.Pod_FieldMask, bool)
func (*UpdatePodRequestCAS_FieldTerminalPathValue) CompareWith ¶
func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) CompareWith(source *UpdatePodRequest_CAS) (int, bool)
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 ¶
func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) SetTo(target **UpdatePodRequest_CAS)
SetTo stores value for selected field for object CAS
func (*UpdatePodRequestCAS_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdatePodRequestCAS_FieldTerminalPathValue) SetToRaw(target proto.Message)
type UpdatePodRequestFieldPathBuilder ¶
type UpdatePodRequestFieldPathBuilder struct{}
func NewUpdatePodRequestFieldPathBuilder ¶
func NewUpdatePodRequestFieldPathBuilder() UpdatePodRequestFieldPathBuilder
func (UpdatePodRequestFieldPathBuilder) UpdateMask ¶
func (UpdatePodRequestFieldPathBuilder) UpdateMask() UpdatePodRequestPathSelectorUpdateMask
type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels ¶
type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataLabels) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards ¶
type UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateMetadataShards) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits ¶
type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests ¶
type UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) FieldPath ¶
func (UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestMapPathSelectorPodMetadataAnnotations ¶
type UpdatePodRequestMapPathSelectorPodMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataAnnotations) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataAnnotations) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestMapPathSelectorPodMetadataLabels ¶
type UpdatePodRequestMapPathSelectorPodMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorPodMetadataLabels) FieldPath ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataLabels) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataLabels) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorPodMetadataLabels) WithValue ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataLabels) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestMapPathSelectorPodMetadataShards ¶
type UpdatePodRequestMapPathSelectorPodMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorPodMetadataShards) FieldPath ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataShards) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataShards) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorPodMetadataShards) WithValue ¶
func (s UpdatePodRequestMapPathSelectorPodMetadataShards) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits ¶
type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath ¶
func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue ¶
func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesLimits) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests ¶
type UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue ¶
func (s UpdatePodRequestMapPathSelectorPodSpecContainersResourcesRequests) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCas ¶
type UpdatePodRequestPathSelectorCas struct{}
func (UpdatePodRequestPathSelectorCas) ConditionalState ¶
func (UpdatePodRequestPathSelectorCas) ConditionalState() UpdatePodRequestPathSelectorCasConditionalState
func (UpdatePodRequestPathSelectorCas) FieldMask ¶
func (UpdatePodRequestPathSelectorCas) FieldMask() UpdatePodRequestPathSelectorCasFieldMask
func (UpdatePodRequestPathSelectorCas) FieldPath ¶
func (UpdatePodRequestPathSelectorCas) FieldPath() *UpdatePodRequest_FieldTerminalPath
func (UpdatePodRequestPathSelectorCas) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCas) WithArrayOfValues(values []*UpdatePodRequest_CAS) *UpdatePodRequest_FieldTerminalPathArrayOfValues
func (UpdatePodRequestPathSelectorCas) WithSubArrayItemValue ¶
func (s UpdatePodRequestPathSelectorCas) WithSubArrayItemValue(subPathArrayItemValue UpdatePodRequestCAS_FieldPathArrayItemValue) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCas) WithSubArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCas) WithSubArrayOfValues(subPathArrayOfValues UpdatePodRequestCAS_FieldPathArrayOfValues) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCas) WithSubPath ¶
func (UpdatePodRequestPathSelectorCas) WithSubPath(subPath UpdatePodRequestCAS_FieldPath) *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCas) WithSubValue ¶
func (s UpdatePodRequestPathSelectorCas) WithSubValue(subPathValue UpdatePodRequestCAS_FieldPathValue) *UpdatePodRequest_FieldSubPathValue
func (UpdatePodRequestPathSelectorCas) WithValue ¶
func (s UpdatePodRequestPathSelectorCas) WithValue(value *UpdatePodRequest_CAS) *UpdatePodRequest_FieldTerminalPathValue
type UpdatePodRequestPathSelectorCasConditionalState ¶
type UpdatePodRequestPathSelectorCasConditionalState struct{}
func (UpdatePodRequestPathSelectorCasConditionalState) DisplayName ¶
func (UpdatePodRequestPathSelectorCasConditionalState) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalState) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCasConditionalState) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalState) WithArrayOfValues(values []*pod.Pod) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalState) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalState) WithValue(value *pod.Pod) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateDisplayName ¶
type UpdatePodRequestPathSelectorCasConditionalStateDisplayName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateDisplayName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadata ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadata struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Annotations ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) CreateTime ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) Generation ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) OwnerReferences ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) ResourceVersion ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) UpdateTime ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataGeneration) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) ApiVersion ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesKind) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataOwnerReferencesUid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataResourceVersion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataShards ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataShards struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingOwningRegion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataTags ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataTags struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataTags) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid ¶
type UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateMetadataUuid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateName ¶
type UpdatePodRequestPathSelectorCasConditionalStateName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateName) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCasConditionalStateName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateName) WithArrayOfValues(values []*pod.Name) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateName) WithValue(value *pod.Name) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpec ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpec struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) Containers ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) HostNetwork ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) HostVolumeMounts ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) ImagePullSecrets ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) RestartPolicy ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpec) WithArrayOfValues(values []*pod.Pod_Spec) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpec) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpec) WithValue(value *pod.Pod_Spec) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecCompose ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecCompose struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecCompose) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainers ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainers struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) ImagePullPolicy ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) SecurityContext ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) VolumeMounts ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersArgs) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersCommand) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithItemValue(value *pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnv) WithValue(value []*pod.EnvVar) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) ConfigMapRef ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromPrefix) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValue) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) SecretKeyRef ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Key ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Name ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Optional ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) Optional ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersImagePullPolicy) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesLimits) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersResourcesRequests) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) Privileged ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostNetwork) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsMountPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecHostVolumeMountsSubPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecNode ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecNode struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecNode) WithValue(value *devices_device.Reference) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithItemValue(value *pod.Volume) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumes) WithValue(value []*pod.Volume) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) DefaultMode ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesConfigMapOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) DefaultMode ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) SecretName ¶
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretDefaultMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName ¶
type UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateSpecVolumesSecretSecretName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateStatus ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatus struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatus) ContainerStatuses ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatus) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatus) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCasConditionalStateStatus) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatus) WithArrayOfValues(values []*pod.Pod_Status) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateStatus) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatus) WithValue(value *pod.Pod_Status) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) Terminated ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithItemValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) ContainerId ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) FinishedAt ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) FieldPath ¶
func (UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorCasConditionalStateStatusPhase ¶
type UpdatePodRequestPathSelectorCasConditionalStateStatusPhase struct{}
func (UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithValue ¶
func (s UpdatePodRequestPathSelectorCasConditionalStateStatusPhase) WithValue(value pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorCasFieldMask ¶
type UpdatePodRequestPathSelectorCasFieldMask struct{}
func (UpdatePodRequestPathSelectorCasFieldMask) FieldPath ¶
func (UpdatePodRequestPathSelectorCasFieldMask) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorCasFieldMask) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorCasFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorCasFieldMask) WithValue ¶
func (s UpdatePodRequestPathSelectorCasFieldMask) WithValue(value *pod.Pod_FieldMask) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPod ¶
type UpdatePodRequestPathSelectorPod struct{}
func (UpdatePodRequestPathSelectorPod) DisplayName ¶
func (UpdatePodRequestPathSelectorPod) DisplayName() UpdatePodRequestPathSelectorPodDisplayName
func (UpdatePodRequestPathSelectorPod) FieldPath ¶
func (UpdatePodRequestPathSelectorPod) FieldPath() *UpdatePodRequest_FieldTerminalPath
func (UpdatePodRequestPathSelectorPod) Metadata ¶
func (UpdatePodRequestPathSelectorPod) Metadata() UpdatePodRequestPathSelectorPodMetadata
func (UpdatePodRequestPathSelectorPod) Status ¶
func (UpdatePodRequestPathSelectorPod) Status() UpdatePodRequestPathSelectorPodStatus
func (UpdatePodRequestPathSelectorPod) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPod) WithArrayOfValues(values []*pod.Pod) *UpdatePodRequest_FieldTerminalPathArrayOfValues
func (UpdatePodRequestPathSelectorPod) WithSubArrayItemValue ¶
func (s UpdatePodRequestPathSelectorPod) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPod) WithSubArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPod) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPod) WithSubPath ¶
func (UpdatePodRequestPathSelectorPod) WithSubPath(subPath pod.Pod_FieldPath) *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPod) WithSubValue ¶
func (s UpdatePodRequestPathSelectorPod) WithSubValue(subPathValue pod.Pod_FieldPathValue) *UpdatePodRequest_FieldSubPathValue
func (UpdatePodRequestPathSelectorPod) WithValue ¶
func (s UpdatePodRequestPathSelectorPod) WithValue(value *pod.Pod) *UpdatePodRequest_FieldTerminalPathValue
type UpdatePodRequestPathSelectorPodDisplayName ¶
type UpdatePodRequestPathSelectorPodDisplayName struct{}
func (UpdatePodRequestPathSelectorPodDisplayName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodDisplayName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodDisplayName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodDisplayName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodDisplayName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodDisplayName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadata ¶
type UpdatePodRequestPathSelectorPodMetadata struct{}
func (UpdatePodRequestPathSelectorPodMetadata) Annotations ¶
func (UpdatePodRequestPathSelectorPodMetadata) CreateTime ¶
func (UpdatePodRequestPathSelectorPodMetadata) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadata) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadata) Generation ¶
func (UpdatePodRequestPathSelectorPodMetadata) OwnerReferences ¶
func (UpdatePodRequestPathSelectorPodMetadata) OwnerReferences() UpdatePodRequestPathSelectorPodMetadataOwnerReferences
func (UpdatePodRequestPathSelectorPodMetadata) ResourceVersion ¶
func (UpdatePodRequestPathSelectorPodMetadata) ResourceVersion() UpdatePodRequestPathSelectorPodMetadataResourceVersion
func (UpdatePodRequestPathSelectorPodMetadata) UpdateTime ¶
func (UpdatePodRequestPathSelectorPodMetadata) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadata) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadata) WithValue(value *ntt_meta.Meta) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataAnnotations ¶
type UpdatePodRequestPathSelectorPodMetadataAnnotations struct{}
func (UpdatePodRequestPathSelectorPodMetadataAnnotations) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataAnnotations) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataAnnotations) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataAnnotations) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataCreateTime ¶
type UpdatePodRequestPathSelectorPodMetadataCreateTime struct{}
func (UpdatePodRequestPathSelectorPodMetadataCreateTime) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataCreateTime) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataCreateTime) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataGeneration ¶
type UpdatePodRequestPathSelectorPodMetadataGeneration struct{}
func (UpdatePodRequestPathSelectorPodMetadataGeneration) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataGeneration) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataGeneration) WithArrayOfValues(values []int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataGeneration) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataGeneration) WithValue(value int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataLabels ¶
type UpdatePodRequestPathSelectorPodMetadataLabels struct{}
func (UpdatePodRequestPathSelectorPodMetadataLabels) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataLabels) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataLabels) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataLabels) WithValue(value map[string]string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataOwnerReferences ¶
type UpdatePodRequestPathSelectorPodMetadataOwnerReferences struct{}
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) ApiVersion ¶
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) Controller ¶
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion ¶
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion struct{}
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesApiVersion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController ¶
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController struct{}
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesController) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind ¶
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind struct{}
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesKind) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName ¶
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName struct{}
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid ¶
type UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid struct{}
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataOwnerReferencesUid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataResourceVersion ¶
type UpdatePodRequestPathSelectorPodMetadataResourceVersion struct{}
func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataResourceVersion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataShards ¶
type UpdatePodRequestPathSelectorPodMetadataShards struct{}
func (UpdatePodRequestPathSelectorPodMetadataShards) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataShards) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataShards) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataShards) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataSyncing ¶
type UpdatePodRequestPathSelectorPodMetadataSyncing struct{}
func (UpdatePodRequestPathSelectorPodMetadataSyncing) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataSyncing) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataSyncing) OwningRegion ¶
func (UpdatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataSyncing) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion ¶
type UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion struct{}
func (UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataSyncingOwningRegion) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataSyncingRegions ¶
type UpdatePodRequestPathSelectorPodMetadataSyncingRegions struct{}
func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataSyncingRegions) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataTags ¶
type UpdatePodRequestPathSelectorPodMetadataTags struct{}
func (UpdatePodRequestPathSelectorPodMetadataTags) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataTags) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataTags) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataTags) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataTags) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodMetadataTags) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataTags) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataUpdateTime ¶
type UpdatePodRequestPathSelectorPodMetadataUpdateTime struct{}
func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodMetadataUuid ¶
type UpdatePodRequestPathSelectorPodMetadataUuid struct{}
func (UpdatePodRequestPathSelectorPodMetadataUuid) FieldPath ¶
func (UpdatePodRequestPathSelectorPodMetadataUuid) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodMetadataUuid) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodMetadataUuid) WithValue ¶
func (s UpdatePodRequestPathSelectorPodMetadataUuid) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodName ¶
type UpdatePodRequestPathSelectorPodName struct{}
func (UpdatePodRequestPathSelectorPodName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodName) WithArrayOfValues(values []*pod.Name) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodName) WithValue(value *pod.Name) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpec ¶
type UpdatePodRequestPathSelectorPodSpec struct{}
func (UpdatePodRequestPathSelectorPodSpec) Containers ¶
func (UpdatePodRequestPathSelectorPodSpec) Containers() UpdatePodRequestPathSelectorPodSpecContainers
func (UpdatePodRequestPathSelectorPodSpec) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpec) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpec) HostNetwork ¶
func (UpdatePodRequestPathSelectorPodSpec) HostNetwork() UpdatePodRequestPathSelectorPodSpecHostNetwork
func (UpdatePodRequestPathSelectorPodSpec) HostVolumeMounts ¶
func (UpdatePodRequestPathSelectorPodSpec) HostVolumeMounts() UpdatePodRequestPathSelectorPodSpecHostVolumeMounts
func (UpdatePodRequestPathSelectorPodSpec) ImagePullSecrets ¶
func (UpdatePodRequestPathSelectorPodSpec) ImagePullSecrets() UpdatePodRequestPathSelectorPodSpecImagePullSecrets
func (UpdatePodRequestPathSelectorPodSpec) RestartPolicy ¶
func (UpdatePodRequestPathSelectorPodSpec) RestartPolicy() UpdatePodRequestPathSelectorPodSpecRestartPolicy
func (UpdatePodRequestPathSelectorPodSpec) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpec) WithArrayOfValues(values []*pod.Pod_Spec) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpec) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpec) WithValue(value *pod.Pod_Spec) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecCompose ¶
type UpdatePodRequestPathSelectorPodSpecCompose struct{}
func (UpdatePodRequestPathSelectorPodSpecCompose) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecCompose) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecCompose) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecCompose) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecCompose) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainers ¶
type UpdatePodRequestPathSelectorPodSpecContainers struct{}
func (UpdatePodRequestPathSelectorPodSpecContainers) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainers) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainers) ImagePullPolicy ¶
func (UpdatePodRequestPathSelectorPodSpecContainers) SecurityContext ¶
func (UpdatePodRequestPathSelectorPodSpecContainers) VolumeMounts ¶
func (UpdatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainers) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecContainers) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersArgs ¶
type UpdatePodRequestPathSelectorPodSpecContainersArgs struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersArgs) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersArgs) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersArgs) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersArgs) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecContainersArgs) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersArgs) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersCommand ¶
type UpdatePodRequestPathSelectorPodSpecContainersCommand struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersCommand) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersCommand) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersCommand) WithArrayOfValues(values [][]string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersCommand) WithItemValue(value string) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecContainersCommand) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersCommand) WithValue(value []string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnv ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnv struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnv) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersEnv) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnv) WithItemValue(value *pod.EnvVar) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecContainersEnv) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnv) WithValue(value []*pod.EnvVar) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFrom ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFrom struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) ConfigMapRef ¶
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRef) WithValue(value *pod.ConfigMapEnvSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromPrefix) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRef) WithValue(value *pod.SecretEnvSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvName ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvName struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValue ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValue struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValue) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) SecretKeyRef ¶
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFrom) WithValue(value *pod.EnvVarSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRef) WithValue(value *pod.SecretKeySelector) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional ¶
type UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersImage ¶
type UpdatePodRequestPathSelectorPodSpecContainersImage struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersImage) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersImage) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersImage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersImage) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersImage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy ¶
type UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersImagePullPolicy) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersName ¶
type UpdatePodRequestPathSelectorPodSpecContainersName struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersResources ¶
type UpdatePodRequestPathSelectorPodSpecContainersResources struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersResources) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecContainersResources) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits ¶
type UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesLimits) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests ¶
type UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersResourcesRequests) WithValue(value map[string]int64) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersSecurityContext ¶
type UpdatePodRequestPathSelectorPodSpecContainersSecurityContext struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) Privileged ¶
func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContext) WithValue(value *pod.SecurityContext) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged ¶
type UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersSecurityContextPrivileged) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts ¶
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath ¶
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsMountPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName ¶
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly ¶
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath ¶
type UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath struct{}
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecContainersVolumeMountsSubPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecHostNetwork ¶
type UpdatePodRequestPathSelectorPodSpecHostNetwork struct{}
func (UpdatePodRequestPathSelectorPodSpecHostNetwork) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecHostNetwork) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecHostNetwork) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecHostNetwork) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecHostNetwork) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecHostVolumeMounts ¶
type UpdatePodRequestPathSelectorPodSpecHostVolumeMounts struct{}
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath ¶
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath struct{}
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsMountPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName ¶
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName struct{}
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly ¶
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly struct{}
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsReadOnly) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath ¶
type UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath struct{}
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecHostVolumeMountsSubPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecImagePullSecrets ¶
type UpdatePodRequestPathSelectorPodSpecImagePullSecrets struct{}
func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithItemValue(value *pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecImagePullSecrets) WithValue(value []*pod.LocalObjectReferenceSecret) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecImagePullSecretsName ¶
type UpdatePodRequestPathSelectorPodSpecImagePullSecretsName struct{}
func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecNode ¶
type UpdatePodRequestPathSelectorPodSpecNode struct{}
func (UpdatePodRequestPathSelectorPodSpecNode) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecNode) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecNode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecNode) WithArrayOfValues(values []*devices_device.Reference) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecNode) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecNode) WithValue(value *devices_device.Reference) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecRestartPolicy ¶
type UpdatePodRequestPathSelectorPodSpecRestartPolicy struct{}
func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecRestartPolicy) WithValue(value pod.Pod_Spec_RestartPolicy) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumes ¶
type UpdatePodRequestPathSelectorPodSpecVolumes struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumes) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumes) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumes) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumes) WithItemValue(value *pod.Volume) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecVolumes) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumes) WithValue(value []*pod.Volume) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMap ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMap struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) DefaultMode ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMap) WithValue(value *pod.ConfigMapVolumeSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapDefaultMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional ¶
type UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesConfigMapOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesHostPath ¶
type UpdatePodRequestPathSelectorPodSpecVolumesHostPath struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPath) WithValue(value *pod.HostPathVolumeSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath ¶
type UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesHostPathType ¶
type UpdatePodRequestPathSelectorPodSpecVolumesHostPathType struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesHostPathType) WithValue(value pod.HostPathVolumeSource_Type) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesName ¶
type UpdatePodRequestPathSelectorPodSpecVolumesName struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesName) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesName) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecret ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecret struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) DefaultMode ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) SecretName ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretDefaultMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItems ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItems struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath ¶
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsKey) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsMode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretItemsPath) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretOptional) WithValue(value bool) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName ¶
type UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName struct{}
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodSpecVolumesSecretSecretName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatus ¶
type UpdatePodRequestPathSelectorPodStatus struct{}
func (UpdatePodRequestPathSelectorPodStatus) ContainerStatuses ¶
func (UpdatePodRequestPathSelectorPodStatus) ContainerStatuses() UpdatePodRequestPathSelectorPodStatusContainerStatuses
func (UpdatePodRequestPathSelectorPodStatus) FieldPath ¶
func (UpdatePodRequestPathSelectorPodStatus) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodStatus) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatus) WithArrayOfValues(values []*pod.Pod_Status) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatus) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatus) WithValue(value *pod.Pod_Status) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatuses ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatuses struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath ¶
func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) Terminated ¶
func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathArrayItemValue
func (UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesName ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesName struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesName) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesState ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesState struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) ContainerId ¶
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) FinishedAt ¶
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedContainerId) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedMessage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedReason) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedSignal) WithValue(value int32) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *UpdatePodRequest_FieldSubPathArrayOfValues
type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingMessage) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason ¶
type UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason struct{}
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusContainerStatusesWaitingReason) WithValue(value string) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorPodStatusPhase ¶
type UpdatePodRequestPathSelectorPodStatusPhase struct{}
func (UpdatePodRequestPathSelectorPodStatusPhase) FieldPath ¶
func (UpdatePodRequestPathSelectorPodStatusPhase) FieldPath() *UpdatePodRequest_FieldSubPath
func (UpdatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorPodStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathArrayOfValues
func (UpdatePodRequestPathSelectorPodStatusPhase) WithValue ¶
func (s UpdatePodRequestPathSelectorPodStatusPhase) WithValue(value pod.Pod_Status_Phase) *UpdatePodRequest_FieldSubPathValue
type UpdatePodRequestPathSelectorUpdateMask ¶
type UpdatePodRequestPathSelectorUpdateMask struct{}
func (UpdatePodRequestPathSelectorUpdateMask) FieldPath ¶
func (UpdatePodRequestPathSelectorUpdateMask) FieldPath() *UpdatePodRequest_FieldTerminalPath
func (UpdatePodRequestPathSelectorUpdateMask) WithArrayOfValues ¶
func (s UpdatePodRequestPathSelectorUpdateMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *UpdatePodRequest_FieldTerminalPathArrayOfValues
func (UpdatePodRequestPathSelectorUpdateMask) WithValue ¶
func (s UpdatePodRequestPathSelectorUpdateMask) WithValue(value *pod.Pod_FieldMask) *UpdatePodRequest_FieldTerminalPathValue
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 (o *UpdatePodRequest_CAS) Clone() *UpdatePodRequest_CAS
func (*UpdatePodRequest_CAS) CloneRaw ¶
func (o *UpdatePodRequest_CAS) CloneRaw() gotenobject.GotenObjectExt
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 (o *UpdatePodRequest_CAS) MakeDiffFieldMask(other *UpdatePodRequest_CAS) *UpdatePodRequest_CAS_FieldMask
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) WithArrayOfValues ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataAnnotations) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels ¶
type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels struct {
// contains filtered or unexported fields
}
func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataLabels) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards ¶
type UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards struct {
// contains filtered or unexported fields
}
func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateMetadataShards) WithValue(value int64) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits ¶
type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests ¶
type UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) FieldPath ¶
func (UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s UpdatePodRequest_CASMapPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalState ¶
type UpdatePodRequest_CASPathSelectorConditionalState struct{}
func (UpdatePodRequest_CASPathSelectorConditionalState) DisplayName ¶
func (UpdatePodRequest_CASPathSelectorConditionalState) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalState) WithArrayOfValues(values []*pod.Pod) *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayItemValue(subPathArrayItemValue pod.Pod_FieldPathArrayItemValue) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalState) WithSubArrayOfValues(subPathArrayOfValues pod.Pod_FieldPathArrayOfValues) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubPath(subPath pod.Pod_FieldPath) *UpdatePodRequestCAS_FieldSubPath
func (UpdatePodRequest_CASPathSelectorConditionalState) WithSubValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalState) WithSubValue(subPathValue pod.Pod_FieldPathValue) *UpdatePodRequestCAS_FieldSubPathValue
func (UpdatePodRequest_CASPathSelectorConditionalState) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalState) WithValue(value *pod.Pod) *UpdatePodRequestCAS_FieldTerminalPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateDisplayName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateDisplayName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateDisplayName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadata ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadata struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Annotations ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) CreateTime ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) Generation ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) OwnerReferences ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) ResourceVersion ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) UpdateTime ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadata) WithValue(value *ntt_meta.Meta) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataAnnotations) WithValue(value map[string]string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataCreateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithArrayOfValues(values []int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataGeneration) WithValue(value int64) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithArrayOfValues(values []map[string]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataLabels) WithValue(value map[string]string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) ApiVersion ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) BlockOwnerDeletion ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) Controller ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataResourceVersion) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithArrayOfValues(values []map[string]int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataShards) WithValue(value map[string]int64) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) OwningRegion ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataSyncingRegions) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataTags) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid ¶
type UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateMetadataUuid) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateName) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateName) FieldPath() *UpdatePodRequestCAS_FieldSubPath
func (UpdatePodRequest_CASPathSelectorConditionalStateName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateName) WithArrayOfValues(values []*pod.Name) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateName) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateName) WithValue(value *pod.Name) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpec ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpec struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) Containers ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) FieldPath() *UpdatePodRequestCAS_FieldSubPath
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) HostNetwork ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) HostVolumeMounts ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) ImagePullSecrets ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) RestartPolicy ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithArrayOfValues(values []*pod.Pod_Spec) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpec) WithValue(value *pod.Pod_Spec) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecCompose) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) ImagePullPolicy ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) SecurityContext ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) VolumeMounts ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithArrayOfValues(values [][]*pod.Pod_Spec_Container) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithItemValue(value *pod.Pod_Spec_Container) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainers) WithValue(value []*pod.Pod_Spec_Container) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersArgs) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithArrayOfValues(values [][]string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithItemValue(value string) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersCommand) WithValue(value []string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithArrayOfValues(values [][]*pod.EnvVar) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithItemValue(value *pod.EnvVar) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnv) WithValue(value []*pod.EnvVar) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) ConfigMapRef ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithArrayOfValues(values []*pod.EnvFromSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFrom) WithValue(value *pod.EnvFromSource) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*pod.ConfigMapEnvSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*pod.SecretEnvSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValue) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) SecretKeyRef ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFrom) WithArrayOfValues(values []*pod.EnvVarSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Key ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Name ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) Optional ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*pod.ConfigMapKeySelector) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) Name ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) Optional ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*pod.SecretKeySelector) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImage) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResources) WithArrayOfValues(values []*pod.Pod_Spec_Container_ResourceRequirements) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesLimits) WithValue(value map[string]int64) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersResourcesRequests) WithValue(value map[string]int64) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) Privileged ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContext) WithArrayOfValues(values []*pod.SecurityContext) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostNetwork) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithArrayOfValues(values [][]*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithItemValue(value *pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMounts) WithValue(value []*pod.VolumeMount) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithArrayOfValues(values [][]*pod.LocalObjectReferenceSecret) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecrets) WithItemValue ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecNode ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecNode struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecNode) WithValue(value *devices_device.Reference) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecRestartPolicy) WithArrayOfValues(values []pod.Pod_Spec_RestartPolicy) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithArrayOfValues(values [][]*pod.Volume) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithItemValue(value *pod.Volume) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumes) WithValue(value []*pod.Volume) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) DefaultMode ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMap) WithArrayOfValues(values []*pod.ConfigMapVolumeSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPath) WithArrayOfValues(values []*pod.HostPathVolumeSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathPath) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesHostPathType) WithArrayOfValues(values []pod.HostPathVolumeSource_Type) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesName) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) DefaultMode ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) SecretName ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithArrayOfValues(values []*pod.SecretVolumeSource) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecret) WithValue(value *pod.SecretVolumeSource) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithArrayOfValues(values [][]*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithItemValue(value *pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItems) WithValue(value []*pod.KeyToPath) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsKey) WithValue(value string) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsMode) WithValue(value int32) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretOptional) WithValue(value bool) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatus ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatus struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) ContainerStatuses ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithArrayOfValues(values []*pod.Pod_Status) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatus) WithValue(value *pod.Pod_Status) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) Terminated ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithArrayOfValues(values [][]*pod.Pod_Status_Container) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithItemValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithItemValue(value *pod.Pod_Status_Container) *UpdatePodRequestCAS_FieldSubPathArrayItemValue
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatuses) WithValue(value []*pod.Pod_Status_Container) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesName) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunning) WithArrayOfValues(values []*pod.Pod_Status_Container_StateRunning) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesState) WithArrayOfValues(values []pod.Pod_Status_Container_State) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) ContainerId ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) FinishedAt ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) StartedAt ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminated) WithArrayOfValues(values []*pod.Pod_Status_Container_StateTerminated) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaiting) WithArrayOfValues(values []*pod.Pod_Status_Container_StateWaiting) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
type UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase ¶
type UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase struct{}
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithArrayOfValues(values []pod.Pod_Status_Phase) *UpdatePodRequestCAS_FieldSubPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorConditionalStateStatusPhase) WithValue(value pod.Pod_Status_Phase) *UpdatePodRequestCAS_FieldSubPathValue
type UpdatePodRequest_CASPathSelectorFieldMask ¶
type UpdatePodRequest_CASPathSelectorFieldMask struct{}
func (UpdatePodRequest_CASPathSelectorFieldMask) FieldPath ¶
func (UpdatePodRequest_CASPathSelectorFieldMask) FieldPath() *UpdatePodRequestCAS_FieldTerminalPath
func (UpdatePodRequest_CASPathSelectorFieldMask) WithArrayOfValues ¶
func (s UpdatePodRequest_CASPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *UpdatePodRequestCAS_FieldTerminalPathArrayOfValues
func (UpdatePodRequest_CASPathSelectorFieldMask) WithValue ¶
func (s UpdatePodRequest_CASPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *UpdatePodRequestCAS_FieldTerminalPathValue
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 (fieldMask *UpdatePodRequest_CAS_FieldMask) AppendPath(path UpdatePodRequestCAS_FieldPath)
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 (fieldMask *UpdatePodRequest_CAS_FieldMask) GetPaths() []UpdatePodRequestCAS_FieldPath
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 (fieldMask *UpdatePodRequest_CAS_FieldMask) Project(source *UpdatePodRequest_CAS) *UpdatePodRequest_CAS
func (*UpdatePodRequest_CAS_FieldMask) ProjectRaw ¶
func (fieldMask *UpdatePodRequest_CAS_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *UpdatePodRequest_CAS_FieldMask) Subtract(other *UpdatePodRequest_CAS_FieldMask) *UpdatePodRequest_CAS_FieldMask
func (*UpdatePodRequest_CAS_FieldMask) SubtractRaw ¶
func (fieldMask *UpdatePodRequest_CAS_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 (fieldMask *UpdatePodRequest_FieldMask) GetPaths() []UpdatePodRequest_FieldPath
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 (fieldMask *UpdatePodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *UpdatePodRequest_FieldMask) Subtract(other *UpdatePodRequest_FieldMask) *UpdatePodRequest_FieldMask
func (*UpdatePodRequest_FieldMask) SubtractRaw ¶
func (fieldMask *UpdatePodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildUpdatePodRequest_FieldPath ¶
func BuildUpdatePodRequest_FieldPath(fp gotenobject.RawFieldPath) (UpdatePodRequest_FieldPath, error)
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 )
func (UpdatePodRequest_FieldPathSelector) String ¶
func (s UpdatePodRequest_FieldPathSelector) String() 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 (fps *UpdatePodRequest_FieldSubPath) AsCasSubPath() (UpdatePodRequestCAS_FieldPath, bool)
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 (fps *UpdatePodRequest_FieldSubPath) Selector() UpdatePodRequest_FieldPathSelector
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 (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) AsCasPathItemValue() (UpdatePodRequestCAS_FieldPathArrayItemValue, bool)
func (*UpdatePodRequest_FieldSubPathArrayItemValue) AsPodPathItemValue ¶
func (fpaivs *UpdatePodRequest_FieldSubPathArrayItemValue) AsPodPathItemValue() (pod.Pod_FieldPathArrayItemValue, bool)
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 (fpsaov *UpdatePodRequest_FieldSubPathArrayOfValues) AsCasPathArrayOfValues() (UpdatePodRequestCAS_FieldPathArrayOfValues, bool)
func (*UpdatePodRequest_FieldSubPathArrayOfValues) AsPodPathArrayOfValues ¶
func (fpsaov *UpdatePodRequest_FieldSubPathArrayOfValues) AsPodPathArrayOfValues() (pod.Pod_FieldPathArrayOfValues, bool)
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 (fpvs *UpdatePodRequest_FieldSubPathValue) AsCasPathValue() (UpdatePodRequestCAS_FieldPathValue, bool)
func (*UpdatePodRequest_FieldSubPathValue) AsPodPathValue ¶
func (fpvs *UpdatePodRequest_FieldSubPathValue) AsPodPathValue() (pod.Pod_FieldPathValue, bool)
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 (fpvs *UpdatePodRequest_FieldSubPathValue) SetTo(target **UpdatePodRequest)
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 (fp *UpdatePodRequest_FieldTerminalPath) ClearValue(item *UpdatePodRequest)
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 ¶
func (fp *UpdatePodRequest_FieldTerminalPath) IsLeaf() bool
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 (fp *UpdatePodRequest_FieldTerminalPath) Selector() UpdatePodRequest_FieldPathSelector
func (*UpdatePodRequest_FieldTerminalPath) String ¶
func (fp *UpdatePodRequest_FieldTerminalPath) String() 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 ¶
func (fpaiv *UpdatePodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *UpdatePodRequest) bool
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) AsCasArrayOfValues ¶
func (fpaov *UpdatePodRequest_FieldTerminalPathArrayOfValues) AsCasArrayOfValues() ([]*UpdatePodRequest_CAS, bool)
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) AsCasValue ¶
func (fpv *UpdatePodRequest_FieldTerminalPathValue) AsCasValue() (*UpdatePodRequest_CAS, bool)
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 ¶
func (fpv *UpdatePodRequest_FieldTerminalPathValue) CompareWith(source *UpdatePodRequest) (int, bool)
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 ¶
func (fpv *UpdatePodRequest_FieldTerminalPathValue) SetTo(target **UpdatePodRequest)
SetTo stores value for selected field for object UpdatePodRequest
func (*UpdatePodRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *UpdatePodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (h *WatchPodDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchPodDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchPodDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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 (h *WatchPodDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchPodDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchPodDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchPodRequest ¶
type WatchPodRequest struct { // Reference to ntt.applications.v1alpha2.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.v1alpha2.WatchPod]
func (*WatchPodRequest) Clone ¶
func (o *WatchPodRequest) Clone() *WatchPodRequest
func (*WatchPodRequest) CloneRaw ¶
func (o *WatchPodRequest) CloneRaw() gotenobject.GotenObjectExt
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) FieldMask() WatchPodRequestPathSelectorFieldMask
type WatchPodRequestPathSelectorFieldMask ¶
type WatchPodRequestPathSelectorFieldMask struct{}
func (WatchPodRequestPathSelectorFieldMask) FieldPath ¶
func (WatchPodRequestPathSelectorFieldMask) FieldPath() *WatchPodRequest_FieldTerminalPath
func (WatchPodRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchPodRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *WatchPodRequest_FieldTerminalPathArrayOfValues
func (WatchPodRequestPathSelectorFieldMask) WithValue ¶
func (s WatchPodRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *WatchPodRequest_FieldTerminalPathValue
type WatchPodRequestPathSelectorName ¶
type WatchPodRequestPathSelectorName struct{}
func (WatchPodRequestPathSelectorName) FieldPath ¶
func (WatchPodRequestPathSelectorName) FieldPath() *WatchPodRequest_FieldTerminalPath
func (WatchPodRequestPathSelectorName) WithArrayOfValues ¶
func (s WatchPodRequestPathSelectorName) WithArrayOfValues(values []*pod.Reference) *WatchPodRequest_FieldTerminalPathArrayOfValues
func (WatchPodRequestPathSelectorName) WithValue ¶
func (s WatchPodRequestPathSelectorName) WithValue(value *pod.Reference) *WatchPodRequest_FieldTerminalPathValue
type WatchPodRequestPathSelectorView ¶
type WatchPodRequestPathSelectorView struct{}
func (WatchPodRequestPathSelectorView) FieldPath ¶
func (WatchPodRequestPathSelectorView) FieldPath() *WatchPodRequest_FieldTerminalPath
func (WatchPodRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchPodRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchPodRequest_FieldTerminalPathArrayOfValues
func (WatchPodRequestPathSelectorView) WithValue ¶
func (s WatchPodRequestPathSelectorView) WithValue(value view.View) *WatchPodRequest_FieldTerminalPathValue
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 (fieldMask *WatchPodRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *WatchPodRequest_FieldMask) Subtract(other *WatchPodRequest_FieldMask) *WatchPodRequest_FieldMask
func (*WatchPodRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchPodRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildWatchPodRequest_FieldPath ¶
func BuildWatchPodRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchPodRequest_FieldPath, error)
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 ¶
func (s WatchPodRequest_FieldPathSelector) String() 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 ¶
func (fp *WatchPodRequest_FieldTerminalPath) IsLeaf() bool
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 (fp *WatchPodRequest_FieldTerminalPath) Selector() WatchPodRequest_FieldPathSelector
func (*WatchPodRequest_FieldTerminalPath) String ¶
func (fp *WatchPodRequest_FieldTerminalPath) String() 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 ¶
func (fpaiv *WatchPodRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodRequest) bool
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 (fpv *WatchPodRequest_FieldTerminalPathValue) AsNameValue() (*pod.Reference, bool)
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 ¶
func (fpv *WatchPodRequest_FieldTerminalPathValue) SetTo(target **WatchPodRequest)
SetTo stores value for selected field for object WatchPodRequest
func (*WatchPodRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchPodRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (o *WatchPodResponse) CloneRaw() gotenobject.GotenObjectExt
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 ¶
func (WatchPodResponseFieldPathBuilder) Change() WatchPodResponsePathSelectorChange
type WatchPodResponsePathSelectorChange ¶
type WatchPodResponsePathSelectorChange struct{}
func (WatchPodResponsePathSelectorChange) FieldPath ¶
func (WatchPodResponsePathSelectorChange) FieldPath() *WatchPodResponse_FieldTerminalPath
func (WatchPodResponsePathSelectorChange) WithArrayOfValues ¶
func (s WatchPodResponsePathSelectorChange) WithArrayOfValues(values []*pod.PodChange) *WatchPodResponse_FieldTerminalPathArrayOfValues
func (WatchPodResponsePathSelectorChange) WithValue ¶
func (s WatchPodResponsePathSelectorChange) WithValue(value *pod.PodChange) *WatchPodResponse_FieldTerminalPathValue
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 (fieldMask *WatchPodResponse_FieldMask) GetPaths() []WatchPodResponse_FieldPath
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 (fieldMask *WatchPodResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *WatchPodResponse_FieldMask) Subtract(other *WatchPodResponse_FieldMask) *WatchPodResponse_FieldMask
func (*WatchPodResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchPodResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildWatchPodResponse_FieldPath ¶
func BuildWatchPodResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchPodResponse_FieldPath, error)
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 ¶
func (s WatchPodResponse_FieldPathSelector) String() 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 (fp *WatchPodResponse_FieldTerminalPath) ClearValue(item *WatchPodResponse)
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 ¶
func (fp *WatchPodResponse_FieldTerminalPath) IsLeaf() bool
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 (fp *WatchPodResponse_FieldTerminalPath) Selector() WatchPodResponse_FieldPathSelector
func (*WatchPodResponse_FieldTerminalPath) String ¶
func (fp *WatchPodResponse_FieldTerminalPath) String() 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 ¶
func (fpaiv *WatchPodResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodResponse) bool
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 ¶
func (fpv *WatchPodResponse_FieldTerminalPathValue) CompareWith(source *WatchPodResponse) (int, bool)
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 ¶
func (fpv *WatchPodResponse_FieldTerminalPathValue) SetTo(target **WatchPodResponse)
SetTo stores value for selected field for object WatchPodResponse
func (*WatchPodResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchPodResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (h *WatchPodsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchPodsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchPodsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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 (h *WatchPodsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchPodsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchPodsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
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.v1alpha2.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"` // 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.v1alpha2.WatchPods]
func (*WatchPodsRequest) Clone ¶
func (o *WatchPodsRequest) Clone() *WatchPodsRequest
func (*WatchPodsRequest) CloneRaw ¶
func (o *WatchPodsRequest) CloneRaw() gotenobject.GotenObjectExt
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) 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) 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) FieldMask() WatchPodsRequestPathSelectorFieldMask
func (WatchPodsRequestFieldPathBuilder) Filter ¶
func (WatchPodsRequestFieldPathBuilder) Filter() WatchPodsRequestPathSelectorFilter
func (WatchPodsRequestFieldPathBuilder) MaxChunkSize ¶
func (WatchPodsRequestFieldPathBuilder) MaxChunkSize() WatchPodsRequestPathSelectorMaxChunkSize
func (WatchPodsRequestFieldPathBuilder) OrderBy ¶
func (WatchPodsRequestFieldPathBuilder) OrderBy() WatchPodsRequestPathSelectorOrderBy
func (WatchPodsRequestFieldPathBuilder) PageSize ¶
func (WatchPodsRequestFieldPathBuilder) PageSize() WatchPodsRequestPathSelectorPageSize
func (WatchPodsRequestFieldPathBuilder) PageToken ¶
func (WatchPodsRequestFieldPathBuilder) PageToken() WatchPodsRequestPathSelectorPageToken
func (WatchPodsRequestFieldPathBuilder) Parent ¶
func (WatchPodsRequestFieldPathBuilder) Parent() WatchPodsRequestPathSelectorParent
func (WatchPodsRequestFieldPathBuilder) ResumeToken ¶
func (WatchPodsRequestFieldPathBuilder) ResumeToken() WatchPodsRequestPathSelectorResumeToken
type WatchPodsRequestPathSelectorFieldMask ¶
type WatchPodsRequestPathSelectorFieldMask struct{}
func (WatchPodsRequestPathSelectorFieldMask) FieldPath ¶
func (WatchPodsRequestPathSelectorFieldMask) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorFieldMask) WithArrayOfValues(values []*pod.Pod_FieldMask) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorFieldMask) WithValue ¶
func (s WatchPodsRequestPathSelectorFieldMask) WithValue(value *pod.Pod_FieldMask) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorFilter ¶
type WatchPodsRequestPathSelectorFilter struct{}
func (WatchPodsRequestPathSelectorFilter) FieldPath ¶
func (WatchPodsRequestPathSelectorFilter) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorFilter) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorFilter) WithArrayOfValues(values []*pod.Filter) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorFilter) WithValue ¶
func (s WatchPodsRequestPathSelectorFilter) WithValue(value *pod.Filter) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorMaxChunkSize ¶
type WatchPodsRequestPathSelectorMaxChunkSize struct{}
func (WatchPodsRequestPathSelectorMaxChunkSize) FieldPath ¶
func (WatchPodsRequestPathSelectorMaxChunkSize) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorMaxChunkSize) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorMaxChunkSize) WithArrayOfValues(values []int32) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorMaxChunkSize) WithValue ¶
func (s WatchPodsRequestPathSelectorMaxChunkSize) WithValue(value int32) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorOrderBy ¶
type WatchPodsRequestPathSelectorOrderBy struct{}
func (WatchPodsRequestPathSelectorOrderBy) FieldPath ¶
func (WatchPodsRequestPathSelectorOrderBy) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorOrderBy) WithArrayOfValues(values []*pod.OrderBy) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorOrderBy) WithValue ¶
func (s WatchPodsRequestPathSelectorOrderBy) WithValue(value *pod.OrderBy) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorPageSize ¶
type WatchPodsRequestPathSelectorPageSize struct{}
func (WatchPodsRequestPathSelectorPageSize) FieldPath ¶
func (WatchPodsRequestPathSelectorPageSize) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorPageSize) WithValue ¶
func (s WatchPodsRequestPathSelectorPageSize) WithValue(value int32) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorPageToken ¶
type WatchPodsRequestPathSelectorPageToken struct{}
func (WatchPodsRequestPathSelectorPageToken) FieldPath ¶
func (WatchPodsRequestPathSelectorPageToken) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorPageToken) WithValue ¶
func (s WatchPodsRequestPathSelectorPageToken) WithValue(value *pod.PagerCursor) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorParent ¶
type WatchPodsRequestPathSelectorParent struct{}
func (WatchPodsRequestPathSelectorParent) FieldPath ¶
func (WatchPodsRequestPathSelectorParent) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorParent) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorParent) WithArrayOfValues(values []*pod.ParentReference) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorParent) WithValue ¶
func (s WatchPodsRequestPathSelectorParent) WithValue(value *pod.ParentReference) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorResumeToken ¶
type WatchPodsRequestPathSelectorResumeToken struct{}
func (WatchPodsRequestPathSelectorResumeToken) FieldPath ¶
func (WatchPodsRequestPathSelectorResumeToken) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorResumeToken) WithArrayOfValues(values []string) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorResumeToken) WithValue ¶
func (s WatchPodsRequestPathSelectorResumeToken) WithValue(value string) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorType ¶
type WatchPodsRequestPathSelectorType struct{}
func (WatchPodsRequestPathSelectorType) FieldPath ¶
func (WatchPodsRequestPathSelectorType) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorType) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorType) WithArrayOfValues(values []watch_type.WatchType) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorType) WithValue ¶
func (s WatchPodsRequestPathSelectorType) WithValue(value watch_type.WatchType) *WatchPodsRequest_FieldTerminalPathValue
type WatchPodsRequestPathSelectorView ¶
type WatchPodsRequestPathSelectorView struct{}
func (WatchPodsRequestPathSelectorView) FieldPath ¶
func (WatchPodsRequestPathSelectorView) FieldPath() *WatchPodsRequest_FieldTerminalPath
func (WatchPodsRequestPathSelectorView) WithArrayOfValues ¶
func (s WatchPodsRequestPathSelectorView) WithArrayOfValues(values []view.View) *WatchPodsRequest_FieldTerminalPathArrayOfValues
func (WatchPodsRequestPathSelectorView) WithValue ¶
func (s WatchPodsRequestPathSelectorView) WithValue(value view.View) *WatchPodsRequest_FieldTerminalPathValue
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 (fieldMask *WatchPodsRequest_FieldMask) GetPaths() []WatchPodsRequest_FieldPath
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 (fieldMask *WatchPodsRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *WatchPodsRequest_FieldMask) Subtract(other *WatchPodsRequest_FieldMask) *WatchPodsRequest_FieldMask
func (*WatchPodsRequest_FieldMask) SubtractRaw ¶
func (fieldMask *WatchPodsRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildWatchPodsRequest_FieldPath ¶
func BuildWatchPodsRequest_FieldPath(fp gotenobject.RawFieldPath) (WatchPodsRequest_FieldPath, error)
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_FieldPathSelectorFilter WatchPodsRequest_FieldPathSelector = 6 WatchPodsRequest_FieldPathSelectorFieldMask WatchPodsRequest_FieldPathSelector = 7 WatchPodsRequest_FieldPathSelectorView WatchPodsRequest_FieldPathSelector = 8 WatchPodsRequest_FieldPathSelectorMaxChunkSize WatchPodsRequest_FieldPathSelector = 9 )
func (WatchPodsRequest_FieldPathSelector) String ¶
func (s WatchPodsRequest_FieldPathSelector) String() 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 (fp *WatchPodsRequest_FieldTerminalPath) ClearValue(item *WatchPodsRequest)
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 ¶
func (fp *WatchPodsRequest_FieldTerminalPath) IsLeaf() bool
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 (fp *WatchPodsRequest_FieldTerminalPath) Selector() WatchPodsRequest_FieldPathSelector
func (*WatchPodsRequest_FieldTerminalPath) String ¶
func (fp *WatchPodsRequest_FieldTerminalPath) String() 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 ¶
func (fpaiv *WatchPodsRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodsRequest) bool
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) AsTypeArrayOfValues ¶
func (fpaov *WatchPodsRequest_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]watch_type.WatchType, bool)
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 (fpv *WatchPodsRequest_FieldTerminalPathValue) AsParentValue() (*pod.ParentReference, bool)
func (*WatchPodsRequest_FieldTerminalPathValue) AsResumeTokenValue ¶
func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsResumeTokenValue() (string, bool)
func (*WatchPodsRequest_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsTypeValue() (watch_type.WatchType, bool)
func (*WatchPodsRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *WatchPodsRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*WatchPodsRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchPodsRequest_FieldTerminalPathValue) CompareWith(source *WatchPodsRequest) (int, bool)
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 ¶
func (fpv *WatchPodsRequest_FieldTerminalPathValue) SetTo(target **WatchPodsRequest)
SetTo stores value for selected field for object WatchPodsRequest
func (*WatchPodsRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchPodsRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (o *WatchPodsResponse) Clone() *WatchPodsResponse
func (*WatchPodsResponse) CloneRaw ¶
func (o *WatchPodsResponse) CloneRaw() gotenobject.GotenObjectExt
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) IsCurrent() WatchPodsResponsePathSelectorIsCurrent
func (WatchPodsResponseFieldPathBuilder) IsHardReset ¶
func (WatchPodsResponseFieldPathBuilder) IsHardReset() WatchPodsResponsePathSelectorIsHardReset
func (WatchPodsResponseFieldPathBuilder) IsSoftReset ¶
func (WatchPodsResponseFieldPathBuilder) IsSoftReset() WatchPodsResponsePathSelectorIsSoftReset
func (WatchPodsResponseFieldPathBuilder) PageTokenChange ¶
func (WatchPodsResponseFieldPathBuilder) PageTokenChange() WatchPodsResponsePathSelectorPageTokenChange
func (WatchPodsResponseFieldPathBuilder) PodChanges ¶
func (WatchPodsResponseFieldPathBuilder) PodChanges() WatchPodsResponsePathSelectorPodChanges
func (WatchPodsResponseFieldPathBuilder) ResumeToken ¶
func (WatchPodsResponseFieldPathBuilder) ResumeToken() WatchPodsResponsePathSelectorResumeToken
func (WatchPodsResponseFieldPathBuilder) SnapshotSize ¶
func (WatchPodsResponseFieldPathBuilder) SnapshotSize() WatchPodsResponsePathSelectorSnapshotSize
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 BuildWatchPodsResponsePageTokenChange_FieldPath ¶
func BuildWatchPodsResponsePageTokenChange_FieldPath(fp gotenobject.RawFieldPath) (WatchPodsResponsePageTokenChange_FieldPath, error)
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 ¶
func (s WatchPodsResponsePageTokenChange_FieldPathSelector) String() 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 (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) ClearValue(item *WatchPodsResponse_PageTokenChange)
func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) Get ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) Get(source *WatchPodsResponse_PageTokenChange) (values []interface{})
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 ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) GetSingle(source *WatchPodsResponse_PageTokenChange) (interface{}, bool)
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 ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) JSONString ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) String ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayItemValue(value interface{}) WatchPodsResponsePageTokenChange_FieldPathArrayItemValue
func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIArrayOfValues(values interface{}) WatchPodsResponsePageTokenChange_FieldPathArrayOfValues
func (*WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIValue ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithIValue(value interface{}) WatchPodsResponsePageTokenChange_FieldPathValue
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 ¶
func (fp *WatchPodsResponsePageTokenChange_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue ¶
type WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue struct { WatchPodsResponsePageTokenChange_FieldTerminalPath // contains filtered or unexported fields }
func (*WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodsResponse_PageTokenChange) bool
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 (fpaiv *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayItemValue) GetSingle(source *WatchPodsResponse_PageTokenChange) (interface{}, bool)
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 (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) AsNextPageTokenValue() (*pod.PagerCursor, bool)
func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) AsPrevPageTokenValue() (*pod.PagerCursor, bool)
func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWith ¶
func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWith(source *WatchPodsResponse_PageTokenChange) (int, bool)
CompareWith compares value in the 'WatchPodsResponsePageTokenChange_FieldTerminalPathValue' with the value under path in 'WatchPodsResponse_PageTokenChange'.
func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
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 ¶
func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) SetTo(target **WatchPodsResponse_PageTokenChange)
SetTo stores value for selected field for object PageTokenChange
func (*WatchPodsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchPodsResponsePageTokenChange_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchPodsResponsePathSelectorIsCurrent ¶
type WatchPodsResponsePathSelectorIsCurrent struct{}
func (WatchPodsResponsePathSelectorIsCurrent) FieldPath ¶
func (WatchPodsResponsePathSelectorIsCurrent) FieldPath() *WatchPodsResponse_FieldTerminalPath
func (WatchPodsResponsePathSelectorIsCurrent) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorIsCurrent) WithArrayOfValues(values []bool) *WatchPodsResponse_FieldTerminalPathArrayOfValues
func (WatchPodsResponsePathSelectorIsCurrent) WithValue ¶
func (s WatchPodsResponsePathSelectorIsCurrent) WithValue(value bool) *WatchPodsResponse_FieldTerminalPathValue
type WatchPodsResponsePathSelectorIsHardReset ¶
type WatchPodsResponsePathSelectorIsHardReset struct{}
func (WatchPodsResponsePathSelectorIsHardReset) FieldPath ¶
func (WatchPodsResponsePathSelectorIsHardReset) FieldPath() *WatchPodsResponse_FieldTerminalPath
func (WatchPodsResponsePathSelectorIsHardReset) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorIsHardReset) WithArrayOfValues(values []bool) *WatchPodsResponse_FieldTerminalPathArrayOfValues
func (WatchPodsResponsePathSelectorIsHardReset) WithValue ¶
func (s WatchPodsResponsePathSelectorIsHardReset) WithValue(value bool) *WatchPodsResponse_FieldTerminalPathValue
type WatchPodsResponsePathSelectorIsSoftReset ¶
type WatchPodsResponsePathSelectorIsSoftReset struct{}
func (WatchPodsResponsePathSelectorIsSoftReset) FieldPath ¶
func (WatchPodsResponsePathSelectorIsSoftReset) FieldPath() *WatchPodsResponse_FieldTerminalPath
func (WatchPodsResponsePathSelectorIsSoftReset) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorIsSoftReset) WithArrayOfValues(values []bool) *WatchPodsResponse_FieldTerminalPathArrayOfValues
func (WatchPodsResponsePathSelectorIsSoftReset) WithValue ¶
func (s WatchPodsResponsePathSelectorIsSoftReset) WithValue(value bool) *WatchPodsResponse_FieldTerminalPathValue
type WatchPodsResponsePathSelectorPageTokenChange ¶
type WatchPodsResponsePathSelectorPageTokenChange struct{}
func (WatchPodsResponsePathSelectorPageTokenChange) FieldPath ¶
func (WatchPodsResponsePathSelectorPageTokenChange) FieldPath() *WatchPodsResponse_FieldTerminalPath
func (WatchPodsResponsePathSelectorPageTokenChange) NextPageToken ¶
func (WatchPodsResponsePathSelectorPageTokenChange) PrevPageToken ¶
func (WatchPodsResponsePathSelectorPageTokenChange) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorPageTokenChange) WithArrayOfValues(values []*WatchPodsResponse_PageTokenChange) *WatchPodsResponse_FieldTerminalPathArrayOfValues
func (WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayItemValue ¶
func (s WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayItemValue(subPathArrayItemValue WatchPodsResponsePageTokenChange_FieldPathArrayItemValue) *WatchPodsResponse_FieldSubPathArrayItemValue
func (WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayOfValues ¶
func (s WatchPodsResponsePathSelectorPageTokenChange) WithSubArrayOfValues(subPathArrayOfValues WatchPodsResponsePageTokenChange_FieldPathArrayOfValues) *WatchPodsResponse_FieldSubPathArrayOfValues
func (WatchPodsResponsePathSelectorPageTokenChange) WithSubPath ¶
func (WatchPodsResponsePathSelectorPageTokenChange) WithSubPath(subPath WatchPodsResponsePageTokenChange_FieldPath) *WatchPodsResponse_FieldSubPath
func (WatchPodsResponsePathSelectorPageTokenChange) WithSubValue ¶
func (s WatchPodsResponsePathSelectorPageTokenChange) WithSubValue(subPathValue WatchPodsResponsePageTokenChange_FieldPathValue) *WatchPodsResponse_FieldSubPathValue
func (WatchPodsResponsePathSelectorPageTokenChange) WithValue ¶
func (s WatchPodsResponsePathSelectorPageTokenChange) WithValue(value *WatchPodsResponse_PageTokenChange) *WatchPodsResponse_FieldTerminalPathValue
type WatchPodsResponsePathSelectorPageTokenChangeNextPageToken ¶
type WatchPodsResponsePathSelectorPageTokenChangeNextPageToken struct{}
func (WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponse_FieldSubPathArrayOfValues
func (WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithValue ¶
func (s WatchPodsResponsePathSelectorPageTokenChangeNextPageToken) WithValue(value *pod.PagerCursor) *WatchPodsResponse_FieldSubPathValue
type WatchPodsResponsePathSelectorPageTokenChangePrevPageToken ¶
type WatchPodsResponsePathSelectorPageTokenChangePrevPageToken struct{}
func (WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponse_FieldSubPathArrayOfValues
func (WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithValue ¶
func (s WatchPodsResponsePathSelectorPageTokenChangePrevPageToken) WithValue(value *pod.PagerCursor) *WatchPodsResponse_FieldSubPathValue
type WatchPodsResponsePathSelectorPodChanges ¶
type WatchPodsResponsePathSelectorPodChanges struct{}
func (WatchPodsResponsePathSelectorPodChanges) FieldPath ¶
func (WatchPodsResponsePathSelectorPodChanges) FieldPath() *WatchPodsResponse_FieldTerminalPath
func (WatchPodsResponsePathSelectorPodChanges) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorPodChanges) WithArrayOfValues(values [][]*pod.PodChange) *WatchPodsResponse_FieldTerminalPathArrayOfValues
func (WatchPodsResponsePathSelectorPodChanges) WithItemValue ¶
func (s WatchPodsResponsePathSelectorPodChanges) WithItemValue(value *pod.PodChange) *WatchPodsResponse_FieldTerminalPathArrayItemValue
func (WatchPodsResponsePathSelectorPodChanges) WithValue ¶
func (s WatchPodsResponsePathSelectorPodChanges) WithValue(value []*pod.PodChange) *WatchPodsResponse_FieldTerminalPathValue
type WatchPodsResponsePathSelectorResumeToken ¶
type WatchPodsResponsePathSelectorResumeToken struct{}
func (WatchPodsResponsePathSelectorResumeToken) FieldPath ¶
func (WatchPodsResponsePathSelectorResumeToken) FieldPath() *WatchPodsResponse_FieldTerminalPath
func (WatchPodsResponsePathSelectorResumeToken) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorResumeToken) WithArrayOfValues(values []string) *WatchPodsResponse_FieldTerminalPathArrayOfValues
func (WatchPodsResponsePathSelectorResumeToken) WithValue ¶
func (s WatchPodsResponsePathSelectorResumeToken) WithValue(value string) *WatchPodsResponse_FieldTerminalPathValue
type WatchPodsResponsePathSelectorSnapshotSize ¶
type WatchPodsResponsePathSelectorSnapshotSize struct{}
func (WatchPodsResponsePathSelectorSnapshotSize) FieldPath ¶
func (WatchPodsResponsePathSelectorSnapshotSize) FieldPath() *WatchPodsResponse_FieldTerminalPath
func (WatchPodsResponsePathSelectorSnapshotSize) WithArrayOfValues ¶
func (s WatchPodsResponsePathSelectorSnapshotSize) WithArrayOfValues(values []int64) *WatchPodsResponse_FieldTerminalPathArrayOfValues
func (WatchPodsResponsePathSelectorSnapshotSize) WithValue ¶
func (s WatchPodsResponsePathSelectorSnapshotSize) WithValue(value int64) *WatchPodsResponse_FieldTerminalPathValue
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 (fieldMask *WatchPodsResponse_FieldMask) GetPaths() []WatchPodsResponse_FieldPath
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 (fieldMask *WatchPodsResponse_FieldMask) Project(source *WatchPodsResponse) *WatchPodsResponse
func (*WatchPodsResponse_FieldMask) ProjectRaw ¶
func (fieldMask *WatchPodsResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *WatchPodsResponse_FieldMask) Subtract(other *WatchPodsResponse_FieldMask) *WatchPodsResponse_FieldMask
func (*WatchPodsResponse_FieldMask) SubtractRaw ¶
func (fieldMask *WatchPodsResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildWatchPodsResponse_FieldPath ¶
func BuildWatchPodsResponse_FieldPath(fp gotenobject.RawFieldPath) (WatchPodsResponse_FieldPath, error)
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 ¶
func (s WatchPodsResponse_FieldPathSelector) String() 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 (fps *WatchPodsResponse_FieldSubPath) AsPageTokenChangeSubPath() (WatchPodsResponsePageTokenChange_FieldPath, bool)
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 (fps *WatchPodsResponse_FieldSubPath) Selector() WatchPodsResponse_FieldPathSelector
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 (fpaivs *WatchPodsResponse_FieldSubPathArrayItemValue) AsPageTokenChangePathItemValue() (WatchPodsResponsePageTokenChange_FieldPathArrayItemValue, bool)
func (*WatchPodsResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *WatchPodsResponse_FieldSubPathArrayItemValue) ContainsValue(source *WatchPodsResponse) bool
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 (fpsaov *WatchPodsResponse_FieldSubPathArrayOfValues) AsPageTokenChangePathArrayOfValues() (WatchPodsResponsePageTokenChange_FieldPathArrayOfValues, bool)
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 (fpvs *WatchPodsResponse_FieldSubPathValue) AsPageTokenChangePathValue() (WatchPodsResponsePageTokenChange_FieldPathValue, bool)
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 (fpvs *WatchPodsResponse_FieldSubPathValue) SetTo(target **WatchPodsResponse)
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 (fp *WatchPodsResponse_FieldTerminalPath) ClearValue(item *WatchPodsResponse)
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 ¶
func (fp *WatchPodsResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*WatchPodsResponse_FieldTerminalPath) JSONString ¶
func (fp *WatchPodsResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*WatchPodsResponse_FieldTerminalPath) Selector ¶
func (fp *WatchPodsResponse_FieldTerminalPath) Selector() WatchPodsResponse_FieldPathSelector
func (*WatchPodsResponse_FieldTerminalPath) String ¶
func (fp *WatchPodsResponse_FieldTerminalPath) String() 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 (fp *WatchPodsResponse_FieldTerminalPath) WithIValue(value interface{}) WatchPodsResponse_FieldPathValue
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 ¶
func (fpaiv *WatchPodsResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *WatchPodsResponse) bool
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 (fpv *WatchPodsResponse_FieldTerminalPathValue) AsPageTokenChangeValue() (*WatchPodsResponse_PageTokenChange, bool)
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 ¶
func (fpv *WatchPodsResponse_FieldTerminalPathValue) CompareWith(source *WatchPodsResponse) (int, bool)
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 ¶
func (fpv *WatchPodsResponse_FieldTerminalPathValue) SetTo(target **WatchPodsResponse)
SetTo stores value for selected field for object WatchPodsResponse
func (*WatchPodsResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *WatchPodsResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
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 (o *WatchPodsResponse_PageTokenChange) Clone() *WatchPodsResponse_PageTokenChange
func (*WatchPodsResponse_PageTokenChange) CloneRaw ¶
func (o *WatchPodsResponse_PageTokenChange) CloneRaw() gotenobject.GotenObjectExt
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) MakeDiffFieldMask ¶
func (o *WatchPodsResponse_PageTokenChange) MakeDiffFieldMask(other *WatchPodsResponse_PageTokenChange) *WatchPodsResponse_PageTokenChange_FieldMask
func (*WatchPodsResponse_PageTokenChange) MakeFullFieldMask ¶
func (o *WatchPodsResponse_PageTokenChange) MakeFullFieldMask() *WatchPodsResponse_PageTokenChange_FieldMask
func (*WatchPodsResponse_PageTokenChange) MakeRawDiffFieldMask ¶
func (o *WatchPodsResponse_PageTokenChange) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
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 (o *WatchPodsResponse_PageTokenChange) Merge(source *WatchPodsResponse_PageTokenChange)
func (*WatchPodsResponse_PageTokenChange) MergeRaw ¶
func (o *WatchPodsResponse_PageTokenChange) MergeRaw(source gotenobject.GotenObjectExt)
func (*WatchPodsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchPodsResponse_PageTokenChange) ProtoMessage()
func (*WatchPodsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchPodsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchPodsResponse_PageTokenChange) Reset ¶
func (m *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 (m *WatchPodsResponse_PageTokenChange) String() 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) WithArrayOfValues ¶
func (s WatchPodsResponse_PageTokenChangePathSelectorNextPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues
type WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken ¶
type WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken struct{}
func (WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s WatchPodsResponse_PageTokenChangePathSelectorPrevPageToken) WithArrayOfValues(values []*pod.PagerCursor) *WatchPodsResponsePageTokenChange_FieldTerminalPathArrayOfValues
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 (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) AppendPath(path WatchPodsResponsePageTokenChange_FieldPath)
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 ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) FilterInputFields() *WatchPodsResponse_PageTokenChange_FieldMask
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 (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) GetPaths() []WatchPodsResponsePageTokenChange_FieldPath
func (*WatchPodsResponse_PageTokenChange_FieldMask) GetRawPaths ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*WatchPodsResponse_PageTokenChange_FieldMask) IsFull ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) IsFull() bool
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 (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Project(source *WatchPodsResponse_PageTokenChange) *WatchPodsResponse_PageTokenChange
func (*WatchPodsResponse_PageTokenChange_FieldMask) ProjectRaw ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*WatchPodsResponse_PageTokenChange_FieldMask) ProtoMessage ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ProtoMessage()
func (*WatchPodsResponse_PageTokenChange_FieldMask) ProtoReflect ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) ProtoReflect() preflect.Message
func (*WatchPodsResponse_PageTokenChange_FieldMask) Reset ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Reset()
func (*WatchPodsResponse_PageTokenChange_FieldMask) Set ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Set(target, source *WatchPodsResponse_PageTokenChange)
func (*WatchPodsResponse_PageTokenChange_FieldMask) SetFromCliFlag ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) SetFromCliFlag(raw string) error
func (*WatchPodsResponse_PageTokenChange_FieldMask) SetRaw ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*WatchPodsResponse_PageTokenChange_FieldMask) Size ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Size() int
func (*WatchPodsResponse_PageTokenChange_FieldMask) String ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) String() string
func (*WatchPodsResponse_PageTokenChange_FieldMask) Subtract ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) Subtract(other *WatchPodsResponse_PageTokenChange_FieldMask) *WatchPodsResponse_PageTokenChange_FieldMask
func (*WatchPodsResponse_PageTokenChange_FieldMask) SubtractRaw ¶
func (fieldMask *WatchPodsResponse_PageTokenChange_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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