Documentation ¶
Index ¶
- Constants
- func AsAnyCastAccess(access DistributionAccess) gotenresource.Access
- type Descriptor
- func (d *Descriptor) CanBeParentless() bool
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
- func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
- func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
- func (d *Descriptor) NewListQuery() gotenresource.ListQuery
- func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
- func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
- func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
- func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
- func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
- func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
- func (d *Descriptor) NewResource() gotenresource.Resource
- func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
- func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
- func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
- func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
- func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
- func (d *Descriptor) NewResourceFilter() gotenresource.Filter
- func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
- func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
- func (d *Descriptor) NewResourceName() gotenresource.Name
- func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
- func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
- func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- func (d *Descriptor) SupportsMetadata() bool
- type Distribution
- func (o *Distribution) Clone() *Distribution
- func (o *Distribution) CloneRaw() gotenobject.GotenObjectExt
- func (*Distribution) Descriptor() ([]byte, []int)
- func (r *Distribution) EnsureMetadata() *meta.Meta
- func (m *Distribution) GetDisplayName() string
- func (m *Distribution) GetMetadata() *meta.Meta
- func (m *Distribution) GetName() *Name
- func (r *Distribution) GetRawName() gotenresource.Name
- func (r *Distribution) GetResourceDescriptor() gotenresource.Descriptor
- func (m *Distribution) GetSpec() *Distribution_Spec
- func (m *Distribution) GetStatus() *Distribution_Status
- func (*Distribution) GotenMessage()
- func (o *Distribution) GotenObjectExt()
- func (obj *Distribution) GotenValidate() error
- func (o *Distribution) MakeDiffFieldMask(other *Distribution) *Distribution_FieldMask
- func (o *Distribution) MakeFullFieldMask() *Distribution_FieldMask
- func (o *Distribution) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Distribution) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Distribution) Marshal() ([]byte, error)
- func (m *Distribution) MarshalJSON() ([]byte, error)
- func (r *Distribution) MaybePopulateDefaults() error
- func (o *Distribution) Merge(source *Distribution)
- func (o *Distribution) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Distribution) ProtoMessage()
- func (m *Distribution) ProtoReflect() preflect.Message
- func (m *Distribution) Reset()
- func (m *Distribution) SetDisplayName(fv string)
- func (m *Distribution) SetMetadata(fv *meta.Meta)
- func (m *Distribution) SetName(fv *Name)
- func (m *Distribution) SetSpec(fv *Distribution_Spec)
- func (m *Distribution) SetStatus(fv *Distribution_Status)
- func (m *Distribution) String() string
- func (m *Distribution) Unmarshal(b []byte) error
- func (m *Distribution) UnmarshalJSON(data []byte) error
- type DistributionAccess
- type DistributionChange
- func (*DistributionChange) Descriptor() ([]byte, []int)
- func (m *DistributionChange) GetAdded() *DistributionChange_Added
- func (m *DistributionChange) GetChangeType() isDistributionChange_ChangeType
- func (m *DistributionChange) GetCurrent() *DistributionChange_Current
- func (c *DistributionChange) GetCurrentViewIndex() int32
- func (c *DistributionChange) GetDistribution() *Distribution
- func (c *DistributionChange) GetDistributionName() *Name
- func (m *DistributionChange) GetModified() *DistributionChange_Modified
- func (c *DistributionChange) GetPreviousViewIndex() int32
- func (c *DistributionChange) GetRawName() gotenresource.Name
- func (c *DistributionChange) GetRawResource() gotenresource.Resource
- func (m *DistributionChange) GetRemoved() *DistributionChange_Removed
- func (*DistributionChange) GotenMessage()
- func (obj *DistributionChange) GotenValidate() error
- func (c *DistributionChange) IsAdd() bool
- func (c *DistributionChange) IsCurrent() bool
- func (c *DistributionChange) IsDelete() bool
- func (c *DistributionChange) IsModify() bool
- func (m *DistributionChange) Marshal() ([]byte, error)
- func (m *DistributionChange) MarshalJSON() ([]byte, error)
- func (*DistributionChange) ProtoMessage()
- func (m *DistributionChange) ProtoReflect() preflect.Message
- func (m *DistributionChange) Reset()
- func (m *DistributionChange) SetAdded(fv *DistributionChange_Added)
- func (c *DistributionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *DistributionChange) SetChangeType(ofv isDistributionChange_ChangeType)
- func (m *DistributionChange) SetCurrent(fv *DistributionChange_Current)
- func (c *DistributionChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *DistributionChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *DistributionChange) SetModified(fv *DistributionChange_Modified)
- func (c *DistributionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *DistributionChange) SetRemoved(fv *DistributionChange_Removed)
- func (m *DistributionChange) String() string
- func (m *DistributionChange) Unmarshal(b []byte) error
- func (m *DistributionChange) UnmarshalJSON(data []byte) error
- type DistributionChangeList
- func (l DistributionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l DistributionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l DistributionChangeList) At(idx int) gotenresource.ResourceChange
- func (l DistributionChangeList) Length() int
- func (l DistributionChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l DistributionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type DistributionChangeMap
- func (m DistributionChangeMap) Delete(name gotenresource.Name)
- func (m DistributionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m DistributionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m DistributionChangeMap) Length() int
- func (m DistributionChangeMap) Set(change gotenresource.ResourceChange)
- type DistributionChange_Added
- func (*DistributionChange_Added) Descriptor() ([]byte, []int)
- func (m *DistributionChange_Added) GetDistribution() *Distribution
- func (m *DistributionChange_Added) GetViewIndex() int32
- func (*DistributionChange_Added) GotenMessage()
- func (obj *DistributionChange_Added) GotenValidate() error
- func (m *DistributionChange_Added) Marshal() ([]byte, error)
- func (m *DistributionChange_Added) MarshalJSON() ([]byte, error)
- func (*DistributionChange_Added) ProtoMessage()
- func (m *DistributionChange_Added) ProtoReflect() preflect.Message
- func (m *DistributionChange_Added) Reset()
- func (m *DistributionChange_Added) SetDistribution(fv *Distribution)
- func (m *DistributionChange_Added) SetViewIndex(fv int32)
- func (m *DistributionChange_Added) String() string
- func (m *DistributionChange_Added) Unmarshal(b []byte) error
- func (m *DistributionChange_Added) UnmarshalJSON(data []byte) error
- type DistributionChange_Added_
- type DistributionChange_Current
- func (*DistributionChange_Current) Descriptor() ([]byte, []int)
- func (m *DistributionChange_Current) GetDistribution() *Distribution
- func (*DistributionChange_Current) GotenMessage()
- func (obj *DistributionChange_Current) GotenValidate() error
- func (m *DistributionChange_Current) Marshal() ([]byte, error)
- func (m *DistributionChange_Current) MarshalJSON() ([]byte, error)
- func (*DistributionChange_Current) ProtoMessage()
- func (m *DistributionChange_Current) ProtoReflect() preflect.Message
- func (m *DistributionChange_Current) Reset()
- func (m *DistributionChange_Current) SetDistribution(fv *Distribution)
- func (m *DistributionChange_Current) String() string
- func (m *DistributionChange_Current) Unmarshal(b []byte) error
- func (m *DistributionChange_Current) UnmarshalJSON(data []byte) error
- type DistributionChange_Current_
- type DistributionChange_Modified
- func (*DistributionChange_Modified) Descriptor() ([]byte, []int)
- func (m *DistributionChange_Modified) GetDistribution() *Distribution
- func (m *DistributionChange_Modified) GetFieldMask() *Distribution_FieldMask
- func (m *DistributionChange_Modified) GetName() *Name
- func (m *DistributionChange_Modified) GetPreviousViewIndex() int32
- func (m *DistributionChange_Modified) GetViewIndex() int32
- func (*DistributionChange_Modified) GotenMessage()
- func (obj *DistributionChange_Modified) GotenValidate() error
- func (m *DistributionChange_Modified) Marshal() ([]byte, error)
- func (m *DistributionChange_Modified) MarshalJSON() ([]byte, error)
- func (*DistributionChange_Modified) ProtoMessage()
- func (m *DistributionChange_Modified) ProtoReflect() preflect.Message
- func (m *DistributionChange_Modified) Reset()
- func (m *DistributionChange_Modified) SetDistribution(fv *Distribution)
- func (m *DistributionChange_Modified) SetFieldMask(fv *Distribution_FieldMask)
- func (m *DistributionChange_Modified) SetName(fv *Name)
- func (m *DistributionChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *DistributionChange_Modified) SetViewIndex(fv int32)
- func (m *DistributionChange_Modified) String() string
- func (m *DistributionChange_Modified) Unmarshal(b []byte) error
- func (m *DistributionChange_Modified) UnmarshalJSON(data []byte) error
- type DistributionChange_Modified_
- type DistributionChange_Removed
- func (*DistributionChange_Removed) Descriptor() ([]byte, []int)
- func (m *DistributionChange_Removed) GetName() *Name
- func (m *DistributionChange_Removed) GetViewIndex() int32
- func (*DistributionChange_Removed) GotenMessage()
- func (obj *DistributionChange_Removed) GotenValidate() error
- func (m *DistributionChange_Removed) Marshal() ([]byte, error)
- func (m *DistributionChange_Removed) MarshalJSON() ([]byte, error)
- func (*DistributionChange_Removed) ProtoMessage()
- func (m *DistributionChange_Removed) ProtoReflect() preflect.Message
- func (m *DistributionChange_Removed) Reset()
- func (m *DistributionChange_Removed) SetName(fv *Name)
- func (m *DistributionChange_Removed) SetViewIndex(fv int32)
- func (m *DistributionChange_Removed) String() string
- func (m *DistributionChange_Removed) Unmarshal(b []byte) error
- func (m *DistributionChange_Removed) UnmarshalJSON(data []byte) error
- type DistributionChange_Removed_
- type DistributionFieldPathBuilder
- func (DistributionFieldPathBuilder) DisplayName() DistributionPathSelectorDisplayName
- func (DistributionFieldPathBuilder) Metadata() DistributionPathSelectorMetadata
- func (DistributionFieldPathBuilder) Name() DistributionPathSelectorName
- func (DistributionFieldPathBuilder) Spec() DistributionPathSelectorSpec
- func (DistributionFieldPathBuilder) Status() DistributionPathSelectorStatus
- type DistributionList
- func (l DistributionList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l DistributionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l DistributionList) At(idx int) gotenresource.Resource
- func (l DistributionList) Length() int
- func (l DistributionList) Set(idx int, res gotenresource.Resource)
- func (l DistributionList) Slice(first, second int) gotenresource.ResourceList
- type DistributionMap
- func (m DistributionMap) Delete(name gotenresource.Name)
- func (m DistributionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
- func (m DistributionMap) Get(name gotenresource.Name) gotenresource.Resource
- func (m DistributionMap) Length() int
- func (m DistributionMap) Set(res gotenresource.Resource)
- type DistributionMapPathSelectorMetadataAnnotations
- func (s DistributionMapPathSelectorMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorMetadataAnnotations) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorMetadataLabels
- func (s DistributionMapPathSelectorMetadataLabels) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorMetadataLabels) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorMetadataShards
- func (s DistributionMapPathSelectorMetadataShards) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorMetadataShards) WithValue(value int64) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorSpecSelectorMatchLabels
- func (s DistributionMapPathSelectorSpecSelectorMatchLabels) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorSpecSelectorMatchLabels) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorSpecSelectorMatchLabels) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorSpecTemplateMetadataAnnotations
- func (s DistributionMapPathSelectorSpecTemplateMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorSpecTemplateMetadataAnnotations) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorSpecTemplateMetadataAnnotations) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorSpecTemplateMetadataLabels
- func (s DistributionMapPathSelectorSpecTemplateMetadataLabels) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorSpecTemplateMetadataLabels) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorSpecTemplateMetadataLabels) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorSpecTemplateMetadataShards
- func (s DistributionMapPathSelectorSpecTemplateMetadataShards) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorSpecTemplateMetadataShards) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorSpecTemplateMetadataShards) WithValue(value int64) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits
- func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits) WithValue(value int64) *Distribution_FieldSubPathValue
- type DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests
- func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests) FieldPath() *Distribution_FieldSubPath
- func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests) WithValue(value int64) *Distribution_FieldSubPathValue
- type DistributionNameList
- func (l DistributionNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l DistributionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l DistributionNameList) At(idx int) gotenresource.Name
- func (l DistributionNameList) Length() int
- func (l DistributionNameList) Set(idx int, name gotenresource.Name)
- func (l DistributionNameList) Slice(first, second int) gotenresource.NameList
- type DistributionParentNameList
- func (l DistributionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l DistributionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l DistributionParentNameList) At(idx int) gotenresource.Name
- func (l DistributionParentNameList) Length() int
- func (l DistributionParentNameList) Set(idx int, name gotenresource.Name)
- func (l DistributionParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type DistributionParentReferenceList
- func (l DistributionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l DistributionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l DistributionParentReferenceList) At(idx int) gotenresource.Reference
- func (l DistributionParentReferenceList) Length() int
- func (l DistributionParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l DistributionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type DistributionPathSelectorDisplayName
- func (DistributionPathSelectorDisplayName) FieldPath() *Distribution_FieldTerminalPath
- func (s DistributionPathSelectorDisplayName) WithArrayOfValues(values []string) *Distribution_FieldTerminalPathArrayOfValues
- func (s DistributionPathSelectorDisplayName) WithValue(value string) *Distribution_FieldTerminalPathValue
- type DistributionPathSelectorMetadata
- func (DistributionPathSelectorMetadata) Annotations() DistributionPathSelectorMetadataAnnotations
- func (DistributionPathSelectorMetadata) CreateTime() DistributionPathSelectorMetadataCreateTime
- func (DistributionPathSelectorMetadata) DeleteTime() DistributionPathSelectorMetadataDeleteTime
- func (DistributionPathSelectorMetadata) FieldPath() *Distribution_FieldTerminalPath
- func (DistributionPathSelectorMetadata) Generation() DistributionPathSelectorMetadataGeneration
- func (DistributionPathSelectorMetadata) Labels() DistributionPathSelectorMetadataLabels
- func (DistributionPathSelectorMetadata) Lifecycle() DistributionPathSelectorMetadataLifecycle
- func (DistributionPathSelectorMetadata) OwnerReferences() DistributionPathSelectorMetadataOwnerReferences
- func (DistributionPathSelectorMetadata) ResourceVersion() DistributionPathSelectorMetadataResourceVersion
- func (DistributionPathSelectorMetadata) Services() DistributionPathSelectorMetadataServices
- func (DistributionPathSelectorMetadata) Shards() DistributionPathSelectorMetadataShards
- func (DistributionPathSelectorMetadata) Syncing() DistributionPathSelectorMetadataSyncing
- func (DistributionPathSelectorMetadata) Tags() DistributionPathSelectorMetadataTags
- func (DistributionPathSelectorMetadata) UpdateTime() DistributionPathSelectorMetadataUpdateTime
- func (DistributionPathSelectorMetadata) Uuid() DistributionPathSelectorMetadataUuid
- func (s DistributionPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *Distribution_FieldTerminalPathArrayOfValues
- func (s DistributionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *Distribution_FieldSubPathValue
- func (s DistributionPathSelectorMetadata) WithValue(value *meta.Meta) *Distribution_FieldTerminalPathValue
- type DistributionPathSelectorMetadataAnnotations
- func (DistributionPathSelectorMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorMetadataAnnotations) WithKey(key string) DistributionMapPathSelectorMetadataAnnotations
- func (s DistributionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataCreateTime
- func (DistributionPathSelectorMetadataCreateTime) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataDeleteTime
- func (DistributionPathSelectorMetadataDeleteTime) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataGeneration
- func (DistributionPathSelectorMetadataGeneration) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataGeneration) WithValue(value int64) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataLabels
- func (DistributionPathSelectorMetadataLabels) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorMetadataLabels) WithKey(key string) DistributionMapPathSelectorMetadataLabels
- func (s DistributionPathSelectorMetadataLabels) WithValue(value map[string]string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataLifecycle
- func (DistributionPathSelectorMetadataLifecycle) BlockDeletion() DistributionPathSelectorMetadataLifecycleBlockDeletion
- func (DistributionPathSelectorMetadataLifecycle) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorMetadataLifecycle) State() DistributionPathSelectorMetadataLifecycleState
- func (s DistributionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataLifecycleBlockDeletion
- func (DistributionPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataLifecycleState
- func (DistributionPathSelectorMetadataLifecycleState) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataOwnerReferences
- func (DistributionPathSelectorMetadataOwnerReferences) Controller() DistributionPathSelectorMetadataOwnerReferencesController
- func (DistributionPathSelectorMetadataOwnerReferences) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorMetadataOwnerReferences) Kind() DistributionPathSelectorMetadataOwnerReferencesKind
- func (DistributionPathSelectorMetadataOwnerReferences) Name() DistributionPathSelectorMetadataOwnerReferencesName
- func (DistributionPathSelectorMetadataOwnerReferences) Region() DistributionPathSelectorMetadataOwnerReferencesRegion
- func (DistributionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (DistributionPathSelectorMetadataOwnerReferences) Version() DistributionPathSelectorMetadataOwnerReferencesVersion
- func (s DistributionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataOwnerReferencesController
- func (DistributionPathSelectorMetadataOwnerReferencesController) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataOwnerReferencesKind
- func (DistributionPathSelectorMetadataOwnerReferencesKind) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataOwnerReferencesName
- func (DistributionPathSelectorMetadataOwnerReferencesName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataOwnerReferencesRegion
- func (DistributionPathSelectorMetadataOwnerReferencesRegion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataOwnerReferencesVersion
- func (DistributionPathSelectorMetadataOwnerReferencesVersion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataResourceVersion
- func (DistributionPathSelectorMetadataResourceVersion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataResourceVersion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataServices
- func (DistributionPathSelectorMetadataServices) AllowedServices() DistributionPathSelectorMetadataServicesAllowedServices
- func (DistributionPathSelectorMetadataServices) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorMetadataServices) OwningService() DistributionPathSelectorMetadataServicesOwningService
- func (s DistributionPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataServicesAllowedServices
- func (DistributionPathSelectorMetadataServicesAllowedServices) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataServicesOwningService
- func (DistributionPathSelectorMetadataServicesOwningService) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataServicesOwningService) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataShards
- func (DistributionPathSelectorMetadataShards) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorMetadataShards) WithKey(key string) DistributionMapPathSelectorMetadataShards
- func (s DistributionPathSelectorMetadataShards) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataSyncing
- func (DistributionPathSelectorMetadataSyncing) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorMetadataSyncing) OwningRegion() DistributionPathSelectorMetadataSyncingOwningRegion
- func (DistributionPathSelectorMetadataSyncing) Regions() DistributionPathSelectorMetadataSyncingRegions
- func (s DistributionPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataSyncingOwningRegion
- func (DistributionPathSelectorMetadataSyncingOwningRegion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataSyncingRegions
- func (DistributionPathSelectorMetadataSyncingRegions) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorMetadataSyncingRegions) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataTags
- func (DistributionPathSelectorMetadataTags) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataTags) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorMetadataTags) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataUpdateTime
- func (DistributionPathSelectorMetadataUpdateTime) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
- type DistributionPathSelectorMetadataUuid
- func (DistributionPathSelectorMetadataUuid) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorMetadataUuid) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorName
- type DistributionPathSelectorSpec
- func (DistributionPathSelectorSpec) FieldPath() *Distribution_FieldTerminalPath
- func (DistributionPathSelectorSpec) Selector() DistributionPathSelectorSpecSelector
- func (DistributionPathSelectorSpec) Template() DistributionPathSelectorSpecTemplate
- func (s DistributionPathSelectorSpec) WithArrayOfValues(values []*Distribution_Spec) *Distribution_FieldTerminalPathArrayOfValues
- func (s DistributionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue DistributionSpec_FieldPathArrayItemValue) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues DistributionSpec_FieldPathArrayOfValues) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorSpec) WithSubPath(subPath DistributionSpec_FieldPath) *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpec) WithSubValue(subPathValue DistributionSpec_FieldPathValue) *Distribution_FieldSubPathValue
- func (s DistributionPathSelectorSpec) WithValue(value *Distribution_Spec) *Distribution_FieldTerminalPathValue
- type DistributionPathSelectorSpecSelector
- func (DistributionPathSelectorSpecSelector) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecSelector) MatchExpressions() DistributionPathSelectorSpecSelectorMatchExpressions
- func (DistributionPathSelectorSpecSelector) MatchLabels() DistributionPathSelectorSpecSelectorMatchLabels
- func (s DistributionPathSelectorSpecSelector) WithArrayOfValues(values []*LabelSelector) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecSelector) WithValue(value *LabelSelector) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecSelectorMatchExpressions
- func (DistributionPathSelectorSpecSelectorMatchExpressions) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecSelectorMatchExpressions) Key() DistributionPathSelectorSpecSelectorMatchExpressionsKey
- func (DistributionPathSelectorSpecSelectorMatchExpressions) Operator() DistributionPathSelectorSpecSelectorMatchExpressionsOperator
- func (DistributionPathSelectorSpecSelectorMatchExpressions) Values() DistributionPathSelectorSpecSelectorMatchExpressionsValues
- func (s DistributionPathSelectorSpecSelectorMatchExpressions) WithArrayOfValues(values [][]*LabelSelectorRequirement) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecSelectorMatchExpressions) WithItemValue(value *LabelSelectorRequirement) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecSelectorMatchExpressions) WithValue(value []*LabelSelectorRequirement) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecSelectorMatchExpressionsKey
- func (DistributionPathSelectorSpecSelectorMatchExpressionsKey) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecSelectorMatchExpressionsKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecSelectorMatchExpressionsKey) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecSelectorMatchExpressionsOperator
- func (DistributionPathSelectorSpecSelectorMatchExpressionsOperator) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecSelectorMatchExpressionsOperator) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecSelectorMatchExpressionsOperator) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecSelectorMatchExpressionsValues
- func (DistributionPathSelectorSpecSelectorMatchExpressionsValues) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecSelectorMatchLabels
- func (DistributionPathSelectorSpecSelectorMatchLabels) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecSelectorMatchLabels) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorSpecSelectorMatchLabels) WithKey(key string) DistributionMapPathSelectorSpecSelectorMatchLabels
- func (s DistributionPathSelectorSpecSelectorMatchLabels) WithValue(value map[string]string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplate
- func (DistributionPathSelectorSpecTemplate) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplate) Metadata() DistributionPathSelectorSpecTemplateMetadata
- func (DistributionPathSelectorSpecTemplate) Spec() DistributionPathSelectorSpecTemplateSpec
- func (s DistributionPathSelectorSpecTemplate) WithArrayOfValues(values []*Distribution_Spec_Template) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplate) WithValue(value *Distribution_Spec_Template) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadata
- func (DistributionPathSelectorSpecTemplateMetadata) Annotations() DistributionPathSelectorSpecTemplateMetadataAnnotations
- func (DistributionPathSelectorSpecTemplateMetadata) CreateTime() DistributionPathSelectorSpecTemplateMetadataCreateTime
- func (DistributionPathSelectorSpecTemplateMetadata) DeleteTime() DistributionPathSelectorSpecTemplateMetadataDeleteTime
- func (DistributionPathSelectorSpecTemplateMetadata) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateMetadata) Generation() DistributionPathSelectorSpecTemplateMetadataGeneration
- func (DistributionPathSelectorSpecTemplateMetadata) Labels() DistributionPathSelectorSpecTemplateMetadataLabels
- func (DistributionPathSelectorSpecTemplateMetadata) Lifecycle() DistributionPathSelectorSpecTemplateMetadataLifecycle
- func (DistributionPathSelectorSpecTemplateMetadata) OwnerReferences() DistributionPathSelectorSpecTemplateMetadataOwnerReferences
- func (DistributionPathSelectorSpecTemplateMetadata) ResourceVersion() DistributionPathSelectorSpecTemplateMetadataResourceVersion
- func (DistributionPathSelectorSpecTemplateMetadata) Services() DistributionPathSelectorSpecTemplateMetadataServices
- func (DistributionPathSelectorSpecTemplateMetadata) Shards() DistributionPathSelectorSpecTemplateMetadataShards
- func (DistributionPathSelectorSpecTemplateMetadata) Syncing() DistributionPathSelectorSpecTemplateMetadataSyncing
- func (DistributionPathSelectorSpecTemplateMetadata) Tags() DistributionPathSelectorSpecTemplateMetadataTags
- func (DistributionPathSelectorSpecTemplateMetadata) UpdateTime() DistributionPathSelectorSpecTemplateMetadataUpdateTime
- func (DistributionPathSelectorSpecTemplateMetadata) Uuid() DistributionPathSelectorSpecTemplateMetadataUuid
- func (s DistributionPathSelectorSpecTemplateMetadata) WithArrayOfValues(values []*meta.Meta) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadata) WithValue(value *meta.Meta) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataAnnotations
- func (DistributionPathSelectorSpecTemplateMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorSpecTemplateMetadataAnnotations) WithKey(key string) DistributionMapPathSelectorSpecTemplateMetadataAnnotations
- func (s DistributionPathSelectorSpecTemplateMetadataAnnotations) WithValue(value map[string]string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataCreateTime
- func (DistributionPathSelectorSpecTemplateMetadataCreateTime) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataDeleteTime
- func (DistributionPathSelectorSpecTemplateMetadataDeleteTime) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataGeneration
- func (DistributionPathSelectorSpecTemplateMetadataGeneration) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataGeneration) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataGeneration) WithValue(value int64) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataLabels
- func (DistributionPathSelectorSpecTemplateMetadataLabels) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataLabels) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorSpecTemplateMetadataLabels) WithKey(key string) DistributionMapPathSelectorSpecTemplateMetadataLabels
- func (s DistributionPathSelectorSpecTemplateMetadataLabels) WithValue(value map[string]string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataLifecycle
- func (DistributionPathSelectorSpecTemplateMetadataLifecycle) BlockDeletion() DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion
- func (DistributionPathSelectorSpecTemplateMetadataLifecycle) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateMetadataLifecycle) State() DistributionPathSelectorSpecTemplateMetadataLifecycleState
- func (s DistributionPathSelectorSpecTemplateMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataLifecycle) WithValue(value *meta.Lifecycle) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion
- func (DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataLifecycleState
- func (DistributionPathSelectorSpecTemplateMetadataLifecycleState) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataOwnerReferences
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) Controller() DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) Kind() DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) Name() DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) Region() DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) RequiresOwnerReference() ...
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) Version() DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion
- func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataResourceVersion
- func (DistributionPathSelectorSpecTemplateMetadataResourceVersion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataResourceVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataResourceVersion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataServices
- func (DistributionPathSelectorSpecTemplateMetadataServices) AllowedServices() DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices
- func (DistributionPathSelectorSpecTemplateMetadataServices) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateMetadataServices) OwningService() DistributionPathSelectorSpecTemplateMetadataServicesOwningService
- func (s DistributionPathSelectorSpecTemplateMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataServices) WithValue(value *meta.ServicesInfo) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices
- func (DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataServicesOwningService
- func (DistributionPathSelectorSpecTemplateMetadataServicesOwningService) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataServicesOwningService) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataServicesOwningService) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataShards
- func (DistributionPathSelectorSpecTemplateMetadataShards) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataShards) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorSpecTemplateMetadataShards) WithKey(key string) DistributionMapPathSelectorSpecTemplateMetadataShards
- func (s DistributionPathSelectorSpecTemplateMetadataShards) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataSyncing
- func (DistributionPathSelectorSpecTemplateMetadataSyncing) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateMetadataSyncing) OwningRegion() DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion
- func (DistributionPathSelectorSpecTemplateMetadataSyncing) Regions() DistributionPathSelectorSpecTemplateMetadataSyncingRegions
- func (s DistributionPathSelectorSpecTemplateMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataSyncing) WithValue(value *meta.SyncingMeta) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion
- func (DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataSyncingRegions
- func (DistributionPathSelectorSpecTemplateMetadataSyncingRegions) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataTags
- func (DistributionPathSelectorSpecTemplateMetadataTags) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataTags) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataTags) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateMetadataTags) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataUpdateTime
- func (DistributionPathSelectorSpecTemplateMetadataUpdateTime) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateMetadataUuid
- func (DistributionPathSelectorSpecTemplateMetadataUuid) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateMetadataUuid) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateMetadataUuid) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpec
- func (DistributionPathSelectorSpecTemplateSpec) Compose() DistributionPathSelectorSpecTemplateSpecCompose
- func (DistributionPathSelectorSpecTemplateSpec) Containers() DistributionPathSelectorSpecTemplateSpecContainers
- func (DistributionPathSelectorSpecTemplateSpec) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpec) HostNetwork() DistributionPathSelectorSpecTemplateSpecHostNetwork
- func (DistributionPathSelectorSpecTemplateSpec) HostVolumeMounts() DistributionPathSelectorSpecTemplateSpecHostVolumeMounts
- func (DistributionPathSelectorSpecTemplateSpec) ImagePullSecrets() DistributionPathSelectorSpecTemplateSpecImagePullSecrets
- func (DistributionPathSelectorSpecTemplateSpec) Node() DistributionPathSelectorSpecTemplateSpecNode
- func (DistributionPathSelectorSpecTemplateSpec) RestartPolicy() DistributionPathSelectorSpecTemplateSpecRestartPolicy
- func (DistributionPathSelectorSpecTemplateSpec) Volumes() DistributionPathSelectorSpecTemplateSpecVolumes
- func (s DistributionPathSelectorSpecTemplateSpec) WithArrayOfValues(values []*common.PodSpec) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpec) WithValue(value *common.PodSpec) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecCompose
- func (DistributionPathSelectorSpecTemplateSpecCompose) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecCompose) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecCompose) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainers
- func (DistributionPathSelectorSpecTemplateSpecContainers) Args() DistributionPathSelectorSpecTemplateSpecContainersArgs
- func (DistributionPathSelectorSpecTemplateSpecContainers) Command() DistributionPathSelectorSpecTemplateSpecContainersCommand
- func (DistributionPathSelectorSpecTemplateSpecContainers) Env() DistributionPathSelectorSpecTemplateSpecContainersEnv
- func (DistributionPathSelectorSpecTemplateSpecContainers) EnvFrom() DistributionPathSelectorSpecTemplateSpecContainersEnvFrom
- func (DistributionPathSelectorSpecTemplateSpecContainers) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainers) Image() DistributionPathSelectorSpecTemplateSpecContainersImage
- func (DistributionPathSelectorSpecTemplateSpecContainers) ImagePullPolicy() DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy
- func (DistributionPathSelectorSpecTemplateSpecContainers) Name() DistributionPathSelectorSpecTemplateSpecContainersName
- func (DistributionPathSelectorSpecTemplateSpecContainers) Resources() DistributionPathSelectorSpecTemplateSpecContainersResources
- func (DistributionPathSelectorSpecTemplateSpecContainers) SecurityContext() DistributionPathSelectorSpecTemplateSpecContainersSecurityContext
- func (DistributionPathSelectorSpecTemplateSpecContainers) VolumeMounts() DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts
- func (s DistributionPathSelectorSpecTemplateSpecContainers) WithArrayOfValues(values [][]*common.PodSpec_Container) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainers) WithItemValue(value *common.PodSpec_Container) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecContainers) WithValue(value []*common.PodSpec_Container) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersArgs
- func (DistributionPathSelectorSpecTemplateSpecContainersArgs) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersArgs) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersArgs) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecContainersArgs) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersCommand
- func (DistributionPathSelectorSpecTemplateSpecContainersCommand) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersCommand) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersCommand) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecContainersCommand) WithValue(value []string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnv
- func (DistributionPathSelectorSpecTemplateSpecContainersEnv) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersEnv) Name() DistributionPathSelectorSpecTemplateSpecContainersEnvName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnv) Value() DistributionPathSelectorSpecTemplateSpecContainersEnvValue
- func (DistributionPathSelectorSpecTemplateSpecContainersEnv) ValueFrom() DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnv) WithArrayOfValues(values [][]*common.EnvVar) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnv) WithItemValue(value *common.EnvVar) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnv) WithValue(value []*common.EnvVar) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFrom
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) ConfigMapRef() DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) Prefix() DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) SecretRef() DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) WithArrayOfValues(values []*common.EnvFromSource) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) WithValue(value *common.EnvFromSource) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) Name() DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) Optional() DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*common.ConfigMapEnvSource) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) WithValue(value *common.ConfigMapEnvSource) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) Name() DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) Optional() DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*common.SecretEnvSource) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) WithValue(value *common.SecretEnvSource) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValue
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValue) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValue) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValue) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) ConfigMapKeyRef() DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) SecretKeyRef() DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) WithArrayOfValues(values []*common.EnvVarSource) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) WithValue(value *common.EnvVarSource) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) Key() ...
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) Name() ...
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*common.ConfigMapKeySelector) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *common.ConfigMapKeySelector) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) Key() DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) Name() DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) Optional() ...
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*common.SecretKeySelector) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) WithValue(value *common.SecretKeySelector) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional
- func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersImage
- func (DistributionPathSelectorSpecTemplateSpecContainersImage) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersImage) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersImage) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy
- func (DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersName
- func (DistributionPathSelectorSpecTemplateSpecContainersName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersResources
- func (DistributionPathSelectorSpecTemplateSpecContainersResources) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersResources) Limits() DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits
- func (DistributionPathSelectorSpecTemplateSpecContainersResources) Requests() DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests
- func (s DistributionPathSelectorSpecTemplateSpecContainersResources) WithArrayOfValues(values []*common.PodSpec_Container_ResourceRequirements) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersResources) WithValue(value *common.PodSpec_Container_ResourceRequirements) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits
- func (DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) WithKey(key string) DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits
- func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests
- func (DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) WithKey(key string) DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests
- func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersSecurityContext
- func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) Privileged() DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged
- func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) WithArrayOfValues(values []*common.SecurityContext) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) WithValue(value *common.SecurityContext) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged
- func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) MountPath() DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) Name() DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) ReadOnly() DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) SubPath() DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithItemValue(value *common.VolumeMount) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithValue(value []*common.VolumeMount) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath
- func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecHostNetwork
- func (DistributionPathSelectorSpecTemplateSpecHostNetwork) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecHostNetwork) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecHostNetwork) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecHostVolumeMounts
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) MountPath() DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) Name() DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) ReadOnly() DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) SubPath() DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithItemValue(value *common.VolumeMount) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithValue(value []*common.VolumeMount) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath
- func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecImagePullSecrets
- func (DistributionPathSelectorSpecTemplateSpecImagePullSecrets) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecImagePullSecrets) Name() DistributionPathSelectorSpecTemplateSpecImagePullSecretsName
- func (s DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithArrayOfValues(values [][]*common.LocalObjectReferenceSecret) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithItemValue(value *common.LocalObjectReferenceSecret) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithValue(value []*common.LocalObjectReferenceSecret) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecImagePullSecretsName
- func (DistributionPathSelectorSpecTemplateSpecImagePullSecretsName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecNode
- func (DistributionPathSelectorSpecTemplateSpecNode) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecNode) WithValue(value *devices_device.Reference) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecRestartPolicy
- func (DistributionPathSelectorSpecTemplateSpecRestartPolicy) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecRestartPolicy) WithArrayOfValues(values []common.PodSpec_RestartPolicy) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecRestartPolicy) WithValue(value common.PodSpec_RestartPolicy) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumes
- func (DistributionPathSelectorSpecTemplateSpecVolumes) ConfigMap() DistributionPathSelectorSpecTemplateSpecVolumesConfigMap
- func (DistributionPathSelectorSpecTemplateSpecVolumes) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecVolumes) HostPath() DistributionPathSelectorSpecTemplateSpecVolumesHostPath
- func (DistributionPathSelectorSpecTemplateSpecVolumes) Name() DistributionPathSelectorSpecTemplateSpecVolumesName
- func (DistributionPathSelectorSpecTemplateSpecVolumes) Secret() DistributionPathSelectorSpecTemplateSpecVolumesSecret
- func (s DistributionPathSelectorSpecTemplateSpecVolumes) WithArrayOfValues(values [][]*common.Volume) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumes) WithItemValue(value *common.Volume) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecVolumes) WithValue(value []*common.Volume) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMap
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) DefaultMode() DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) Items() DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) Name() DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) Optional() DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) WithArrayOfValues(values []*common.ConfigMapVolumeSource) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) WithValue(value *common.ConfigMapVolumeSource) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode) WithValue(value int32) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) Key() DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) Mode() DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) Path() DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*common.KeyToPath) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithItemValue(value *common.KeyToPath) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithValue(value []*common.KeyToPath) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode) WithValue(value int32) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional
- func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesHostPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesHostPath) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesHostPath) Path() DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesHostPath) Type() DistributionPathSelectorSpecTemplateSpecVolumesHostPathType
- func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPath) WithArrayOfValues(values []*common.HostPathVolumeSource) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPath) WithValue(value *common.HostPathVolumeSource) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesHostPathType
- func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) WithArrayOfValues(values []common.HostPathVolumeSource_Type) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) WithValue(value common.HostPathVolumeSource_Type) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesName
- func (DistributionPathSelectorSpecTemplateSpecVolumesName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecret
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) DefaultMode() DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) Items() DistributionPathSelectorSpecTemplateSpecVolumesSecretItems
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) Optional() DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) SecretName() DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecret) WithArrayOfValues(values []*common.SecretVolumeSource) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecret) WithValue(value *common.SecretVolumeSource) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode) WithValue(value int32) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecretItems
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) FieldPath() *Distribution_FieldSubPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) Key() DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) Mode() DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) Path() DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithArrayOfValues(values [][]*common.KeyToPath) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithItemValue(value *common.KeyToPath) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithValue(value []*common.KeyToPath) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode) WithValue(value int32) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional) WithValue(value bool) *Distribution_FieldSubPathValue
- type DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName
- func (DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName) FieldPath() *Distribution_FieldSubPath
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
- func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName) WithValue(value string) *Distribution_FieldSubPathValue
- type DistributionPathSelectorStatus
- func (DistributionPathSelectorStatus) FieldPath() *Distribution_FieldTerminalPath
- func (s DistributionPathSelectorStatus) WithArrayOfValues(values []*Distribution_Status) *Distribution_FieldTerminalPathArrayOfValues
- func (s DistributionPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue DistributionStatus_FieldPathArrayItemValue) *Distribution_FieldSubPathArrayItemValue
- func (s DistributionPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues DistributionStatus_FieldPathArrayOfValues) *Distribution_FieldSubPathArrayOfValues
- func (DistributionPathSelectorStatus) WithSubPath(subPath DistributionStatus_FieldPath) *Distribution_FieldSubPath
- func (s DistributionPathSelectorStatus) WithSubValue(subPathValue DistributionStatus_FieldPathValue) *Distribution_FieldSubPathValue
- func (s DistributionPathSelectorStatus) WithValue(value *Distribution_Status) *Distribution_FieldTerminalPathValue
- type DistributionReferenceList
- func (l DistributionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l DistributionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l DistributionReferenceList) At(idx int) gotenresource.Reference
- func (l DistributionReferenceList) Length() int
- func (l DistributionReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l DistributionReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type DistributionSpecFieldPathBuilder
- type DistributionSpecTemplateFieldPathBuilder
- type DistributionSpecTemplate_FieldPath
- func BuildDistributionSpecTemplate_FieldPath(fp gotenobject.RawFieldPath) (DistributionSpecTemplate_FieldPath, error)
- func MustParseDistributionSpecTemplate_FieldPath(rawField string) DistributionSpecTemplate_FieldPath
- func ParseDistributionSpecTemplate_FieldPath(rawField string) (DistributionSpecTemplate_FieldPath, error)
- type DistributionSpecTemplate_FieldPathArrayItemValue
- type DistributionSpecTemplate_FieldPathArrayOfValues
- type DistributionSpecTemplate_FieldPathSelector
- type DistributionSpecTemplate_FieldPathValue
- type DistributionSpecTemplate_FieldSubPath
- func (fps *DistributionSpecTemplate_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *DistributionSpecTemplate_FieldSubPath) AsSpecSubPath() (common.PodSpec_FieldPath, bool)
- func (fps *DistributionSpecTemplate_FieldSubPath) ClearValue(item *Distribution_Spec_Template)
- func (fps *DistributionSpecTemplate_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *DistributionSpecTemplate_FieldSubPath) Get(source *Distribution_Spec_Template) (values []interface{})
- func (fps *DistributionSpecTemplate_FieldSubPath) GetDefault() interface{}
- func (fps *DistributionSpecTemplate_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *DistributionSpecTemplate_FieldSubPath) GetSingle(source *Distribution_Spec_Template) (interface{}, bool)
- func (fps *DistributionSpecTemplate_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *DistributionSpecTemplate_FieldSubPath) IsLeaf() bool
- func (fps *DistributionSpecTemplate_FieldSubPath) JSONString() string
- func (fps *DistributionSpecTemplate_FieldSubPath) Selector() DistributionSpecTemplate_FieldPathSelector
- func (fps *DistributionSpecTemplate_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *DistributionSpecTemplate_FieldSubPath) String() string
- func (fps *DistributionSpecTemplate_FieldSubPath) WithIArrayItemValue(value interface{}) DistributionSpecTemplate_FieldPathArrayItemValue
- func (fps *DistributionSpecTemplate_FieldSubPath) WithIArrayOfValues(values interface{}) DistributionSpecTemplate_FieldPathArrayOfValues
- func (fps *DistributionSpecTemplate_FieldSubPath) WithIValue(value interface{}) DistributionSpecTemplate_FieldPathValue
- func (fps *DistributionSpecTemplate_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *DistributionSpecTemplate_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *DistributionSpecTemplate_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) AsSpecPathItemValue() (common.PodSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) ContainsValue(source *Distribution_Spec_Template) bool
- func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (fpsaov *DistributionSpecTemplate_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *DistributionSpecTemplate_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (common.PodSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *DistributionSpecTemplate_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type DistributionSpecTemplate_FieldSubPathValue
- func (fpvs *DistributionSpecTemplate_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *DistributionSpecTemplate_FieldSubPathValue) AsSpecPathValue() (common.PodSpec_FieldPathValue, bool)
- func (fpvs *DistributionSpecTemplate_FieldSubPathValue) CompareWith(source *Distribution_Spec_Template) (int, bool)
- func (fpvs *DistributionSpecTemplate_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *DistributionSpecTemplate_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *DistributionSpecTemplate_FieldSubPathValue) SetTo(target **Distribution_Spec_Template)
- func (fpvs *DistributionSpecTemplate_FieldSubPathValue) SetToRaw(target proto.Message)
- type DistributionSpecTemplate_FieldTerminalPath
- func (fp *DistributionSpecTemplate_FieldTerminalPath) ClearValue(item *Distribution_Spec_Template)
- func (fp *DistributionSpecTemplate_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DistributionSpecTemplate_FieldTerminalPath) Get(source *Distribution_Spec_Template) (values []interface{})
- func (fp *DistributionSpecTemplate_FieldTerminalPath) GetDefault() interface{}
- func (fp *DistributionSpecTemplate_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DistributionSpecTemplate_FieldTerminalPath) GetSingle(source *Distribution_Spec_Template) (interface{}, bool)
- func (fp *DistributionSpecTemplate_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DistributionSpecTemplate_FieldTerminalPath) IsLeaf() bool
- func (fp *DistributionSpecTemplate_FieldTerminalPath) JSONString() string
- func (fp *DistributionSpecTemplate_FieldTerminalPath) Selector() DistributionSpecTemplate_FieldPathSelector
- func (fp *DistributionSpecTemplate_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DistributionSpecTemplate_FieldTerminalPath) String() string
- func (fp *DistributionSpecTemplate_FieldTerminalPath) WithIArrayItemValue(value interface{}) DistributionSpecTemplate_FieldPathArrayItemValue
- func (fp *DistributionSpecTemplate_FieldTerminalPath) WithIArrayOfValues(values interface{}) DistributionSpecTemplate_FieldPathArrayOfValues
- func (fp *DistributionSpecTemplate_FieldTerminalPath) WithIValue(value interface{}) DistributionSpecTemplate_FieldPathValue
- func (fp *DistributionSpecTemplate_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DistributionSpecTemplate_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DistributionSpecTemplate_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DistributionSpecTemplate_FieldTerminalPathArrayItemValue
- func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution_Spec_Template) bool
- func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution_Spec_Template) (interface{}, bool)
- func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DistributionSpecTemplate_FieldTerminalPathArrayOfValues
- func (fpaov *DistributionSpecTemplate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *DistributionSpecTemplate_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*common.PodSpec, bool)
- func (fpaov *DistributionSpecTemplate_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type DistributionSpecTemplate_FieldTerminalPathValue
- func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) AsSpecValue() (*common.PodSpec, bool)
- func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) CompareWith(source *Distribution_Spec_Template) (int, bool)
- func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) SetTo(target **Distribution_Spec_Template)
- func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DistributionSpec_FieldPath
- type DistributionSpec_FieldPathArrayItemValue
- type DistributionSpec_FieldPathArrayOfValues
- type DistributionSpec_FieldPathSelector
- type DistributionSpec_FieldPathValue
- type DistributionSpec_FieldSubPath
- func (fps *DistributionSpec_FieldSubPath) AsSelectorSubPath() (LabelSelector_FieldPath, bool)
- func (fps *DistributionSpec_FieldSubPath) AsTemplateSubPath() (DistributionSpecTemplate_FieldPath, bool)
- func (fps *DistributionSpec_FieldSubPath) ClearValue(item *Distribution_Spec)
- func (fps *DistributionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *DistributionSpec_FieldSubPath) Get(source *Distribution_Spec) (values []interface{})
- func (fps *DistributionSpec_FieldSubPath) GetDefault() interface{}
- func (fps *DistributionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *DistributionSpec_FieldSubPath) GetSingle(source *Distribution_Spec) (interface{}, bool)
- func (fps *DistributionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *DistributionSpec_FieldSubPath) IsLeaf() bool
- func (fps *DistributionSpec_FieldSubPath) JSONString() string
- func (fps *DistributionSpec_FieldSubPath) Selector() DistributionSpec_FieldPathSelector
- func (fps *DistributionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *DistributionSpec_FieldSubPath) String() string
- func (fps *DistributionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) DistributionSpec_FieldPathArrayItemValue
- func (fps *DistributionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) DistributionSpec_FieldPathArrayOfValues
- func (fps *DistributionSpec_FieldSubPath) WithIValue(value interface{}) DistributionSpec_FieldPathValue
- func (fps *DistributionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *DistributionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *DistributionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DistributionSpec_FieldSubPathArrayItemValue
- func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) AsSelectorPathItemValue() (LabelSelector_FieldPathArrayItemValue, bool)
- func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) AsTemplatePathItemValue() (DistributionSpecTemplate_FieldPathArrayItemValue, bool)
- func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) ContainsValue(source *Distribution_Spec) bool
- func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type DistributionSpec_FieldSubPathArrayOfValues
- func (fpsaov *DistributionSpec_FieldSubPathArrayOfValues) AsSelectorPathArrayOfValues() (LabelSelector_FieldPathArrayOfValues, bool)
- func (fpsaov *DistributionSpec_FieldSubPathArrayOfValues) AsTemplatePathArrayOfValues() (DistributionSpecTemplate_FieldPathArrayOfValues, bool)
- func (fpsaov *DistributionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type DistributionSpec_FieldSubPathValue
- func (fpvs *DistributionSpec_FieldSubPathValue) AsSelectorPathValue() (LabelSelector_FieldPathValue, bool)
- func (fpvs *DistributionSpec_FieldSubPathValue) AsTemplatePathValue() (DistributionSpecTemplate_FieldPathValue, bool)
- func (fpvs *DistributionSpec_FieldSubPathValue) CompareWith(source *Distribution_Spec) (int, bool)
- func (fpvs *DistributionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *DistributionSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *DistributionSpec_FieldSubPathValue) SetTo(target **Distribution_Spec)
- func (fpvs *DistributionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type DistributionSpec_FieldTerminalPath
- func (fp *DistributionSpec_FieldTerminalPath) ClearValue(item *Distribution_Spec)
- func (fp *DistributionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DistributionSpec_FieldTerminalPath) Get(source *Distribution_Spec) (values []interface{})
- func (fp *DistributionSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *DistributionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DistributionSpec_FieldTerminalPath) GetSingle(source *Distribution_Spec) (interface{}, bool)
- func (fp *DistributionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DistributionSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *DistributionSpec_FieldTerminalPath) JSONString() string
- func (fp *DistributionSpec_FieldTerminalPath) Selector() DistributionSpec_FieldPathSelector
- func (fp *DistributionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DistributionSpec_FieldTerminalPath) String() string
- func (fp *DistributionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) DistributionSpec_FieldPathArrayItemValue
- func (fp *DistributionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) DistributionSpec_FieldPathArrayOfValues
- func (fp *DistributionSpec_FieldTerminalPath) WithIValue(value interface{}) DistributionSpec_FieldPathValue
- func (fp *DistributionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DistributionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DistributionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DistributionSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution_Spec) bool
- func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution_Spec) (interface{}, bool)
- func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DistributionSpec_FieldTerminalPathArrayOfValues
- func (fpaov *DistributionSpec_FieldTerminalPathArrayOfValues) AsSelectorArrayOfValues() ([]*LabelSelector, bool)
- func (fpaov *DistributionSpec_FieldTerminalPathArrayOfValues) AsTemplateArrayOfValues() ([]*Distribution_Spec_Template, bool)
- func (fpaov *DistributionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type DistributionSpec_FieldTerminalPathValue
- func (fpv *DistributionSpec_FieldTerminalPathValue) AsSelectorValue() (*LabelSelector, bool)
- func (fpv *DistributionSpec_FieldTerminalPathValue) AsTemplateValue() (*Distribution_Spec_Template, bool)
- func (fpv *DistributionSpec_FieldTerminalPathValue) CompareWith(source *Distribution_Spec) (int, bool)
- func (fpv *DistributionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DistributionSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DistributionSpec_FieldTerminalPathValue) SetTo(target **Distribution_Spec)
- func (fpv *DistributionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type DistributionStatusFieldPathBuilder
- type DistributionStatus_FieldPath
- type DistributionStatus_FieldPathArrayItemValue
- type DistributionStatus_FieldPathArrayOfValues
- type DistributionStatus_FieldPathSelector
- type DistributionStatus_FieldPathValue
- type DistributionStatus_FieldTerminalPath
- func (fp *DistributionStatus_FieldTerminalPath) ClearValue(item *Distribution_Status)
- func (fp *DistributionStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *DistributionStatus_FieldTerminalPath) Get(source *Distribution_Status) (values []interface{})
- func (fp *DistributionStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *DistributionStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *DistributionStatus_FieldTerminalPath) GetSingle(source *Distribution_Status) (interface{}, bool)
- func (fp *DistributionStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *DistributionStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *DistributionStatus_FieldTerminalPath) JSONString() string
- func (fp *DistributionStatus_FieldTerminalPath) Selector() DistributionStatus_FieldPathSelector
- func (fp *DistributionStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *DistributionStatus_FieldTerminalPath) String() string
- func (fp *DistributionStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) DistributionStatus_FieldPathArrayItemValue
- func (fp *DistributionStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) DistributionStatus_FieldPathArrayOfValues
- func (fp *DistributionStatus_FieldTerminalPath) WithIValue(value interface{}) DistributionStatus_FieldPathValue
- func (fp *DistributionStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *DistributionStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *DistributionStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type DistributionStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution_Status) bool
- func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution_Status) (interface{}, bool)
- func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type DistributionStatus_FieldTerminalPathArrayOfValues
- type DistributionStatus_FieldTerminalPathValue
- func (fpv *DistributionStatus_FieldTerminalPathValue) CompareWith(source *Distribution_Status) (int, bool)
- func (fpv *DistributionStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *DistributionStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *DistributionStatus_FieldTerminalPathValue) SetTo(target **Distribution_Status)
- func (fpv *DistributionStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Distribution_FieldMask
- func (fieldMask *Distribution_FieldMask) AppendPath(path Distribution_FieldPath)
- func (fieldMask *Distribution_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Distribution_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Distribution_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Distribution_FieldMask) FilterInputFields() *Distribution_FieldMask
- func (fieldMask *Distribution_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Distribution_FieldMask) GetPaths() []Distribution_FieldPath
- func (fieldMask *Distribution_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Distribution_FieldMask) IsFull() bool
- func (fieldMask Distribution_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Distribution_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Distribution_FieldMask) PathsCount() int
- func (fieldMask *Distribution_FieldMask) Project(source *Distribution) *Distribution
- func (fieldMask *Distribution_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Distribution_FieldMask) ProtoMessage()
- func (fieldMask *Distribution_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Distribution_FieldMask) Reset()
- func (fieldMask *Distribution_FieldMask) Set(target, source *Distribution)
- func (fieldMask *Distribution_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Distribution_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Distribution_FieldMask) Size() int
- func (fieldMask *Distribution_FieldMask) String() string
- func (fieldMask *Distribution_FieldMask) Subtract(other *Distribution_FieldMask) *Distribution_FieldMask
- func (fieldMask *Distribution_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Distribution_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Distribution_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Distribution_FieldMask) UnmarshalJSON(data []byte) error
- type Distribution_FieldPath
- type Distribution_FieldPathArrayItemValue
- type Distribution_FieldPathArrayOfValues
- type Distribution_FieldPathSelector
- type Distribution_FieldPathValue
- type Distribution_FieldSubPath
- func (fps *Distribution_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
- func (fps *Distribution_FieldSubPath) AsSpecSubPath() (DistributionSpec_FieldPath, bool)
- func (fps *Distribution_FieldSubPath) AsStatusSubPath() (DistributionStatus_FieldPath, bool)
- func (fps *Distribution_FieldSubPath) ClearValue(item *Distribution)
- func (fps *Distribution_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *Distribution_FieldSubPath) Get(source *Distribution) (values []interface{})
- func (fps *Distribution_FieldSubPath) GetDefault() interface{}
- func (fps *Distribution_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *Distribution_FieldSubPath) GetSingle(source *Distribution) (interface{}, bool)
- func (fps *Distribution_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *Distribution_FieldSubPath) IsLeaf() bool
- func (fps *Distribution_FieldSubPath) JSONString() string
- func (fps *Distribution_FieldSubPath) Selector() Distribution_FieldPathSelector
- func (fps *Distribution_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *Distribution_FieldSubPath) String() string
- func (fps *Distribution_FieldSubPath) WithIArrayItemValue(value interface{}) Distribution_FieldPathArrayItemValue
- func (fps *Distribution_FieldSubPath) WithIArrayOfValues(values interface{}) Distribution_FieldPathArrayOfValues
- func (fps *Distribution_FieldSubPath) WithIValue(value interface{}) Distribution_FieldPathValue
- func (fps *Distribution_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *Distribution_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *Distribution_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Distribution_FieldSubPathArrayItemValue
- func (fpaivs *Distribution_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *Distribution_FieldSubPathArrayItemValue) AsSpecPathItemValue() (DistributionSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *Distribution_FieldSubPathArrayItemValue) AsStatusPathItemValue() (DistributionStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *Distribution_FieldSubPathArrayItemValue) ContainsValue(source *Distribution) bool
- func (fpaivs *Distribution_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type Distribution_FieldSubPathArrayOfValues
- func (fpsaov *Distribution_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *Distribution_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (DistributionSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *Distribution_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (DistributionStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *Distribution_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type Distribution_FieldSubPathValue
- func (fpvs *Distribution_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
- func (fpvs *Distribution_FieldSubPathValue) AsSpecPathValue() (DistributionSpec_FieldPathValue, bool)
- func (fpvs *Distribution_FieldSubPathValue) AsStatusPathValue() (DistributionStatus_FieldPathValue, bool)
- func (fpvs *Distribution_FieldSubPathValue) CompareWith(source *Distribution) (int, bool)
- func (fpvs *Distribution_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *Distribution_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *Distribution_FieldSubPathValue) SetTo(target **Distribution)
- func (fpvs *Distribution_FieldSubPathValue) SetToRaw(target proto.Message)
- type Distribution_FieldTerminalPath
- func (fp *Distribution_FieldTerminalPath) ClearValue(item *Distribution)
- func (fp *Distribution_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Distribution_FieldTerminalPath) Get(source *Distribution) (values []interface{})
- func (fp *Distribution_FieldTerminalPath) GetDefault() interface{}
- func (fp *Distribution_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Distribution_FieldTerminalPath) GetSingle(source *Distribution) (interface{}, bool)
- func (fp *Distribution_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Distribution_FieldTerminalPath) IsLeaf() bool
- func (fp *Distribution_FieldTerminalPath) JSONString() string
- func (fp *Distribution_FieldTerminalPath) Selector() Distribution_FieldPathSelector
- func (fp *Distribution_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *Distribution_FieldTerminalPath) String() string
- func (fp *Distribution_FieldTerminalPath) WithIArrayItemValue(value interface{}) Distribution_FieldPathArrayItemValue
- func (fp *Distribution_FieldTerminalPath) WithIArrayOfValues(values interface{}) Distribution_FieldPathArrayOfValues
- func (fp *Distribution_FieldTerminalPath) WithIValue(value interface{}) Distribution_FieldPathValue
- func (fp *Distribution_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Distribution_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Distribution_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Distribution_FieldTerminalPathArrayItemValue
- func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution) bool
- func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution) (interface{}, bool)
- func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Distribution_FieldTerminalPathArrayOfValues
- func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
- func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*Distribution_Spec, bool)
- func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*Distribution_Status, bool)
- func (fpaov *Distribution_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Distribution_FieldTerminalPathValue
- func (fpv *Distribution_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *Distribution_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
- func (fpv *Distribution_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *Distribution_FieldTerminalPathValue) AsSpecValue() (*Distribution_Spec, bool)
- func (fpv *Distribution_FieldTerminalPathValue) AsStatusValue() (*Distribution_Status, bool)
- func (fpv *Distribution_FieldTerminalPathValue) CompareWith(source *Distribution) (int, bool)
- func (fpv *Distribution_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Distribution_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Distribution_FieldTerminalPathValue) SetTo(target **Distribution)
- func (fpv *Distribution_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Distribution_Spec
- func (o *Distribution_Spec) Clone() *Distribution_Spec
- func (o *Distribution_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*Distribution_Spec) Descriptor() ([]byte, []int)
- func (m *Distribution_Spec) GetSelector() *LabelSelector
- func (m *Distribution_Spec) GetTemplate() *Distribution_Spec_Template
- func (*Distribution_Spec) GotenMessage()
- func (o *Distribution_Spec) GotenObjectExt()
- func (obj *Distribution_Spec) GotenValidate() error
- func (o *Distribution_Spec) MakeDiffFieldMask(other *Distribution_Spec) *Distribution_Spec_FieldMask
- func (o *Distribution_Spec) MakeFullFieldMask() *Distribution_Spec_FieldMask
- func (o *Distribution_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Distribution_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Distribution_Spec) Marshal() ([]byte, error)
- func (m *Distribution_Spec) MarshalJSON() ([]byte, error)
- func (o *Distribution_Spec) Merge(source *Distribution_Spec)
- func (o *Distribution_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Distribution_Spec) ProtoMessage()
- func (m *Distribution_Spec) ProtoReflect() preflect.Message
- func (m *Distribution_Spec) Reset()
- func (m *Distribution_Spec) SetSelector(fv *LabelSelector)
- func (m *Distribution_Spec) SetTemplate(fv *Distribution_Spec_Template)
- func (m *Distribution_Spec) String() string
- func (m *Distribution_Spec) Unmarshal(b []byte) error
- func (m *Distribution_Spec) UnmarshalJSON(data []byte) error
- type Distribution_SpecMapPathSelectorSelectorMatchLabels
- func (s Distribution_SpecMapPathSelectorSelectorMatchLabels) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecMapPathSelectorSelectorMatchLabels) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecMapPathSelectorSelectorMatchLabels) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecMapPathSelectorTemplateMetadataAnnotations
- func (s Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecMapPathSelectorTemplateMetadataLabels
- func (s Distribution_SpecMapPathSelectorTemplateMetadataLabels) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecMapPathSelectorTemplateMetadataLabels) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecMapPathSelectorTemplateMetadataLabels) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecMapPathSelectorTemplateMetadataShards
- func (s Distribution_SpecMapPathSelectorTemplateMetadataShards) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecMapPathSelectorTemplateMetadataShards) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecMapPathSelectorTemplateMetadataShards) WithValue(value int64) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits
- func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits) WithValue(value int64) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests
- func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests) WithValue(value int64) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorSelector
- func (Distribution_SpecPathSelectorSelector) FieldPath() *DistributionSpec_FieldTerminalPath
- func (Distribution_SpecPathSelectorSelector) MatchExpressions() Distribution_SpecPathSelectorSelectorMatchExpressions
- func (Distribution_SpecPathSelectorSelector) MatchLabels() Distribution_SpecPathSelectorSelectorMatchLabels
- func (s Distribution_SpecPathSelectorSelector) WithArrayOfValues(values []*LabelSelector) *DistributionSpec_FieldTerminalPathArrayOfValues
- func (s Distribution_SpecPathSelectorSelector) WithSubArrayItemValue(subPathArrayItemValue LabelSelector_FieldPathArrayItemValue) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorSelector) WithSubArrayOfValues(subPathArrayOfValues LabelSelector_FieldPathArrayOfValues) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorSelector) WithSubPath(subPath LabelSelector_FieldPath) *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorSelector) WithSubValue(subPathValue LabelSelector_FieldPathValue) *DistributionSpec_FieldSubPathValue
- func (s Distribution_SpecPathSelectorSelector) WithValue(value *LabelSelector) *DistributionSpec_FieldTerminalPathValue
- type Distribution_SpecPathSelectorSelectorMatchExpressions
- func (Distribution_SpecPathSelectorSelectorMatchExpressions) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorSelectorMatchExpressions) Key() Distribution_SpecPathSelectorSelectorMatchExpressionsKey
- func (Distribution_SpecPathSelectorSelectorMatchExpressions) Operator() Distribution_SpecPathSelectorSelectorMatchExpressionsOperator
- func (Distribution_SpecPathSelectorSelectorMatchExpressions) Values() Distribution_SpecPathSelectorSelectorMatchExpressionsValues
- func (s Distribution_SpecPathSelectorSelectorMatchExpressions) WithArrayOfValues(values [][]*LabelSelectorRequirement) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorSelectorMatchExpressions) WithItemValue(value *LabelSelectorRequirement) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorSelectorMatchExpressions) WithValue(value []*LabelSelectorRequirement) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorSelectorMatchExpressionsKey
- func (Distribution_SpecPathSelectorSelectorMatchExpressionsKey) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorSelectorMatchExpressionsKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorSelectorMatchExpressionsKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorSelectorMatchExpressionsOperator
- func (Distribution_SpecPathSelectorSelectorMatchExpressionsOperator) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorSelectorMatchExpressionsOperator) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorSelectorMatchExpressionsOperator) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorSelectorMatchExpressionsValues
- func (Distribution_SpecPathSelectorSelectorMatchExpressionsValues) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithValue(value []string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorSelectorMatchLabels
- func (Distribution_SpecPathSelectorSelectorMatchLabels) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorSelectorMatchLabels) WithArrayOfValues(values []map[string]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorSelectorMatchLabels) WithKey(key string) Distribution_SpecMapPathSelectorSelectorMatchLabels
- func (s Distribution_SpecPathSelectorSelectorMatchLabels) WithValue(value map[string]string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplate
- func (Distribution_SpecPathSelectorTemplate) FieldPath() *DistributionSpec_FieldTerminalPath
- func (Distribution_SpecPathSelectorTemplate) Metadata() Distribution_SpecPathSelectorTemplateMetadata
- func (Distribution_SpecPathSelectorTemplate) Spec() Distribution_SpecPathSelectorTemplateSpec
- func (s Distribution_SpecPathSelectorTemplate) WithArrayOfValues(values []*Distribution_Spec_Template) *DistributionSpec_FieldTerminalPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplate) WithSubArrayItemValue(subPathArrayItemValue DistributionSpecTemplate_FieldPathArrayItemValue) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplate) WithSubArrayOfValues(subPathArrayOfValues DistributionSpecTemplate_FieldPathArrayOfValues) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorTemplate) WithSubPath(subPath DistributionSpecTemplate_FieldPath) *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplate) WithSubValue(subPathValue DistributionSpecTemplate_FieldPathValue) *DistributionSpec_FieldSubPathValue
- func (s Distribution_SpecPathSelectorTemplate) WithValue(value *Distribution_Spec_Template) *DistributionSpec_FieldTerminalPathValue
- type Distribution_SpecPathSelectorTemplateMetadata
- func (Distribution_SpecPathSelectorTemplateMetadata) Annotations() Distribution_SpecPathSelectorTemplateMetadataAnnotations
- func (Distribution_SpecPathSelectorTemplateMetadata) CreateTime() Distribution_SpecPathSelectorTemplateMetadataCreateTime
- func (Distribution_SpecPathSelectorTemplateMetadata) DeleteTime() Distribution_SpecPathSelectorTemplateMetadataDeleteTime
- func (Distribution_SpecPathSelectorTemplateMetadata) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateMetadata) Generation() Distribution_SpecPathSelectorTemplateMetadataGeneration
- func (Distribution_SpecPathSelectorTemplateMetadata) Labels() Distribution_SpecPathSelectorTemplateMetadataLabels
- func (Distribution_SpecPathSelectorTemplateMetadata) Lifecycle() Distribution_SpecPathSelectorTemplateMetadataLifecycle
- func (Distribution_SpecPathSelectorTemplateMetadata) OwnerReferences() Distribution_SpecPathSelectorTemplateMetadataOwnerReferences
- func (Distribution_SpecPathSelectorTemplateMetadata) ResourceVersion() Distribution_SpecPathSelectorTemplateMetadataResourceVersion
- func (Distribution_SpecPathSelectorTemplateMetadata) Services() Distribution_SpecPathSelectorTemplateMetadataServices
- func (Distribution_SpecPathSelectorTemplateMetadata) Shards() Distribution_SpecPathSelectorTemplateMetadataShards
- func (Distribution_SpecPathSelectorTemplateMetadata) Syncing() Distribution_SpecPathSelectorTemplateMetadataSyncing
- func (Distribution_SpecPathSelectorTemplateMetadata) Tags() Distribution_SpecPathSelectorTemplateMetadataTags
- func (Distribution_SpecPathSelectorTemplateMetadata) UpdateTime() Distribution_SpecPathSelectorTemplateMetadataUpdateTime
- func (Distribution_SpecPathSelectorTemplateMetadata) Uuid() Distribution_SpecPathSelectorTemplateMetadataUuid
- func (s Distribution_SpecPathSelectorTemplateMetadata) WithArrayOfValues(values []*meta.Meta) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadata) WithValue(value *meta.Meta) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataAnnotations
- func (Distribution_SpecPathSelectorTemplateMetadataAnnotations) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorTemplateMetadataAnnotations) WithKey(key string) Distribution_SpecMapPathSelectorTemplateMetadataAnnotations
- func (s Distribution_SpecPathSelectorTemplateMetadataAnnotations) WithValue(value map[string]string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataCreateTime
- func (Distribution_SpecPathSelectorTemplateMetadataCreateTime) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataDeleteTime
- func (Distribution_SpecPathSelectorTemplateMetadataDeleteTime) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataGeneration
- func (Distribution_SpecPathSelectorTemplateMetadataGeneration) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataGeneration) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataGeneration) WithValue(value int64) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataLabels
- func (Distribution_SpecPathSelectorTemplateMetadataLabels) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataLabels) WithArrayOfValues(values []map[string]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorTemplateMetadataLabels) WithKey(key string) Distribution_SpecMapPathSelectorTemplateMetadataLabels
- func (s Distribution_SpecPathSelectorTemplateMetadataLabels) WithValue(value map[string]string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataLifecycle
- func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) BlockDeletion() Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion
- func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) State() Distribution_SpecPathSelectorTemplateMetadataLifecycleState
- func (s Distribution_SpecPathSelectorTemplateMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataLifecycle) WithValue(value *meta.Lifecycle) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion
- func (Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataLifecycleState
- func (Distribution_SpecPathSelectorTemplateMetadataLifecycleState) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataOwnerReferences
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) Controller() Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) Kind() Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) Name() Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) Region() Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) RequiresOwnerReference() ...
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) Version() Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion
- func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataResourceVersion
- func (Distribution_SpecPathSelectorTemplateMetadataResourceVersion) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataResourceVersion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataResourceVersion) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataServices
- func (Distribution_SpecPathSelectorTemplateMetadataServices) AllowedServices() Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices
- func (Distribution_SpecPathSelectorTemplateMetadataServices) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateMetadataServices) OwningService() Distribution_SpecPathSelectorTemplateMetadataServicesOwningService
- func (s Distribution_SpecPathSelectorTemplateMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataServices) WithValue(value *meta.ServicesInfo) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices
- func (Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithValue(value []string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataServicesOwningService
- func (Distribution_SpecPathSelectorTemplateMetadataServicesOwningService) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataServicesOwningService) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataServicesOwningService) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataShards
- func (Distribution_SpecPathSelectorTemplateMetadataShards) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataShards) WithArrayOfValues(values []map[string]int64) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorTemplateMetadataShards) WithKey(key string) Distribution_SpecMapPathSelectorTemplateMetadataShards
- func (s Distribution_SpecPathSelectorTemplateMetadataShards) WithValue(value map[string]int64) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataSyncing
- func (Distribution_SpecPathSelectorTemplateMetadataSyncing) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateMetadataSyncing) OwningRegion() Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion
- func (Distribution_SpecPathSelectorTemplateMetadataSyncing) Regions() Distribution_SpecPathSelectorTemplateMetadataSyncingRegions
- func (s Distribution_SpecPathSelectorTemplateMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataSyncing) WithValue(value *meta.SyncingMeta) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion
- func (Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataSyncingRegions
- func (Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithValue(value []string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataTags
- func (Distribution_SpecPathSelectorTemplateMetadataTags) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataTags) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataTags) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateMetadataTags) WithValue(value []string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataUpdateTime
- func (Distribution_SpecPathSelectorTemplateMetadataUpdateTime) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateMetadataUuid
- func (Distribution_SpecPathSelectorTemplateMetadataUuid) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateMetadataUuid) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateMetadataUuid) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpec
- func (Distribution_SpecPathSelectorTemplateSpec) Compose() Distribution_SpecPathSelectorTemplateSpecCompose
- func (Distribution_SpecPathSelectorTemplateSpec) Containers() Distribution_SpecPathSelectorTemplateSpecContainers
- func (Distribution_SpecPathSelectorTemplateSpec) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpec) HostNetwork() Distribution_SpecPathSelectorTemplateSpecHostNetwork
- func (Distribution_SpecPathSelectorTemplateSpec) HostVolumeMounts() Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts
- func (Distribution_SpecPathSelectorTemplateSpec) ImagePullSecrets() Distribution_SpecPathSelectorTemplateSpecImagePullSecrets
- func (Distribution_SpecPathSelectorTemplateSpec) Node() Distribution_SpecPathSelectorTemplateSpecNode
- func (Distribution_SpecPathSelectorTemplateSpec) RestartPolicy() Distribution_SpecPathSelectorTemplateSpecRestartPolicy
- func (Distribution_SpecPathSelectorTemplateSpec) Volumes() Distribution_SpecPathSelectorTemplateSpecVolumes
- func (s Distribution_SpecPathSelectorTemplateSpec) WithArrayOfValues(values []*common.PodSpec) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpec) WithValue(value *common.PodSpec) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecCompose
- func (Distribution_SpecPathSelectorTemplateSpecCompose) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecCompose) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecCompose) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainers
- func (Distribution_SpecPathSelectorTemplateSpecContainers) Args() Distribution_SpecPathSelectorTemplateSpecContainersArgs
- func (Distribution_SpecPathSelectorTemplateSpecContainers) Command() Distribution_SpecPathSelectorTemplateSpecContainersCommand
- func (Distribution_SpecPathSelectorTemplateSpecContainers) Env() Distribution_SpecPathSelectorTemplateSpecContainersEnv
- func (Distribution_SpecPathSelectorTemplateSpecContainers) EnvFrom() Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom
- func (Distribution_SpecPathSelectorTemplateSpecContainers) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainers) Image() Distribution_SpecPathSelectorTemplateSpecContainersImage
- func (Distribution_SpecPathSelectorTemplateSpecContainers) ImagePullPolicy() Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy
- func (Distribution_SpecPathSelectorTemplateSpecContainers) Name() Distribution_SpecPathSelectorTemplateSpecContainersName
- func (Distribution_SpecPathSelectorTemplateSpecContainers) Resources() Distribution_SpecPathSelectorTemplateSpecContainersResources
- func (Distribution_SpecPathSelectorTemplateSpecContainers) SecurityContext() Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext
- func (Distribution_SpecPathSelectorTemplateSpecContainers) VolumeMounts() Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts
- func (s Distribution_SpecPathSelectorTemplateSpecContainers) WithArrayOfValues(values [][]*common.PodSpec_Container) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainers) WithItemValue(value *common.PodSpec_Container) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecContainers) WithValue(value []*common.PodSpec_Container) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersArgs
- func (Distribution_SpecPathSelectorTemplateSpecContainersArgs) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithValue(value []string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersCommand
- func (Distribution_SpecPathSelectorTemplateSpecContainersCommand) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithValue(value []string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnv
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) Name() Distribution_SpecPathSelectorTemplateSpecContainersEnvName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) Value() Distribution_SpecPathSelectorTemplateSpecContainersEnvValue
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) ValueFrom() Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithArrayOfValues(values [][]*common.EnvVar) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithItemValue(value *common.EnvVar) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithValue(value []*common.EnvVar) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) ConfigMapRef() Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) Prefix() Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) SecretRef() Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) WithArrayOfValues(values []*common.EnvFromSource) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) WithValue(value *common.EnvFromSource) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef) Name() Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef) Optional() Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*common.ConfigMapEnvSource) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef) WithValue(value *common.ConfigMapEnvSource) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) Name() Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) Optional() Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*common.SecretEnvSource) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) WithValue(value *common.SecretEnvSource) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValue
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValue) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValue) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValue) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) ConfigMapKeyRef() Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) SecretKeyRef() Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) WithArrayOfValues(values []*common.EnvVarSource) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) WithValue(value *common.EnvVarSource) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) Key() ...
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) Name() ...
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*common.ConfigMapKeySelector) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *common.ConfigMapKeySelector) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) Key() Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) Name() ...
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) Optional() ...
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*common.SecretKeySelector) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) WithValue(value *common.SecretKeySelector) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional
- func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersImage
- func (Distribution_SpecPathSelectorTemplateSpecContainersImage) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersImage) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersImage) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy
- func (Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersName
- func (Distribution_SpecPathSelectorTemplateSpecContainersName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersResources
- func (Distribution_SpecPathSelectorTemplateSpecContainersResources) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersResources) Limits() Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits
- func (Distribution_SpecPathSelectorTemplateSpecContainersResources) Requests() Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests
- func (s Distribution_SpecPathSelectorTemplateSpecContainersResources) WithArrayOfValues(values []*common.PodSpec_Container_ResourceRequirements) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersResources) WithValue(value *common.PodSpec_Container_ResourceRequirements) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits
- func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) WithKey(key string) Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits
- func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) WithValue(value map[string]int64) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests
- func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *DistributionSpec_FieldSubPathArrayOfValues
- func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) WithKey(key string) Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests
- func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) WithValue(value map[string]int64) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext
- func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) Privileged() Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged
- func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) WithArrayOfValues(values []*common.SecurityContext) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) WithValue(value *common.SecurityContext) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged
- func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) MountPath() Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) Name() Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) ReadOnly() Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) SubPath() Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath
- func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecHostNetwork
- func (Distribution_SpecPathSelectorTemplateSpecHostNetwork) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecHostNetwork) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecHostNetwork) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) MountPath() Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) Name() Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) ReadOnly() Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) SubPath() Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath
- func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecImagePullSecrets
- func (Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) Name() Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName
- func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithArrayOfValues(values [][]*common.LocalObjectReferenceSecret) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithItemValue(value *common.LocalObjectReferenceSecret) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithValue(value []*common.LocalObjectReferenceSecret) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName
- func (Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecNode
- func (Distribution_SpecPathSelectorTemplateSpecNode) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecNode) WithValue(value *devices_device.Reference) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecRestartPolicy
- func (Distribution_SpecPathSelectorTemplateSpecRestartPolicy) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecRestartPolicy) WithArrayOfValues(values []common.PodSpec_RestartPolicy) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecRestartPolicy) WithValue(value common.PodSpec_RestartPolicy) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumes
- func (Distribution_SpecPathSelectorTemplateSpecVolumes) ConfigMap() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap
- func (Distribution_SpecPathSelectorTemplateSpecVolumes) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumes) HostPath() Distribution_SpecPathSelectorTemplateSpecVolumesHostPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumes) Name() Distribution_SpecPathSelectorTemplateSpecVolumesName
- func (Distribution_SpecPathSelectorTemplateSpecVolumes) Secret() Distribution_SpecPathSelectorTemplateSpecVolumesSecret
- func (s Distribution_SpecPathSelectorTemplateSpecVolumes) WithArrayOfValues(values [][]*common.Volume) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumes) WithItemValue(value *common.Volume) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecVolumes) WithValue(value []*common.Volume) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) DefaultMode() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) Items() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) Name() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) Optional() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) WithArrayOfValues(values []*common.ConfigMapVolumeSource) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) WithValue(value *common.ConfigMapVolumeSource) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) Key() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) Mode() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) Path() Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithItemValue(value *common.KeyToPath) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithValue(value []*common.KeyToPath) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional
- func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesHostPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) Path() Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) Type() Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) WithArrayOfValues(values []*common.HostPathVolumeSource) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) WithValue(value *common.HostPathVolumeSource) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType
- func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType) WithArrayOfValues(values []common.HostPathVolumeSource_Type) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType) WithValue(value common.HostPathVolumeSource_Type) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesName
- func (Distribution_SpecPathSelectorTemplateSpecVolumesName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecret
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) DefaultMode() Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) Items() Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) Optional() Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) SecretName() Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecret) WithArrayOfValues(values []*common.SecretVolumeSource) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecret) WithValue(value *common.SecretVolumeSource) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) FieldPath() *DistributionSpec_FieldSubPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) Key() Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) Mode() Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) Path() Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithItemValue(value *common.KeyToPath) *DistributionSpec_FieldSubPathArrayItemValue
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithValue(value []*common.KeyToPath) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
- type Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName
- func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName) FieldPath() *DistributionSpec_FieldSubPath
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
- func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName) WithValue(value string) *DistributionSpec_FieldSubPathValue
- type Distribution_Spec_FieldMask
- func (fieldMask *Distribution_Spec_FieldMask) AppendPath(path DistributionSpec_FieldPath)
- func (fieldMask *Distribution_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Distribution_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Distribution_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Distribution_Spec_FieldMask) FilterInputFields() *Distribution_Spec_FieldMask
- func (fieldMask *Distribution_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Distribution_Spec_FieldMask) GetPaths() []DistributionSpec_FieldPath
- func (fieldMask *Distribution_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Distribution_Spec_FieldMask) IsFull() bool
- func (fieldMask Distribution_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Distribution_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Distribution_Spec_FieldMask) PathsCount() int
- func (fieldMask *Distribution_Spec_FieldMask) Project(source *Distribution_Spec) *Distribution_Spec
- func (fieldMask *Distribution_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Distribution_Spec_FieldMask) ProtoMessage()
- func (fieldMask *Distribution_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Distribution_Spec_FieldMask) Reset()
- func (fieldMask *Distribution_Spec_FieldMask) Set(target, source *Distribution_Spec)
- func (fieldMask *Distribution_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Distribution_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Distribution_Spec_FieldMask) Size() int
- func (fieldMask *Distribution_Spec_FieldMask) String() string
- func (fieldMask *Distribution_Spec_FieldMask) Subtract(other *Distribution_Spec_FieldMask) *Distribution_Spec_FieldMask
- func (fieldMask *Distribution_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Distribution_Spec_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Distribution_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Distribution_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type Distribution_Spec_Template
- func (o *Distribution_Spec_Template) Clone() *Distribution_Spec_Template
- func (o *Distribution_Spec_Template) CloneRaw() gotenobject.GotenObjectExt
- func (*Distribution_Spec_Template) Descriptor() ([]byte, []int)
- func (m *Distribution_Spec_Template) GetMetadata() *meta.Meta
- func (m *Distribution_Spec_Template) GetSpec() *common.PodSpec
- func (*Distribution_Spec_Template) GotenMessage()
- func (o *Distribution_Spec_Template) GotenObjectExt()
- func (obj *Distribution_Spec_Template) GotenValidate() error
- func (o *Distribution_Spec_Template) MakeDiffFieldMask(other *Distribution_Spec_Template) *Distribution_Spec_Template_FieldMask
- func (o *Distribution_Spec_Template) MakeFullFieldMask() *Distribution_Spec_Template_FieldMask
- func (o *Distribution_Spec_Template) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Distribution_Spec_Template) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Distribution_Spec_Template) Marshal() ([]byte, error)
- func (m *Distribution_Spec_Template) MarshalJSON() ([]byte, error)
- func (o *Distribution_Spec_Template) Merge(source *Distribution_Spec_Template)
- func (o *Distribution_Spec_Template) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Distribution_Spec_Template) ProtoMessage()
- func (m *Distribution_Spec_Template) ProtoReflect() preflect.Message
- func (m *Distribution_Spec_Template) Reset()
- func (m *Distribution_Spec_Template) SetMetadata(fv *meta.Meta)
- func (m *Distribution_Spec_Template) SetSpec(fv *common.PodSpec)
- func (m *Distribution_Spec_Template) String() string
- func (m *Distribution_Spec_Template) Unmarshal(b []byte) error
- func (m *Distribution_Spec_Template) UnmarshalJSON(data []byte) error
- type Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplateMapPathSelectorMetadataLabels
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataLabels) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataLabels) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplateMapPathSelectorMetadataShards
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataShards) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplateMapPathSelectorMetadataShards) WithValue(value int64) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits
- func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits) WithValue(value int64) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests
- func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests) WithValue(value int64) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadata
- func (Distribution_Spec_TemplatePathSelectorMetadata) Annotations() Distribution_Spec_TemplatePathSelectorMetadataAnnotations
- func (Distribution_Spec_TemplatePathSelectorMetadata) CreateTime() Distribution_Spec_TemplatePathSelectorMetadataCreateTime
- func (Distribution_Spec_TemplatePathSelectorMetadata) DeleteTime() Distribution_Spec_TemplatePathSelectorMetadataDeleteTime
- func (Distribution_Spec_TemplatePathSelectorMetadata) FieldPath() *DistributionSpecTemplate_FieldTerminalPath
- func (Distribution_Spec_TemplatePathSelectorMetadata) Generation() Distribution_Spec_TemplatePathSelectorMetadataGeneration
- func (Distribution_Spec_TemplatePathSelectorMetadata) Labels() Distribution_Spec_TemplatePathSelectorMetadataLabels
- func (Distribution_Spec_TemplatePathSelectorMetadata) Lifecycle() Distribution_Spec_TemplatePathSelectorMetadataLifecycle
- func (Distribution_Spec_TemplatePathSelectorMetadata) OwnerReferences() Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences
- func (Distribution_Spec_TemplatePathSelectorMetadata) ResourceVersion() Distribution_Spec_TemplatePathSelectorMetadataResourceVersion
- func (Distribution_Spec_TemplatePathSelectorMetadata) Services() Distribution_Spec_TemplatePathSelectorMetadataServices
- func (Distribution_Spec_TemplatePathSelectorMetadata) Shards() Distribution_Spec_TemplatePathSelectorMetadataShards
- func (Distribution_Spec_TemplatePathSelectorMetadata) Syncing() Distribution_Spec_TemplatePathSelectorMetadataSyncing
- func (Distribution_Spec_TemplatePathSelectorMetadata) Tags() Distribution_Spec_TemplatePathSelectorMetadataTags
- func (Distribution_Spec_TemplatePathSelectorMetadata) UpdateTime() Distribution_Spec_TemplatePathSelectorMetadataUpdateTime
- func (Distribution_Spec_TemplatePathSelectorMetadata) Uuid() Distribution_Spec_TemplatePathSelectorMetadataUuid
- func (s Distribution_Spec_TemplatePathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *DistributionSpecTemplate_FieldTerminalPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (Distribution_Spec_TemplatePathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *DistributionSpecTemplate_FieldSubPathValue
- func (s Distribution_Spec_TemplatePathSelectorMetadata) WithValue(value *meta.Meta) *DistributionSpecTemplate_FieldTerminalPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataAnnotations
- func (Distribution_Spec_TemplatePathSelectorMetadataAnnotations) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (Distribution_Spec_TemplatePathSelectorMetadataAnnotations) WithKey(key string) Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations
- func (s Distribution_Spec_TemplatePathSelectorMetadataAnnotations) WithValue(value map[string]string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataCreateTime
- func (Distribution_Spec_TemplatePathSelectorMetadataCreateTime) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataDeleteTime
- func (Distribution_Spec_TemplatePathSelectorMetadataDeleteTime) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataGeneration
- func (Distribution_Spec_TemplatePathSelectorMetadataGeneration) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataGeneration) WithValue(value int64) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataLabels
- func (Distribution_Spec_TemplatePathSelectorMetadataLabels) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (Distribution_Spec_TemplatePathSelectorMetadataLabels) WithKey(key string) Distribution_Spec_TemplateMapPathSelectorMetadataLabels
- func (s Distribution_Spec_TemplatePathSelectorMetadataLabels) WithValue(value map[string]string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataLifecycle
- func (Distribution_Spec_TemplatePathSelectorMetadataLifecycle) BlockDeletion() Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion
- func (Distribution_Spec_TemplatePathSelectorMetadataLifecycle) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorMetadataLifecycle) State() Distribution_Spec_TemplatePathSelectorMetadataLifecycleState
- func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion
- func (Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataLifecycleState
- func (Distribution_Spec_TemplatePathSelectorMetadataLifecycleState) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) Controller() Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) Kind() Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) Name() Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) Region() Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) RequiresOwnerReference() ...
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) Version() Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion
- func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataResourceVersion
- func (Distribution_Spec_TemplatePathSelectorMetadataResourceVersion) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataResourceVersion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataServices
- func (Distribution_Spec_TemplatePathSelectorMetadataServices) AllowedServices() Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices
- func (Distribution_Spec_TemplatePathSelectorMetadataServices) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorMetadataServices) OwningService() Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService
- func (s Distribution_Spec_TemplatePathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices
- func (Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService
- func (Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataShards
- func (Distribution_Spec_TemplatePathSelectorMetadataShards) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (Distribution_Spec_TemplatePathSelectorMetadataShards) WithKey(key string) Distribution_Spec_TemplateMapPathSelectorMetadataShards
- func (s Distribution_Spec_TemplatePathSelectorMetadataShards) WithValue(value map[string]int64) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataSyncing
- func (Distribution_Spec_TemplatePathSelectorMetadataSyncing) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorMetadataSyncing) OwningRegion() Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion
- func (Distribution_Spec_TemplatePathSelectorMetadataSyncing) Regions() Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions
- func (s Distribution_Spec_TemplatePathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion
- func (Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions
- func (Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataTags
- func (Distribution_Spec_TemplatePathSelectorMetadataTags) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataTags) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorMetadataTags) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataUpdateTime
- func (Distribution_Spec_TemplatePathSelectorMetadataUpdateTime) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorMetadataUuid
- func (Distribution_Spec_TemplatePathSelectorMetadataUuid) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorMetadataUuid) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorMetadataUuid) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpec
- func (Distribution_Spec_TemplatePathSelectorSpec) Compose() Distribution_Spec_TemplatePathSelectorSpecCompose
- func (Distribution_Spec_TemplatePathSelectorSpec) Containers() Distribution_Spec_TemplatePathSelectorSpecContainers
- func (Distribution_Spec_TemplatePathSelectorSpec) FieldPath() *DistributionSpecTemplate_FieldTerminalPath
- func (Distribution_Spec_TemplatePathSelectorSpec) HostNetwork() Distribution_Spec_TemplatePathSelectorSpecHostNetwork
- func (Distribution_Spec_TemplatePathSelectorSpec) HostVolumeMounts() Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts
- func (Distribution_Spec_TemplatePathSelectorSpec) ImagePullSecrets() Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets
- func (Distribution_Spec_TemplatePathSelectorSpec) Node() Distribution_Spec_TemplatePathSelectorSpecNode
- func (Distribution_Spec_TemplatePathSelectorSpec) RestartPolicy() Distribution_Spec_TemplatePathSelectorSpecRestartPolicy
- func (Distribution_Spec_TemplatePathSelectorSpec) Volumes() Distribution_Spec_TemplatePathSelectorSpecVolumes
- func (s Distribution_Spec_TemplatePathSelectorSpec) WithArrayOfValues(values []*common.PodSpec) *DistributionSpecTemplate_FieldTerminalPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue common.PodSpec_FieldPathArrayItemValue) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues common.PodSpec_FieldPathArrayOfValues) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (Distribution_Spec_TemplatePathSelectorSpec) WithSubPath(subPath common.PodSpec_FieldPath) *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpec) WithSubValue(subPathValue common.PodSpec_FieldPathValue) *DistributionSpecTemplate_FieldSubPathValue
- func (s Distribution_Spec_TemplatePathSelectorSpec) WithValue(value *common.PodSpec) *DistributionSpecTemplate_FieldTerminalPathValue
- type Distribution_Spec_TemplatePathSelectorSpecCompose
- func (Distribution_Spec_TemplatePathSelectorSpecCompose) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecCompose) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecCompose) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainers
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) Args() Distribution_Spec_TemplatePathSelectorSpecContainersArgs
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) Command() Distribution_Spec_TemplatePathSelectorSpecContainersCommand
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) Env() Distribution_Spec_TemplatePathSelectorSpecContainersEnv
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) EnvFrom() Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) Image() Distribution_Spec_TemplatePathSelectorSpecContainersImage
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) ImagePullPolicy() Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) Name() Distribution_Spec_TemplatePathSelectorSpecContainersName
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) Resources() Distribution_Spec_TemplatePathSelectorSpecContainersResources
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) SecurityContext() Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext
- func (Distribution_Spec_TemplatePathSelectorSpecContainers) VolumeMounts() Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts
- func (s Distribution_Spec_TemplatePathSelectorSpecContainers) WithArrayOfValues(values [][]*common.PodSpec_Container) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainers) WithItemValue(value *common.PodSpec_Container) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecContainers) WithValue(value []*common.PodSpec_Container) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersArgs
- func (Distribution_Spec_TemplatePathSelectorSpecContainersArgs) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersCommand
- func (Distribution_Spec_TemplatePathSelectorSpecContainersCommand) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnv
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnv) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnv) Name() Distribution_Spec_TemplatePathSelectorSpecContainersEnvName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnv) Value() Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnv) ValueFrom() Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithArrayOfValues(values [][]*common.EnvVar) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithItemValue(value *common.EnvVar) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithValue(value []*common.EnvVar) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) ConfigMapRef() Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) Prefix() Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) SecretRef() Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) WithArrayOfValues(values []*common.EnvFromSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) WithValue(value *common.EnvFromSource) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef) Name() Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef) Optional() ...
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*common.ConfigMapEnvSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef) WithValue(value *common.ConfigMapEnvSource) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef) Name() Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef) Optional() Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*common.SecretEnvSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef) WithValue(value *common.SecretEnvSource) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) ConfigMapKeyRef() ...
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) SecretKeyRef() Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) WithArrayOfValues(values []*common.EnvVarSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) WithValue(value *common.EnvVarSource) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) Key() ...
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) Name() ...
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) Optional() ...
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*common.ConfigMapKeySelector) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *common.ConfigMapKeySelector) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) Key() ...
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) Name() ...
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) Optional() ...
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*common.SecretKeySelector) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) WithValue(value *common.SecretKeySelector) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional
- func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersImage
- func (Distribution_Spec_TemplatePathSelectorSpecContainersImage) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersImage) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersImage) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy
- func (Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersResources
- func (Distribution_Spec_TemplatePathSelectorSpecContainersResources) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersResources) Limits() Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits
- func (Distribution_Spec_TemplatePathSelectorSpecContainersResources) Requests() Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersResources) WithArrayOfValues(values []*common.PodSpec_Container_ResourceRequirements) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersResources) WithValue(value *common.PodSpec_Container_ResourceRequirements) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits
- func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) WithKey(key string) Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) WithValue(value map[string]int64) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests
- func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) WithKey(key string) Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) WithValue(value map[string]int64) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext
- func (Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext) Privileged() Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext) WithArrayOfValues(values []*common.SecurityContext) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext) WithValue(value *common.SecurityContext) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged
- func (Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) MountPath() Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) Name() Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) ReadOnly() Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) SubPath() Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecHostNetwork
- func (Distribution_Spec_TemplatePathSelectorSpecHostNetwork) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecHostNetwork) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecHostNetwork) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) MountPath() Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) Name() Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) ReadOnly() Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) SubPath() Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets
- func (Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) Name() Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName
- func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithArrayOfValues(values [][]*common.LocalObjectReferenceSecret) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithItemValue(value *common.LocalObjectReferenceSecret) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithValue(value []*common.LocalObjectReferenceSecret) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName
- func (Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecNode
- func (Distribution_Spec_TemplatePathSelectorSpecNode) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecNode) WithArrayOfValues(values []*devices_device.Reference) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecNode) WithValue(value *devices_device.Reference) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecRestartPolicy
- func (Distribution_Spec_TemplatePathSelectorSpecRestartPolicy) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecRestartPolicy) WithArrayOfValues(values []common.PodSpec_RestartPolicy) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecRestartPolicy) WithValue(value common.PodSpec_RestartPolicy) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumes
- func (Distribution_Spec_TemplatePathSelectorSpecVolumes) ConfigMap() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap
- func (Distribution_Spec_TemplatePathSelectorSpecVolumes) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumes) HostPath() Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumes) Name() Distribution_Spec_TemplatePathSelectorSpecVolumesName
- func (Distribution_Spec_TemplatePathSelectorSpecVolumes) Secret() Distribution_Spec_TemplatePathSelectorSpecVolumesSecret
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumes) WithArrayOfValues(values [][]*common.Volume) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumes) WithItemValue(value *common.Volume) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumes) WithValue(value []*common.Volume) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) DefaultMode() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) Items() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) Name() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) Optional() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) WithArrayOfValues(values []*common.ConfigMapVolumeSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) WithValue(value *common.ConfigMapVolumeSource) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) Key() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) Mode() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) Path() Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithItemValue(value *common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithValue(value []*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath) Path() Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath) Type() Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath) WithArrayOfValues(values []*common.HostPathVolumeSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath) WithValue(value *common.HostPathVolumeSource) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType) WithArrayOfValues(values []common.HostPathVolumeSource_Type) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType) WithValue(value common.HostPathVolumeSource_Type) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesName
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecret
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) DefaultMode() Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) Items() Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) Optional() Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) SecretName() Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) WithArrayOfValues(values []*common.SecretVolumeSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) WithValue(value *common.SecretVolumeSource) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) Key() Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) Mode() Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) Path() Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithItemValue(value *common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayItemValue
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithValue(value []*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName
- func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName) FieldPath() *DistributionSpecTemplate_FieldSubPath
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
- func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
- type Distribution_Spec_Template_FieldMask
- func (fieldMask *Distribution_Spec_Template_FieldMask) AppendPath(path DistributionSpecTemplate_FieldPath)
- func (fieldMask *Distribution_Spec_Template_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Distribution_Spec_Template_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Distribution_Spec_Template_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Distribution_Spec_Template_FieldMask) FilterInputFields() *Distribution_Spec_Template_FieldMask
- func (fieldMask *Distribution_Spec_Template_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Distribution_Spec_Template_FieldMask) GetPaths() []DistributionSpecTemplate_FieldPath
- func (fieldMask *Distribution_Spec_Template_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Distribution_Spec_Template_FieldMask) IsFull() bool
- func (fieldMask Distribution_Spec_Template_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Distribution_Spec_Template_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Distribution_Spec_Template_FieldMask) PathsCount() int
- func (fieldMask *Distribution_Spec_Template_FieldMask) Project(source *Distribution_Spec_Template) *Distribution_Spec_Template
- func (fieldMask *Distribution_Spec_Template_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Distribution_Spec_Template_FieldMask) ProtoMessage()
- func (fieldMask *Distribution_Spec_Template_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Distribution_Spec_Template_FieldMask) Reset()
- func (fieldMask *Distribution_Spec_Template_FieldMask) Set(target, source *Distribution_Spec_Template)
- func (fieldMask *Distribution_Spec_Template_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Distribution_Spec_Template_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Distribution_Spec_Template_FieldMask) Size() int
- func (fieldMask *Distribution_Spec_Template_FieldMask) String() string
- func (fieldMask *Distribution_Spec_Template_FieldMask) Subtract(other *Distribution_Spec_Template_FieldMask) *Distribution_Spec_Template_FieldMask
- func (fieldMask *Distribution_Spec_Template_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Distribution_Spec_Template_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Distribution_Spec_Template_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Distribution_Spec_Template_FieldMask) UnmarshalJSON(data []byte) error
- type Distribution_Status
- func (o *Distribution_Status) Clone() *Distribution_Status
- func (o *Distribution_Status) CloneRaw() gotenobject.GotenObjectExt
- func (*Distribution_Status) Descriptor() ([]byte, []int)
- func (*Distribution_Status) GotenMessage()
- func (o *Distribution_Status) GotenObjectExt()
- func (obj *Distribution_Status) GotenValidate() error
- func (o *Distribution_Status) MakeDiffFieldMask(other *Distribution_Status) *Distribution_Status_FieldMask
- func (o *Distribution_Status) MakeFullFieldMask() *Distribution_Status_FieldMask
- func (o *Distribution_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Distribution_Status) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Distribution_Status) Marshal() ([]byte, error)
- func (m *Distribution_Status) MarshalJSON() ([]byte, error)
- func (o *Distribution_Status) Merge(source *Distribution_Status)
- func (o *Distribution_Status) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Distribution_Status) ProtoMessage()
- func (m *Distribution_Status) ProtoReflect() preflect.Message
- func (m *Distribution_Status) Reset()
- func (m *Distribution_Status) String() string
- func (m *Distribution_Status) Unmarshal(b []byte) error
- func (m *Distribution_Status) UnmarshalJSON(data []byte) error
- type Distribution_Status_FieldMask
- func (fieldMask *Distribution_Status_FieldMask) AppendPath(path DistributionStatus_FieldPath)
- func (fieldMask *Distribution_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Distribution_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Distribution_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Distribution_Status_FieldMask) FilterInputFields() *Distribution_Status_FieldMask
- func (fieldMask *Distribution_Status_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *Distribution_Status_FieldMask) GetPaths() []DistributionStatus_FieldPath
- func (fieldMask *Distribution_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Distribution_Status_FieldMask) IsFull() bool
- func (fieldMask Distribution_Status_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Distribution_Status_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Distribution_Status_FieldMask) PathsCount() int
- func (fieldMask *Distribution_Status_FieldMask) Project(source *Distribution_Status) *Distribution_Status
- func (fieldMask *Distribution_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Distribution_Status_FieldMask) ProtoMessage()
- func (fieldMask *Distribution_Status_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Distribution_Status_FieldMask) Reset()
- func (fieldMask *Distribution_Status_FieldMask) Set(target, source *Distribution_Status)
- func (fieldMask *Distribution_Status_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Distribution_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Distribution_Status_FieldMask) Size() int
- func (fieldMask *Distribution_Status_FieldMask) String() string
- func (fieldMask *Distribution_Status_FieldMask) Subtract(other *Distribution_Status_FieldMask) *Distribution_Status_FieldMask
- func (fieldMask *Distribution_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Distribution_Status_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *Distribution_Status_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Distribution_Status_FieldMask) UnmarshalJSON(data []byte) error
- type Filter
- func (filter *Filter) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (filter *Filter) ConvertToType(typeVal ref.Type) ref.Val
- func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
- func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
- func (filter *Filter) Equal(other ref.Val) ref.Val
- func (filter *Filter) Evaluate(res *Distribution) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*Distribution) (out []*Distribution)
- func (filter *Filter) GetCondition() FilterCondition
- func (filter *Filter) GetRawCondition() gotenresource.FilterCondition
- func (filter *Filter) HasTrait(trait int) bool
- func (filter *Filter) Match(pattern ref.Val) ref.Val
- func (filter *Filter) ParseProtoString(data string) error
- func (filter *Filter) ProtoString() (string, error)
- func (filter *Filter) Receive(function string, overload string, args []ref.Val) ref.Val
- func (filter *Filter) SetFromCliFlag(raw string) error
- func (filter *Filter) String() string
- func (filter *Filter) Type() ref.Type
- func (filter *Filter) TypeName() string
- func (filter *Filter) Value() interface{}
- type FilterBuilder
- func (b *FilterBuilder) Filter() *Filter
- func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder
- func (b *FilterBuilder) WherePath(fp Distribution_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
- func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, ...) *FilterBuilder
- type FilterBuilderOrCondition
- type FilterCondition
- type FilterConditionCompare
- func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionCompare) ConditionCompare()
- func (cond *FilterConditionCompare) Evaluate(res *Distribution) bool
- func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator
- func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue
- func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionCompare) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionCompare) String() string
- type FilterConditionComposite
- func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionComposite) ConditionComposite()
- func (cond *FilterConditionComposite) Evaluate(res *Distribution) bool
- func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator
- func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition
- func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionComposite) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionComposite) String() string
- type FilterConditionContains
- func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionContains) ConditionContains()
- func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
- func (cond *FilterConditionContains) Evaluate(res *Distribution) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() Distribution_FieldPath
- func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue
- func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue)
- func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionContains) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionContains) String() string
- type FilterConditionIn
- func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIn) ConditionIn()
- func (cond *FilterConditionIn) Evaluate(res *Distribution) bool
- func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
- func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIn) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIn) String() string
- type FilterConditionIsNaN
- func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNaN) ConditionIsNaN()
- func (cond *FilterConditionIsNaN) Evaluate(res *Distribution) bool
- func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNaN) String() string
- type FilterConditionIsNull
- func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionIsNull) ConditionIsNull()
- func (cond *FilterConditionIsNull) Evaluate(res *Distribution) bool
- func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionIsNull) NotNull() bool
- func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionIsNull) String() string
- type FilterConditionNot
- func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNot) ConditionNot()
- func (cond *FilterConditionNot) Evaluate(res *Distribution) bool
- func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition
- func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionNot) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNot) String() string
- type FilterConditionNotIn
- func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
- func (cond *FilterConditionNotIn) ConditionNotIn()
- func (cond *FilterConditionNotIn) Evaluate(res *Distribution) bool
- func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath
- func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
- func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool
- func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
- func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp Distribution_FieldPath) bool
- func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
- func (cond *FilterConditionNotIn) String() string
- type GetQuery
- func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
- func (q *GetQuery) GetReference() gotenresource.Reference
- func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *GetQuery) GotenQuery()
- func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *GetQuery) SetReference(ref gotenresource.Reference)
- func (q *GetQuery) String() string
- type LabelSelector
- func (o *LabelSelector) Clone() *LabelSelector
- func (o *LabelSelector) CloneRaw() gotenobject.GotenObjectExt
- func (*LabelSelector) Descriptor() ([]byte, []int)
- func (m *LabelSelector) GetMatchExpressions() []*LabelSelectorRequirement
- func (m *LabelSelector) GetMatchLabels() map[string]string
- func (*LabelSelector) GotenMessage()
- func (o *LabelSelector) GotenObjectExt()
- func (obj *LabelSelector) GotenValidate() error
- func (o *LabelSelector) MakeDiffFieldMask(other *LabelSelector) *LabelSelector_FieldMask
- func (o *LabelSelector) MakeFullFieldMask() *LabelSelector_FieldMask
- func (o *LabelSelector) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *LabelSelector) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *LabelSelector) Marshal() ([]byte, error)
- func (m *LabelSelector) MarshalJSON() ([]byte, error)
- func (o *LabelSelector) Merge(source *LabelSelector)
- func (o *LabelSelector) MergeRaw(source gotenobject.GotenObjectExt)
- func (*LabelSelector) ProtoMessage()
- func (m *LabelSelector) ProtoReflect() preflect.Message
- func (m *LabelSelector) Reset()
- func (m *LabelSelector) SetMatchExpressions(fv []*LabelSelectorRequirement)
- func (m *LabelSelector) SetMatchLabels(fv map[string]string)
- func (m *LabelSelector) String() string
- func (m *LabelSelector) Unmarshal(b []byte) error
- func (m *LabelSelector) UnmarshalJSON(data []byte) error
- type LabelSelectorFieldPathBuilder
- type LabelSelectorMapPathSelectorMatchLabels
- func (s LabelSelectorMapPathSelectorMatchLabels) FieldPath() *LabelSelector_FieldPathMap
- func (s LabelSelectorMapPathSelectorMatchLabels) WithArrayOfValues(values []string) *LabelSelector_FieldPathMapArrayOfValues
- func (s LabelSelectorMapPathSelectorMatchLabels) WithValue(value string) *LabelSelector_FieldPathMapValue
- type LabelSelectorPathSelectorMatchExpressions
- func (LabelSelectorPathSelectorMatchExpressions) FieldPath() *LabelSelector_FieldTerminalPath
- func (LabelSelectorPathSelectorMatchExpressions) Key() LabelSelectorPathSelectorMatchExpressionsKey
- func (LabelSelectorPathSelectorMatchExpressions) Operator() LabelSelectorPathSelectorMatchExpressionsOperator
- func (LabelSelectorPathSelectorMatchExpressions) Values() LabelSelectorPathSelectorMatchExpressionsValues
- func (s LabelSelectorPathSelectorMatchExpressions) WithArrayOfValues(values [][]*LabelSelectorRequirement) *LabelSelector_FieldTerminalPathArrayOfValues
- func (s LabelSelectorPathSelectorMatchExpressions) WithItemValue(value *LabelSelectorRequirement) *LabelSelector_FieldTerminalPathArrayItemValue
- func (s LabelSelectorPathSelectorMatchExpressions) WithSubArrayItemValue(subPathArrayItemValue LabelSelectorRequirement_FieldPathArrayItemValue) *LabelSelector_FieldSubPathArrayItemValue
- func (s LabelSelectorPathSelectorMatchExpressions) WithSubArrayOfValues(subPathArrayOfValues LabelSelectorRequirement_FieldPathArrayOfValues) *LabelSelector_FieldSubPathArrayOfValues
- func (LabelSelectorPathSelectorMatchExpressions) WithSubPath(subPath LabelSelectorRequirement_FieldPath) *LabelSelector_FieldSubPath
- func (s LabelSelectorPathSelectorMatchExpressions) WithSubValue(subPathValue LabelSelectorRequirement_FieldPathValue) *LabelSelector_FieldSubPathValue
- func (s LabelSelectorPathSelectorMatchExpressions) WithValue(value []*LabelSelectorRequirement) *LabelSelector_FieldTerminalPathValue
- type LabelSelectorPathSelectorMatchExpressionsKey
- func (LabelSelectorPathSelectorMatchExpressionsKey) FieldPath() *LabelSelector_FieldSubPath
- func (s LabelSelectorPathSelectorMatchExpressionsKey) WithArrayOfValues(values []string) *LabelSelector_FieldSubPathArrayOfValues
- func (s LabelSelectorPathSelectorMatchExpressionsKey) WithValue(value string) *LabelSelector_FieldSubPathValue
- type LabelSelectorPathSelectorMatchExpressionsOperator
- func (LabelSelectorPathSelectorMatchExpressionsOperator) FieldPath() *LabelSelector_FieldSubPath
- func (s LabelSelectorPathSelectorMatchExpressionsOperator) WithArrayOfValues(values []string) *LabelSelector_FieldSubPathArrayOfValues
- func (s LabelSelectorPathSelectorMatchExpressionsOperator) WithValue(value string) *LabelSelector_FieldSubPathValue
- type LabelSelectorPathSelectorMatchExpressionsValues
- func (LabelSelectorPathSelectorMatchExpressionsValues) FieldPath() *LabelSelector_FieldSubPath
- func (s LabelSelectorPathSelectorMatchExpressionsValues) WithArrayOfValues(values [][]string) *LabelSelector_FieldSubPathArrayOfValues
- func (s LabelSelectorPathSelectorMatchExpressionsValues) WithItemValue(value string) *LabelSelector_FieldSubPathArrayItemValue
- func (s LabelSelectorPathSelectorMatchExpressionsValues) WithValue(value []string) *LabelSelector_FieldSubPathValue
- type LabelSelectorPathSelectorMatchLabels
- func (LabelSelectorPathSelectorMatchLabels) FieldPath() *LabelSelector_FieldTerminalPath
- func (s LabelSelectorPathSelectorMatchLabels) WithArrayOfValues(values []map[string]string) *LabelSelector_FieldTerminalPathArrayOfValues
- func (LabelSelectorPathSelectorMatchLabels) WithKey(key string) LabelSelectorMapPathSelectorMatchLabels
- func (s LabelSelectorPathSelectorMatchLabels) WithValue(value map[string]string) *LabelSelector_FieldTerminalPathValue
- type LabelSelectorRequirement
- func (o *LabelSelectorRequirement) Clone() *LabelSelectorRequirement
- func (o *LabelSelectorRequirement) CloneRaw() gotenobject.GotenObjectExt
- func (*LabelSelectorRequirement) Descriptor() ([]byte, []int)
- func (m *LabelSelectorRequirement) GetKey() string
- func (m *LabelSelectorRequirement) GetOperator() string
- func (m *LabelSelectorRequirement) GetValues() []string
- func (*LabelSelectorRequirement) GotenMessage()
- func (o *LabelSelectorRequirement) GotenObjectExt()
- func (obj *LabelSelectorRequirement) GotenValidate() error
- func (o *LabelSelectorRequirement) MakeDiffFieldMask(other *LabelSelectorRequirement) *LabelSelectorRequirement_FieldMask
- func (o *LabelSelectorRequirement) MakeFullFieldMask() *LabelSelectorRequirement_FieldMask
- func (o *LabelSelectorRequirement) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *LabelSelectorRequirement) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *LabelSelectorRequirement) Marshal() ([]byte, error)
- func (m *LabelSelectorRequirement) MarshalJSON() ([]byte, error)
- func (o *LabelSelectorRequirement) Merge(source *LabelSelectorRequirement)
- func (o *LabelSelectorRequirement) MergeRaw(source gotenobject.GotenObjectExt)
- func (*LabelSelectorRequirement) ProtoMessage()
- func (m *LabelSelectorRequirement) ProtoReflect() preflect.Message
- func (m *LabelSelectorRequirement) Reset()
- func (m *LabelSelectorRequirement) SetKey(fv string)
- func (m *LabelSelectorRequirement) SetOperator(fv string)
- func (m *LabelSelectorRequirement) SetValues(fv []string)
- func (m *LabelSelectorRequirement) String() string
- func (m *LabelSelectorRequirement) Unmarshal(b []byte) error
- func (m *LabelSelectorRequirement) UnmarshalJSON(data []byte) error
- type LabelSelectorRequirementFieldPathBuilder
- type LabelSelectorRequirementPathSelectorKey
- func (LabelSelectorRequirementPathSelectorKey) FieldPath() *LabelSelectorRequirement_FieldTerminalPath
- func (s LabelSelectorRequirementPathSelectorKey) WithArrayOfValues(values []string) *LabelSelectorRequirement_FieldTerminalPathArrayOfValues
- func (s LabelSelectorRequirementPathSelectorKey) WithValue(value string) *LabelSelectorRequirement_FieldTerminalPathValue
- type LabelSelectorRequirementPathSelectorOperator
- func (LabelSelectorRequirementPathSelectorOperator) FieldPath() *LabelSelectorRequirement_FieldTerminalPath
- func (s LabelSelectorRequirementPathSelectorOperator) WithArrayOfValues(values []string) *LabelSelectorRequirement_FieldTerminalPathArrayOfValues
- func (s LabelSelectorRequirementPathSelectorOperator) WithValue(value string) *LabelSelectorRequirement_FieldTerminalPathValue
- type LabelSelectorRequirementPathSelectorValues
- func (LabelSelectorRequirementPathSelectorValues) FieldPath() *LabelSelectorRequirement_FieldTerminalPath
- func (s LabelSelectorRequirementPathSelectorValues) WithArrayOfValues(values [][]string) *LabelSelectorRequirement_FieldTerminalPathArrayOfValues
- func (s LabelSelectorRequirementPathSelectorValues) WithItemValue(value string) *LabelSelectorRequirement_FieldTerminalPathArrayItemValue
- func (s LabelSelectorRequirementPathSelectorValues) WithValue(value []string) *LabelSelectorRequirement_FieldTerminalPathValue
- type LabelSelectorRequirement_FieldMask
- func (fieldMask *LabelSelectorRequirement_FieldMask) AppendPath(path LabelSelectorRequirement_FieldPath)
- func (fieldMask *LabelSelectorRequirement_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *LabelSelectorRequirement_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *LabelSelectorRequirement_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *LabelSelectorRequirement_FieldMask) FilterInputFields() *LabelSelectorRequirement_FieldMask
- func (fieldMask *LabelSelectorRequirement_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *LabelSelectorRequirement_FieldMask) GetPaths() []LabelSelectorRequirement_FieldPath
- func (fieldMask *LabelSelectorRequirement_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *LabelSelectorRequirement_FieldMask) IsFull() bool
- func (fieldMask LabelSelectorRequirement_FieldMask) Marshal() ([]byte, error)
- func (fieldMask LabelSelectorRequirement_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *LabelSelectorRequirement_FieldMask) PathsCount() int
- func (fieldMask *LabelSelectorRequirement_FieldMask) Project(source *LabelSelectorRequirement) *LabelSelectorRequirement
- func (fieldMask *LabelSelectorRequirement_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *LabelSelectorRequirement_FieldMask) ProtoMessage()
- func (fieldMask *LabelSelectorRequirement_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *LabelSelectorRequirement_FieldMask) Reset()
- func (fieldMask *LabelSelectorRequirement_FieldMask) Set(target, source *LabelSelectorRequirement)
- func (fieldMask *LabelSelectorRequirement_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *LabelSelectorRequirement_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *LabelSelectorRequirement_FieldMask) Size() int
- func (fieldMask *LabelSelectorRequirement_FieldMask) String() string
- func (fieldMask *LabelSelectorRequirement_FieldMask) Subtract(other *LabelSelectorRequirement_FieldMask) *LabelSelectorRequirement_FieldMask
- func (fieldMask *LabelSelectorRequirement_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *LabelSelectorRequirement_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *LabelSelectorRequirement_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *LabelSelectorRequirement_FieldMask) UnmarshalJSON(data []byte) error
- type LabelSelectorRequirement_FieldPath
- func BuildLabelSelectorRequirement_FieldPath(fp gotenobject.RawFieldPath) (LabelSelectorRequirement_FieldPath, error)
- func MustParseLabelSelectorRequirement_FieldPath(rawField string) LabelSelectorRequirement_FieldPath
- func ParseLabelSelectorRequirement_FieldPath(rawField string) (LabelSelectorRequirement_FieldPath, error)
- type LabelSelectorRequirement_FieldPathArrayItemValue
- type LabelSelectorRequirement_FieldPathArrayOfValues
- type LabelSelectorRequirement_FieldPathSelector
- type LabelSelectorRequirement_FieldPathValue
- type LabelSelectorRequirement_FieldTerminalPath
- func (fp *LabelSelectorRequirement_FieldTerminalPath) ClearValue(item *LabelSelectorRequirement)
- func (fp *LabelSelectorRequirement_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *LabelSelectorRequirement_FieldTerminalPath) Get(source *LabelSelectorRequirement) (values []interface{})
- func (fp *LabelSelectorRequirement_FieldTerminalPath) GetDefault() interface{}
- func (fp *LabelSelectorRequirement_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *LabelSelectorRequirement_FieldTerminalPath) GetSingle(source *LabelSelectorRequirement) (interface{}, bool)
- func (fp *LabelSelectorRequirement_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *LabelSelectorRequirement_FieldTerminalPath) IsLeaf() bool
- func (fp *LabelSelectorRequirement_FieldTerminalPath) JSONString() string
- func (fp *LabelSelectorRequirement_FieldTerminalPath) Selector() LabelSelectorRequirement_FieldPathSelector
- func (fp *LabelSelectorRequirement_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *LabelSelectorRequirement_FieldTerminalPath) String() string
- func (fp *LabelSelectorRequirement_FieldTerminalPath) WithIArrayItemValue(value interface{}) LabelSelectorRequirement_FieldPathArrayItemValue
- func (fp *LabelSelectorRequirement_FieldTerminalPath) WithIArrayOfValues(values interface{}) LabelSelectorRequirement_FieldPathArrayOfValues
- func (fp *LabelSelectorRequirement_FieldTerminalPath) WithIValue(value interface{}) LabelSelectorRequirement_FieldPathValue
- func (fp *LabelSelectorRequirement_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *LabelSelectorRequirement_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *LabelSelectorRequirement_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type LabelSelectorRequirement_FieldTerminalPathArrayItemValue
- func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) AsValuesItemValue() (string, bool)
- func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) ContainsValue(source *LabelSelectorRequirement) bool
- func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetSingle(source *LabelSelectorRequirement) (interface{}, bool)
- func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type LabelSelectorRequirement_FieldTerminalPathArrayOfValues
- func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
- func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsOperatorArrayOfValues() ([]string, bool)
- func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsValuesArrayOfValues() ([][]string, bool)
- func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type LabelSelectorRequirement_FieldTerminalPathValue
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) AsKeyValue() (string, bool)
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) AsOperatorValue() (string, bool)
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) AsValuesValue() ([]string, bool)
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) CompareWith(source *LabelSelectorRequirement) (int, bool)
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) SetTo(target **LabelSelectorRequirement)
- func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type LabelSelector_FieldMask
- func (fieldMask *LabelSelector_FieldMask) AppendPath(path LabelSelector_FieldPath)
- func (fieldMask *LabelSelector_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *LabelSelector_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *LabelSelector_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *LabelSelector_FieldMask) FilterInputFields() *LabelSelector_FieldMask
- func (fieldMask *LabelSelector_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
- func (fieldMask *LabelSelector_FieldMask) GetPaths() []LabelSelector_FieldPath
- func (fieldMask *LabelSelector_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *LabelSelector_FieldMask) IsFull() bool
- func (fieldMask LabelSelector_FieldMask) Marshal() ([]byte, error)
- func (fieldMask LabelSelector_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *LabelSelector_FieldMask) PathsCount() int
- func (fieldMask *LabelSelector_FieldMask) Project(source *LabelSelector) *LabelSelector
- func (fieldMask *LabelSelector_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *LabelSelector_FieldMask) ProtoMessage()
- func (fieldMask *LabelSelector_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *LabelSelector_FieldMask) Reset()
- func (fieldMask *LabelSelector_FieldMask) Set(target, source *LabelSelector)
- func (fieldMask *LabelSelector_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *LabelSelector_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *LabelSelector_FieldMask) Size() int
- func (fieldMask *LabelSelector_FieldMask) String() string
- func (fieldMask *LabelSelector_FieldMask) Subtract(other *LabelSelector_FieldMask) *LabelSelector_FieldMask
- func (fieldMask *LabelSelector_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *LabelSelector_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
- func (fieldMask *LabelSelector_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *LabelSelector_FieldMask) UnmarshalJSON(data []byte) error
- type LabelSelector_FieldPath
- type LabelSelector_FieldPathArrayItemValue
- type LabelSelector_FieldPathArrayOfValues
- type LabelSelector_FieldPathMap
- func (fpm *LabelSelector_FieldPathMap) ClearValue(item *LabelSelector)
- func (fpm *LabelSelector_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *LabelSelector_FieldPathMap) Get(source *LabelSelector) (values []interface{})
- func (fpm *LabelSelector_FieldPathMap) GetDefault() interface{}
- func (fpm *LabelSelector_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *LabelSelector_FieldPathMap) GetSingle(source *LabelSelector) (interface{}, bool)
- func (fpm *LabelSelector_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *LabelSelector_FieldPathMap) IsLeaf() bool
- func (fpm *LabelSelector_FieldPathMap) JSONString() string
- func (fpm *LabelSelector_FieldPathMap) Key() string
- func (fpm *LabelSelector_FieldPathMap) Selector() LabelSelector_FieldPathSelector
- func (fpm *LabelSelector_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fpm *LabelSelector_FieldPathMap) String() string
- func (fpm *LabelSelector_FieldPathMap) WithIArrayItemValue(value interface{}) LabelSelector_FieldPathArrayItemValue
- func (fpm *LabelSelector_FieldPathMap) WithIArrayOfValues(values interface{}) LabelSelector_FieldPathArrayOfValues
- func (fpm *LabelSelector_FieldPathMap) WithIValue(value interface{}) LabelSelector_FieldPathValue
- func (fpm *LabelSelector_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *LabelSelector_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *LabelSelector_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type LabelSelector_FieldPathMapArrayOfValues
- type LabelSelector_FieldPathMapValue
- func (fpmv *LabelSelector_FieldPathMapValue) AsMatchLabelsElementValue() (string, bool)
- func (fpmv *LabelSelector_FieldPathMapValue) CompareWith(source *LabelSelector) (int, bool)
- func (fpmv *LabelSelector_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *LabelSelector_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *LabelSelector_FieldPathMapValue) SetTo(target **LabelSelector)
- func (fpmv *LabelSelector_FieldPathMapValue) SetToRaw(target proto.Message)
- type LabelSelector_FieldPathSelector
- type LabelSelector_FieldPathValue
- type LabelSelector_FieldSubPath
- func (fps *LabelSelector_FieldSubPath) AsMatchExpressionsSubPath() (LabelSelectorRequirement_FieldPath, bool)
- func (fps *LabelSelector_FieldSubPath) ClearValue(item *LabelSelector)
- func (fps *LabelSelector_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *LabelSelector_FieldSubPath) Get(source *LabelSelector) (values []interface{})
- func (fps *LabelSelector_FieldSubPath) GetDefault() interface{}
- func (fps *LabelSelector_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *LabelSelector_FieldSubPath) GetSingle(source *LabelSelector) (interface{}, bool)
- func (fps *LabelSelector_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *LabelSelector_FieldSubPath) IsLeaf() bool
- func (fps *LabelSelector_FieldSubPath) JSONString() string
- func (fps *LabelSelector_FieldSubPath) Selector() LabelSelector_FieldPathSelector
- func (fps *LabelSelector_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *LabelSelector_FieldSubPath) String() string
- func (fps *LabelSelector_FieldSubPath) WithIArrayItemValue(value interface{}) LabelSelector_FieldPathArrayItemValue
- func (fps *LabelSelector_FieldSubPath) WithIArrayOfValues(values interface{}) LabelSelector_FieldPathArrayOfValues
- func (fps *LabelSelector_FieldSubPath) WithIValue(value interface{}) LabelSelector_FieldPathValue
- func (fps *LabelSelector_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *LabelSelector_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *LabelSelector_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type LabelSelector_FieldSubPathArrayItemValue
- func (fpaivs *LabelSelector_FieldSubPathArrayItemValue) AsMatchExpressionsPathItemValue() (LabelSelectorRequirement_FieldPathArrayItemValue, bool)
- func (fpaivs *LabelSelector_FieldSubPathArrayItemValue) ContainsValue(source *LabelSelector) bool
- func (fpaivs *LabelSelector_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type LabelSelector_FieldSubPathArrayOfValues
- type LabelSelector_FieldSubPathValue
- func (fpvs *LabelSelector_FieldSubPathValue) AsMatchExpressionsPathValue() (LabelSelectorRequirement_FieldPathValue, bool)
- func (fpvs *LabelSelector_FieldSubPathValue) CompareWith(source *LabelSelector) (int, bool)
- func (fpvs *LabelSelector_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *LabelSelector_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *LabelSelector_FieldSubPathValue) SetTo(target **LabelSelector)
- func (fpvs *LabelSelector_FieldSubPathValue) SetToRaw(target proto.Message)
- type LabelSelector_FieldTerminalPath
- func (fp *LabelSelector_FieldTerminalPath) ClearValue(item *LabelSelector)
- func (fp *LabelSelector_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *LabelSelector_FieldTerminalPath) Get(source *LabelSelector) (values []interface{})
- func (fp *LabelSelector_FieldTerminalPath) GetDefault() interface{}
- func (fp *LabelSelector_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *LabelSelector_FieldTerminalPath) GetSingle(source *LabelSelector) (interface{}, bool)
- func (fp *LabelSelector_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *LabelSelector_FieldTerminalPath) IsLeaf() bool
- func (fp *LabelSelector_FieldTerminalPath) JSONString() string
- func (fp *LabelSelector_FieldTerminalPath) Selector() LabelSelector_FieldPathSelector
- func (fp *LabelSelector_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *LabelSelector_FieldTerminalPath) String() string
- func (fp *LabelSelector_FieldTerminalPath) WithIArrayItemValue(value interface{}) LabelSelector_FieldPathArrayItemValue
- func (fp *LabelSelector_FieldTerminalPath) WithIArrayOfValues(values interface{}) LabelSelector_FieldPathArrayOfValues
- func (fp *LabelSelector_FieldTerminalPath) WithIValue(value interface{}) LabelSelector_FieldPathValue
- func (fp *LabelSelector_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *LabelSelector_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *LabelSelector_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type LabelSelector_FieldTerminalPathArrayItemValue
- func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) AsMatchExpressionsItemValue() (*LabelSelectorRequirement, bool)
- func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) ContainsValue(source *LabelSelector) bool
- func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) GetSingle(source *LabelSelector) (interface{}, bool)
- func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type LabelSelector_FieldTerminalPathArrayOfValues
- func (fpaov *LabelSelector_FieldTerminalPathArrayOfValues) AsMatchExpressionsArrayOfValues() ([][]*LabelSelectorRequirement, bool)
- func (fpaov *LabelSelector_FieldTerminalPathArrayOfValues) AsMatchLabelsArrayOfValues() ([]map[string]string, bool)
- func (fpaov *LabelSelector_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type LabelSelector_FieldTerminalPathValue
- func (fpv *LabelSelector_FieldTerminalPathValue) AsMatchExpressionsValue() ([]*LabelSelectorRequirement, bool)
- func (fpv *LabelSelector_FieldTerminalPathValue) AsMatchLabelsValue() (map[string]string, bool)
- func (fpv *LabelSelector_FieldTerminalPathValue) CompareWith(source *LabelSelector) (int, bool)
- func (fpv *LabelSelector_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *LabelSelector_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *LabelSelector_FieldTerminalPathValue) SetTo(target **LabelSelector)
- func (fpv *LabelSelector_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListQuery
- func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
- func (q *ListQuery) GetFilter() gotenresource.Filter
- func (q *ListQuery) GetPager() gotenresource.PagerQuery
- func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (q *ListQuery) GetWithPagingInfo() bool
- func (q *ListQuery) GotenQuery()
- func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
- func (q *ListQuery) SetFilter(filter gotenresource.Filter)
- func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
- func (q *ListQuery) SetWithPagingInfo(with bool)
- func (q *ListQuery) String() string
- type Name
- func (name *Name) AsRawReference() gotenresource.Reference
- func (name *Name) AsReference() *Reference
- func (name *Name) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *Name) ConvertToType(typeVal ref.Type) ref.Val
- func (name *Name) Equal(other ref.Val) ref.Val
- func (name *Name) FullyQualifiedName() (string, error)
- func (name *Name) GetIParentName() gotenresource.Name
- func (name *Name) GetIUnderlyingParentName() gotenresource.Name
- func (name *Name) GetIdParts() map[string]string
- func (name *Name) GetPattern() gotenresource.NamePattern
- func (name *Name) GetProjectName() *project.Name
- func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
- func (name *Name) GetSegments() gotenresource.NameSegments
- func (name *Name) GotenEqual(other interface{}) bool
- func (name *Name) HasTrait(trait int) bool
- func (name *Name) IsFullyQualified() bool
- func (name *Name) IsSpecified() bool
- func (name *Name) Match(pattern ref.Val) ref.Val
- func (name *Name) Matches(other interface{}) bool
- func (name *Name) ParseProtoString(data string) error
- func (name *Name) ProtoString() (string, error)
- func (name *Name) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *Name) SetFromCliFlag(raw string) error
- func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *Name) String() string
- func (name *Name) Type() ref.Type
- func (name *Name) TypeName() string
- func (name *Name) Value() interface{}
- type NameBuilder
- func (b *NameBuilder) Name() *Name
- func (b *NameBuilder) Parent() *ParentName
- func (b *NameBuilder) ParentReference() *ParentReference
- func (b *NameBuilder) Reference() *Reference
- func (b *NameBuilder) SetId(id string) *NameBuilder
- func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
- func (b *NameBuilder) SetProjectId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *Distribution) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *Distribution_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted DistributionList, elem *Distribution) (DistributionList, int)
- func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
- func (orderBy *OrderBy) ParseProtoString(data string) error
- func (orderBy *OrderBy) ProtoString() (string, error)
- func (orderBy *OrderBy) SetFromCliFlag(raw string) error
- func (orderBy *OrderBy) Sort(results DistributionList)
- func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
- func (orderBy *OrderBy) String() string
- type OrderByField
- type PagerCursor
- func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
- func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
- func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
- func (cursor *PagerCursor) IsEmpty() bool
- func (cursor *PagerCursor) ParseProtoString(data string) (err error)
- func (cursor *PagerCursor) ProtoString() (string, error)
- func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
- func (cursor *PagerCursor) SetFromCliFlag(raw string) error
- func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
- func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
- func (cursor *PagerCursor) String() string
- type PagerQuery
- func (p *PagerQuery) GetCursor() gotenresource.Cursor
- func (p *PagerQuery) GetLimit() int
- func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
- func (p *PagerQuery) GetPeekForward() bool
- func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
- func (p *PagerQuery) PageDirection() gotenresource.PageDirection
- func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
- func (p *PagerQuery) SetLimit(limit int)
- func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
- func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
- func (p *PagerQuery) SetPeekForward(peekForward bool)
- type ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
- func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) Equal(other ref.Val) ref.Val
- func (name *ParentName) FullyQualifiedName() (string, error)
- func (name *ParentName) GetIParentName() gotenresource.Name
- func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
- func (name *ParentName) GetIdParts() map[string]string
- func (name *ParentName) GetPattern() gotenresource.NamePattern
- func (name *ParentName) GetProjectName() *project.Name
- func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
- func (name *ParentName) GetSegments() gotenresource.NameSegments
- func (name *ParentName) GotenEqual(other interface{}) bool
- func (name *ParentName) HasTrait(trait int) bool
- func (name *ParentName) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Match(pattern ref.Val) ref.Val
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) Receive(function string, overload string, args []ref.Val) ref.Val
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- func (name *ParentName) Type() ref.Type
- func (name *ParentName) TypeName() string
- func (name *ParentName) Value() interface{}
- type ParentReference
- func (ref *ParentReference) ClearCached()
- func (ref *ParentReference) GetIParentName() gotenresource.Name
- func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *ParentReference) GetIdParts() map[string]string
- func (ref *ParentReference) GetPattern() gotenresource.NamePattern
- func (ref *ParentReference) GetProject() *project.Project
- func (ref *ParentReference) GetProjectReference() *project.Reference
- func (ref *ParentReference) GetRawResource() gotenresource.Resource
- func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *ParentReference) GetSegments() gotenresource.NameSegments
- func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
- func (ref *ParentReference) GotenEqual(other interface{}) bool
- func (ref *ParentReference) IsFullyQualified() bool
- func (ref *ParentReference) IsSpecified() bool
- func (name *ParentReference) Matches(other interface{}) bool
- func (ref *ParentReference) ParseProtoString(data string) error
- func (ref *ParentReference) ProtoString() (string, error)
- func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
- func (ref *ParentReference) Resolved() bool
- func (ref *ParentReference) SetFromCliFlag(raw string) error
- func (ref *ParentReference) String() string
- type QueryResultChange
- func (qr *QueryResultChange) GetIsCurrent() bool
- func (qr *QueryResultChange) GetIsHardReset() bool
- func (qr *QueryResultChange) GetIsSoftReset() bool
- func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
- func (qr *QueryResultChange) GetResumeToken() string
- func (qr *QueryResultChange) GetSnapshotSize() int64
- func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultChange) SetIsCurrent()
- func (qr *QueryResultChange) SetIsHardReset()
- func (qr *QueryResultChange) SetIsSoftReset()
- func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
- func (qr *QueryResultChange) SetResumeToken(token string)
- func (qr *QueryResultChange) SetSnapshotSize(size int64)
- type QueryResultSnapshot
- func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
- func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetDistribution() *Distribution
- func (ref *Reference) GetIParentName() gotenresource.Name
- func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetRawResource() gotenresource.Resource
- func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
- func (ref *Reference) GetSegments() gotenresource.NameSegments
- func (ref *Reference) GotenEqual(other interface{}) bool
- func (ref *Reference) IsFullyQualified() bool
- func (ref *Reference) IsSpecified() bool
- func (name *Reference) Matches(other interface{}) bool
- func (ref *Reference) ParseProtoString(data string) error
- func (ref *Reference) ProtoString() (string, error)
- func (ref *Reference) Resolve(resolved *Distribution)
- func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
- func (ref *Reference) Resolved() bool
- func (ref *Reference) SetFromCliFlag(raw string) error
- func (ref *Reference) String() string
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project = "projects/{project}/distributions/{distribution}"
)
Variables ¶
This section is empty.
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access DistributionAccess) gotenresource.Access
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) CanBeParentless ¶
func (d *Descriptor) CanBeParentless() bool
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
func (*Descriptor) GetParentResDescriptors ¶
func (d *Descriptor) GetParentResDescriptors() []gotenresource.Descriptor
func (*Descriptor) GetResourceTypeName ¶
func (d *Descriptor) GetResourceTypeName() *gotenresource.TypeName
func (*Descriptor) NewGetQuery ¶
func (d *Descriptor) NewGetQuery() gotenresource.GetQuery
func (*Descriptor) NewListQuery ¶
func (d *Descriptor) NewListQuery() gotenresource.ListQuery
func (*Descriptor) NewNameList ¶
func (d *Descriptor) NewNameList(size, reserved int) gotenresource.NameList
func (*Descriptor) NewParentNameList ¶
func (d *Descriptor) NewParentNameList(size, reserved int) gotenresource.ParentNameList
func (*Descriptor) NewParentReferenceList ¶
func (d *Descriptor) NewParentReferenceList(size, reserved int) gotenresource.ParentReferenceList
func (*Descriptor) NewQueryResultChange ¶
func (d *Descriptor) NewQueryResultChange() gotenresource.QueryResultChange
func (*Descriptor) NewQueryResultSnapshot ¶
func (d *Descriptor) NewQueryResultSnapshot() gotenresource.QueryResultSnapshot
func (*Descriptor) NewReferenceList ¶
func (d *Descriptor) NewReferenceList(size, reserved int) gotenresource.ReferenceList
func (*Descriptor) NewResource ¶
func (d *Descriptor) NewResource() gotenresource.Resource
func (*Descriptor) NewResourceChange ¶
func (d *Descriptor) NewResourceChange() gotenresource.ResourceChange
func (*Descriptor) NewResourceChangeList ¶
func (d *Descriptor) NewResourceChangeList(size, reserved int) gotenresource.ResourceChangeList
func (*Descriptor) NewResourceChangeMap ¶
func (d *Descriptor) NewResourceChangeMap(reserved int) gotenresource.ResourceChangeMap
func (*Descriptor) NewResourceCursor ¶
func (d *Descriptor) NewResourceCursor() gotenresource.Cursor
func (*Descriptor) NewResourceFieldMask ¶
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶
func (d *Descriptor) NewResourceFilter() gotenresource.Filter
func (*Descriptor) NewResourceList ¶
func (d *Descriptor) NewResourceList(size, reserved int) gotenresource.ResourceList
func (*Descriptor) NewResourceMap ¶
func (d *Descriptor) NewResourceMap(reserved int) gotenresource.ResourceMap
func (*Descriptor) NewResourceName ¶
func (d *Descriptor) NewResourceName() gotenresource.Name
func (*Descriptor) NewResourceOrderBy ¶
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewResourcePager ¶
func (d *Descriptor) NewResourcePager() gotenresource.PagerQuery
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewWatchQuery ¶
func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
func (*Descriptor) ParseFieldPath ¶
func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
func (*Descriptor) ParseResourceName ¶
func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
func (*Descriptor) SupportsMetadata ¶
func (d *Descriptor) SupportsMetadata() bool
type Distribution ¶
type Distribution struct { // Name of Distribution // When creating a new instance, this field is optional and if not provided, // it will be generated automatically. Last ID segment must conform to the // following regex: [a-z][a-z0-9\\-]{0,28}[a-z0-9] Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Metadata is an object with information like create, update and delete time // (for async deleted resources), has user labels/annotations, sharding // information, multi-region syncing information and may have non-schema // owners (useful for taking ownership of resources belonging to lower level // services by higher ones). Metadata *meta.Meta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` // Display name of Distribution DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` Spec *Distribution_Spec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` Status *Distribution_Status `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // contains filtered or unexported fields }
Distribution Resource
func (*Distribution) Clone ¶
func (o *Distribution) Clone() *Distribution
func (*Distribution) CloneRaw ¶
func (o *Distribution) CloneRaw() gotenobject.GotenObjectExt
func (*Distribution) Descriptor ¶
func (*Distribution) Descriptor() ([]byte, []int)
Deprecated, Use Distribution.ProtoReflect.Descriptor instead.
func (*Distribution) EnsureMetadata ¶
func (r *Distribution) EnsureMetadata() *meta.Meta
func (*Distribution) GetDisplayName ¶
func (m *Distribution) GetDisplayName() string
func (*Distribution) GetMetadata ¶
func (m *Distribution) GetMetadata() *meta.Meta
func (*Distribution) GetName ¶
func (m *Distribution) GetName() *Name
func (*Distribution) GetRawName ¶
func (r *Distribution) GetRawName() gotenresource.Name
func (*Distribution) GetResourceDescriptor ¶
func (r *Distribution) GetResourceDescriptor() gotenresource.Descriptor
func (*Distribution) GetSpec ¶
func (m *Distribution) GetSpec() *Distribution_Spec
func (*Distribution) GetStatus ¶
func (m *Distribution) GetStatus() *Distribution_Status
func (*Distribution) GotenMessage ¶
func (*Distribution) GotenMessage()
func (*Distribution) GotenObjectExt ¶
func (o *Distribution) GotenObjectExt()
func (*Distribution) GotenValidate ¶
func (obj *Distribution) GotenValidate() error
func (*Distribution) MakeDiffFieldMask ¶
func (o *Distribution) MakeDiffFieldMask(other *Distribution) *Distribution_FieldMask
func (*Distribution) MakeFullFieldMask ¶
func (o *Distribution) MakeFullFieldMask() *Distribution_FieldMask
func (*Distribution) MakeRawDiffFieldMask ¶
func (o *Distribution) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Distribution) MakeRawFullFieldMask ¶
func (o *Distribution) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Distribution) Marshal ¶
func (m *Distribution) Marshal() ([]byte, error)
func (*Distribution) MarshalJSON ¶
func (m *Distribution) MarshalJSON() ([]byte, error)
func (*Distribution) MaybePopulateDefaults ¶
func (r *Distribution) MaybePopulateDefaults() error
func (*Distribution) Merge ¶
func (o *Distribution) Merge(source *Distribution)
func (*Distribution) MergeRaw ¶
func (o *Distribution) MergeRaw(source gotenobject.GotenObjectExt)
func (*Distribution) ProtoMessage ¶
func (*Distribution) ProtoMessage()
func (*Distribution) ProtoReflect ¶
func (m *Distribution) ProtoReflect() preflect.Message
func (*Distribution) Reset ¶
func (m *Distribution) Reset()
func (*Distribution) SetDisplayName ¶
func (m *Distribution) SetDisplayName(fv string)
func (*Distribution) SetMetadata ¶
func (m *Distribution) SetMetadata(fv *meta.Meta)
func (*Distribution) SetName ¶
func (m *Distribution) SetName(fv *Name)
func (*Distribution) SetSpec ¶
func (m *Distribution) SetSpec(fv *Distribution_Spec)
func (*Distribution) SetStatus ¶
func (m *Distribution) SetStatus(fv *Distribution_Status)
func (*Distribution) String ¶
func (m *Distribution) String() string
func (*Distribution) Unmarshal ¶
func (m *Distribution) Unmarshal(b []byte) error
func (*Distribution) UnmarshalJSON ¶
func (m *Distribution) UnmarshalJSON(data []byte) error
type DistributionAccess ¶
type DistributionAccess interface { GetDistribution(context.Context, *GetQuery) (*Distribution, error) BatchGetDistributions(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryDistributions(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchDistribution(context.Context, *GetQuery, func(*DistributionChange) error) error WatchDistributions(context.Context, *WatchQuery, func(*QueryResultChange) error) error SaveDistribution(context.Context, *Distribution, ...gotenresource.SaveOption) error DeleteDistribution(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type DistributionChange ¶
type DistributionChange struct { // Distribution change // // Types that are valid to be assigned to ChangeType: // *DistributionChange_Added_ // *DistributionChange_Modified_ // *DistributionChange_Current_ // *DistributionChange_Removed_ ChangeType isDistributionChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
DistributionChange is used by Watch notifications Responses to describe change of single Distribution One of Added, Modified, Removed
func (*DistributionChange) Descriptor ¶
func (*DistributionChange) Descriptor() ([]byte, []int)
Deprecated, Use DistributionChange.ProtoReflect.Descriptor instead.
func (*DistributionChange) GetAdded ¶
func (m *DistributionChange) GetAdded() *DistributionChange_Added
func (*DistributionChange) GetChangeType ¶
func (m *DistributionChange) GetChangeType() isDistributionChange_ChangeType
func (*DistributionChange) GetCurrent ¶
func (m *DistributionChange) GetCurrent() *DistributionChange_Current
func (*DistributionChange) GetCurrentViewIndex ¶
func (c *DistributionChange) GetCurrentViewIndex() int32
func (*DistributionChange) GetDistribution ¶
func (c *DistributionChange) GetDistribution() *Distribution
func (*DistributionChange) GetDistributionName ¶
func (c *DistributionChange) GetDistributionName() *Name
func (*DistributionChange) GetModified ¶
func (m *DistributionChange) GetModified() *DistributionChange_Modified
func (*DistributionChange) GetPreviousViewIndex ¶
func (c *DistributionChange) GetPreviousViewIndex() int32
func (*DistributionChange) GetRawName ¶
func (c *DistributionChange) GetRawName() gotenresource.Name
func (*DistributionChange) GetRawResource ¶
func (c *DistributionChange) GetRawResource() gotenresource.Resource
func (*DistributionChange) GetRemoved ¶
func (m *DistributionChange) GetRemoved() *DistributionChange_Removed
func (*DistributionChange) GotenMessage ¶
func (*DistributionChange) GotenMessage()
func (*DistributionChange) GotenValidate ¶
func (obj *DistributionChange) GotenValidate() error
func (*DistributionChange) IsAdd ¶
func (c *DistributionChange) IsAdd() bool
func (*DistributionChange) IsCurrent ¶
func (c *DistributionChange) IsCurrent() bool
func (*DistributionChange) IsDelete ¶
func (c *DistributionChange) IsDelete() bool
func (*DistributionChange) IsModify ¶
func (c *DistributionChange) IsModify() bool
func (*DistributionChange) Marshal ¶
func (m *DistributionChange) Marshal() ([]byte, error)
func (*DistributionChange) MarshalJSON ¶
func (m *DistributionChange) MarshalJSON() ([]byte, error)
func (*DistributionChange) ProtoMessage ¶
func (*DistributionChange) ProtoMessage()
func (*DistributionChange) ProtoReflect ¶
func (m *DistributionChange) ProtoReflect() preflect.Message
func (*DistributionChange) Reset ¶
func (m *DistributionChange) Reset()
func (*DistributionChange) SetAdded ¶
func (m *DistributionChange) SetAdded(fv *DistributionChange_Added)
func (*DistributionChange) SetAddedRaw ¶
func (c *DistributionChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*DistributionChange) SetChangeType ¶
func (m *DistributionChange) SetChangeType(ofv isDistributionChange_ChangeType)
func (*DistributionChange) SetCurrent ¶
func (m *DistributionChange) SetCurrent(fv *DistributionChange_Current)
func (*DistributionChange) SetCurrentRaw ¶
func (c *DistributionChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*DistributionChange) SetDeletedRaw ¶
func (c *DistributionChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*DistributionChange) SetModified ¶
func (m *DistributionChange) SetModified(fv *DistributionChange_Modified)
func (*DistributionChange) SetModifiedRaw ¶
func (c *DistributionChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*DistributionChange) SetRemoved ¶
func (m *DistributionChange) SetRemoved(fv *DistributionChange_Removed)
func (*DistributionChange) String ¶
func (m *DistributionChange) String() string
func (*DistributionChange) Unmarshal ¶
func (m *DistributionChange) Unmarshal(b []byte) error
func (*DistributionChange) UnmarshalJSON ¶
func (m *DistributionChange) UnmarshalJSON(data []byte) error
type DistributionChangeList ¶
type DistributionChangeList []*DistributionChange
func (DistributionChangeList) Append ¶
func (l DistributionChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (DistributionChangeList) AppendList ¶
func (l DistributionChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (DistributionChangeList) At ¶
func (l DistributionChangeList) At(idx int) gotenresource.ResourceChange
func (DistributionChangeList) Length ¶
func (l DistributionChangeList) Length() int
func (DistributionChangeList) Set ¶
func (l DistributionChangeList) Set(idx int, change gotenresource.ResourceChange)
func (DistributionChangeList) Slice ¶
func (l DistributionChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type DistributionChangeMap ¶
type DistributionChangeMap map[Name]*DistributionChange
func (DistributionChangeMap) Delete ¶
func (m DistributionChangeMap) Delete(name gotenresource.Name)
func (DistributionChangeMap) ForEach ¶
func (m DistributionChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (DistributionChangeMap) Get ¶
func (m DistributionChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (DistributionChangeMap) Length ¶
func (m DistributionChangeMap) Length() int
func (DistributionChangeMap) Set ¶
func (m DistributionChangeMap) Set(change gotenresource.ResourceChange)
type DistributionChange_Added ¶
type DistributionChange_Added struct { Distribution *Distribution `protobuf:"bytes,1,opt,name=distribution,proto3" json:"distribution,omitempty" firestore:"distribution"` // Integer describing index of added Distribution in resulting query view. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Distribution has been added to query view
func (*DistributionChange_Added) Descriptor ¶
func (*DistributionChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use DistributionChange_Added.ProtoReflect.Descriptor instead.
func (*DistributionChange_Added) GetDistribution ¶
func (m *DistributionChange_Added) GetDistribution() *Distribution
func (*DistributionChange_Added) GetViewIndex ¶
func (m *DistributionChange_Added) GetViewIndex() int32
func (*DistributionChange_Added) GotenMessage ¶
func (*DistributionChange_Added) GotenMessage()
func (*DistributionChange_Added) GotenValidate ¶
func (obj *DistributionChange_Added) GotenValidate() error
func (*DistributionChange_Added) Marshal ¶
func (m *DistributionChange_Added) Marshal() ([]byte, error)
func (*DistributionChange_Added) MarshalJSON ¶
func (m *DistributionChange_Added) MarshalJSON() ([]byte, error)
func (*DistributionChange_Added) ProtoMessage ¶
func (*DistributionChange_Added) ProtoMessage()
func (*DistributionChange_Added) ProtoReflect ¶
func (m *DistributionChange_Added) ProtoReflect() preflect.Message
func (*DistributionChange_Added) Reset ¶
func (m *DistributionChange_Added) Reset()
func (*DistributionChange_Added) SetDistribution ¶
func (m *DistributionChange_Added) SetDistribution(fv *Distribution)
func (*DistributionChange_Added) SetViewIndex ¶
func (m *DistributionChange_Added) SetViewIndex(fv int32)
func (*DistributionChange_Added) String ¶
func (m *DistributionChange_Added) String() string
func (*DistributionChange_Added) Unmarshal ¶
func (m *DistributionChange_Added) Unmarshal(b []byte) error
func (*DistributionChange_Added) UnmarshalJSON ¶
func (m *DistributionChange_Added) UnmarshalJSON(data []byte) error
type DistributionChange_Added_ ¶
type DistributionChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *DistributionChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type DistributionChange_Current ¶
type DistributionChange_Current struct { Distribution *Distribution `protobuf:"bytes,1,opt,name=distribution,proto3" json:"distribution,omitempty" firestore:"distribution"` // contains filtered or unexported fields }
Distribution has been added or modified in a query view. Version used for stateless watching
func (*DistributionChange_Current) Descriptor ¶
func (*DistributionChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use DistributionChange_Current.ProtoReflect.Descriptor instead.
func (*DistributionChange_Current) GetDistribution ¶
func (m *DistributionChange_Current) GetDistribution() *Distribution
func (*DistributionChange_Current) GotenMessage ¶
func (*DistributionChange_Current) GotenMessage()
func (*DistributionChange_Current) GotenValidate ¶
func (obj *DistributionChange_Current) GotenValidate() error
func (*DistributionChange_Current) Marshal ¶
func (m *DistributionChange_Current) Marshal() ([]byte, error)
func (*DistributionChange_Current) MarshalJSON ¶
func (m *DistributionChange_Current) MarshalJSON() ([]byte, error)
func (*DistributionChange_Current) ProtoMessage ¶
func (*DistributionChange_Current) ProtoMessage()
func (*DistributionChange_Current) ProtoReflect ¶
func (m *DistributionChange_Current) ProtoReflect() preflect.Message
func (*DistributionChange_Current) Reset ¶
func (m *DistributionChange_Current) Reset()
func (*DistributionChange_Current) SetDistribution ¶
func (m *DistributionChange_Current) SetDistribution(fv *Distribution)
func (*DistributionChange_Current) String ¶
func (m *DistributionChange_Current) String() string
func (*DistributionChange_Current) Unmarshal ¶
func (m *DistributionChange_Current) Unmarshal(b []byte) error
func (*DistributionChange_Current) UnmarshalJSON ¶
func (m *DistributionChange_Current) UnmarshalJSON(data []byte) error
type DistributionChange_Current_ ¶
type DistributionChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *DistributionChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type DistributionChange_Modified ¶
type DistributionChange_Modified struct { // Name of modified Distribution Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of Distribution or masked difference, depending on // mask_changes instrumentation of issued [WatchDistributionRequest] or // [WatchDistributionsRequest] Distribution *Distribution `protobuf:"bytes,2,opt,name=distribution,proto3" json:"distribution,omitempty" firestore:"distribution"` // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *Distribution_FieldMask `` /* 144-byte string literal not displayed */ // Previous view index specifies previous position of modified Distribution. // When modification doesn't affect sorted order, value will remain // identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying Distribution new index in resulting query view. ViewIndex int32 `protobuf:"varint,5,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Distribution changed some of it's fields - contains either full document or masked change
func (*DistributionChange_Modified) Descriptor ¶
func (*DistributionChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use DistributionChange_Modified.ProtoReflect.Descriptor instead.
func (*DistributionChange_Modified) GetDistribution ¶
func (m *DistributionChange_Modified) GetDistribution() *Distribution
func (*DistributionChange_Modified) GetFieldMask ¶
func (m *DistributionChange_Modified) GetFieldMask() *Distribution_FieldMask
func (*DistributionChange_Modified) GetName ¶
func (m *DistributionChange_Modified) GetName() *Name
func (*DistributionChange_Modified) GetPreviousViewIndex ¶
func (m *DistributionChange_Modified) GetPreviousViewIndex() int32
func (*DistributionChange_Modified) GetViewIndex ¶
func (m *DistributionChange_Modified) GetViewIndex() int32
func (*DistributionChange_Modified) GotenMessage ¶
func (*DistributionChange_Modified) GotenMessage()
func (*DistributionChange_Modified) GotenValidate ¶
func (obj *DistributionChange_Modified) GotenValidate() error
func (*DistributionChange_Modified) Marshal ¶
func (m *DistributionChange_Modified) Marshal() ([]byte, error)
func (*DistributionChange_Modified) MarshalJSON ¶
func (m *DistributionChange_Modified) MarshalJSON() ([]byte, error)
func (*DistributionChange_Modified) ProtoMessage ¶
func (*DistributionChange_Modified) ProtoMessage()
func (*DistributionChange_Modified) ProtoReflect ¶
func (m *DistributionChange_Modified) ProtoReflect() preflect.Message
func (*DistributionChange_Modified) Reset ¶
func (m *DistributionChange_Modified) Reset()
func (*DistributionChange_Modified) SetDistribution ¶
func (m *DistributionChange_Modified) SetDistribution(fv *Distribution)
func (*DistributionChange_Modified) SetFieldMask ¶
func (m *DistributionChange_Modified) SetFieldMask(fv *Distribution_FieldMask)
func (*DistributionChange_Modified) SetName ¶
func (m *DistributionChange_Modified) SetName(fv *Name)
func (*DistributionChange_Modified) SetPreviousViewIndex ¶
func (m *DistributionChange_Modified) SetPreviousViewIndex(fv int32)
func (*DistributionChange_Modified) SetViewIndex ¶
func (m *DistributionChange_Modified) SetViewIndex(fv int32)
func (*DistributionChange_Modified) String ¶
func (m *DistributionChange_Modified) String() string
func (*DistributionChange_Modified) Unmarshal ¶
func (m *DistributionChange_Modified) Unmarshal(b []byte) error
func (*DistributionChange_Modified) UnmarshalJSON ¶
func (m *DistributionChange_Modified) UnmarshalJSON(data []byte) error
type DistributionChange_Modified_ ¶
type DistributionChange_Modified_ struct { // Modified is returned when watched document is modified Modified *DistributionChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type DistributionChange_Removed ¶
type DistributionChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed Distribution index. Not populated in stateless // watch type. ViewIndex int32 `protobuf:"varint,2,opt,name=view_index,json=viewIndex,proto3" json:"view_index,omitempty" firestore:"viewIndex"` // contains filtered or unexported fields }
Removed is returned when Distribution is deleted or leaves Query view
func (*DistributionChange_Removed) Descriptor ¶
func (*DistributionChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use DistributionChange_Removed.ProtoReflect.Descriptor instead.
func (*DistributionChange_Removed) GetName ¶
func (m *DistributionChange_Removed) GetName() *Name
func (*DistributionChange_Removed) GetViewIndex ¶
func (m *DistributionChange_Removed) GetViewIndex() int32
func (*DistributionChange_Removed) GotenMessage ¶
func (*DistributionChange_Removed) GotenMessage()
func (*DistributionChange_Removed) GotenValidate ¶
func (obj *DistributionChange_Removed) GotenValidate() error
func (*DistributionChange_Removed) Marshal ¶
func (m *DistributionChange_Removed) Marshal() ([]byte, error)
func (*DistributionChange_Removed) MarshalJSON ¶
func (m *DistributionChange_Removed) MarshalJSON() ([]byte, error)
func (*DistributionChange_Removed) ProtoMessage ¶
func (*DistributionChange_Removed) ProtoMessage()
func (*DistributionChange_Removed) ProtoReflect ¶
func (m *DistributionChange_Removed) ProtoReflect() preflect.Message
func (*DistributionChange_Removed) Reset ¶
func (m *DistributionChange_Removed) Reset()
func (*DistributionChange_Removed) SetName ¶
func (m *DistributionChange_Removed) SetName(fv *Name)
func (*DistributionChange_Removed) SetViewIndex ¶
func (m *DistributionChange_Removed) SetViewIndex(fv int32)
func (*DistributionChange_Removed) String ¶
func (m *DistributionChange_Removed) String() string
func (*DistributionChange_Removed) Unmarshal ¶
func (m *DistributionChange_Removed) Unmarshal(b []byte) error
func (*DistributionChange_Removed) UnmarshalJSON ¶
func (m *DistributionChange_Removed) UnmarshalJSON(data []byte) error
type DistributionChange_Removed_ ¶
type DistributionChange_Removed_ struct { // Removed is returned when Distribution is deleted or leaves Query view Removed *DistributionChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type DistributionFieldPathBuilder ¶
type DistributionFieldPathBuilder struct{}
func NewDistributionFieldPathBuilder ¶
func NewDistributionFieldPathBuilder() DistributionFieldPathBuilder
func (DistributionFieldPathBuilder) DisplayName ¶
func (DistributionFieldPathBuilder) DisplayName() DistributionPathSelectorDisplayName
func (DistributionFieldPathBuilder) Metadata ¶
func (DistributionFieldPathBuilder) Metadata() DistributionPathSelectorMetadata
func (DistributionFieldPathBuilder) Name ¶
func (DistributionFieldPathBuilder) Name() DistributionPathSelectorName
func (DistributionFieldPathBuilder) Spec ¶
func (DistributionFieldPathBuilder) Spec() DistributionPathSelectorSpec
func (DistributionFieldPathBuilder) Status ¶
func (DistributionFieldPathBuilder) Status() DistributionPathSelectorStatus
type DistributionList ¶
type DistributionList []*Distribution
func (DistributionList) Append ¶
func (l DistributionList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (DistributionList) AppendList ¶
func (l DistributionList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (DistributionList) At ¶
func (l DistributionList) At(idx int) gotenresource.Resource
func (DistributionList) Length ¶
func (l DistributionList) Length() int
func (DistributionList) Set ¶
func (l DistributionList) Set(idx int, res gotenresource.Resource)
func (DistributionList) Slice ¶
func (l DistributionList) Slice(first, second int) gotenresource.ResourceList
type DistributionMap ¶
type DistributionMap map[Name]*Distribution
func (DistributionMap) Delete ¶
func (m DistributionMap) Delete(name gotenresource.Name)
func (DistributionMap) ForEach ¶
func (m DistributionMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (DistributionMap) Get ¶
func (m DistributionMap) Get(name gotenresource.Name) gotenresource.Resource
func (DistributionMap) Length ¶
func (m DistributionMap) Length() int
func (DistributionMap) Set ¶
func (m DistributionMap) Set(res gotenresource.Resource)
type DistributionMapPathSelectorMetadataAnnotations ¶
type DistributionMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s DistributionMapPathSelectorMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
func (DistributionMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s DistributionMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorMetadataAnnotations) WithValue ¶
func (s DistributionMapPathSelectorMetadataAnnotations) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorMetadataLabels ¶
type DistributionMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorMetadataLabels) FieldPath ¶
func (s DistributionMapPathSelectorMetadataLabels) FieldPath() *Distribution_FieldSubPath
func (DistributionMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s DistributionMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorMetadataLabels) WithValue ¶
func (s DistributionMapPathSelectorMetadataLabels) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorMetadataShards ¶
type DistributionMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorMetadataShards) FieldPath ¶
func (s DistributionMapPathSelectorMetadataShards) FieldPath() *Distribution_FieldSubPath
func (DistributionMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s DistributionMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorMetadataShards) WithValue ¶
func (s DistributionMapPathSelectorMetadataShards) WithValue(value int64) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorSpecSelectorMatchLabels ¶
type DistributionMapPathSelectorSpecSelectorMatchLabels struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorSpecSelectorMatchLabels) FieldPath ¶
func (s DistributionMapPathSelectorSpecSelectorMatchLabels) FieldPath() *Distribution_FieldSubPath
func (DistributionMapPathSelectorSpecSelectorMatchLabels) WithArrayOfValues ¶
func (s DistributionMapPathSelectorSpecSelectorMatchLabels) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorSpecSelectorMatchLabels) WithValue ¶
func (s DistributionMapPathSelectorSpecSelectorMatchLabels) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorSpecTemplateMetadataAnnotations ¶
type DistributionMapPathSelectorSpecTemplateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorSpecTemplateMetadataAnnotations) FieldPath ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
func (DistributionMapPathSelectorSpecTemplateMetadataAnnotations) WithArrayOfValues ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataAnnotations) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorSpecTemplateMetadataAnnotations) WithValue ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataAnnotations) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorSpecTemplateMetadataLabels ¶
type DistributionMapPathSelectorSpecTemplateMetadataLabels struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorSpecTemplateMetadataLabels) FieldPath ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataLabels) FieldPath() *Distribution_FieldSubPath
func (DistributionMapPathSelectorSpecTemplateMetadataLabels) WithArrayOfValues ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataLabels) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorSpecTemplateMetadataLabels) WithValue ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataLabels) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorSpecTemplateMetadataShards ¶
type DistributionMapPathSelectorSpecTemplateMetadataShards struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorSpecTemplateMetadataShards) FieldPath ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataShards) FieldPath() *Distribution_FieldSubPath
func (DistributionMapPathSelectorSpecTemplateMetadataShards) WithArrayOfValues ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataShards) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorSpecTemplateMetadataShards) WithValue ¶
func (s DistributionMapPathSelectorSpecTemplateMetadataShards) WithValue(value int64) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits ¶
type DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits) WithValue ¶
func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesLimits) WithValue(value int64) *Distribution_FieldSubPathValue
type DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests ¶
type DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests) WithValue ¶
func (s DistributionMapPathSelectorSpecTemplateSpecContainersResourcesRequests) WithValue(value int64) *Distribution_FieldSubPathValue
type DistributionNameList ¶
type DistributionNameList []*Name
func (DistributionNameList) Append ¶
func (l DistributionNameList) Append(name gotenresource.Name) gotenresource.NameList
func (DistributionNameList) AppendList ¶
func (l DistributionNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (DistributionNameList) At ¶
func (l DistributionNameList) At(idx int) gotenresource.Name
func (DistributionNameList) Length ¶
func (l DistributionNameList) Length() int
func (DistributionNameList) Set ¶
func (l DistributionNameList) Set(idx int, name gotenresource.Name)
func (DistributionNameList) Slice ¶
func (l DistributionNameList) Slice(first, second int) gotenresource.NameList
type DistributionParentNameList ¶
type DistributionParentNameList []*ParentName
func (DistributionParentNameList) Append ¶
func (l DistributionParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (DistributionParentNameList) AppendList ¶
func (l DistributionParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (DistributionParentNameList) At ¶
func (l DistributionParentNameList) At(idx int) gotenresource.Name
func (DistributionParentNameList) Length ¶
func (l DistributionParentNameList) Length() int
func (DistributionParentNameList) Set ¶
func (l DistributionParentNameList) Set(idx int, name gotenresource.Name)
func (DistributionParentNameList) Slice ¶
func (l DistributionParentNameList) Slice(first, second int) gotenresource.ParentNameList
type DistributionParentReferenceList ¶
type DistributionParentReferenceList []*ParentReference
func (DistributionParentReferenceList) Append ¶
func (l DistributionParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (DistributionParentReferenceList) AppendList ¶
func (l DistributionParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (DistributionParentReferenceList) At ¶
func (l DistributionParentReferenceList) At(idx int) gotenresource.Reference
func (DistributionParentReferenceList) Length ¶
func (l DistributionParentReferenceList) Length() int
func (DistributionParentReferenceList) Set ¶
func (l DistributionParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (DistributionParentReferenceList) Slice ¶
func (l DistributionParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type DistributionPathSelectorDisplayName ¶
type DistributionPathSelectorDisplayName struct{}
func (DistributionPathSelectorDisplayName) FieldPath ¶
func (DistributionPathSelectorDisplayName) FieldPath() *Distribution_FieldTerminalPath
func (DistributionPathSelectorDisplayName) WithArrayOfValues ¶
func (s DistributionPathSelectorDisplayName) WithArrayOfValues(values []string) *Distribution_FieldTerminalPathArrayOfValues
func (DistributionPathSelectorDisplayName) WithValue ¶
func (s DistributionPathSelectorDisplayName) WithValue(value string) *Distribution_FieldTerminalPathValue
type DistributionPathSelectorMetadata ¶
type DistributionPathSelectorMetadata struct{}
func (DistributionPathSelectorMetadata) Annotations ¶
func (DistributionPathSelectorMetadata) Annotations() DistributionPathSelectorMetadataAnnotations
func (DistributionPathSelectorMetadata) CreateTime ¶
func (DistributionPathSelectorMetadata) CreateTime() DistributionPathSelectorMetadataCreateTime
func (DistributionPathSelectorMetadata) DeleteTime ¶
func (DistributionPathSelectorMetadata) DeleteTime() DistributionPathSelectorMetadataDeleteTime
func (DistributionPathSelectorMetadata) FieldPath ¶
func (DistributionPathSelectorMetadata) FieldPath() *Distribution_FieldTerminalPath
func (DistributionPathSelectorMetadata) Generation ¶
func (DistributionPathSelectorMetadata) Generation() DistributionPathSelectorMetadataGeneration
func (DistributionPathSelectorMetadata) Lifecycle ¶
func (DistributionPathSelectorMetadata) Lifecycle() DistributionPathSelectorMetadataLifecycle
func (DistributionPathSelectorMetadata) OwnerReferences ¶
func (DistributionPathSelectorMetadata) OwnerReferences() DistributionPathSelectorMetadataOwnerReferences
func (DistributionPathSelectorMetadata) ResourceVersion ¶
func (DistributionPathSelectorMetadata) ResourceVersion() DistributionPathSelectorMetadataResourceVersion
func (DistributionPathSelectorMetadata) Services ¶
func (DistributionPathSelectorMetadata) Services() DistributionPathSelectorMetadataServices
func (DistributionPathSelectorMetadata) Syncing ¶
func (DistributionPathSelectorMetadata) Syncing() DistributionPathSelectorMetadataSyncing
func (DistributionPathSelectorMetadata) UpdateTime ¶
func (DistributionPathSelectorMetadata) UpdateTime() DistributionPathSelectorMetadataUpdateTime
func (DistributionPathSelectorMetadata) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *Distribution_FieldTerminalPathArrayOfValues
func (DistributionPathSelectorMetadata) WithSubArrayItemValue ¶
func (s DistributionPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorMetadata) WithSubArrayOfValues ¶
func (s DistributionPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadata) WithSubPath ¶
func (DistributionPathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *Distribution_FieldSubPath
func (DistributionPathSelectorMetadata) WithSubValue ¶
func (s DistributionPathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *Distribution_FieldSubPathValue
func (DistributionPathSelectorMetadata) WithValue ¶
func (s DistributionPathSelectorMetadata) WithValue(value *meta.Meta) *Distribution_FieldTerminalPathValue
type DistributionPathSelectorMetadataAnnotations ¶
type DistributionPathSelectorMetadataAnnotations struct{}
func (DistributionPathSelectorMetadataAnnotations) FieldPath ¶
func (DistributionPathSelectorMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataAnnotations) WithValue ¶
func (s DistributionPathSelectorMetadataAnnotations) WithValue(value map[string]string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataCreateTime ¶
type DistributionPathSelectorMetadataCreateTime struct{}
func (DistributionPathSelectorMetadataCreateTime) FieldPath ¶
func (DistributionPathSelectorMetadataCreateTime) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataCreateTime) WithValue ¶
func (s DistributionPathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataDeleteTime ¶
type DistributionPathSelectorMetadataDeleteTime struct{}
func (DistributionPathSelectorMetadataDeleteTime) FieldPath ¶
func (DistributionPathSelectorMetadataDeleteTime) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataDeleteTime) WithValue ¶
func (s DistributionPathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataGeneration ¶
type DistributionPathSelectorMetadataGeneration struct{}
func (DistributionPathSelectorMetadataGeneration) FieldPath ¶
func (DistributionPathSelectorMetadataGeneration) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataGeneration) WithValue ¶
func (s DistributionPathSelectorMetadataGeneration) WithValue(value int64) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataLabels ¶
type DistributionPathSelectorMetadataLabels struct{}
func (DistributionPathSelectorMetadataLabels) FieldPath ¶
func (DistributionPathSelectorMetadataLabels) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataLabels) WithKey ¶
func (DistributionPathSelectorMetadataLabels) WithKey(key string) DistributionMapPathSelectorMetadataLabels
func (DistributionPathSelectorMetadataLabels) WithValue ¶
func (s DistributionPathSelectorMetadataLabels) WithValue(value map[string]string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataLifecycle ¶
type DistributionPathSelectorMetadataLifecycle struct{}
func (DistributionPathSelectorMetadataLifecycle) BlockDeletion ¶
func (DistributionPathSelectorMetadataLifecycle) BlockDeletion() DistributionPathSelectorMetadataLifecycleBlockDeletion
func (DistributionPathSelectorMetadataLifecycle) FieldPath ¶
func (DistributionPathSelectorMetadataLifecycle) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataLifecycle) WithValue ¶
func (s DistributionPathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataLifecycleBlockDeletion ¶
type DistributionPathSelectorMetadataLifecycleBlockDeletion struct{}
func (DistributionPathSelectorMetadataLifecycleBlockDeletion) FieldPath ¶
func (DistributionPathSelectorMetadataLifecycleBlockDeletion) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s DistributionPathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataLifecycleState ¶
type DistributionPathSelectorMetadataLifecycleState struct{}
func (DistributionPathSelectorMetadataLifecycleState) FieldPath ¶
func (DistributionPathSelectorMetadataLifecycleState) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataLifecycleState) WithValue ¶
func (s DistributionPathSelectorMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataOwnerReferences ¶
type DistributionPathSelectorMetadataOwnerReferences struct{}
func (DistributionPathSelectorMetadataOwnerReferences) Controller ¶
func (DistributionPathSelectorMetadataOwnerReferences) FieldPath ¶
func (DistributionPathSelectorMetadataOwnerReferences) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (DistributionPathSelectorMetadataOwnerReferences) RequiresOwnerReference() DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference
func (DistributionPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s DistributionPathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorMetadataOwnerReferences) WithValue ¶
func (s DistributionPathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataOwnerReferencesController ¶
type DistributionPathSelectorMetadataOwnerReferencesController struct{}
func (DistributionPathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (DistributionPathSelectorMetadataOwnerReferencesController) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s DistributionPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataOwnerReferencesKind ¶
type DistributionPathSelectorMetadataOwnerReferencesKind struct{}
func (DistributionPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (DistributionPathSelectorMetadataOwnerReferencesKind) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s DistributionPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataOwnerReferencesName ¶
type DistributionPathSelectorMetadataOwnerReferencesName struct{}
func (DistributionPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (DistributionPathSelectorMetadataOwnerReferencesName) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s DistributionPathSelectorMetadataOwnerReferencesName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataOwnerReferencesRegion ¶
type DistributionPathSelectorMetadataOwnerReferencesRegion struct{}
func (DistributionPathSelectorMetadataOwnerReferencesRegion) FieldPath ¶
func (DistributionPathSelectorMetadataOwnerReferencesRegion) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s DistributionPathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶
func (s DistributionPathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataOwnerReferencesVersion ¶
type DistributionPathSelectorMetadataOwnerReferencesVersion struct{}
func (DistributionPathSelectorMetadataOwnerReferencesVersion) FieldPath ¶
func (DistributionPathSelectorMetadataOwnerReferencesVersion) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s DistributionPathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataResourceVersion ¶
type DistributionPathSelectorMetadataResourceVersion struct{}
func (DistributionPathSelectorMetadataResourceVersion) FieldPath ¶
func (DistributionPathSelectorMetadataResourceVersion) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataResourceVersion) WithValue ¶
func (s DistributionPathSelectorMetadataResourceVersion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataServices ¶
type DistributionPathSelectorMetadataServices struct{}
func (DistributionPathSelectorMetadataServices) AllowedServices ¶
func (DistributionPathSelectorMetadataServices) AllowedServices() DistributionPathSelectorMetadataServicesAllowedServices
func (DistributionPathSelectorMetadataServices) FieldPath ¶
func (DistributionPathSelectorMetadataServices) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataServices) OwningService ¶
func (DistributionPathSelectorMetadataServices) OwningService() DistributionPathSelectorMetadataServicesOwningService
func (DistributionPathSelectorMetadataServices) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataServices) WithValue ¶
func (s DistributionPathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataServicesAllowedServices ¶
type DistributionPathSelectorMetadataServicesAllowedServices struct{}
func (DistributionPathSelectorMetadataServicesAllowedServices) FieldPath ¶
func (DistributionPathSelectorMetadataServicesAllowedServices) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataServicesAllowedServices) WithItemValue ¶
func (s DistributionPathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorMetadataServicesAllowedServices) WithValue ¶
func (s DistributionPathSelectorMetadataServicesAllowedServices) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataServicesOwningService ¶
type DistributionPathSelectorMetadataServicesOwningService struct{}
func (DistributionPathSelectorMetadataServicesOwningService) FieldPath ¶
func (DistributionPathSelectorMetadataServicesOwningService) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataServicesOwningService) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataServicesOwningService) WithValue ¶
func (s DistributionPathSelectorMetadataServicesOwningService) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataShards ¶
type DistributionPathSelectorMetadataShards struct{}
func (DistributionPathSelectorMetadataShards) FieldPath ¶
func (DistributionPathSelectorMetadataShards) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataShards) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataShards) WithKey ¶
func (DistributionPathSelectorMetadataShards) WithKey(key string) DistributionMapPathSelectorMetadataShards
func (DistributionPathSelectorMetadataShards) WithValue ¶
func (s DistributionPathSelectorMetadataShards) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataSyncing ¶
type DistributionPathSelectorMetadataSyncing struct{}
func (DistributionPathSelectorMetadataSyncing) FieldPath ¶
func (DistributionPathSelectorMetadataSyncing) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataSyncing) OwningRegion ¶
func (DistributionPathSelectorMetadataSyncing) OwningRegion() DistributionPathSelectorMetadataSyncingOwningRegion
func (DistributionPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataSyncing) WithValue ¶
func (s DistributionPathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataSyncingOwningRegion ¶
type DistributionPathSelectorMetadataSyncingOwningRegion struct{}
func (DistributionPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (DistributionPathSelectorMetadataSyncingOwningRegion) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s DistributionPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataSyncingRegions ¶
type DistributionPathSelectorMetadataSyncingRegions struct{}
func (DistributionPathSelectorMetadataSyncingRegions) FieldPath ¶
func (DistributionPathSelectorMetadataSyncingRegions) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s DistributionPathSelectorMetadataSyncingRegions) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorMetadataSyncingRegions) WithValue ¶
func (s DistributionPathSelectorMetadataSyncingRegions) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataTags ¶
type DistributionPathSelectorMetadataTags struct{}
func (DistributionPathSelectorMetadataTags) FieldPath ¶
func (DistributionPathSelectorMetadataTags) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataTags) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataTags) WithItemValue ¶
func (s DistributionPathSelectorMetadataTags) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorMetadataTags) WithValue ¶
func (s DistributionPathSelectorMetadataTags) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataUpdateTime ¶
type DistributionPathSelectorMetadataUpdateTime struct{}
func (DistributionPathSelectorMetadataUpdateTime) FieldPath ¶
func (DistributionPathSelectorMetadataUpdateTime) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataUpdateTime) WithValue ¶
func (s DistributionPathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
type DistributionPathSelectorMetadataUuid ¶
type DistributionPathSelectorMetadataUuid struct{}
func (DistributionPathSelectorMetadataUuid) FieldPath ¶
func (DistributionPathSelectorMetadataUuid) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s DistributionPathSelectorMetadataUuid) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorMetadataUuid) WithValue ¶
func (s DistributionPathSelectorMetadataUuid) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorName ¶
type DistributionPathSelectorName struct{}
func (DistributionPathSelectorName) FieldPath ¶
func (DistributionPathSelectorName) FieldPath() *Distribution_FieldTerminalPath
func (DistributionPathSelectorName) WithArrayOfValues ¶
func (s DistributionPathSelectorName) WithArrayOfValues(values []*Name) *Distribution_FieldTerminalPathArrayOfValues
func (DistributionPathSelectorName) WithValue ¶
func (s DistributionPathSelectorName) WithValue(value *Name) *Distribution_FieldTerminalPathValue
type DistributionPathSelectorSpec ¶
type DistributionPathSelectorSpec struct{}
func (DistributionPathSelectorSpec) FieldPath ¶
func (DistributionPathSelectorSpec) FieldPath() *Distribution_FieldTerminalPath
func (DistributionPathSelectorSpec) Selector ¶
func (DistributionPathSelectorSpec) Selector() DistributionPathSelectorSpecSelector
func (DistributionPathSelectorSpec) Template ¶
func (DistributionPathSelectorSpec) Template() DistributionPathSelectorSpecTemplate
func (DistributionPathSelectorSpec) WithArrayOfValues ¶
func (s DistributionPathSelectorSpec) WithArrayOfValues(values []*Distribution_Spec) *Distribution_FieldTerminalPathArrayOfValues
func (DistributionPathSelectorSpec) WithSubArrayItemValue ¶
func (s DistributionPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue DistributionSpec_FieldPathArrayItemValue) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpec) WithSubArrayOfValues ¶
func (s DistributionPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues DistributionSpec_FieldPathArrayOfValues) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpec) WithSubPath ¶
func (DistributionPathSelectorSpec) WithSubPath(subPath DistributionSpec_FieldPath) *Distribution_FieldSubPath
func (DistributionPathSelectorSpec) WithSubValue ¶
func (s DistributionPathSelectorSpec) WithSubValue(subPathValue DistributionSpec_FieldPathValue) *Distribution_FieldSubPathValue
func (DistributionPathSelectorSpec) WithValue ¶
func (s DistributionPathSelectorSpec) WithValue(value *Distribution_Spec) *Distribution_FieldTerminalPathValue
type DistributionPathSelectorSpecSelector ¶
type DistributionPathSelectorSpecSelector struct{}
func (DistributionPathSelectorSpecSelector) FieldPath ¶
func (DistributionPathSelectorSpecSelector) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecSelector) MatchExpressions ¶
func (DistributionPathSelectorSpecSelector) MatchExpressions() DistributionPathSelectorSpecSelectorMatchExpressions
func (DistributionPathSelectorSpecSelector) MatchLabels ¶
func (DistributionPathSelectorSpecSelector) MatchLabels() DistributionPathSelectorSpecSelectorMatchLabels
func (DistributionPathSelectorSpecSelector) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecSelector) WithArrayOfValues(values []*LabelSelector) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecSelector) WithValue ¶
func (s DistributionPathSelectorSpecSelector) WithValue(value *LabelSelector) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecSelectorMatchExpressions ¶
type DistributionPathSelectorSpecSelectorMatchExpressions struct{}
func (DistributionPathSelectorSpecSelectorMatchExpressions) FieldPath ¶
func (DistributionPathSelectorSpecSelectorMatchExpressions) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecSelectorMatchExpressions) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressions) WithArrayOfValues(values [][]*LabelSelectorRequirement) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecSelectorMatchExpressions) WithItemValue ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressions) WithItemValue(value *LabelSelectorRequirement) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecSelectorMatchExpressions) WithValue ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressions) WithValue(value []*LabelSelectorRequirement) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecSelectorMatchExpressionsKey ¶
type DistributionPathSelectorSpecSelectorMatchExpressionsKey struct{}
func (DistributionPathSelectorSpecSelectorMatchExpressionsKey) FieldPath ¶
func (DistributionPathSelectorSpecSelectorMatchExpressionsKey) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecSelectorMatchExpressionsKey) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressionsKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecSelectorMatchExpressionsKey) WithValue ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressionsKey) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecSelectorMatchExpressionsOperator ¶
type DistributionPathSelectorSpecSelectorMatchExpressionsOperator struct{}
func (DistributionPathSelectorSpecSelectorMatchExpressionsOperator) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressionsOperator) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecSelectorMatchExpressionsOperator) WithValue ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressionsOperator) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecSelectorMatchExpressionsValues ¶
type DistributionPathSelectorSpecSelectorMatchExpressionsValues struct{}
func (DistributionPathSelectorSpecSelectorMatchExpressionsValues) FieldPath ¶
func (DistributionPathSelectorSpecSelectorMatchExpressionsValues) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithItemValue ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithValue ¶
func (s DistributionPathSelectorSpecSelectorMatchExpressionsValues) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecSelectorMatchLabels ¶
type DistributionPathSelectorSpecSelectorMatchLabels struct{}
func (DistributionPathSelectorSpecSelectorMatchLabels) FieldPath ¶
func (DistributionPathSelectorSpecSelectorMatchLabels) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecSelectorMatchLabels) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecSelectorMatchLabels) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecSelectorMatchLabels) WithValue ¶
func (s DistributionPathSelectorSpecSelectorMatchLabels) WithValue(value map[string]string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplate ¶
type DistributionPathSelectorSpecTemplate struct{}
func (DistributionPathSelectorSpecTemplate) FieldPath ¶
func (DistributionPathSelectorSpecTemplate) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplate) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplate) WithArrayOfValues(values []*Distribution_Spec_Template) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplate) WithValue ¶
func (s DistributionPathSelectorSpecTemplate) WithValue(value *Distribution_Spec_Template) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadata ¶
type DistributionPathSelectorSpecTemplateMetadata struct{}
func (DistributionPathSelectorSpecTemplateMetadata) Annotations ¶
func (DistributionPathSelectorSpecTemplateMetadata) CreateTime ¶
func (DistributionPathSelectorSpecTemplateMetadata) DeleteTime ¶
func (DistributionPathSelectorSpecTemplateMetadata) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadata) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadata) Generation ¶
func (DistributionPathSelectorSpecTemplateMetadata) OwnerReferences ¶
func (DistributionPathSelectorSpecTemplateMetadata) OwnerReferences() DistributionPathSelectorSpecTemplateMetadataOwnerReferences
func (DistributionPathSelectorSpecTemplateMetadata) ResourceVersion ¶
func (DistributionPathSelectorSpecTemplateMetadata) ResourceVersion() DistributionPathSelectorSpecTemplateMetadataResourceVersion
func (DistributionPathSelectorSpecTemplateMetadata) UpdateTime ¶
func (DistributionPathSelectorSpecTemplateMetadata) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadata) WithArrayOfValues(values []*meta.Meta) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadata) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadata) WithValue(value *meta.Meta) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataAnnotations ¶
type DistributionPathSelectorSpecTemplateMetadataAnnotations struct{}
func (DistributionPathSelectorSpecTemplateMetadataAnnotations) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataAnnotations) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataAnnotations) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataAnnotations) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataAnnotations) WithValue(value map[string]string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataCreateTime ¶
type DistributionPathSelectorSpecTemplateMetadataCreateTime struct{}
func (DistributionPathSelectorSpecTemplateMetadataCreateTime) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataCreateTime) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataCreateTime) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataCreateTime) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataDeleteTime ¶
type DistributionPathSelectorSpecTemplateMetadataDeleteTime struct{}
func (DistributionPathSelectorSpecTemplateMetadataDeleteTime) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataDeleteTime) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataDeleteTime) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataDeleteTime) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataGeneration ¶
type DistributionPathSelectorSpecTemplateMetadataGeneration struct{}
func (DistributionPathSelectorSpecTemplateMetadataGeneration) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataGeneration) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataGeneration) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataGeneration) WithArrayOfValues(values []int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataGeneration) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataGeneration) WithValue(value int64) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataLabels ¶
type DistributionPathSelectorSpecTemplateMetadataLabels struct{}
func (DistributionPathSelectorSpecTemplateMetadataLabels) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataLabels) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataLabels) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataLabels) WithArrayOfValues(values []map[string]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataLabels) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataLabels) WithValue(value map[string]string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataLifecycle ¶
type DistributionPathSelectorSpecTemplateMetadataLifecycle struct{}
func (DistributionPathSelectorSpecTemplateMetadataLifecycle) BlockDeletion ¶
func (DistributionPathSelectorSpecTemplateMetadataLifecycle) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataLifecycle) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataLifecycle) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataLifecycle) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataLifecycle) WithValue(value *meta.Lifecycle) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion ¶
type DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion struct{}
func (DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataLifecycleBlockDeletion) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataLifecycleState ¶
type DistributionPathSelectorSpecTemplateMetadataLifecycleState struct{}
func (DistributionPathSelectorSpecTemplateMetadataLifecycleState) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataLifecycleState) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataLifecycleState) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataLifecycleState) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataOwnerReferences ¶
type DistributionPathSelectorSpecTemplateMetadataOwnerReferences struct{}
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) Controller ¶
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) RequiresOwnerReference ¶
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController ¶
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController struct{}
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesController) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind ¶
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind struct{}
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesKind) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName ¶
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName struct{}
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion ¶
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion struct{}
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRegion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference ¶
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference struct{}
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion ¶
type DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion struct{}
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataOwnerReferencesVersion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataResourceVersion ¶
type DistributionPathSelectorSpecTemplateMetadataResourceVersion struct{}
func (DistributionPathSelectorSpecTemplateMetadataResourceVersion) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataResourceVersion) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataResourceVersion) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataResourceVersion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataResourceVersion) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataResourceVersion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataServices ¶
type DistributionPathSelectorSpecTemplateMetadataServices struct{}
func (DistributionPathSelectorSpecTemplateMetadataServices) AllowedServices ¶
func (DistributionPathSelectorSpecTemplateMetadataServices) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataServices) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataServices) OwningService ¶
func (DistributionPathSelectorSpecTemplateMetadataServices) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataServices) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataServices) WithValue(value *meta.ServicesInfo) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices ¶
type DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices struct{}
func (DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataServicesAllowedServices) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataServicesOwningService ¶
type DistributionPathSelectorSpecTemplateMetadataServicesOwningService struct{}
func (DistributionPathSelectorSpecTemplateMetadataServicesOwningService) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataServicesOwningService) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataServicesOwningService) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataServicesOwningService) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataShards ¶
type DistributionPathSelectorSpecTemplateMetadataShards struct{}
func (DistributionPathSelectorSpecTemplateMetadataShards) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataShards) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataShards) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataShards) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataShards) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataShards) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataSyncing ¶
type DistributionPathSelectorSpecTemplateMetadataSyncing struct{}
func (DistributionPathSelectorSpecTemplateMetadataSyncing) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataSyncing) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataSyncing) OwningRegion ¶
func (DistributionPathSelectorSpecTemplateMetadataSyncing) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataSyncing) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataSyncing) WithValue(value *meta.SyncingMeta) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion ¶
type DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion struct{}
func (DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataSyncingOwningRegion) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataSyncingRegions ¶
type DistributionPathSelectorSpecTemplateMetadataSyncingRegions struct{}
func (DistributionPathSelectorSpecTemplateMetadataSyncingRegions) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataSyncingRegions) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataSyncingRegions) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataTags ¶
type DistributionPathSelectorSpecTemplateMetadataTags struct{}
func (DistributionPathSelectorSpecTemplateMetadataTags) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataTags) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataTags) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataTags) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataTags) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataTags) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateMetadataTags) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataTags) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataUpdateTime ¶
type DistributionPathSelectorSpecTemplateMetadataUpdateTime struct{}
func (DistributionPathSelectorSpecTemplateMetadataUpdateTime) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataUpdateTime) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataUpdateTime) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataUpdateTime) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateMetadataUuid ¶
type DistributionPathSelectorSpecTemplateMetadataUuid struct{}
func (DistributionPathSelectorSpecTemplateMetadataUuid) FieldPath ¶
func (DistributionPathSelectorSpecTemplateMetadataUuid) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateMetadataUuid) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateMetadataUuid) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateMetadataUuid) WithValue ¶
func (s DistributionPathSelectorSpecTemplateMetadataUuid) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpec ¶
type DistributionPathSelectorSpecTemplateSpec struct{}
func (DistributionPathSelectorSpecTemplateSpec) Containers ¶
func (DistributionPathSelectorSpecTemplateSpec) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpec) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpec) HostNetwork ¶
func (DistributionPathSelectorSpecTemplateSpec) HostVolumeMounts ¶
func (DistributionPathSelectorSpecTemplateSpec) HostVolumeMounts() DistributionPathSelectorSpecTemplateSpecHostVolumeMounts
func (DistributionPathSelectorSpecTemplateSpec) ImagePullSecrets ¶
func (DistributionPathSelectorSpecTemplateSpec) ImagePullSecrets() DistributionPathSelectorSpecTemplateSpecImagePullSecrets
func (DistributionPathSelectorSpecTemplateSpec) RestartPolicy ¶
func (DistributionPathSelectorSpecTemplateSpec) RestartPolicy() DistributionPathSelectorSpecTemplateSpecRestartPolicy
func (DistributionPathSelectorSpecTemplateSpec) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpec) WithArrayOfValues(values []*common.PodSpec) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpec) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpec) WithValue(value *common.PodSpec) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecCompose ¶
type DistributionPathSelectorSpecTemplateSpecCompose struct{}
func (DistributionPathSelectorSpecTemplateSpecCompose) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecCompose) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecCompose) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecCompose) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecCompose) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecCompose) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainers ¶
type DistributionPathSelectorSpecTemplateSpecContainers struct{}
func (DistributionPathSelectorSpecTemplateSpecContainers) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainers) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainers) ImagePullPolicy ¶
func (DistributionPathSelectorSpecTemplateSpecContainers) SecurityContext ¶
func (DistributionPathSelectorSpecTemplateSpecContainers) VolumeMounts ¶
func (DistributionPathSelectorSpecTemplateSpecContainers) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainers) WithArrayOfValues(values [][]*common.PodSpec_Container) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainers) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainers) WithItemValue(value *common.PodSpec_Container) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecContainers) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainers) WithValue(value []*common.PodSpec_Container) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersArgs ¶
type DistributionPathSelectorSpecTemplateSpecContainersArgs struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersArgs) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersArgs) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersArgs) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersArgs) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersArgs) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersArgs) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecContainersArgs) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersArgs) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersCommand ¶
type DistributionPathSelectorSpecTemplateSpecContainersCommand struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersCommand) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersCommand) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersCommand) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersCommand) WithArrayOfValues(values [][]string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersCommand) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersCommand) WithItemValue(value string) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecContainersCommand) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersCommand) WithValue(value []string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnv ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnv struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnv) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnv) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersEnv) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnv) WithArrayOfValues(values [][]*common.EnvVar) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnv) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnv) WithItemValue(value *common.EnvVar) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecContainersEnv) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnv) WithValue(value []*common.EnvVar) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFrom ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFrom struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) ConfigMapRef ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) WithArrayOfValues(values []*common.EnvFromSource) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFrom) WithValue(value *common.EnvFromSource) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*common.ConfigMapEnvSource) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRef) WithValue(value *common.ConfigMapEnvSource) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromPrefix) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*common.SecretEnvSource) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRef) WithValue(value *common.SecretEnvSource) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvName ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvName struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvName) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvName) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersEnvName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvValue ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValue struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValue) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValue) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValue) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValue) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValue) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValue) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) SecretKeyRef ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) WithArrayOfValues(values []*common.EnvVarSource) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFrom) WithValue(value *common.EnvVarSource) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*common.ConfigMapKeySelector) *Distribution_FieldSubPathArrayOfValues
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*common.SecretKeySelector) *Distribution_FieldSubPathArrayOfValues
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional ¶
type DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersImage ¶
type DistributionPathSelectorSpecTemplateSpecContainersImage struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersImage) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersImage) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersImage) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersImage) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersImage) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersImage) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy ¶
type DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersImagePullPolicy) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersName ¶
type DistributionPathSelectorSpecTemplateSpecContainersName struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersName) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersName) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersResources ¶
type DistributionPathSelectorSpecTemplateSpecContainersResources struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersResources) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecContainersResources) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecContainersResources) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersResources) WithArrayOfValues(values []*common.PodSpec_Container_ResourceRequirements) *Distribution_FieldSubPathArrayOfValues
type DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits ¶
type DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesLimits) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests ¶
type DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersResourcesRequests) WithValue(value map[string]int64) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersSecurityContext ¶
type DistributionPathSelectorSpecTemplateSpecContainersSecurityContext struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) Privileged ¶
func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) WithArrayOfValues(values []*common.SecurityContext) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContext) WithValue(value *common.SecurityContext) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged ¶
type DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersSecurityContextPrivileged) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts ¶
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithItemValue(value *common.VolumeMount) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMounts) WithValue(value []*common.VolumeMount) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath ¶
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsMountPath) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName ¶
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly ¶
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsReadOnly) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath ¶
type DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath struct{}
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecContainersVolumeMountsSubPath) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecHostNetwork ¶
type DistributionPathSelectorSpecTemplateSpecHostNetwork struct{}
func (DistributionPathSelectorSpecTemplateSpecHostNetwork) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecHostNetwork) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecHostNetwork) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecHostNetwork) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecHostNetwork) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecHostNetwork) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecHostVolumeMounts ¶
type DistributionPathSelectorSpecTemplateSpecHostVolumeMounts struct{}
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithItemValue(value *common.VolumeMount) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMounts) WithValue(value []*common.VolumeMount) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath ¶
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath struct{}
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsMountPath) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName ¶
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName struct{}
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly ¶
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly struct{}
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsReadOnly) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath ¶
type DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath struct{}
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecHostVolumeMountsSubPath) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecImagePullSecrets ¶
type DistributionPathSelectorSpecTemplateSpecImagePullSecrets struct{}
func (DistributionPathSelectorSpecTemplateSpecImagePullSecrets) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecImagePullSecrets) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithArrayOfValues(values [][]*common.LocalObjectReferenceSecret) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithItemValue(value *common.LocalObjectReferenceSecret) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecImagePullSecrets) WithValue(value []*common.LocalObjectReferenceSecret) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecImagePullSecretsName ¶
type DistributionPathSelectorSpecTemplateSpecImagePullSecretsName struct{}
func (DistributionPathSelectorSpecTemplateSpecImagePullSecretsName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecImagePullSecretsName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecNode ¶
type DistributionPathSelectorSpecTemplateSpecNode struct{}
func (DistributionPathSelectorSpecTemplateSpecNode) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecNode) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecNode) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecNode) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecNode) WithValue(value *devices_device.Reference) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecRestartPolicy ¶
type DistributionPathSelectorSpecTemplateSpecRestartPolicy struct{}
func (DistributionPathSelectorSpecTemplateSpecRestartPolicy) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecRestartPolicy) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecRestartPolicy) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecRestartPolicy) WithArrayOfValues(values []common.PodSpec_RestartPolicy) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecRestartPolicy) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecRestartPolicy) WithValue(value common.PodSpec_RestartPolicy) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumes ¶
type DistributionPathSelectorSpecTemplateSpecVolumes struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumes) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumes) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumes) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumes) WithArrayOfValues(values [][]*common.Volume) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumes) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumes) WithItemValue(value *common.Volume) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecVolumes) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumes) WithValue(value []*common.Volume) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMap ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMap struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) DefaultMode ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) WithArrayOfValues(values []*common.ConfigMapVolumeSource) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMap) WithValue(value *common.ConfigMapVolumeSource) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapDefaultMode) WithValue(value int32) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*common.KeyToPath) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithItemValue(value *common.KeyToPath) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItems) WithValue(value []*common.KeyToPath) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsKey) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsMode) WithValue(value int32) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapItemsPath) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional ¶
type DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesConfigMapOptional) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesHostPath ¶
type DistributionPathSelectorSpecTemplateSpecVolumesHostPath struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPath) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPath) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPath) WithArrayOfValues(values []*common.HostPathVolumeSource) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPath) WithValue(value *common.HostPathVolumeSource) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath ¶
type DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathPath) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesHostPathType ¶
type DistributionPathSelectorSpecTemplateSpecVolumesHostPathType struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) WithArrayOfValues(values []common.HostPathVolumeSource_Type) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesHostPathType) WithValue(value common.HostPathVolumeSource_Type) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesName ¶
type DistributionPathSelectorSpecTemplateSpecVolumesName struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesName) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesName) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumesName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecret ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecret struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) DefaultMode ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) SecretName ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecret) WithArrayOfValues(values []*common.SecretVolumeSource) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecret) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecret) WithValue(value *common.SecretVolumeSource) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretDefaultMode) WithValue(value int32) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItems ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItems struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) FieldPath ¶
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) FieldPath() *Distribution_FieldSubPath
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithArrayOfValues(values [][]*common.KeyToPath) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithItemValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithItemValue(value *common.KeyToPath) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItems) WithValue(value []*common.KeyToPath) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsKey) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsMode) WithValue(value int32) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretItemsPath) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretOptional) WithValue(value bool) *Distribution_FieldSubPathValue
type DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName ¶
type DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName struct{}
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName) WithValue ¶
func (s DistributionPathSelectorSpecTemplateSpecVolumesSecretSecretName) WithValue(value string) *Distribution_FieldSubPathValue
type DistributionPathSelectorStatus ¶
type DistributionPathSelectorStatus struct{}
func (DistributionPathSelectorStatus) FieldPath ¶
func (DistributionPathSelectorStatus) FieldPath() *Distribution_FieldTerminalPath
func (DistributionPathSelectorStatus) WithArrayOfValues ¶
func (s DistributionPathSelectorStatus) WithArrayOfValues(values []*Distribution_Status) *Distribution_FieldTerminalPathArrayOfValues
func (DistributionPathSelectorStatus) WithSubArrayItemValue ¶
func (s DistributionPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue DistributionStatus_FieldPathArrayItemValue) *Distribution_FieldSubPathArrayItemValue
func (DistributionPathSelectorStatus) WithSubArrayOfValues ¶
func (s DistributionPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues DistributionStatus_FieldPathArrayOfValues) *Distribution_FieldSubPathArrayOfValues
func (DistributionPathSelectorStatus) WithSubPath ¶
func (DistributionPathSelectorStatus) WithSubPath(subPath DistributionStatus_FieldPath) *Distribution_FieldSubPath
func (DistributionPathSelectorStatus) WithSubValue ¶
func (s DistributionPathSelectorStatus) WithSubValue(subPathValue DistributionStatus_FieldPathValue) *Distribution_FieldSubPathValue
func (DistributionPathSelectorStatus) WithValue ¶
func (s DistributionPathSelectorStatus) WithValue(value *Distribution_Status) *Distribution_FieldTerminalPathValue
type DistributionReferenceList ¶
type DistributionReferenceList []*Reference
func (DistributionReferenceList) Append ¶
func (l DistributionReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (DistributionReferenceList) AppendList ¶
func (l DistributionReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (DistributionReferenceList) At ¶
func (l DistributionReferenceList) At(idx int) gotenresource.Reference
func (DistributionReferenceList) Length ¶
func (l DistributionReferenceList) Length() int
func (DistributionReferenceList) Set ¶
func (l DistributionReferenceList) Set(idx int, ref gotenresource.Reference)
func (DistributionReferenceList) Slice ¶
func (l DistributionReferenceList) Slice(first, second int) gotenresource.ReferenceList
type DistributionSpecFieldPathBuilder ¶
type DistributionSpecFieldPathBuilder struct{}
func NewDistributionSpecFieldPathBuilder ¶
func NewDistributionSpecFieldPathBuilder() DistributionSpecFieldPathBuilder
func (DistributionSpecFieldPathBuilder) Selector ¶
func (DistributionSpecFieldPathBuilder) Selector() Distribution_SpecPathSelectorSelector
func (DistributionSpecFieldPathBuilder) Template ¶
func (DistributionSpecFieldPathBuilder) Template() Distribution_SpecPathSelectorTemplate
type DistributionSpecTemplateFieldPathBuilder ¶
type DistributionSpecTemplateFieldPathBuilder struct{}
func NewDistributionSpecTemplateFieldPathBuilder ¶
func NewDistributionSpecTemplateFieldPathBuilder() DistributionSpecTemplateFieldPathBuilder
type DistributionSpecTemplate_FieldPath ¶
type DistributionSpecTemplate_FieldPath interface { gotenobject.FieldPath Selector() DistributionSpecTemplate_FieldPathSelector Get(source *Distribution_Spec_Template) []interface{} GetSingle(source *Distribution_Spec_Template) (interface{}, bool) ClearValue(item *Distribution_Spec_Template) // Those methods build corresponding DistributionSpecTemplate_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DistributionSpecTemplate_FieldPathValue WithIArrayOfValues(values interface{}) DistributionSpecTemplate_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DistributionSpecTemplate_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDistributionSpecTemplate_FieldPath ¶
func BuildDistributionSpecTemplate_FieldPath(fp gotenobject.RawFieldPath) (DistributionSpecTemplate_FieldPath, error)
func MustParseDistributionSpecTemplate_FieldPath ¶
func MustParseDistributionSpecTemplate_FieldPath(rawField string) DistributionSpecTemplate_FieldPath
func ParseDistributionSpecTemplate_FieldPath ¶
func ParseDistributionSpecTemplate_FieldPath(rawField string) (DistributionSpecTemplate_FieldPath, error)
type DistributionSpecTemplate_FieldPathArrayItemValue ¶
type DistributionSpecTemplate_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DistributionSpecTemplate_FieldPath ContainsValue(*Distribution_Spec_Template) bool }
DistributionSpecTemplate_FieldPathArrayItemValue allows storing single item in Path-specific values for Template according to their type Present only for array (repeated) types.
func MustParseDistributionSpecTemplate_FieldPathArrayItemValue ¶
func MustParseDistributionSpecTemplate_FieldPathArrayItemValue(pathStr, valueStr string) DistributionSpecTemplate_FieldPathArrayItemValue
func ParseDistributionSpecTemplate_FieldPathArrayItemValue ¶
func ParseDistributionSpecTemplate_FieldPathArrayItemValue(pathStr, valueStr string) (DistributionSpecTemplate_FieldPathArrayItemValue, error)
ParseDistributionSpecTemplate_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DistributionSpecTemplate_FieldPathArrayOfValues ¶
type DistributionSpecTemplate_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DistributionSpecTemplate_FieldPath }
DistributionSpecTemplate_FieldPathArrayOfValues allows storing slice of values for Template fields according to their type
func MustParseDistributionSpecTemplate_FieldPathArrayOfValues ¶
func MustParseDistributionSpecTemplate_FieldPathArrayOfValues(pathStr, valuesStr string) DistributionSpecTemplate_FieldPathArrayOfValues
func ParseDistributionSpecTemplate_FieldPathArrayOfValues ¶
func ParseDistributionSpecTemplate_FieldPathArrayOfValues(pathStr, valuesStr string) (DistributionSpecTemplate_FieldPathArrayOfValues, error)
type DistributionSpecTemplate_FieldPathSelector ¶
type DistributionSpecTemplate_FieldPathSelector int32
const ( DistributionSpecTemplate_FieldPathSelectorMetadata DistributionSpecTemplate_FieldPathSelector = 0 DistributionSpecTemplate_FieldPathSelectorSpec DistributionSpecTemplate_FieldPathSelector = 1 )
func (DistributionSpecTemplate_FieldPathSelector) String ¶
func (s DistributionSpecTemplate_FieldPathSelector) String() string
type DistributionSpecTemplate_FieldPathValue ¶
type DistributionSpecTemplate_FieldPathValue interface { DistributionSpecTemplate_FieldPath gotenobject.FieldPathValue SetTo(target **Distribution_Spec_Template) CompareWith(*Distribution_Spec_Template) (cmp int, comparable bool) }
DistributionSpecTemplate_FieldPathValue allows storing values for Template fields according to their type
func MustParseDistributionSpecTemplate_FieldPathValue ¶
func MustParseDistributionSpecTemplate_FieldPathValue(pathStr, valueStr string) DistributionSpecTemplate_FieldPathValue
func ParseDistributionSpecTemplate_FieldPathValue ¶
func ParseDistributionSpecTemplate_FieldPathValue(pathStr, valueStr string) (DistributionSpecTemplate_FieldPathValue, error)
type DistributionSpecTemplate_FieldSubPath ¶
type DistributionSpecTemplate_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*DistributionSpecTemplate_FieldSubPath) AsMetadataSubPath ¶
func (fps *DistributionSpecTemplate_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*DistributionSpecTemplate_FieldSubPath) AsSpecSubPath ¶
func (fps *DistributionSpecTemplate_FieldSubPath) AsSpecSubPath() (common.PodSpec_FieldPath, bool)
func (*DistributionSpecTemplate_FieldSubPath) ClearValue ¶
func (fps *DistributionSpecTemplate_FieldSubPath) ClearValue(item *Distribution_Spec_Template)
func (*DistributionSpecTemplate_FieldSubPath) ClearValueRaw ¶
func (fps *DistributionSpecTemplate_FieldSubPath) ClearValueRaw(item proto.Message)
func (*DistributionSpecTemplate_FieldSubPath) Get ¶
func (fps *DistributionSpecTemplate_FieldSubPath) Get(source *Distribution_Spec_Template) (values []interface{})
Get returns all values pointed by selected field from source Distribution_Spec_Template
func (*DistributionSpecTemplate_FieldSubPath) GetDefault ¶
func (fps *DistributionSpecTemplate_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DistributionSpecTemplate_FieldSubPath) GetRaw ¶
func (fps *DistributionSpecTemplate_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*DistributionSpecTemplate_FieldSubPath) GetSingle ¶
func (fps *DistributionSpecTemplate_FieldSubPath) GetSingle(source *Distribution_Spec_Template) (interface{}, bool)
GetSingle returns value of selected field from source Distribution_Spec_Template
func (*DistributionSpecTemplate_FieldSubPath) GetSingleRaw ¶
func (fps *DistributionSpecTemplate_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DistributionSpecTemplate_FieldSubPath) IsLeaf ¶
func (fps *DistributionSpecTemplate_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DistributionSpecTemplate_FieldSubPath) JSONString ¶
func (fps *DistributionSpecTemplate_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DistributionSpecTemplate_FieldSubPath) Selector ¶
func (fps *DistributionSpecTemplate_FieldSubPath) Selector() DistributionSpecTemplate_FieldPathSelector
func (*DistributionSpecTemplate_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *DistributionSpecTemplate_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DistributionSpecTemplate_FieldSubPath) String ¶
func (fps *DistributionSpecTemplate_FieldSubPath) String() string
String returns path representation in proto convention
func (*DistributionSpecTemplate_FieldSubPath) WithIArrayItemValue ¶
func (fps *DistributionSpecTemplate_FieldSubPath) WithIArrayItemValue(value interface{}) DistributionSpecTemplate_FieldPathArrayItemValue
func (*DistributionSpecTemplate_FieldSubPath) WithIArrayOfValues ¶
func (fps *DistributionSpecTemplate_FieldSubPath) WithIArrayOfValues(values interface{}) DistributionSpecTemplate_FieldPathArrayOfValues
func (*DistributionSpecTemplate_FieldSubPath) WithIValue ¶
func (fps *DistributionSpecTemplate_FieldSubPath) WithIValue(value interface{}) DistributionSpecTemplate_FieldPathValue
func (*DistributionSpecTemplate_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *DistributionSpecTemplate_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DistributionSpecTemplate_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *DistributionSpecTemplate_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DistributionSpecTemplate_FieldSubPath) WithRawIValue ¶
func (fps *DistributionSpecTemplate_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DistributionSpecTemplate_FieldSubPathArrayItemValue ¶
type DistributionSpecTemplate_FieldSubPathArrayItemValue struct { DistributionSpecTemplate_FieldPath // contains filtered or unexported fields }
func (*DistributionSpecTemplate_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*DistributionSpecTemplate_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) AsSpecPathItemValue() (common.PodSpec_FieldPathArrayItemValue, bool)
func (*DistributionSpecTemplate_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) ContainsValue(source *Distribution_Spec_Template) bool
Contains returns a boolean indicating if value that is being held is present in given 'Template'
func (*DistributionSpecTemplate_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *DistributionSpecTemplate_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type DistributionSpecTemplate_FieldSubPathArrayOfValues ¶
type DistributionSpecTemplate_FieldSubPathArrayOfValues struct { DistributionSpecTemplate_FieldPath // contains filtered or unexported fields }
func (*DistributionSpecTemplate_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *DistributionSpecTemplate_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*DistributionSpecTemplate_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *DistributionSpecTemplate_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (common.PodSpec_FieldPathArrayOfValues, bool)
func (*DistributionSpecTemplate_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *DistributionSpecTemplate_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type DistributionSpecTemplate_FieldSubPathValue ¶
type DistributionSpecTemplate_FieldSubPathValue struct { DistributionSpecTemplate_FieldPath // contains filtered or unexported fields }
func (*DistributionSpecTemplate_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *DistributionSpecTemplate_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*DistributionSpecTemplate_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *DistributionSpecTemplate_FieldSubPathValue) AsSpecPathValue() (common.PodSpec_FieldPathValue, bool)
func (*DistributionSpecTemplate_FieldSubPathValue) CompareWith ¶
func (fpvs *DistributionSpecTemplate_FieldSubPathValue) CompareWith(source *Distribution_Spec_Template) (int, bool)
func (*DistributionSpecTemplate_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *DistributionSpecTemplate_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DistributionSpecTemplate_FieldSubPathValue) GetRawValue ¶
func (fpvs *DistributionSpecTemplate_FieldSubPathValue) GetRawValue() interface{}
func (*DistributionSpecTemplate_FieldSubPathValue) SetTo ¶
func (fpvs *DistributionSpecTemplate_FieldSubPathValue) SetTo(target **Distribution_Spec_Template)
func (*DistributionSpecTemplate_FieldSubPathValue) SetToRaw ¶
func (fpvs *DistributionSpecTemplate_FieldSubPathValue) SetToRaw(target proto.Message)
type DistributionSpecTemplate_FieldTerminalPath ¶
type DistributionSpecTemplate_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DistributionSpecTemplate_FieldTerminalPath) ClearValue ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) ClearValue(item *Distribution_Spec_Template)
func (*DistributionSpecTemplate_FieldTerminalPath) ClearValueRaw ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DistributionSpecTemplate_FieldTerminalPath) Get ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) Get(source *Distribution_Spec_Template) (values []interface{})
Get returns all values pointed by specific field from source Distribution_Spec_Template
func (*DistributionSpecTemplate_FieldTerminalPath) GetDefault ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DistributionSpecTemplate_FieldTerminalPath) GetRaw ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DistributionSpecTemplate_FieldTerminalPath) GetSingle ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) GetSingle(source *Distribution_Spec_Template) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Distribution_Spec_Template
func (*DistributionSpecTemplate_FieldTerminalPath) GetSingleRaw ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DistributionSpecTemplate_FieldTerminalPath) IsLeaf ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DistributionSpecTemplate_FieldTerminalPath) JSONString ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DistributionSpecTemplate_FieldTerminalPath) Selector ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) Selector() DistributionSpecTemplate_FieldPathSelector
func (*DistributionSpecTemplate_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DistributionSpecTemplate_FieldTerminalPath) String ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DistributionSpecTemplate_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) WithIArrayItemValue(value interface{}) DistributionSpecTemplate_FieldPathArrayItemValue
func (*DistributionSpecTemplate_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) WithIArrayOfValues(values interface{}) DistributionSpecTemplate_FieldPathArrayOfValues
func (*DistributionSpecTemplate_FieldTerminalPath) WithIValue ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) WithIValue(value interface{}) DistributionSpecTemplate_FieldPathValue
func (*DistributionSpecTemplate_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DistributionSpecTemplate_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DistributionSpecTemplate_FieldTerminalPath) WithRawIValue ¶
func (fp *DistributionSpecTemplate_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DistributionSpecTemplate_FieldTerminalPathArrayItemValue ¶
type DistributionSpecTemplate_FieldTerminalPathArrayItemValue struct { DistributionSpecTemplate_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionSpecTemplate_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution_Spec_Template) bool
Contains returns a boolean indicating if value that is being held is present in given 'Template'
func (*DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Distribution_Spec_Template as interface{}
func (*DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution_Spec_Template) (interface{}, bool)
func (*DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DistributionSpecTemplate_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DistributionSpecTemplate_FieldTerminalPathArrayOfValues ¶
type DistributionSpecTemplate_FieldTerminalPathArrayOfValues struct { DistributionSpecTemplate_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionSpecTemplate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *DistributionSpecTemplate_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*DistributionSpecTemplate_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *DistributionSpecTemplate_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*common.PodSpec, bool)
func (*DistributionSpecTemplate_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DistributionSpecTemplate_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DistributionSpecTemplate_FieldTerminalPathValue ¶
type DistributionSpecTemplate_FieldTerminalPathValue struct { DistributionSpecTemplate_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionSpecTemplate_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*DistributionSpecTemplate_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) AsSpecValue() (*common.PodSpec, bool)
func (*DistributionSpecTemplate_FieldTerminalPathValue) CompareWith ¶
func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) CompareWith(source *Distribution_Spec_Template) (int, bool)
CompareWith compares value in the 'DistributionSpecTemplate_FieldTerminalPathValue' with the value under path in 'Distribution_Spec_Template'.
func (*DistributionSpecTemplate_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DistributionSpecTemplate_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Template' as interface{}
func (*DistributionSpecTemplate_FieldTerminalPathValue) SetTo ¶
func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) SetTo(target **Distribution_Spec_Template)
SetTo stores value for selected field for object Template
func (*DistributionSpecTemplate_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DistributionSpecTemplate_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DistributionSpec_FieldPath ¶
type DistributionSpec_FieldPath interface { gotenobject.FieldPath Selector() DistributionSpec_FieldPathSelector Get(source *Distribution_Spec) []interface{} GetSingle(source *Distribution_Spec) (interface{}, bool) ClearValue(item *Distribution_Spec) // Those methods build corresponding DistributionSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DistributionSpec_FieldPathValue WithIArrayOfValues(values interface{}) DistributionSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DistributionSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDistributionSpec_FieldPath ¶
func BuildDistributionSpec_FieldPath(fp gotenobject.RawFieldPath) (DistributionSpec_FieldPath, error)
func MustParseDistributionSpec_FieldPath ¶
func MustParseDistributionSpec_FieldPath(rawField string) DistributionSpec_FieldPath
func ParseDistributionSpec_FieldPath ¶
func ParseDistributionSpec_FieldPath(rawField string) (DistributionSpec_FieldPath, error)
type DistributionSpec_FieldPathArrayItemValue ¶
type DistributionSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DistributionSpec_FieldPath ContainsValue(*Distribution_Spec) bool }
DistributionSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParseDistributionSpec_FieldPathArrayItemValue ¶
func MustParseDistributionSpec_FieldPathArrayItemValue(pathStr, valueStr string) DistributionSpec_FieldPathArrayItemValue
func ParseDistributionSpec_FieldPathArrayItemValue ¶
func ParseDistributionSpec_FieldPathArrayItemValue(pathStr, valueStr string) (DistributionSpec_FieldPathArrayItemValue, error)
ParseDistributionSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DistributionSpec_FieldPathArrayOfValues ¶
type DistributionSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DistributionSpec_FieldPath }
DistributionSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParseDistributionSpec_FieldPathArrayOfValues ¶
func MustParseDistributionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) DistributionSpec_FieldPathArrayOfValues
func ParseDistributionSpec_FieldPathArrayOfValues ¶
func ParseDistributionSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (DistributionSpec_FieldPathArrayOfValues, error)
type DistributionSpec_FieldPathSelector ¶
type DistributionSpec_FieldPathSelector int32
const ( DistributionSpec_FieldPathSelectorSelector DistributionSpec_FieldPathSelector = 0 DistributionSpec_FieldPathSelectorTemplate DistributionSpec_FieldPathSelector = 1 )
func (DistributionSpec_FieldPathSelector) String ¶
func (s DistributionSpec_FieldPathSelector) String() string
type DistributionSpec_FieldPathValue ¶
type DistributionSpec_FieldPathValue interface { DistributionSpec_FieldPath gotenobject.FieldPathValue SetTo(target **Distribution_Spec) CompareWith(*Distribution_Spec) (cmp int, comparable bool) }
DistributionSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParseDistributionSpec_FieldPathValue ¶
func MustParseDistributionSpec_FieldPathValue(pathStr, valueStr string) DistributionSpec_FieldPathValue
func ParseDistributionSpec_FieldPathValue ¶
func ParseDistributionSpec_FieldPathValue(pathStr, valueStr string) (DistributionSpec_FieldPathValue, error)
type DistributionSpec_FieldSubPath ¶
type DistributionSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*DistributionSpec_FieldSubPath) AsSelectorSubPath ¶
func (fps *DistributionSpec_FieldSubPath) AsSelectorSubPath() (LabelSelector_FieldPath, bool)
func (*DistributionSpec_FieldSubPath) AsTemplateSubPath ¶
func (fps *DistributionSpec_FieldSubPath) AsTemplateSubPath() (DistributionSpecTemplate_FieldPath, bool)
func (*DistributionSpec_FieldSubPath) ClearValue ¶
func (fps *DistributionSpec_FieldSubPath) ClearValue(item *Distribution_Spec)
func (*DistributionSpec_FieldSubPath) ClearValueRaw ¶
func (fps *DistributionSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*DistributionSpec_FieldSubPath) Get ¶
func (fps *DistributionSpec_FieldSubPath) Get(source *Distribution_Spec) (values []interface{})
Get returns all values pointed by selected field from source Distribution_Spec
func (*DistributionSpec_FieldSubPath) GetDefault ¶
func (fps *DistributionSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DistributionSpec_FieldSubPath) GetRaw ¶
func (fps *DistributionSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*DistributionSpec_FieldSubPath) GetSingle ¶
func (fps *DistributionSpec_FieldSubPath) GetSingle(source *Distribution_Spec) (interface{}, bool)
GetSingle returns value of selected field from source Distribution_Spec
func (*DistributionSpec_FieldSubPath) GetSingleRaw ¶
func (fps *DistributionSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DistributionSpec_FieldSubPath) IsLeaf ¶
func (fps *DistributionSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DistributionSpec_FieldSubPath) JSONString ¶
func (fps *DistributionSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DistributionSpec_FieldSubPath) Selector ¶
func (fps *DistributionSpec_FieldSubPath) Selector() DistributionSpec_FieldPathSelector
func (*DistributionSpec_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *DistributionSpec_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DistributionSpec_FieldSubPath) String ¶
func (fps *DistributionSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*DistributionSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *DistributionSpec_FieldSubPath) WithIArrayItemValue(value interface{}) DistributionSpec_FieldPathArrayItemValue
func (*DistributionSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *DistributionSpec_FieldSubPath) WithIArrayOfValues(values interface{}) DistributionSpec_FieldPathArrayOfValues
func (*DistributionSpec_FieldSubPath) WithIValue ¶
func (fps *DistributionSpec_FieldSubPath) WithIValue(value interface{}) DistributionSpec_FieldPathValue
func (*DistributionSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *DistributionSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DistributionSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *DistributionSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DistributionSpec_FieldSubPath) WithRawIValue ¶
func (fps *DistributionSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DistributionSpec_FieldSubPathArrayItemValue ¶
type DistributionSpec_FieldSubPathArrayItemValue struct { DistributionSpec_FieldPath // contains filtered or unexported fields }
func (*DistributionSpec_FieldSubPathArrayItemValue) AsSelectorPathItemValue ¶
func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) AsSelectorPathItemValue() (LabelSelector_FieldPathArrayItemValue, bool)
func (*DistributionSpec_FieldSubPathArrayItemValue) AsTemplatePathItemValue ¶
func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) AsTemplatePathItemValue() (DistributionSpecTemplate_FieldPathArrayItemValue, bool)
func (*DistributionSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) ContainsValue(source *Distribution_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*DistributionSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *DistributionSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type DistributionSpec_FieldSubPathArrayOfValues ¶
type DistributionSpec_FieldSubPathArrayOfValues struct { DistributionSpec_FieldPath // contains filtered or unexported fields }
func (*DistributionSpec_FieldSubPathArrayOfValues) AsSelectorPathArrayOfValues ¶
func (fpsaov *DistributionSpec_FieldSubPathArrayOfValues) AsSelectorPathArrayOfValues() (LabelSelector_FieldPathArrayOfValues, bool)
func (*DistributionSpec_FieldSubPathArrayOfValues) AsTemplatePathArrayOfValues ¶
func (fpsaov *DistributionSpec_FieldSubPathArrayOfValues) AsTemplatePathArrayOfValues() (DistributionSpecTemplate_FieldPathArrayOfValues, bool)
func (*DistributionSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *DistributionSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type DistributionSpec_FieldSubPathValue ¶
type DistributionSpec_FieldSubPathValue struct { DistributionSpec_FieldPath // contains filtered or unexported fields }
func (*DistributionSpec_FieldSubPathValue) AsSelectorPathValue ¶
func (fpvs *DistributionSpec_FieldSubPathValue) AsSelectorPathValue() (LabelSelector_FieldPathValue, bool)
func (*DistributionSpec_FieldSubPathValue) AsTemplatePathValue ¶
func (fpvs *DistributionSpec_FieldSubPathValue) AsTemplatePathValue() (DistributionSpecTemplate_FieldPathValue, bool)
func (*DistributionSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *DistributionSpec_FieldSubPathValue) CompareWith(source *Distribution_Spec) (int, bool)
func (*DistributionSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *DistributionSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DistributionSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *DistributionSpec_FieldSubPathValue) GetRawValue() interface{}
func (*DistributionSpec_FieldSubPathValue) SetTo ¶
func (fpvs *DistributionSpec_FieldSubPathValue) SetTo(target **Distribution_Spec)
func (*DistributionSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *DistributionSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type DistributionSpec_FieldTerminalPath ¶
type DistributionSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DistributionSpec_FieldTerminalPath) ClearValue ¶
func (fp *DistributionSpec_FieldTerminalPath) ClearValue(item *Distribution_Spec)
func (*DistributionSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *DistributionSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DistributionSpec_FieldTerminalPath) Get ¶
func (fp *DistributionSpec_FieldTerminalPath) Get(source *Distribution_Spec) (values []interface{})
Get returns all values pointed by specific field from source Distribution_Spec
func (*DistributionSpec_FieldTerminalPath) GetDefault ¶
func (fp *DistributionSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DistributionSpec_FieldTerminalPath) GetRaw ¶
func (fp *DistributionSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DistributionSpec_FieldTerminalPath) GetSingle ¶
func (fp *DistributionSpec_FieldTerminalPath) GetSingle(source *Distribution_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Distribution_Spec
func (*DistributionSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *DistributionSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DistributionSpec_FieldTerminalPath) IsLeaf ¶
func (fp *DistributionSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DistributionSpec_FieldTerminalPath) JSONString ¶
func (fp *DistributionSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DistributionSpec_FieldTerminalPath) Selector ¶
func (fp *DistributionSpec_FieldTerminalPath) Selector() DistributionSpec_FieldPathSelector
func (*DistributionSpec_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *DistributionSpec_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DistributionSpec_FieldTerminalPath) String ¶
func (fp *DistributionSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DistributionSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DistributionSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) DistributionSpec_FieldPathArrayItemValue
func (*DistributionSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DistributionSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) DistributionSpec_FieldPathArrayOfValues
func (*DistributionSpec_FieldTerminalPath) WithIValue ¶
func (fp *DistributionSpec_FieldTerminalPath) WithIValue(value interface{}) DistributionSpec_FieldPathValue
func (*DistributionSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DistributionSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DistributionSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DistributionSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DistributionSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *DistributionSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DistributionSpec_FieldTerminalPathArrayItemValue ¶
type DistributionSpec_FieldTerminalPathArrayItemValue struct { DistributionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*DistributionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Distribution_Spec as interface{}
func (*DistributionSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution_Spec) (interface{}, bool)
func (*DistributionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DistributionSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DistributionSpec_FieldTerminalPathArrayOfValues ¶
type DistributionSpec_FieldTerminalPathArrayOfValues struct { DistributionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionSpec_FieldTerminalPathArrayOfValues) AsSelectorArrayOfValues ¶
func (fpaov *DistributionSpec_FieldTerminalPathArrayOfValues) AsSelectorArrayOfValues() ([]*LabelSelector, bool)
func (*DistributionSpec_FieldTerminalPathArrayOfValues) AsTemplateArrayOfValues ¶
func (fpaov *DistributionSpec_FieldTerminalPathArrayOfValues) AsTemplateArrayOfValues() ([]*Distribution_Spec_Template, bool)
func (*DistributionSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DistributionSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DistributionSpec_FieldTerminalPathValue ¶
type DistributionSpec_FieldTerminalPathValue struct { DistributionSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionSpec_FieldTerminalPathValue) AsSelectorValue ¶
func (fpv *DistributionSpec_FieldTerminalPathValue) AsSelectorValue() (*LabelSelector, bool)
func (*DistributionSpec_FieldTerminalPathValue) AsTemplateValue ¶
func (fpv *DistributionSpec_FieldTerminalPathValue) AsTemplateValue() (*Distribution_Spec_Template, bool)
func (*DistributionSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *DistributionSpec_FieldTerminalPathValue) CompareWith(source *Distribution_Spec) (int, bool)
CompareWith compares value in the 'DistributionSpec_FieldTerminalPathValue' with the value under path in 'Distribution_Spec'.
func (*DistributionSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DistributionSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DistributionSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DistributionSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*DistributionSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *DistributionSpec_FieldTerminalPathValue) SetTo(target **Distribution_Spec)
SetTo stores value for selected field for object Spec
func (*DistributionSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DistributionSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type DistributionStatusFieldPathBuilder ¶
type DistributionStatusFieldPathBuilder struct{}
func NewDistributionStatusFieldPathBuilder ¶
func NewDistributionStatusFieldPathBuilder() DistributionStatusFieldPathBuilder
type DistributionStatus_FieldPath ¶
type DistributionStatus_FieldPath interface { gotenobject.FieldPath Selector() DistributionStatus_FieldPathSelector Get(source *Distribution_Status) []interface{} GetSingle(source *Distribution_Status) (interface{}, bool) ClearValue(item *Distribution_Status) // Those methods build corresponding DistributionStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) DistributionStatus_FieldPathValue WithIArrayOfValues(values interface{}) DistributionStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) DistributionStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDistributionStatus_FieldPath ¶
func BuildDistributionStatus_FieldPath(fp gotenobject.RawFieldPath) (DistributionStatus_FieldPath, error)
func MustParseDistributionStatus_FieldPath ¶
func MustParseDistributionStatus_FieldPath(rawField string) DistributionStatus_FieldPath
func ParseDistributionStatus_FieldPath ¶
func ParseDistributionStatus_FieldPath(rawField string) (DistributionStatus_FieldPath, error)
type DistributionStatus_FieldPathArrayItemValue ¶
type DistributionStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue DistributionStatus_FieldPath ContainsValue(*Distribution_Status) bool }
DistributionStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for Status according to their type Present only for array (repeated) types.
func MustParseDistributionStatus_FieldPathArrayItemValue ¶
func MustParseDistributionStatus_FieldPathArrayItemValue(pathStr, valueStr string) DistributionStatus_FieldPathArrayItemValue
func ParseDistributionStatus_FieldPathArrayItemValue ¶
func ParseDistributionStatus_FieldPathArrayItemValue(pathStr, valueStr string) (DistributionStatus_FieldPathArrayItemValue, error)
ParseDistributionStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type DistributionStatus_FieldPathArrayOfValues ¶
type DistributionStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues DistributionStatus_FieldPath }
DistributionStatus_FieldPathArrayOfValues allows storing slice of values for Status fields according to their type
func MustParseDistributionStatus_FieldPathArrayOfValues ¶
func MustParseDistributionStatus_FieldPathArrayOfValues(pathStr, valuesStr string) DistributionStatus_FieldPathArrayOfValues
func ParseDistributionStatus_FieldPathArrayOfValues ¶
func ParseDistributionStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (DistributionStatus_FieldPathArrayOfValues, error)
type DistributionStatus_FieldPathSelector ¶
type DistributionStatus_FieldPathSelector int32
func (DistributionStatus_FieldPathSelector) String ¶
func (s DistributionStatus_FieldPathSelector) String() string
type DistributionStatus_FieldPathValue ¶
type DistributionStatus_FieldPathValue interface { DistributionStatus_FieldPath gotenobject.FieldPathValue SetTo(target **Distribution_Status) CompareWith(*Distribution_Status) (cmp int, comparable bool) }
DistributionStatus_FieldPathValue allows storing values for Status fields according to their type
func MustParseDistributionStatus_FieldPathValue ¶
func MustParseDistributionStatus_FieldPathValue(pathStr, valueStr string) DistributionStatus_FieldPathValue
func ParseDistributionStatus_FieldPathValue ¶
func ParseDistributionStatus_FieldPathValue(pathStr, valueStr string) (DistributionStatus_FieldPathValue, error)
type DistributionStatus_FieldTerminalPath ¶
type DistributionStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*DistributionStatus_FieldTerminalPath) ClearValue ¶
func (fp *DistributionStatus_FieldTerminalPath) ClearValue(item *Distribution_Status)
func (*DistributionStatus_FieldTerminalPath) ClearValueRaw ¶
func (fp *DistributionStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*DistributionStatus_FieldTerminalPath) Get ¶
func (fp *DistributionStatus_FieldTerminalPath) Get(source *Distribution_Status) (values []interface{})
Get returns all values pointed by specific field from source Distribution_Status
func (*DistributionStatus_FieldTerminalPath) GetDefault ¶
func (fp *DistributionStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*DistributionStatus_FieldTerminalPath) GetRaw ¶
func (fp *DistributionStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*DistributionStatus_FieldTerminalPath) GetSingle ¶
func (fp *DistributionStatus_FieldTerminalPath) GetSingle(source *Distribution_Status) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Distribution_Status
func (*DistributionStatus_FieldTerminalPath) GetSingleRaw ¶
func (fp *DistributionStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*DistributionStatus_FieldTerminalPath) IsLeaf ¶
func (fp *DistributionStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*DistributionStatus_FieldTerminalPath) JSONString ¶
func (fp *DistributionStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*DistributionStatus_FieldTerminalPath) Selector ¶
func (fp *DistributionStatus_FieldTerminalPath) Selector() DistributionStatus_FieldPathSelector
func (*DistributionStatus_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *DistributionStatus_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*DistributionStatus_FieldTerminalPath) String ¶
func (fp *DistributionStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*DistributionStatus_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *DistributionStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) DistributionStatus_FieldPathArrayItemValue
func (*DistributionStatus_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *DistributionStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) DistributionStatus_FieldPathArrayOfValues
func (*DistributionStatus_FieldTerminalPath) WithIValue ¶
func (fp *DistributionStatus_FieldTerminalPath) WithIValue(value interface{}) DistributionStatus_FieldPathValue
func (*DistributionStatus_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *DistributionStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*DistributionStatus_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *DistributionStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*DistributionStatus_FieldTerminalPath) WithRawIValue ¶
func (fp *DistributionStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type DistributionStatus_FieldTerminalPathArrayItemValue ¶
type DistributionStatus_FieldTerminalPathArrayItemValue struct { DistributionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*DistributionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Distribution_Status as interface{}
func (*DistributionStatus_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution_Status) (interface{}, bool)
func (*DistributionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *DistributionStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type DistributionStatus_FieldTerminalPathArrayOfValues ¶
type DistributionStatus_FieldTerminalPathArrayOfValues struct { DistributionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *DistributionStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type DistributionStatus_FieldTerminalPathValue ¶
type DistributionStatus_FieldTerminalPathValue struct { DistributionStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*DistributionStatus_FieldTerminalPathValue) CompareWith ¶
func (fpv *DistributionStatus_FieldTerminalPathValue) CompareWith(source *Distribution_Status) (int, bool)
CompareWith compares value in the 'DistributionStatus_FieldTerminalPathValue' with the value under path in 'Distribution_Status'.
func (*DistributionStatus_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *DistributionStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*DistributionStatus_FieldTerminalPathValue) GetRawValue ¶
func (fpv *DistributionStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Status' as interface{}
func (*DistributionStatus_FieldTerminalPathValue) SetTo ¶
func (fpv *DistributionStatus_FieldTerminalPathValue) SetTo(target **Distribution_Status)
SetTo stores value for selected field for object Status
func (*DistributionStatus_FieldTerminalPathValue) SetToRaw ¶
func (fpv *DistributionStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Distribution_FieldMask ¶
type Distribution_FieldMask struct {
Paths []Distribution_FieldPath
}
func FullDistribution_FieldMask ¶
func FullDistribution_FieldMask() *Distribution_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *Distribution_FieldMask) *Distribution_FieldMask
func (*Distribution_FieldMask) AppendPath ¶
func (fieldMask *Distribution_FieldMask) AppendPath(path Distribution_FieldPath)
func (*Distribution_FieldMask) AppendRawPath ¶
func (fieldMask *Distribution_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Distribution_FieldMask) DecodeFirestore ¶
func (fieldMask *Distribution_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Distribution_FieldMask) EncodeFirestore ¶
func (fieldMask *Distribution_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Distribution_FieldMask) FilterInputFields ¶
func (fieldMask *Distribution_FieldMask) FilterInputFields() *Distribution_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Distribution_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Distribution_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Distribution_FieldMask) GetPaths ¶
func (fieldMask *Distribution_FieldMask) GetPaths() []Distribution_FieldPath
func (*Distribution_FieldMask) GetRawPaths ¶
func (fieldMask *Distribution_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Distribution_FieldMask) IsFull ¶
func (fieldMask *Distribution_FieldMask) IsFull() bool
func (Distribution_FieldMask) Marshal ¶
func (fieldMask Distribution_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Distribution_FieldMask) MarshalJSON ¶
func (fieldMask Distribution_FieldMask) MarshalJSON() ([]byte, error)
func (*Distribution_FieldMask) PathsCount ¶
func (fieldMask *Distribution_FieldMask) PathsCount() int
func (*Distribution_FieldMask) Project ¶
func (fieldMask *Distribution_FieldMask) Project(source *Distribution) *Distribution
func (*Distribution_FieldMask) ProjectRaw ¶
func (fieldMask *Distribution_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Distribution_FieldMask) ProtoMessage ¶
func (fieldMask *Distribution_FieldMask) ProtoMessage()
func (*Distribution_FieldMask) ProtoReflect ¶
func (fieldMask *Distribution_FieldMask) ProtoReflect() preflect.Message
func (*Distribution_FieldMask) Reset ¶
func (fieldMask *Distribution_FieldMask) Reset()
func (*Distribution_FieldMask) Set ¶
func (fieldMask *Distribution_FieldMask) Set(target, source *Distribution)
func (*Distribution_FieldMask) SetFromCliFlag ¶
func (fieldMask *Distribution_FieldMask) SetFromCliFlag(raw string) error
func (*Distribution_FieldMask) SetRaw ¶
func (fieldMask *Distribution_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Distribution_FieldMask) Size ¶
func (fieldMask *Distribution_FieldMask) Size() int
func (*Distribution_FieldMask) String ¶
func (fieldMask *Distribution_FieldMask) String() string
func (*Distribution_FieldMask) Subtract ¶
func (fieldMask *Distribution_FieldMask) Subtract(other *Distribution_FieldMask) *Distribution_FieldMask
func (*Distribution_FieldMask) SubtractRaw ¶
func (fieldMask *Distribution_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Distribution_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Distribution_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Distribution_FieldMask) Unmarshal ¶
func (fieldMask *Distribution_FieldMask) Unmarshal(data []byte) error
func (*Distribution_FieldMask) UnmarshalJSON ¶
func (fieldMask *Distribution_FieldMask) UnmarshalJSON(data []byte) error
type Distribution_FieldPath ¶
type Distribution_FieldPath interface { gotenobject.FieldPath Selector() Distribution_FieldPathSelector Get(source *Distribution) []interface{} GetSingle(source *Distribution) (interface{}, bool) ClearValue(item *Distribution) // Those methods build corresponding Distribution_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Distribution_FieldPathValue WithIArrayOfValues(values interface{}) Distribution_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Distribution_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildDistribution_FieldPath ¶
func BuildDistribution_FieldPath(fp gotenobject.RawFieldPath) (Distribution_FieldPath, error)
func MustParseDistribution_FieldPath ¶
func MustParseDistribution_FieldPath(rawField string) Distribution_FieldPath
func ParseDistribution_FieldPath ¶
func ParseDistribution_FieldPath(rawField string) (Distribution_FieldPath, error)
type Distribution_FieldPathArrayItemValue ¶
type Distribution_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Distribution_FieldPath ContainsValue(*Distribution) bool }
Distribution_FieldPathArrayItemValue allows storing single item in Path-specific values for Distribution according to their type Present only for array (repeated) types.
func MustParseDistribution_FieldPathArrayItemValue ¶
func MustParseDistribution_FieldPathArrayItemValue(pathStr, valueStr string) Distribution_FieldPathArrayItemValue
func ParseDistribution_FieldPathArrayItemValue ¶
func ParseDistribution_FieldPathArrayItemValue(pathStr, valueStr string) (Distribution_FieldPathArrayItemValue, error)
ParseDistribution_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Distribution_FieldPathArrayOfValues ¶
type Distribution_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Distribution_FieldPath }
Distribution_FieldPathArrayOfValues allows storing slice of values for Distribution fields according to their type
func MustParseDistribution_FieldPathArrayOfValues ¶
func MustParseDistribution_FieldPathArrayOfValues(pathStr, valuesStr string) Distribution_FieldPathArrayOfValues
func ParseDistribution_FieldPathArrayOfValues ¶
func ParseDistribution_FieldPathArrayOfValues(pathStr, valuesStr string) (Distribution_FieldPathArrayOfValues, error)
type Distribution_FieldPathSelector ¶
type Distribution_FieldPathSelector int32
const ( Distribution_FieldPathSelectorName Distribution_FieldPathSelector = 0 Distribution_FieldPathSelectorMetadata Distribution_FieldPathSelector = 1 Distribution_FieldPathSelectorDisplayName Distribution_FieldPathSelector = 2 Distribution_FieldPathSelectorSpec Distribution_FieldPathSelector = 3 Distribution_FieldPathSelectorStatus Distribution_FieldPathSelector = 4 )
func (Distribution_FieldPathSelector) String ¶
func (s Distribution_FieldPathSelector) String() string
type Distribution_FieldPathValue ¶
type Distribution_FieldPathValue interface { Distribution_FieldPath gotenobject.FieldPathValue SetTo(target **Distribution) CompareWith(*Distribution) (cmp int, comparable bool) }
Distribution_FieldPathValue allows storing values for Distribution fields according to their type
func MustParseDistribution_FieldPathValue ¶
func MustParseDistribution_FieldPathValue(pathStr, valueStr string) Distribution_FieldPathValue
func ParseDistribution_FieldPathValue ¶
func ParseDistribution_FieldPathValue(pathStr, valueStr string) (Distribution_FieldPathValue, error)
type Distribution_FieldSubPath ¶
type Distribution_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*Distribution_FieldSubPath) AsMetadataSubPath ¶
func (fps *Distribution_FieldSubPath) AsMetadataSubPath() (meta.Meta_FieldPath, bool)
func (*Distribution_FieldSubPath) AsSpecSubPath ¶
func (fps *Distribution_FieldSubPath) AsSpecSubPath() (DistributionSpec_FieldPath, bool)
func (*Distribution_FieldSubPath) AsStatusSubPath ¶
func (fps *Distribution_FieldSubPath) AsStatusSubPath() (DistributionStatus_FieldPath, bool)
func (*Distribution_FieldSubPath) ClearValue ¶
func (fps *Distribution_FieldSubPath) ClearValue(item *Distribution)
func (*Distribution_FieldSubPath) ClearValueRaw ¶
func (fps *Distribution_FieldSubPath) ClearValueRaw(item proto.Message)
func (*Distribution_FieldSubPath) Get ¶
func (fps *Distribution_FieldSubPath) Get(source *Distribution) (values []interface{})
Get returns all values pointed by selected field from source Distribution
func (*Distribution_FieldSubPath) GetDefault ¶
func (fps *Distribution_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Distribution_FieldSubPath) GetRaw ¶
func (fps *Distribution_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*Distribution_FieldSubPath) GetSingle ¶
func (fps *Distribution_FieldSubPath) GetSingle(source *Distribution) (interface{}, bool)
GetSingle returns value of selected field from source Distribution
func (*Distribution_FieldSubPath) GetSingleRaw ¶
func (fps *Distribution_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Distribution_FieldSubPath) IsLeaf ¶
func (fps *Distribution_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Distribution_FieldSubPath) JSONString ¶
func (fps *Distribution_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Distribution_FieldSubPath) Selector ¶
func (fps *Distribution_FieldSubPath) Selector() Distribution_FieldPathSelector
func (*Distribution_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *Distribution_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Distribution_FieldSubPath) String ¶
func (fps *Distribution_FieldSubPath) String() string
String returns path representation in proto convention
func (*Distribution_FieldSubPath) WithIArrayItemValue ¶
func (fps *Distribution_FieldSubPath) WithIArrayItemValue(value interface{}) Distribution_FieldPathArrayItemValue
func (*Distribution_FieldSubPath) WithIArrayOfValues ¶
func (fps *Distribution_FieldSubPath) WithIArrayOfValues(values interface{}) Distribution_FieldPathArrayOfValues
func (*Distribution_FieldSubPath) WithIValue ¶
func (fps *Distribution_FieldSubPath) WithIValue(value interface{}) Distribution_FieldPathValue
func (*Distribution_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *Distribution_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Distribution_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *Distribution_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Distribution_FieldSubPath) WithRawIValue ¶
func (fps *Distribution_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Distribution_FieldSubPathArrayItemValue ¶
type Distribution_FieldSubPathArrayItemValue struct { Distribution_FieldPath // contains filtered or unexported fields }
func (*Distribution_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *Distribution_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (meta.Meta_FieldPathArrayItemValue, bool)
func (*Distribution_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *Distribution_FieldSubPathArrayItemValue) AsSpecPathItemValue() (DistributionSpec_FieldPathArrayItemValue, bool)
func (*Distribution_FieldSubPathArrayItemValue) AsStatusPathItemValue ¶
func (fpaivs *Distribution_FieldSubPathArrayItemValue) AsStatusPathItemValue() (DistributionStatus_FieldPathArrayItemValue, bool)
func (*Distribution_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *Distribution_FieldSubPathArrayItemValue) ContainsValue(source *Distribution) bool
Contains returns a boolean indicating if value that is being held is present in given 'Distribution'
func (*Distribution_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *Distribution_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type Distribution_FieldSubPathArrayOfValues ¶
type Distribution_FieldSubPathArrayOfValues struct { Distribution_FieldPath // contains filtered or unexported fields }
func (*Distribution_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *Distribution_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (meta.Meta_FieldPathArrayOfValues, bool)
func (*Distribution_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *Distribution_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (DistributionSpec_FieldPathArrayOfValues, bool)
func (*Distribution_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues ¶
func (fpsaov *Distribution_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (DistributionStatus_FieldPathArrayOfValues, bool)
func (*Distribution_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *Distribution_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type Distribution_FieldSubPathValue ¶
type Distribution_FieldSubPathValue struct { Distribution_FieldPath // contains filtered or unexported fields }
func (*Distribution_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *Distribution_FieldSubPathValue) AsMetadataPathValue() (meta.Meta_FieldPathValue, bool)
func (*Distribution_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *Distribution_FieldSubPathValue) AsSpecPathValue() (DistributionSpec_FieldPathValue, bool)
func (*Distribution_FieldSubPathValue) AsStatusPathValue ¶
func (fpvs *Distribution_FieldSubPathValue) AsStatusPathValue() (DistributionStatus_FieldPathValue, bool)
func (*Distribution_FieldSubPathValue) CompareWith ¶
func (fpvs *Distribution_FieldSubPathValue) CompareWith(source *Distribution) (int, bool)
func (*Distribution_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *Distribution_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Distribution_FieldSubPathValue) GetRawValue ¶
func (fpvs *Distribution_FieldSubPathValue) GetRawValue() interface{}
func (*Distribution_FieldSubPathValue) SetTo ¶
func (fpvs *Distribution_FieldSubPathValue) SetTo(target **Distribution)
func (*Distribution_FieldSubPathValue) SetToRaw ¶
func (fpvs *Distribution_FieldSubPathValue) SetToRaw(target proto.Message)
type Distribution_FieldTerminalPath ¶
type Distribution_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Distribution_FieldTerminalPath) ClearValue ¶
func (fp *Distribution_FieldTerminalPath) ClearValue(item *Distribution)
func (*Distribution_FieldTerminalPath) ClearValueRaw ¶
func (fp *Distribution_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Distribution_FieldTerminalPath) Get ¶
func (fp *Distribution_FieldTerminalPath) Get(source *Distribution) (values []interface{})
Get returns all values pointed by specific field from source Distribution
func (*Distribution_FieldTerminalPath) GetDefault ¶
func (fp *Distribution_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Distribution_FieldTerminalPath) GetRaw ¶
func (fp *Distribution_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Distribution_FieldTerminalPath) GetSingle ¶
func (fp *Distribution_FieldTerminalPath) GetSingle(source *Distribution) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Distribution
func (*Distribution_FieldTerminalPath) GetSingleRaw ¶
func (fp *Distribution_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Distribution_FieldTerminalPath) IsLeaf ¶
func (fp *Distribution_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Distribution_FieldTerminalPath) JSONString ¶
func (fp *Distribution_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Distribution_FieldTerminalPath) Selector ¶
func (fp *Distribution_FieldTerminalPath) Selector() Distribution_FieldPathSelector
func (*Distribution_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *Distribution_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*Distribution_FieldTerminalPath) String ¶
func (fp *Distribution_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Distribution_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Distribution_FieldTerminalPath) WithIArrayItemValue(value interface{}) Distribution_FieldPathArrayItemValue
func (*Distribution_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Distribution_FieldTerminalPath) WithIArrayOfValues(values interface{}) Distribution_FieldPathArrayOfValues
func (*Distribution_FieldTerminalPath) WithIValue ¶
func (fp *Distribution_FieldTerminalPath) WithIValue(value interface{}) Distribution_FieldPathValue
func (*Distribution_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Distribution_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Distribution_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Distribution_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Distribution_FieldTerminalPath) WithRawIValue ¶
func (fp *Distribution_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Distribution_FieldTerminalPathArrayItemValue ¶
type Distribution_FieldTerminalPathArrayItemValue struct { Distribution_FieldTerminalPath // contains filtered or unexported fields }
func (*Distribution_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) ContainsValue(source *Distribution) bool
Contains returns a boolean indicating if value that is being held is present in given 'Distribution'
func (*Distribution_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Distribution as interface{}
func (*Distribution_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) GetSingle(source *Distribution) (interface{}, bool)
func (*Distribution_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Distribution_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Distribution_FieldTerminalPathArrayOfValues ¶
type Distribution_FieldTerminalPathArrayOfValues struct { Distribution_FieldTerminalPath // contains filtered or unexported fields }
func (*Distribution_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*Distribution_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*meta.Meta, bool)
func (*Distribution_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*Distribution_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*Distribution_Spec, bool)
func (*Distribution_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *Distribution_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*Distribution_Status, bool)
func (*Distribution_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Distribution_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Distribution_FieldTerminalPathValue ¶
type Distribution_FieldTerminalPathValue struct { Distribution_FieldTerminalPath // contains filtered or unexported fields }
func (*Distribution_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *Distribution_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*Distribution_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *Distribution_FieldTerminalPathValue) AsMetadataValue() (*meta.Meta, bool)
func (*Distribution_FieldTerminalPathValue) AsNameValue ¶
func (fpv *Distribution_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*Distribution_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *Distribution_FieldTerminalPathValue) AsSpecValue() (*Distribution_Spec, bool)
func (*Distribution_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *Distribution_FieldTerminalPathValue) AsStatusValue() (*Distribution_Status, bool)
func (*Distribution_FieldTerminalPathValue) CompareWith ¶
func (fpv *Distribution_FieldTerminalPathValue) CompareWith(source *Distribution) (int, bool)
CompareWith compares value in the 'Distribution_FieldTerminalPathValue' with the value under path in 'Distribution'.
func (*Distribution_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Distribution_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Distribution_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Distribution_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Distribution' as interface{}
func (*Distribution_FieldTerminalPathValue) SetTo ¶
func (fpv *Distribution_FieldTerminalPathValue) SetTo(target **Distribution)
SetTo stores value for selected field for object Distribution
func (*Distribution_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Distribution_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Distribution_Spec ¶
type Distribution_Spec struct { Selector *LabelSelector `protobuf:"bytes,1,opt,name=selector,proto3" json:"selector,omitempty" firestore:"selector"` // template defines the probing config to be distributed. Template *Distribution_Spec_Template `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty" firestore:"template"` // contains filtered or unexported fields }
Spec defines the configuration of a Distribution
func (*Distribution_Spec) Clone ¶
func (o *Distribution_Spec) Clone() *Distribution_Spec
func (*Distribution_Spec) CloneRaw ¶
func (o *Distribution_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*Distribution_Spec) Descriptor ¶
func (*Distribution_Spec) Descriptor() ([]byte, []int)
Deprecated, Use Distribution_Spec.ProtoReflect.Descriptor instead.
func (*Distribution_Spec) GetSelector ¶
func (m *Distribution_Spec) GetSelector() *LabelSelector
func (*Distribution_Spec) GetTemplate ¶
func (m *Distribution_Spec) GetTemplate() *Distribution_Spec_Template
func (*Distribution_Spec) GotenMessage ¶
func (*Distribution_Spec) GotenMessage()
func (*Distribution_Spec) GotenObjectExt ¶
func (o *Distribution_Spec) GotenObjectExt()
func (*Distribution_Spec) GotenValidate ¶
func (obj *Distribution_Spec) GotenValidate() error
func (*Distribution_Spec) MakeDiffFieldMask ¶
func (o *Distribution_Spec) MakeDiffFieldMask(other *Distribution_Spec) *Distribution_Spec_FieldMask
func (*Distribution_Spec) MakeFullFieldMask ¶
func (o *Distribution_Spec) MakeFullFieldMask() *Distribution_Spec_FieldMask
func (*Distribution_Spec) MakeRawDiffFieldMask ¶
func (o *Distribution_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Distribution_Spec) MakeRawFullFieldMask ¶
func (o *Distribution_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Distribution_Spec) Marshal ¶
func (m *Distribution_Spec) Marshal() ([]byte, error)
func (*Distribution_Spec) MarshalJSON ¶
func (m *Distribution_Spec) MarshalJSON() ([]byte, error)
func (*Distribution_Spec) Merge ¶
func (o *Distribution_Spec) Merge(source *Distribution_Spec)
func (*Distribution_Spec) MergeRaw ¶
func (o *Distribution_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*Distribution_Spec) ProtoMessage ¶
func (*Distribution_Spec) ProtoMessage()
func (*Distribution_Spec) ProtoReflect ¶
func (m *Distribution_Spec) ProtoReflect() preflect.Message
func (*Distribution_Spec) Reset ¶
func (m *Distribution_Spec) Reset()
func (*Distribution_Spec) SetSelector ¶
func (m *Distribution_Spec) SetSelector(fv *LabelSelector)
func (*Distribution_Spec) SetTemplate ¶
func (m *Distribution_Spec) SetTemplate(fv *Distribution_Spec_Template)
func (*Distribution_Spec) String ¶
func (m *Distribution_Spec) String() string
func (*Distribution_Spec) Unmarshal ¶
func (m *Distribution_Spec) Unmarshal(b []byte) error
func (*Distribution_Spec) UnmarshalJSON ¶
func (m *Distribution_Spec) UnmarshalJSON(data []byte) error
type Distribution_SpecMapPathSelectorSelectorMatchLabels ¶
type Distribution_SpecMapPathSelectorSelectorMatchLabels struct {
// contains filtered or unexported fields
}
func (Distribution_SpecMapPathSelectorSelectorMatchLabels) FieldPath ¶
func (s Distribution_SpecMapPathSelectorSelectorMatchLabels) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecMapPathSelectorSelectorMatchLabels) WithArrayOfValues ¶
func (s Distribution_SpecMapPathSelectorSelectorMatchLabels) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecMapPathSelectorSelectorMatchLabels) WithValue ¶
func (s Distribution_SpecMapPathSelectorSelectorMatchLabels) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecMapPathSelectorTemplateMetadataAnnotations ¶
type Distribution_SpecMapPathSelectorTemplateMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) FieldPath ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) WithArrayOfValues ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) WithValue ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataAnnotations) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecMapPathSelectorTemplateMetadataLabels ¶
type Distribution_SpecMapPathSelectorTemplateMetadataLabels struct {
// contains filtered or unexported fields
}
func (Distribution_SpecMapPathSelectorTemplateMetadataLabels) FieldPath ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataLabels) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecMapPathSelectorTemplateMetadataLabels) WithArrayOfValues ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataLabels) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecMapPathSelectorTemplateMetadataLabels) WithValue ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataLabels) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecMapPathSelectorTemplateMetadataShards ¶
type Distribution_SpecMapPathSelectorTemplateMetadataShards struct {
// contains filtered or unexported fields
}
func (Distribution_SpecMapPathSelectorTemplateMetadataShards) FieldPath ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataShards) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecMapPathSelectorTemplateMetadataShards) WithArrayOfValues ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataShards) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecMapPathSelectorTemplateMetadataShards) WithValue ¶
func (s Distribution_SpecMapPathSelectorTemplateMetadataShards) WithValue(value int64) *DistributionSpec_FieldSubPathValue
type Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits ¶
type Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits) WithValue ¶
func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesLimits) WithValue(value int64) *DistributionSpec_FieldSubPathValue
type Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests ¶
type Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests) WithValue ¶
func (s Distribution_SpecMapPathSelectorTemplateSpecContainersResourcesRequests) WithValue(value int64) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorSelector ¶
type Distribution_SpecPathSelectorSelector struct{}
func (Distribution_SpecPathSelectorSelector) FieldPath ¶
func (Distribution_SpecPathSelectorSelector) FieldPath() *DistributionSpec_FieldTerminalPath
func (Distribution_SpecPathSelectorSelector) MatchExpressions ¶
func (Distribution_SpecPathSelectorSelector) MatchExpressions() Distribution_SpecPathSelectorSelectorMatchExpressions
func (Distribution_SpecPathSelectorSelector) MatchLabels ¶
func (Distribution_SpecPathSelectorSelector) MatchLabels() Distribution_SpecPathSelectorSelectorMatchLabels
func (Distribution_SpecPathSelectorSelector) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorSelector) WithArrayOfValues(values []*LabelSelector) *DistributionSpec_FieldTerminalPathArrayOfValues
func (Distribution_SpecPathSelectorSelector) WithSubArrayItemValue ¶
func (s Distribution_SpecPathSelectorSelector) WithSubArrayItemValue(subPathArrayItemValue LabelSelector_FieldPathArrayItemValue) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorSelector) WithSubArrayOfValues ¶
func (s Distribution_SpecPathSelectorSelector) WithSubArrayOfValues(subPathArrayOfValues LabelSelector_FieldPathArrayOfValues) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorSelector) WithSubPath ¶
func (Distribution_SpecPathSelectorSelector) WithSubPath(subPath LabelSelector_FieldPath) *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorSelector) WithSubValue ¶
func (s Distribution_SpecPathSelectorSelector) WithSubValue(subPathValue LabelSelector_FieldPathValue) *DistributionSpec_FieldSubPathValue
func (Distribution_SpecPathSelectorSelector) WithValue ¶
func (s Distribution_SpecPathSelectorSelector) WithValue(value *LabelSelector) *DistributionSpec_FieldTerminalPathValue
type Distribution_SpecPathSelectorSelectorMatchExpressions ¶
type Distribution_SpecPathSelectorSelectorMatchExpressions struct{}
func (Distribution_SpecPathSelectorSelectorMatchExpressions) FieldPath ¶
func (Distribution_SpecPathSelectorSelectorMatchExpressions) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorSelectorMatchExpressions) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressions) WithArrayOfValues(values [][]*LabelSelectorRequirement) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorSelectorMatchExpressions) WithItemValue ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressions) WithItemValue(value *LabelSelectorRequirement) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorSelectorMatchExpressions) WithValue ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressions) WithValue(value []*LabelSelectorRequirement) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorSelectorMatchExpressionsKey ¶
type Distribution_SpecPathSelectorSelectorMatchExpressionsKey struct{}
func (Distribution_SpecPathSelectorSelectorMatchExpressionsKey) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressionsKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorSelectorMatchExpressionsKey) WithValue ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressionsKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorSelectorMatchExpressionsOperator ¶
type Distribution_SpecPathSelectorSelectorMatchExpressionsOperator struct{}
func (Distribution_SpecPathSelectorSelectorMatchExpressionsOperator) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressionsOperator) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorSelectorMatchExpressionsOperator) WithValue ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressionsOperator) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorSelectorMatchExpressionsValues ¶
type Distribution_SpecPathSelectorSelectorMatchExpressionsValues struct{}
func (Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithItemValue ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithValue ¶
func (s Distribution_SpecPathSelectorSelectorMatchExpressionsValues) WithValue(value []string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorSelectorMatchLabels ¶
type Distribution_SpecPathSelectorSelectorMatchLabels struct{}
func (Distribution_SpecPathSelectorSelectorMatchLabels) FieldPath ¶
func (Distribution_SpecPathSelectorSelectorMatchLabels) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorSelectorMatchLabels) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorSelectorMatchLabels) WithArrayOfValues(values []map[string]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorSelectorMatchLabels) WithValue ¶
func (s Distribution_SpecPathSelectorSelectorMatchLabels) WithValue(value map[string]string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplate ¶
type Distribution_SpecPathSelectorTemplate struct{}
func (Distribution_SpecPathSelectorTemplate) FieldPath ¶
func (Distribution_SpecPathSelectorTemplate) FieldPath() *DistributionSpec_FieldTerminalPath
func (Distribution_SpecPathSelectorTemplate) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplate) WithArrayOfValues(values []*Distribution_Spec_Template) *DistributionSpec_FieldTerminalPathArrayOfValues
func (Distribution_SpecPathSelectorTemplate) WithSubArrayItemValue ¶
func (s Distribution_SpecPathSelectorTemplate) WithSubArrayItemValue(subPathArrayItemValue DistributionSpecTemplate_FieldPathArrayItemValue) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplate) WithSubArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplate) WithSubArrayOfValues(subPathArrayOfValues DistributionSpecTemplate_FieldPathArrayOfValues) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplate) WithSubPath ¶
func (Distribution_SpecPathSelectorTemplate) WithSubPath(subPath DistributionSpecTemplate_FieldPath) *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplate) WithSubValue ¶
func (s Distribution_SpecPathSelectorTemplate) WithSubValue(subPathValue DistributionSpecTemplate_FieldPathValue) *DistributionSpec_FieldSubPathValue
func (Distribution_SpecPathSelectorTemplate) WithValue ¶
func (s Distribution_SpecPathSelectorTemplate) WithValue(value *Distribution_Spec_Template) *DistributionSpec_FieldTerminalPathValue
type Distribution_SpecPathSelectorTemplateMetadata ¶
type Distribution_SpecPathSelectorTemplateMetadata struct{}
func (Distribution_SpecPathSelectorTemplateMetadata) Annotations ¶
func (Distribution_SpecPathSelectorTemplateMetadata) CreateTime ¶
func (Distribution_SpecPathSelectorTemplateMetadata) DeleteTime ¶
func (Distribution_SpecPathSelectorTemplateMetadata) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadata) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadata) Generation ¶
func (Distribution_SpecPathSelectorTemplateMetadata) OwnerReferences ¶
func (Distribution_SpecPathSelectorTemplateMetadata) ResourceVersion ¶
func (Distribution_SpecPathSelectorTemplateMetadata) UpdateTime ¶
func (Distribution_SpecPathSelectorTemplateMetadata) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadata) WithArrayOfValues(values []*meta.Meta) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadata) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadata) WithValue(value *meta.Meta) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataAnnotations ¶
type Distribution_SpecPathSelectorTemplateMetadataAnnotations struct{}
func (Distribution_SpecPathSelectorTemplateMetadataAnnotations) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataAnnotations) WithArrayOfValues(values []map[string]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataAnnotations) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataAnnotations) WithValue(value map[string]string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataCreateTime ¶
type Distribution_SpecPathSelectorTemplateMetadataCreateTime struct{}
func (Distribution_SpecPathSelectorTemplateMetadataCreateTime) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataCreateTime) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataCreateTime) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataCreateTime) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataDeleteTime ¶
type Distribution_SpecPathSelectorTemplateMetadataDeleteTime struct{}
func (Distribution_SpecPathSelectorTemplateMetadataDeleteTime) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataDeleteTime) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataDeleteTime) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataDeleteTime) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataGeneration ¶
type Distribution_SpecPathSelectorTemplateMetadataGeneration struct{}
func (Distribution_SpecPathSelectorTemplateMetadataGeneration) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataGeneration) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataGeneration) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataGeneration) WithArrayOfValues(values []int64) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataGeneration) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataGeneration) WithValue(value int64) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataLabels ¶
type Distribution_SpecPathSelectorTemplateMetadataLabels struct{}
func (Distribution_SpecPathSelectorTemplateMetadataLabels) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataLabels) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataLabels) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLabels) WithArrayOfValues(values []map[string]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataLabels) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLabels) WithValue(value map[string]string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataLifecycle ¶
type Distribution_SpecPathSelectorTemplateMetadataLifecycle struct{}
func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) BlockDeletion ¶
func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataLifecycle) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLifecycle) WithValue(value *meta.Lifecycle) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion ¶
type Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion struct{}
func (Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleBlockDeletion) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataLifecycleState ¶
type Distribution_SpecPathSelectorTemplateMetadataLifecycleState struct{}
func (Distribution_SpecPathSelectorTemplateMetadataLifecycleState) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataLifecycleState) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataLifecycleState) WithValue(value meta.Lifecycle_State) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferences ¶
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferences struct{}
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) Controller ¶
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) RequiresOwnerReference ¶
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController ¶
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController struct{}
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesController) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind ¶
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind struct{}
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesKind) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName ¶
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName struct{}
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion ¶
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion struct{}
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRegion) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference ¶
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference struct{}
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion ¶
type Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion struct{}
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataOwnerReferencesVersion) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataResourceVersion ¶
type Distribution_SpecPathSelectorTemplateMetadataResourceVersion struct{}
func (Distribution_SpecPathSelectorTemplateMetadataResourceVersion) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataResourceVersion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataResourceVersion) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataResourceVersion) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataServices ¶
type Distribution_SpecPathSelectorTemplateMetadataServices struct{}
func (Distribution_SpecPathSelectorTemplateMetadataServices) AllowedServices ¶
func (Distribution_SpecPathSelectorTemplateMetadataServices) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataServices) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataServices) OwningService ¶
func (Distribution_SpecPathSelectorTemplateMetadataServices) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataServices) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataServices) WithValue(value *meta.ServicesInfo) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices ¶
type Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices struct{}
func (Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataServicesAllowedServices) WithValue(value []string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataServicesOwningService ¶
type Distribution_SpecPathSelectorTemplateMetadataServicesOwningService struct{}
func (Distribution_SpecPathSelectorTemplateMetadataServicesOwningService) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataServicesOwningService) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataServicesOwningService) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataServicesOwningService) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataShards ¶
type Distribution_SpecPathSelectorTemplateMetadataShards struct{}
func (Distribution_SpecPathSelectorTemplateMetadataShards) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataShards) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataShards) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataShards) WithArrayOfValues(values []map[string]int64) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataShards) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataShards) WithValue(value map[string]int64) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataSyncing ¶
type Distribution_SpecPathSelectorTemplateMetadataSyncing struct{}
func (Distribution_SpecPathSelectorTemplateMetadataSyncing) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataSyncing) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataSyncing) OwningRegion ¶
func (Distribution_SpecPathSelectorTemplateMetadataSyncing) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataSyncing) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataSyncing) WithValue(value *meta.SyncingMeta) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion ¶
type Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion struct{}
func (Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataSyncingOwningRegion) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataSyncingRegions ¶
type Distribution_SpecPathSelectorTemplateMetadataSyncingRegions struct{}
func (Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataSyncingRegions) WithValue(value []string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataTags ¶
type Distribution_SpecPathSelectorTemplateMetadataTags struct{}
func (Distribution_SpecPathSelectorTemplateMetadataTags) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataTags) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataTags) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataTags) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataTags) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataTags) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateMetadataTags) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataTags) WithValue(value []string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataUpdateTime ¶
type Distribution_SpecPathSelectorTemplateMetadataUpdateTime struct{}
func (Distribution_SpecPathSelectorTemplateMetadataUpdateTime) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataUpdateTime) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataUpdateTime) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataUpdateTime) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateMetadataUuid ¶
type Distribution_SpecPathSelectorTemplateMetadataUuid struct{}
func (Distribution_SpecPathSelectorTemplateMetadataUuid) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateMetadataUuid) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateMetadataUuid) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateMetadataUuid) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateMetadataUuid) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateMetadataUuid) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpec ¶
type Distribution_SpecPathSelectorTemplateSpec struct{}
func (Distribution_SpecPathSelectorTemplateSpec) Containers ¶
func (Distribution_SpecPathSelectorTemplateSpec) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpec) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpec) HostNetwork ¶
func (Distribution_SpecPathSelectorTemplateSpec) HostVolumeMounts ¶
func (Distribution_SpecPathSelectorTemplateSpec) HostVolumeMounts() Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts
func (Distribution_SpecPathSelectorTemplateSpec) ImagePullSecrets ¶
func (Distribution_SpecPathSelectorTemplateSpec) ImagePullSecrets() Distribution_SpecPathSelectorTemplateSpecImagePullSecrets
func (Distribution_SpecPathSelectorTemplateSpec) RestartPolicy ¶
func (Distribution_SpecPathSelectorTemplateSpec) RestartPolicy() Distribution_SpecPathSelectorTemplateSpecRestartPolicy
func (Distribution_SpecPathSelectorTemplateSpec) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpec) WithArrayOfValues(values []*common.PodSpec) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpec) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpec) WithValue(value *common.PodSpec) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecCompose ¶
type Distribution_SpecPathSelectorTemplateSpecCompose struct{}
func (Distribution_SpecPathSelectorTemplateSpecCompose) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecCompose) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecCompose) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecCompose) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecCompose) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecCompose) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainers ¶
type Distribution_SpecPathSelectorTemplateSpecContainers struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainers) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainers) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecContainers) ImagePullPolicy ¶
func (Distribution_SpecPathSelectorTemplateSpecContainers) SecurityContext ¶
func (Distribution_SpecPathSelectorTemplateSpecContainers) VolumeMounts ¶
func (Distribution_SpecPathSelectorTemplateSpecContainers) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainers) WithArrayOfValues(values [][]*common.PodSpec_Container) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainers) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainers) WithItemValue(value *common.PodSpec_Container) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecContainers) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainers) WithValue(value []*common.PodSpec_Container) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersArgs ¶
type Distribution_SpecPathSelectorTemplateSpecContainersArgs struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersArgs) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersArgs) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersArgs) WithValue(value []string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersCommand ¶
type Distribution_SpecPathSelectorTemplateSpecContainersCommand struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithArrayOfValues(values [][]string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithItemValue(value string) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersCommand) WithValue(value []string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnv ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnv struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithArrayOfValues(values [][]*common.EnvVar) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithItemValue(value *common.EnvVar) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnv) WithValue(value []*common.EnvVar) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) ConfigMapRef ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) WithArrayOfValues(values []*common.EnvFromSource) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFrom) WithValue(value *common.EnvFromSource) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*common.ConfigMapEnvSource) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromPrefix) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*common.SecretEnvSource) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRef) WithValue(value *common.SecretEnvSource) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvName ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvName struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValue ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValue struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValue) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValue) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValue) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValue) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) SecretKeyRef ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) WithArrayOfValues(values []*common.EnvVarSource) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFrom) WithValue(value *common.EnvVarSource) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*common.ConfigMapKeySelector) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*common.SecretKeySelector) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional ¶
type Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersImage ¶
type Distribution_SpecPathSelectorTemplateSpecContainersImage struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersImage) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersImage) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersImage) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersImage) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy ¶
type Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersImagePullPolicy) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersName ¶
type Distribution_SpecPathSelectorTemplateSpecContainersName struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersName) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersName) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecContainersName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersResources ¶
type Distribution_SpecPathSelectorTemplateSpecContainersResources struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersResources) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersResources) WithArrayOfValues(values []*common.PodSpec_Container_ResourceRequirements) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits ¶
type Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesLimits) WithValue(value map[string]int64) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests ¶
type Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersResourcesRequests) WithValue(value map[string]int64) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext ¶
type Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) Privileged ¶
func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) WithArrayOfValues(values []*common.SecurityContext) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContext) WithValue(value *common.SecurityContext) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged ¶
type Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersSecurityContextPrivileged) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts ¶
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath ¶
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsMountPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName ¶
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly ¶
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsReadOnly) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath ¶
type Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecContainersVolumeMountsSubPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecHostNetwork ¶
type Distribution_SpecPathSelectorTemplateSpecHostNetwork struct{}
func (Distribution_SpecPathSelectorTemplateSpecHostNetwork) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecHostNetwork) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecHostNetwork) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostNetwork) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecHostNetwork) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostNetwork) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts ¶
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts struct{}
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath ¶
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsMountPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName ¶
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName struct{}
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly ¶
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly struct{}
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsReadOnly) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath ¶
type Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecHostVolumeMountsSubPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecImagePullSecrets ¶
type Distribution_SpecPathSelectorTemplateSpecImagePullSecrets struct{}
func (Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithArrayOfValues(values [][]*common.LocalObjectReferenceSecret) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithItemValue(value *common.LocalObjectReferenceSecret) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecrets) WithValue(value []*common.LocalObjectReferenceSecret) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName ¶
type Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName struct{}
func (Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecNode ¶
type Distribution_SpecPathSelectorTemplateSpecNode struct{}
func (Distribution_SpecPathSelectorTemplateSpecNode) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecNode) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecNode) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecNode) WithArrayOfValues(values []*devices_device.Reference) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecNode) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecNode) WithValue(value *devices_device.Reference) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecRestartPolicy ¶
type Distribution_SpecPathSelectorTemplateSpecRestartPolicy struct{}
func (Distribution_SpecPathSelectorTemplateSpecRestartPolicy) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecRestartPolicy) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecRestartPolicy) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecRestartPolicy) WithArrayOfValues(values []common.PodSpec_RestartPolicy) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecRestartPolicy) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecRestartPolicy) WithValue(value common.PodSpec_RestartPolicy) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumes ¶
type Distribution_SpecPathSelectorTemplateSpecVolumes struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumes) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecVolumes) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecVolumes) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumes) WithArrayOfValues(values [][]*common.Volume) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumes) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumes) WithItemValue(value *common.Volume) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecVolumes) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumes) WithValue(value []*common.Volume) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) DefaultMode ¶
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) WithArrayOfValues(values []*common.ConfigMapVolumeSource) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMap) WithValue(value *common.ConfigMapVolumeSource) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapDefaultMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithItemValue(value *common.KeyToPath) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItems) WithValue(value []*common.KeyToPath) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapItemsPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesConfigMapOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesHostPath ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesHostPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) WithArrayOfValues(values []*common.HostPathVolumeSource) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPath) WithValue(value *common.HostPathVolumeSource) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPathPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesHostPathType) WithArrayOfValues(values []common.HostPathVolumeSource_Type) *DistributionSpec_FieldSubPathArrayOfValues
type Distribution_SpecPathSelectorTemplateSpecVolumesName ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesName struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesName) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecVolumesName) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecVolumesName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecret ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecret struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) DefaultMode ¶
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) FieldPath ¶
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) FieldPath() *DistributionSpec_FieldSubPath
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) SecretName ¶
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecret) WithArrayOfValues(values []*common.SecretVolumeSource) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecret) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecret) WithValue(value *common.SecretVolumeSource) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretDefaultMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithItemValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithItemValue(value *common.KeyToPath) *DistributionSpec_FieldSubPathArrayItemValue
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItems) WithValue(value []*common.KeyToPath) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsKey) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsMode) WithValue(value int32) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretItemsPath) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretOptional) WithValue(value bool) *DistributionSpec_FieldSubPathValue
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName ¶
type Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName struct{}
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *DistributionSpec_FieldSubPathArrayOfValues
func (Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName) WithValue ¶
func (s Distribution_SpecPathSelectorTemplateSpecVolumesSecretSecretName) WithValue(value string) *DistributionSpec_FieldSubPathValue
type Distribution_Spec_FieldMask ¶
type Distribution_Spec_FieldMask struct {
Paths []DistributionSpec_FieldPath
}
func FullDistribution_Spec_FieldMask ¶
func FullDistribution_Spec_FieldMask() *Distribution_Spec_FieldMask
func (*Distribution_Spec_FieldMask) AppendPath ¶
func (fieldMask *Distribution_Spec_FieldMask) AppendPath(path DistributionSpec_FieldPath)
func (*Distribution_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *Distribution_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Distribution_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *Distribution_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Distribution_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *Distribution_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Distribution_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *Distribution_Spec_FieldMask) FilterInputFields() *Distribution_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Distribution_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Distribution_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Distribution_Spec_FieldMask) GetPaths ¶
func (fieldMask *Distribution_Spec_FieldMask) GetPaths() []DistributionSpec_FieldPath
func (*Distribution_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *Distribution_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Distribution_Spec_FieldMask) IsFull ¶
func (fieldMask *Distribution_Spec_FieldMask) IsFull() bool
func (Distribution_Spec_FieldMask) Marshal ¶
func (fieldMask Distribution_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Distribution_Spec_FieldMask) MarshalJSON ¶
func (fieldMask Distribution_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*Distribution_Spec_FieldMask) PathsCount ¶
func (fieldMask *Distribution_Spec_FieldMask) PathsCount() int
func (*Distribution_Spec_FieldMask) Project ¶
func (fieldMask *Distribution_Spec_FieldMask) Project(source *Distribution_Spec) *Distribution_Spec
func (*Distribution_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *Distribution_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Distribution_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *Distribution_Spec_FieldMask) ProtoMessage()
func (*Distribution_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *Distribution_Spec_FieldMask) ProtoReflect() preflect.Message
func (*Distribution_Spec_FieldMask) Reset ¶
func (fieldMask *Distribution_Spec_FieldMask) Reset()
func (*Distribution_Spec_FieldMask) Set ¶
func (fieldMask *Distribution_Spec_FieldMask) Set(target, source *Distribution_Spec)
func (*Distribution_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *Distribution_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*Distribution_Spec_FieldMask) SetRaw ¶
func (fieldMask *Distribution_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Distribution_Spec_FieldMask) Size ¶
func (fieldMask *Distribution_Spec_FieldMask) Size() int
func (*Distribution_Spec_FieldMask) String ¶
func (fieldMask *Distribution_Spec_FieldMask) String() string
func (*Distribution_Spec_FieldMask) Subtract ¶
func (fieldMask *Distribution_Spec_FieldMask) Subtract(other *Distribution_Spec_FieldMask) *Distribution_Spec_FieldMask
func (*Distribution_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *Distribution_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Distribution_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Distribution_Spec_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Distribution_Spec_FieldMask) Unmarshal ¶
func (fieldMask *Distribution_Spec_FieldMask) Unmarshal(data []byte) error
func (*Distribution_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *Distribution_Spec_FieldMask) UnmarshalJSON(data []byte) error
type Distribution_Spec_Template ¶
type Distribution_Spec_Template struct { Metadata *meta.Meta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` Spec *common.PodSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` // contains filtered or unexported fields }
func (*Distribution_Spec_Template) Clone ¶
func (o *Distribution_Spec_Template) Clone() *Distribution_Spec_Template
func (*Distribution_Spec_Template) CloneRaw ¶
func (o *Distribution_Spec_Template) CloneRaw() gotenobject.GotenObjectExt
func (*Distribution_Spec_Template) Descriptor ¶
func (*Distribution_Spec_Template) Descriptor() ([]byte, []int)
Deprecated, Use Distribution_Spec_Template.ProtoReflect.Descriptor instead.
func (*Distribution_Spec_Template) GetMetadata ¶
func (m *Distribution_Spec_Template) GetMetadata() *meta.Meta
func (*Distribution_Spec_Template) GetSpec ¶
func (m *Distribution_Spec_Template) GetSpec() *common.PodSpec
func (*Distribution_Spec_Template) GotenMessage ¶
func (*Distribution_Spec_Template) GotenMessage()
func (*Distribution_Spec_Template) GotenObjectExt ¶
func (o *Distribution_Spec_Template) GotenObjectExt()
func (*Distribution_Spec_Template) GotenValidate ¶
func (obj *Distribution_Spec_Template) GotenValidate() error
func (*Distribution_Spec_Template) MakeDiffFieldMask ¶
func (o *Distribution_Spec_Template) MakeDiffFieldMask(other *Distribution_Spec_Template) *Distribution_Spec_Template_FieldMask
func (*Distribution_Spec_Template) MakeFullFieldMask ¶
func (o *Distribution_Spec_Template) MakeFullFieldMask() *Distribution_Spec_Template_FieldMask
func (*Distribution_Spec_Template) MakeRawDiffFieldMask ¶
func (o *Distribution_Spec_Template) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Distribution_Spec_Template) MakeRawFullFieldMask ¶
func (o *Distribution_Spec_Template) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Distribution_Spec_Template) Marshal ¶
func (m *Distribution_Spec_Template) Marshal() ([]byte, error)
func (*Distribution_Spec_Template) MarshalJSON ¶
func (m *Distribution_Spec_Template) MarshalJSON() ([]byte, error)
func (*Distribution_Spec_Template) Merge ¶
func (o *Distribution_Spec_Template) Merge(source *Distribution_Spec_Template)
func (*Distribution_Spec_Template) MergeRaw ¶
func (o *Distribution_Spec_Template) MergeRaw(source gotenobject.GotenObjectExt)
func (*Distribution_Spec_Template) ProtoMessage ¶
func (*Distribution_Spec_Template) ProtoMessage()
func (*Distribution_Spec_Template) ProtoReflect ¶
func (m *Distribution_Spec_Template) ProtoReflect() preflect.Message
func (*Distribution_Spec_Template) Reset ¶
func (m *Distribution_Spec_Template) Reset()
func (*Distribution_Spec_Template) SetMetadata ¶
func (m *Distribution_Spec_Template) SetMetadata(fv *meta.Meta)
func (*Distribution_Spec_Template) SetSpec ¶
func (m *Distribution_Spec_Template) SetSpec(fv *common.PodSpec)
func (*Distribution_Spec_Template) String ¶
func (m *Distribution_Spec_Template) String() string
func (*Distribution_Spec_Template) Unmarshal ¶
func (m *Distribution_Spec_Template) Unmarshal(b []byte) error
func (*Distribution_Spec_Template) UnmarshalJSON ¶
func (m *Distribution_Spec_Template) UnmarshalJSON(data []byte) error
type Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations ¶
type Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations) WithValue ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataAnnotations) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplateMapPathSelectorMetadataLabels ¶
type Distribution_Spec_TemplateMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (Distribution_Spec_TemplateMapPathSelectorMetadataLabels) FieldPath ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataLabels) FieldPath() *DistributionSpecTemplate_FieldSubPath
func (Distribution_Spec_TemplateMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplateMapPathSelectorMetadataLabels) WithValue ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataLabels) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplateMapPathSelectorMetadataShards ¶
type Distribution_Spec_TemplateMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (Distribution_Spec_TemplateMapPathSelectorMetadataShards) FieldPath ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataShards) FieldPath() *DistributionSpecTemplate_FieldSubPath
func (Distribution_Spec_TemplateMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplateMapPathSelectorMetadataShards) WithValue ¶
func (s Distribution_Spec_TemplateMapPathSelectorMetadataShards) WithValue(value int64) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits ¶
type Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests ¶
type Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s Distribution_Spec_TemplateMapPathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorMetadata ¶
type Distribution_Spec_TemplatePathSelectorMetadata struct{}
func (Distribution_Spec_TemplatePathSelectorMetadata) Annotations ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) CreateTime ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) DeleteTime ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) Generation ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) OwnerReferences ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) ResourceVersion ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) UpdateTime ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadata) WithArrayOfValues(values []*meta.Meta) *DistributionSpecTemplate_FieldTerminalPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadata) WithSubArrayItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue meta.Meta_FieldPathArrayItemValue) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorMetadata) WithSubArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues meta.Meta_FieldPathArrayOfValues) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadata) WithSubPath ¶
func (Distribution_Spec_TemplatePathSelectorMetadata) WithSubPath(subPath meta.Meta_FieldPath) *DistributionSpecTemplate_FieldSubPath
func (Distribution_Spec_TemplatePathSelectorMetadata) WithSubValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadata) WithSubValue(subPathValue meta.Meta_FieldPathValue) *DistributionSpecTemplate_FieldSubPathValue
func (Distribution_Spec_TemplatePathSelectorMetadata) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadata) WithValue(value *meta.Meta) *DistributionSpecTemplate_FieldTerminalPathValue
type Distribution_Spec_TemplatePathSelectorMetadataAnnotations ¶
type Distribution_Spec_TemplatePathSelectorMetadataAnnotations struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataAnnotations) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataAnnotations) WithValue(value map[string]string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataCreateTime ¶
type Distribution_Spec_TemplatePathSelectorMetadataCreateTime struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataCreateTime) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataCreateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataDeleteTime ¶
type Distribution_Spec_TemplatePathSelectorMetadataDeleteTime struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataDeleteTime) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataDeleteTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataDeleteTime) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataDeleteTime) WithValue(value *timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataGeneration ¶
type Distribution_Spec_TemplatePathSelectorMetadataGeneration struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataGeneration) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataGeneration) WithValue(value int64) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataLabels ¶
type Distribution_Spec_TemplatePathSelectorMetadataLabels struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataLabels) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataLabels) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataLabels) WithValue(value map[string]string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataLifecycle ¶
type Distribution_Spec_TemplatePathSelectorMetadataLifecycle struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataLifecycle) BlockDeletion ¶
func (Distribution_Spec_TemplatePathSelectorMetadataLifecycle) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycle) WithArrayOfValues(values []*meta.Lifecycle) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataLifecycle) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycle) WithValue(value *meta.Lifecycle) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion ¶
type Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycleBlockDeletion) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataLifecycleState ¶
type Distribution_Spec_TemplatePathSelectorMetadataLifecycleState struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataLifecycleState) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataLifecycleState) WithArrayOfValues(values []meta.Lifecycle_State) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences ¶
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) Controller ¶
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) RequiresOwnerReference ¶
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*meta.OwnerReference) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithItemValue(value *meta.OwnerReference) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferences) WithValue(value []*meta.OwnerReference) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController ¶
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind ¶
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesKind) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName ¶
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion ¶
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRegion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference ¶
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference) FieldPath ¶
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion ¶
type Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataOwnerReferencesVersion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataResourceVersion ¶
type Distribution_Spec_TemplatePathSelectorMetadataResourceVersion struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataResourceVersion) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataResourceVersion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataServices ¶
type Distribution_Spec_TemplatePathSelectorMetadataServices struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataServices) AllowedServices ¶
func (Distribution_Spec_TemplatePathSelectorMetadataServices) OwningService ¶
func (Distribution_Spec_TemplatePathSelectorMetadataServices) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataServices) WithArrayOfValues(values []*meta.ServicesInfo) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataServices) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataServices) WithValue(value *meta.ServicesInfo) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices ¶
type Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataServicesAllowedServices) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService ¶
type Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataServicesOwningService) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataShards ¶
type Distribution_Spec_TemplatePathSelectorMetadataShards struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataShards) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataShards) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataShards) WithValue(value map[string]int64) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataSyncing ¶
type Distribution_Spec_TemplatePathSelectorMetadataSyncing struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataSyncing) OwningRegion ¶
func (Distribution_Spec_TemplatePathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataSyncing) WithArrayOfValues(values []*meta.SyncingMeta) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataSyncing) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataSyncing) WithValue(value *meta.SyncingMeta) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion ¶
type Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingOwningRegion) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions ¶
type Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataSyncingRegions) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataTags ¶
type Distribution_Spec_TemplatePathSelectorMetadataTags struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataTags) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataTags) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataTags) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataTags) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorMetadataTags) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataTags) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataUpdateTime ¶
type Distribution_Spec_TemplatePathSelectorMetadataUpdateTime struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataUpdateTime) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataUpdateTime) WithValue(value *timestamppb.Timestamp) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorMetadataUuid ¶
type Distribution_Spec_TemplatePathSelectorMetadataUuid struct{}
func (Distribution_Spec_TemplatePathSelectorMetadataUuid) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataUuid) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorMetadataUuid) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorMetadataUuid) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpec ¶
type Distribution_Spec_TemplatePathSelectorSpec struct{}
func (Distribution_Spec_TemplatePathSelectorSpec) Containers ¶
func (Distribution_Spec_TemplatePathSelectorSpec) FieldPath ¶
func (Distribution_Spec_TemplatePathSelectorSpec) FieldPath() *DistributionSpecTemplate_FieldTerminalPath
func (Distribution_Spec_TemplatePathSelectorSpec) HostNetwork ¶
func (Distribution_Spec_TemplatePathSelectorSpec) HostVolumeMounts ¶
func (Distribution_Spec_TemplatePathSelectorSpec) HostVolumeMounts() Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts
func (Distribution_Spec_TemplatePathSelectorSpec) ImagePullSecrets ¶
func (Distribution_Spec_TemplatePathSelectorSpec) ImagePullSecrets() Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets
func (Distribution_Spec_TemplatePathSelectorSpec) RestartPolicy ¶
func (Distribution_Spec_TemplatePathSelectorSpec) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpec) WithArrayOfValues(values []*common.PodSpec) *DistributionSpecTemplate_FieldTerminalPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpec) WithSubArrayItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue common.PodSpec_FieldPathArrayItemValue) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpec) WithSubArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues common.PodSpec_FieldPathArrayOfValues) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpec) WithSubPath ¶
func (Distribution_Spec_TemplatePathSelectorSpec) WithSubPath(subPath common.PodSpec_FieldPath) *DistributionSpecTemplate_FieldSubPath
func (Distribution_Spec_TemplatePathSelectorSpec) WithSubValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpec) WithSubValue(subPathValue common.PodSpec_FieldPathValue) *DistributionSpecTemplate_FieldSubPathValue
func (Distribution_Spec_TemplatePathSelectorSpec) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpec) WithValue(value *common.PodSpec) *DistributionSpecTemplate_FieldTerminalPathValue
type Distribution_Spec_TemplatePathSelectorSpecCompose ¶
type Distribution_Spec_TemplatePathSelectorSpecCompose struct{}
func (Distribution_Spec_TemplatePathSelectorSpecCompose) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecCompose) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecCompose) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecCompose) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainers ¶
type Distribution_Spec_TemplatePathSelectorSpecContainers struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainers) ImagePullPolicy ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainers) SecurityContext ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainers) VolumeMounts ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainers) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainers) WithArrayOfValues(values [][]*common.PodSpec_Container) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainers) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainers) WithItemValue(value *common.PodSpec_Container) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecContainers) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainers) WithValue(value []*common.PodSpec_Container) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersArgs ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersArgs struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersArgs) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersCommand ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersCommand struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithArrayOfValues(values [][]string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithItemValue(value string) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersCommand) WithValue(value []string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersEnv ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnv struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithArrayOfValues(values [][]*common.EnvVar) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithItemValue(value *common.EnvVar) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnv) WithValue(value []*common.EnvVar) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) ConfigMapRef ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) WithArrayOfValues(values []*common.EnvFromSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFrom) WithValue(value *common.EnvFromSource) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*common.ConfigMapEnvSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromPrefix) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*common.SecretEnvSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvName ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValue) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) SecretKeyRef ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) WithArrayOfValues(values []*common.EnvVarSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFrom) WithValue(value *common.EnvVarSource) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*common.ConfigMapKeySelector) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*common.SecretKeySelector) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersImage ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersImage struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersImage) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersImage) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersImage) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersImage) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersImagePullPolicy) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersName ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersResources ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersResources struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersResources) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersResources) WithArrayOfValues(values []*common.PodSpec_Container_ResourceRequirements) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesLimits) WithValue(value map[string]int64) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersResourcesRequests) WithValue(value map[string]int64) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext) Privileged ¶
func (Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContext) WithArrayOfValues(values []*common.SecurityContext) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath ¶
type Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecHostNetwork ¶
type Distribution_Spec_TemplatePathSelectorSpecHostNetwork struct{}
func (Distribution_Spec_TemplatePathSelectorSpecHostNetwork) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostNetwork) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecHostNetwork) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostNetwork) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts ¶
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts struct{}
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithArrayOfValues(values [][]*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithItemValue(value *common.VolumeMount) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMounts) WithValue(value []*common.VolumeMount) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath ¶
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsMountPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName ¶
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly ¶
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly struct{}
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsReadOnly) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath ¶
type Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecHostVolumeMountsSubPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets ¶
type Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets struct{}
func (Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithArrayOfValues(values [][]*common.LocalObjectReferenceSecret) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithItemValue ¶
func (Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecrets) WithValue(value []*common.LocalObjectReferenceSecret) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName ¶
type Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecNode ¶
type Distribution_Spec_TemplatePathSelectorSpecNode struct{}
func (Distribution_Spec_TemplatePathSelectorSpecNode) FieldPath ¶
func (Distribution_Spec_TemplatePathSelectorSpecNode) FieldPath() *DistributionSpecTemplate_FieldSubPath
func (Distribution_Spec_TemplatePathSelectorSpecNode) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecNode) WithArrayOfValues(values []*devices_device.Reference) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecNode) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecNode) WithValue(value *devices_device.Reference) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecRestartPolicy ¶
type Distribution_Spec_TemplatePathSelectorSpecRestartPolicy struct{}
func (Distribution_Spec_TemplatePathSelectorSpecRestartPolicy) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecRestartPolicy) WithArrayOfValues(values []common.PodSpec_RestartPolicy) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecVolumes ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumes struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumes) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumes) WithArrayOfValues(values [][]*common.Volume) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumes) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumes) WithItemValue(value *common.Volume) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecVolumes) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumes) WithValue(value []*common.Volume) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) DefaultMode ¶
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMap) WithArrayOfValues(values []*common.ConfigMapVolumeSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapDefaultMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithItemValue(value *common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItems) WithValue(value []*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsKey) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapItemsPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesConfigMapOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPath) WithArrayOfValues(values []*common.HostPathVolumeSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesHostPathType) WithArrayOfValues(values []common.HostPathVolumeSource_Type) *DistributionSpecTemplate_FieldSubPathArrayOfValues
type Distribution_Spec_TemplatePathSelectorSpecVolumesName ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecret ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecret struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) DefaultMode ¶
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) SecretName ¶
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) WithArrayOfValues(values []*common.SecretVolumeSource) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecret) WithValue(value *common.SecretVolumeSource) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretDefaultMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithArrayOfValues(values [][]*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithItemValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithItemValue(value *common.KeyToPath) *DistributionSpecTemplate_FieldSubPathArrayItemValue
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItems) WithValue(value []*common.KeyToPath) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsKey) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsMode) WithValue(value int32) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretItemsPath) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretOptional) WithValue(value bool) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName ¶
type Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName struct{}
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *DistributionSpecTemplate_FieldSubPathArrayOfValues
func (Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName) WithValue ¶
func (s Distribution_Spec_TemplatePathSelectorSpecVolumesSecretSecretName) WithValue(value string) *DistributionSpecTemplate_FieldSubPathValue
type Distribution_Spec_Template_FieldMask ¶
type Distribution_Spec_Template_FieldMask struct {
Paths []DistributionSpecTemplate_FieldPath
}
func FullDistribution_Spec_Template_FieldMask ¶
func FullDistribution_Spec_Template_FieldMask() *Distribution_Spec_Template_FieldMask
func (*Distribution_Spec_Template_FieldMask) AppendPath ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) AppendPath(path DistributionSpecTemplate_FieldPath)
func (*Distribution_Spec_Template_FieldMask) AppendRawPath ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Distribution_Spec_Template_FieldMask) DecodeFirestore ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Distribution_Spec_Template_FieldMask) EncodeFirestore ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Distribution_Spec_Template_FieldMask) FilterInputFields ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) FilterInputFields() *Distribution_Spec_Template_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Distribution_Spec_Template_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Distribution_Spec_Template_FieldMask) GetPaths ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) GetPaths() []DistributionSpecTemplate_FieldPath
func (*Distribution_Spec_Template_FieldMask) GetRawPaths ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Distribution_Spec_Template_FieldMask) IsFull ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) IsFull() bool
func (Distribution_Spec_Template_FieldMask) Marshal ¶
func (fieldMask Distribution_Spec_Template_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Distribution_Spec_Template_FieldMask) MarshalJSON ¶
func (fieldMask Distribution_Spec_Template_FieldMask) MarshalJSON() ([]byte, error)
func (*Distribution_Spec_Template_FieldMask) PathsCount ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) PathsCount() int
func (*Distribution_Spec_Template_FieldMask) Project ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) Project(source *Distribution_Spec_Template) *Distribution_Spec_Template
func (*Distribution_Spec_Template_FieldMask) ProjectRaw ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Distribution_Spec_Template_FieldMask) ProtoMessage ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) ProtoMessage()
func (*Distribution_Spec_Template_FieldMask) ProtoReflect ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) ProtoReflect() preflect.Message
func (*Distribution_Spec_Template_FieldMask) Reset ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) Reset()
func (*Distribution_Spec_Template_FieldMask) Set ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) Set(target, source *Distribution_Spec_Template)
func (*Distribution_Spec_Template_FieldMask) SetFromCliFlag ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) SetFromCliFlag(raw string) error
func (*Distribution_Spec_Template_FieldMask) SetRaw ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Distribution_Spec_Template_FieldMask) Size ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) Size() int
func (*Distribution_Spec_Template_FieldMask) String ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) String() string
func (*Distribution_Spec_Template_FieldMask) Subtract ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) Subtract(other *Distribution_Spec_Template_FieldMask) *Distribution_Spec_Template_FieldMask
func (*Distribution_Spec_Template_FieldMask) SubtractRaw ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Distribution_Spec_Template_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Distribution_Spec_Template_FieldMask) Unmarshal ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) Unmarshal(data []byte) error
func (*Distribution_Spec_Template_FieldMask) UnmarshalJSON ¶
func (fieldMask *Distribution_Spec_Template_FieldMask) UnmarshalJSON(data []byte) error
type Distribution_Status ¶
type Distribution_Status struct {
// contains filtered or unexported fields
}
func (*Distribution_Status) Clone ¶
func (o *Distribution_Status) Clone() *Distribution_Status
func (*Distribution_Status) CloneRaw ¶
func (o *Distribution_Status) CloneRaw() gotenobject.GotenObjectExt
func (*Distribution_Status) Descriptor ¶
func (*Distribution_Status) Descriptor() ([]byte, []int)
Deprecated, Use Distribution_Status.ProtoReflect.Descriptor instead.
func (*Distribution_Status) GotenMessage ¶
func (*Distribution_Status) GotenMessage()
func (*Distribution_Status) GotenObjectExt ¶
func (o *Distribution_Status) GotenObjectExt()
func (*Distribution_Status) GotenValidate ¶
func (obj *Distribution_Status) GotenValidate() error
func (*Distribution_Status) MakeDiffFieldMask ¶
func (o *Distribution_Status) MakeDiffFieldMask(other *Distribution_Status) *Distribution_Status_FieldMask
func (*Distribution_Status) MakeFullFieldMask ¶
func (o *Distribution_Status) MakeFullFieldMask() *Distribution_Status_FieldMask
func (*Distribution_Status) MakeRawDiffFieldMask ¶
func (o *Distribution_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Distribution_Status) MakeRawFullFieldMask ¶
func (o *Distribution_Status) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Distribution_Status) Marshal ¶
func (m *Distribution_Status) Marshal() ([]byte, error)
func (*Distribution_Status) MarshalJSON ¶
func (m *Distribution_Status) MarshalJSON() ([]byte, error)
func (*Distribution_Status) Merge ¶
func (o *Distribution_Status) Merge(source *Distribution_Status)
func (*Distribution_Status) MergeRaw ¶
func (o *Distribution_Status) MergeRaw(source gotenobject.GotenObjectExt)
func (*Distribution_Status) ProtoMessage ¶
func (*Distribution_Status) ProtoMessage()
func (*Distribution_Status) ProtoReflect ¶
func (m *Distribution_Status) ProtoReflect() preflect.Message
func (*Distribution_Status) Reset ¶
func (m *Distribution_Status) Reset()
func (*Distribution_Status) String ¶
func (m *Distribution_Status) String() string
func (*Distribution_Status) Unmarshal ¶
func (m *Distribution_Status) Unmarshal(b []byte) error
func (*Distribution_Status) UnmarshalJSON ¶
func (m *Distribution_Status) UnmarshalJSON(data []byte) error
type Distribution_Status_FieldMask ¶
type Distribution_Status_FieldMask struct {
Paths []DistributionStatus_FieldPath
}
func FullDistribution_Status_FieldMask ¶
func FullDistribution_Status_FieldMask() *Distribution_Status_FieldMask
func (*Distribution_Status_FieldMask) AppendPath ¶
func (fieldMask *Distribution_Status_FieldMask) AppendPath(path DistributionStatus_FieldPath)
func (*Distribution_Status_FieldMask) AppendRawPath ¶
func (fieldMask *Distribution_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Distribution_Status_FieldMask) DecodeFirestore ¶
func (fieldMask *Distribution_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Distribution_Status_FieldMask) EncodeFirestore ¶
func (fieldMask *Distribution_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Distribution_Status_FieldMask) FilterInputFields ¶
func (fieldMask *Distribution_Status_FieldMask) FilterInputFields() *Distribution_Status_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Distribution_Status_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Distribution_Status_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*Distribution_Status_FieldMask) GetPaths ¶
func (fieldMask *Distribution_Status_FieldMask) GetPaths() []DistributionStatus_FieldPath
func (*Distribution_Status_FieldMask) GetRawPaths ¶
func (fieldMask *Distribution_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Distribution_Status_FieldMask) IsFull ¶
func (fieldMask *Distribution_Status_FieldMask) IsFull() bool
func (Distribution_Status_FieldMask) Marshal ¶
func (fieldMask Distribution_Status_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Distribution_Status_FieldMask) MarshalJSON ¶
func (fieldMask Distribution_Status_FieldMask) MarshalJSON() ([]byte, error)
func (*Distribution_Status_FieldMask) PathsCount ¶
func (fieldMask *Distribution_Status_FieldMask) PathsCount() int
func (*Distribution_Status_FieldMask) Project ¶
func (fieldMask *Distribution_Status_FieldMask) Project(source *Distribution_Status) *Distribution_Status
func (*Distribution_Status_FieldMask) ProjectRaw ¶
func (fieldMask *Distribution_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Distribution_Status_FieldMask) ProtoMessage ¶
func (fieldMask *Distribution_Status_FieldMask) ProtoMessage()
func (*Distribution_Status_FieldMask) ProtoReflect ¶
func (fieldMask *Distribution_Status_FieldMask) ProtoReflect() preflect.Message
func (*Distribution_Status_FieldMask) Reset ¶
func (fieldMask *Distribution_Status_FieldMask) Reset()
func (*Distribution_Status_FieldMask) Set ¶
func (fieldMask *Distribution_Status_FieldMask) Set(target, source *Distribution_Status)
func (*Distribution_Status_FieldMask) SetFromCliFlag ¶
func (fieldMask *Distribution_Status_FieldMask) SetFromCliFlag(raw string) error
func (*Distribution_Status_FieldMask) SetRaw ¶
func (fieldMask *Distribution_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Distribution_Status_FieldMask) Size ¶
func (fieldMask *Distribution_Status_FieldMask) Size() int
func (*Distribution_Status_FieldMask) String ¶
func (fieldMask *Distribution_Status_FieldMask) String() string
func (*Distribution_Status_FieldMask) Subtract ¶
func (fieldMask *Distribution_Status_FieldMask) Subtract(other *Distribution_Status_FieldMask) *Distribution_Status_FieldMask
func (*Distribution_Status_FieldMask) SubtractRaw ¶
func (fieldMask *Distribution_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Distribution_Status_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Distribution_Status_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Distribution_Status_FieldMask) Unmarshal ¶
func (fieldMask *Distribution_Status_FieldMask) Unmarshal(data []byte) error
func (*Distribution_Status_FieldMask) UnmarshalJSON ¶
func (fieldMask *Distribution_Status_FieldMask) UnmarshalJSON(data []byte) error
type Filter ¶
type Filter struct {
FilterCondition
}
func (*Filter) ConvertToNative ¶
func (*Filter) DecodeFirestore ¶
func (filter *Filter) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Filter) EncodeFirestore ¶
func (filter *Filter) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Filter) Evaluate ¶
func (filter *Filter) Evaluate(res *Distribution) bool
Evaluate is a wrapper on FilterCondition, which also handles nil pointer
func (*Filter) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
func (filter *Filter) FilterSlice(in []*Distribution) (out []*Distribution)
FilterSlice is a helper for filtering arrays
func (*Filter) GetCondition ¶
func (filter *Filter) GetCondition() FilterCondition
GetCondition is a getter of FilterCondition, which also handles nil pointer
func (*Filter) GetRawCondition ¶
func (filter *Filter) GetRawCondition() gotenresource.FilterCondition
func (*Filter) ParseProtoString ¶
func (*Filter) ProtoString ¶
func (*Filter) SetFromCliFlag ¶
type FilterBuilder ¶
type FilterBuilder struct {
// contains filtered or unexported fields
}
func NewAndFilterBuilder ¶
func NewAndFilterBuilder() *FilterBuilder
func NewFilterBuilder ¶
func NewFilterBuilder() *FilterBuilder
func NewOrFilterBuilder ¶
func NewOrFilterBuilder() *FilterBuilder
func (*FilterBuilder) Filter ¶
func (b *FilterBuilder) Filter() *Filter
func (*FilterBuilder) Where ¶
func (b *FilterBuilder) Where(opts ...gotenfilter.FilterConditionOption) *filterCndBuilder
func (*FilterBuilder) WherePath ¶
func (b *FilterBuilder) WherePath(fp Distribution_FieldPath, opts ...gotenfilter.FilterConditionOption) *filterCndBuilderAnyPath
func (*FilterBuilder) With ¶
func (b *FilterBuilder) With(condOrBuilder FilterBuilderOrCondition, opts ...gotenfilter.FilterConditionOption) *FilterBuilder
type FilterBuilderOrCondition ¶
type FilterBuilderOrCondition interface {
// contains filtered or unexported methods
}
type FilterCondition ¶
type FilterCondition interface { gotenresource.FilterCondition And(...FilterCondition) FilterCondition Evaluate(res *Distribution) bool // Whether this condition is at least as specific as other. // When true, any Distribution that passes this condition will also pass other condition. Satisfies(other FilterCondition) bool // Checks whether condition specifies given field path // Useful for blacklisting protected paths in iam policy conditions SpecifiesFieldPath(fp Distribution_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator Distribution_FieldPathValue }
func (*FilterConditionCompare) And ¶
func (cond *FilterConditionCompare) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionCompare) ConditionCompare ¶
func (cond *FilterConditionCompare) ConditionCompare()
func (*FilterConditionCompare) Evaluate ¶
func (cond *FilterConditionCompare) Evaluate(res *Distribution) bool
func (*FilterConditionCompare) EvaluateRaw ¶
func (cond *FilterConditionCompare) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionCompare) GetOperator ¶
func (cond *FilterConditionCompare) GetOperator() filterParser.CompareOperator
func (*FilterConditionCompare) GetRawFieldPath ¶
func (cond *FilterConditionCompare) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionCompare) GetRawFieldPathValue ¶
func (cond *FilterConditionCompare) GetRawFieldPathValue() gotenobject.FieldPathValue
func (*FilterConditionCompare) Satisfies ¶
func (cond *FilterConditionCompare) Satisfies(other FilterCondition) bool
func (*FilterConditionCompare) SatisfiesRaw ¶
func (cond *FilterConditionCompare) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionCompare) SpecifiesFieldPath ¶
func (cond *FilterConditionCompare) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionCompare) SpecifiesRawFieldPath ¶
func (cond *FilterConditionCompare) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionCompare) String ¶
func (cond *FilterConditionCompare) String() string
type FilterConditionComposite ¶
type FilterConditionComposite struct { Operator filterParser.CompositeOperator Conditions []FilterCondition }
func (*FilterConditionComposite) And ¶
func (cond *FilterConditionComposite) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionComposite) ConditionComposite ¶
func (cond *FilterConditionComposite) ConditionComposite()
func (*FilterConditionComposite) Evaluate ¶
func (cond *FilterConditionComposite) Evaluate(res *Distribution) bool
func (*FilterConditionComposite) EvaluateRaw ¶
func (cond *FilterConditionComposite) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionComposite) GetOperator ¶
func (cond *FilterConditionComposite) GetOperator() filterParser.CompositeOperator
func (*FilterConditionComposite) GetSubConditions ¶
func (cond *FilterConditionComposite) GetSubConditions() []gotenresource.FilterCondition
func (*FilterConditionComposite) Satisfies ¶
func (cond *FilterConditionComposite) Satisfies(other FilterCondition) bool
func (*FilterConditionComposite) SatisfiesRaw ¶
func (cond *FilterConditionComposite) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionComposite) SpecifiesFieldPath ¶
func (cond *FilterConditionComposite) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionComposite) SpecifiesRawFieldPath ¶
func (cond *FilterConditionComposite) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionComposite) String ¶
func (cond *FilterConditionComposite) String() string
type FilterConditionContains ¶
type FilterConditionContains struct { Type gotenresource.ConditionContainsType FieldPath Distribution_FieldPath Value Distribution_FieldPathArrayItemValue Values []Distribution_FieldPathArrayItemValue }
func (*FilterConditionContains) And ¶
func (cond *FilterConditionContains) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionContains) ConditionContains ¶
func (cond *FilterConditionContains) ConditionContains()
func (*FilterConditionContains) ConditionContainsType ¶
func (cond *FilterConditionContains) ConditionContainsType() gotenresource.ConditionContainsType
func (*FilterConditionContains) Evaluate ¶
func (cond *FilterConditionContains) Evaluate(res *Distribution) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() Distribution_FieldPath
func (*FilterConditionContains) GetRawFieldPath ¶
func (cond *FilterConditionContains) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionContains) GetRawFieldPathItemValue ¶
func (cond *FilterConditionContains) GetRawFieldPathItemValue() gotenobject.FieldPathArrayItemValue
func (*FilterConditionContains) GetRawFieldPathItemValues ¶
func (cond *FilterConditionContains) GetRawFieldPathItemValues() (res []gotenobject.FieldPathArrayItemValue)
func (*FilterConditionContains) Satisfies ¶
func (cond *FilterConditionContains) Satisfies(other FilterCondition) bool
func (*FilterConditionContains) SatisfiesRaw ¶
func (cond *FilterConditionContains) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionContains) SpecifiesFieldPath ¶
func (cond *FilterConditionContains) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionContains) SpecifiesRawFieldPath ¶
func (cond *FilterConditionContains) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionContains) String ¶
func (cond *FilterConditionContains) String() string
type FilterConditionIn ¶
type FilterConditionIn struct {
Distribution_FieldPathArrayOfValues
}
func (*FilterConditionIn) And ¶
func (cond *FilterConditionIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIn) ConditionIn ¶
func (cond *FilterConditionIn) ConditionIn()
func (*FilterConditionIn) Evaluate ¶
func (cond *FilterConditionIn) Evaluate(res *Distribution) bool
func (*FilterConditionIn) EvaluateRaw ¶
func (cond *FilterConditionIn) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIn) GetRawFieldPath ¶
func (cond *FilterConditionIn) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIn) GetRawFieldPathArrayOfValues ¶
func (cond *FilterConditionIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
func (*FilterConditionIn) Satisfies ¶
func (cond *FilterConditionIn) Satisfies(other FilterCondition) bool
func (*FilterConditionIn) SatisfiesRaw ¶
func (cond *FilterConditionIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIn) SpecifiesFieldPath ¶
func (cond *FilterConditionIn) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionIn) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIn) String ¶
func (cond *FilterConditionIn) String() string
type FilterConditionIsNaN ¶
type FilterConditionIsNaN struct { Not bool FieldPath Distribution_FieldPath }
func (*FilterConditionIsNaN) And ¶
func (cond *FilterConditionIsNaN) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNaN) ConditionIsNaN ¶
func (cond *FilterConditionIsNaN) ConditionIsNaN()
func (*FilterConditionIsNaN) Evaluate ¶
func (cond *FilterConditionIsNaN) Evaluate(res *Distribution) bool
func (*FilterConditionIsNaN) EvaluateRaw ¶
func (cond *FilterConditionIsNaN) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIsNaN) GetRawFieldPath ¶
func (cond *FilterConditionIsNaN) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIsNaN) Satisfies ¶
func (cond *FilterConditionIsNaN) Satisfies(other FilterCondition) bool
func (*FilterConditionIsNaN) SatisfiesRaw ¶
func (cond *FilterConditionIsNaN) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIsNaN) SpecifiesFieldPath ¶
func (cond *FilterConditionIsNaN) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionIsNaN) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIsNaN) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIsNaN) String ¶
func (cond *FilterConditionIsNaN) String() string
type FilterConditionIsNull ¶
type FilterConditionIsNull struct { Not bool FieldPath Distribution_FieldPath }
func (*FilterConditionIsNull) And ¶
func (cond *FilterConditionIsNull) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionIsNull) ConditionIsNull ¶
func (cond *FilterConditionIsNull) ConditionIsNull()
func (*FilterConditionIsNull) Evaluate ¶
func (cond *FilterConditionIsNull) Evaluate(res *Distribution) bool
func (*FilterConditionIsNull) EvaluateRaw ¶
func (cond *FilterConditionIsNull) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionIsNull) GetRawFieldPath ¶
func (cond *FilterConditionIsNull) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionIsNull) NotNull ¶
func (cond *FilterConditionIsNull) NotNull() bool
func (*FilterConditionIsNull) Satisfies ¶
func (cond *FilterConditionIsNull) Satisfies(other FilterCondition) bool
func (*FilterConditionIsNull) SatisfiesRaw ¶
func (cond *FilterConditionIsNull) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionIsNull) SpecifiesFieldPath ¶
func (cond *FilterConditionIsNull) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionIsNull) SpecifiesRawFieldPath ¶
func (cond *FilterConditionIsNull) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionIsNull) String ¶
func (cond *FilterConditionIsNull) String() string
type FilterConditionNot ¶
type FilterConditionNot struct {
FilterCondition
}
func (*FilterConditionNot) And ¶
func (cond *FilterConditionNot) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNot) ConditionNot ¶
func (cond *FilterConditionNot) ConditionNot()
func (*FilterConditionNot) Evaluate ¶
func (cond *FilterConditionNot) Evaluate(res *Distribution) bool
func (*FilterConditionNot) EvaluateRaw ¶
func (cond *FilterConditionNot) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionNot) GetSubCondition ¶
func (cond *FilterConditionNot) GetSubCondition() gotenresource.FilterCondition
func (*FilterConditionNot) Satisfies ¶
func (cond *FilterConditionNot) Satisfies(other FilterCondition) bool
func (*FilterConditionNot) SatisfiesRaw ¶
func (cond *FilterConditionNot) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionNot) SpecifiesFieldPath ¶
func (cond *FilterConditionNot) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionNot) SpecifiesRawFieldPath ¶
func (cond *FilterConditionNot) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionNot) String ¶
func (cond *FilterConditionNot) String() string
type FilterConditionNotIn ¶
type FilterConditionNotIn struct {
Distribution_FieldPathArrayOfValues
}
func (*FilterConditionNotIn) And ¶
func (cond *FilterConditionNotIn) And(conds ...FilterCondition) FilterCondition
func (*FilterConditionNotIn) ConditionNotIn ¶
func (cond *FilterConditionNotIn) ConditionNotIn()
func (*FilterConditionNotIn) Evaluate ¶
func (cond *FilterConditionNotIn) Evaluate(res *Distribution) bool
func (*FilterConditionNotIn) EvaluateRaw ¶
func (cond *FilterConditionNotIn) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionNotIn) GetRawFieldPath ¶
func (cond *FilterConditionNotIn) GetRawFieldPath() gotenobject.FieldPath
func (*FilterConditionNotIn) GetRawFieldPathArrayOfValues ¶
func (cond *FilterConditionNotIn) GetRawFieldPathArrayOfValues() gotenobject.FieldPathArrayOfValues
func (*FilterConditionNotIn) Satisfies ¶
func (cond *FilterConditionNotIn) Satisfies(other FilterCondition) bool
func (*FilterConditionNotIn) SatisfiesRaw ¶
func (cond *FilterConditionNotIn) SatisfiesRaw(other gotenresource.FilterCondition) bool
func (*FilterConditionNotIn) SpecifiesFieldPath ¶
func (cond *FilterConditionNotIn) SpecifiesFieldPath(fp Distribution_FieldPath) bool
func (*FilterConditionNotIn) SpecifiesRawFieldPath ¶
func (cond *FilterConditionNotIn) SpecifiesRawFieldPath(fp gotenobject.FieldPath) bool
func (*FilterConditionNotIn) String ¶
func (cond *FilterConditionNotIn) String() string
type GetQuery ¶
type GetQuery struct { Reference *Reference Mask *Distribution_FieldMask }
func (*GetQuery) GetFieldMask ¶
func (q *GetQuery) GetFieldMask() gotenobject.FieldMask
func (*GetQuery) GetReference ¶
func (q *GetQuery) GetReference() gotenresource.Reference
func (*GetQuery) GetResourceDescriptor ¶
func (q *GetQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*GetQuery) GotenQuery ¶
func (q *GetQuery) GotenQuery()
func (*GetQuery) SetFieldMask ¶
func (q *GetQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*GetQuery) SetReference ¶
func (q *GetQuery) SetReference(ref gotenresource.Reference)
type LabelSelector ¶
type LabelSelector struct { // matchLabels is a map of {key,value} pairs. A single {key,value} in the // matchLabels map is equivalent to an element of matchExpressions, whose key // field is "key", the operator is "In", and the values array contains only // "value". The requirements are ANDed. +optional MatchLabels map[string]string `` /* 206-byte string literal not displayed */ // matchExpressions is a list of label selector requirements. The requirements // are ANDed. +optional MatchExpressions []*LabelSelectorRequirement `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
func (*LabelSelector) Clone ¶
func (o *LabelSelector) Clone() *LabelSelector
func (*LabelSelector) CloneRaw ¶
func (o *LabelSelector) CloneRaw() gotenobject.GotenObjectExt
func (*LabelSelector) Descriptor ¶
func (*LabelSelector) Descriptor() ([]byte, []int)
Deprecated, Use LabelSelector.ProtoReflect.Descriptor instead.
func (*LabelSelector) GetMatchExpressions ¶
func (m *LabelSelector) GetMatchExpressions() []*LabelSelectorRequirement
func (*LabelSelector) GetMatchLabels ¶
func (m *LabelSelector) GetMatchLabels() map[string]string
func (*LabelSelector) GotenMessage ¶
func (*LabelSelector) GotenMessage()
func (*LabelSelector) GotenObjectExt ¶
func (o *LabelSelector) GotenObjectExt()
func (*LabelSelector) GotenValidate ¶
func (obj *LabelSelector) GotenValidate() error
func (*LabelSelector) MakeDiffFieldMask ¶
func (o *LabelSelector) MakeDiffFieldMask(other *LabelSelector) *LabelSelector_FieldMask
func (*LabelSelector) MakeFullFieldMask ¶
func (o *LabelSelector) MakeFullFieldMask() *LabelSelector_FieldMask
func (*LabelSelector) MakeRawDiffFieldMask ¶
func (o *LabelSelector) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*LabelSelector) MakeRawFullFieldMask ¶
func (o *LabelSelector) MakeRawFullFieldMask() gotenobject.FieldMask
func (*LabelSelector) Marshal ¶
func (m *LabelSelector) Marshal() ([]byte, error)
func (*LabelSelector) MarshalJSON ¶
func (m *LabelSelector) MarshalJSON() ([]byte, error)
func (*LabelSelector) Merge ¶
func (o *LabelSelector) Merge(source *LabelSelector)
func (*LabelSelector) MergeRaw ¶
func (o *LabelSelector) MergeRaw(source gotenobject.GotenObjectExt)
func (*LabelSelector) ProtoMessage ¶
func (*LabelSelector) ProtoMessage()
func (*LabelSelector) ProtoReflect ¶
func (m *LabelSelector) ProtoReflect() preflect.Message
func (*LabelSelector) Reset ¶
func (m *LabelSelector) Reset()
func (*LabelSelector) SetMatchExpressions ¶
func (m *LabelSelector) SetMatchExpressions(fv []*LabelSelectorRequirement)
func (*LabelSelector) SetMatchLabels ¶
func (m *LabelSelector) SetMatchLabels(fv map[string]string)
func (*LabelSelector) String ¶
func (m *LabelSelector) String() string
func (*LabelSelector) Unmarshal ¶
func (m *LabelSelector) Unmarshal(b []byte) error
func (*LabelSelector) UnmarshalJSON ¶
func (m *LabelSelector) UnmarshalJSON(data []byte) error
type LabelSelectorFieldPathBuilder ¶
type LabelSelectorFieldPathBuilder struct{}
func NewLabelSelectorFieldPathBuilder ¶
func NewLabelSelectorFieldPathBuilder() LabelSelectorFieldPathBuilder
func (LabelSelectorFieldPathBuilder) MatchExpressions ¶
func (LabelSelectorFieldPathBuilder) MatchExpressions() LabelSelectorPathSelectorMatchExpressions
func (LabelSelectorFieldPathBuilder) MatchLabels ¶
func (LabelSelectorFieldPathBuilder) MatchLabels() LabelSelectorPathSelectorMatchLabels
type LabelSelectorMapPathSelectorMatchLabels ¶
type LabelSelectorMapPathSelectorMatchLabels struct {
// contains filtered or unexported fields
}
func (LabelSelectorMapPathSelectorMatchLabels) FieldPath ¶
func (s LabelSelectorMapPathSelectorMatchLabels) FieldPath() *LabelSelector_FieldPathMap
func (LabelSelectorMapPathSelectorMatchLabels) WithArrayOfValues ¶
func (s LabelSelectorMapPathSelectorMatchLabels) WithArrayOfValues(values []string) *LabelSelector_FieldPathMapArrayOfValues
func (LabelSelectorMapPathSelectorMatchLabels) WithValue ¶
func (s LabelSelectorMapPathSelectorMatchLabels) WithValue(value string) *LabelSelector_FieldPathMapValue
type LabelSelectorPathSelectorMatchExpressions ¶
type LabelSelectorPathSelectorMatchExpressions struct{}
func (LabelSelectorPathSelectorMatchExpressions) FieldPath ¶
func (LabelSelectorPathSelectorMatchExpressions) FieldPath() *LabelSelector_FieldTerminalPath
func (LabelSelectorPathSelectorMatchExpressions) WithArrayOfValues ¶
func (s LabelSelectorPathSelectorMatchExpressions) WithArrayOfValues(values [][]*LabelSelectorRequirement) *LabelSelector_FieldTerminalPathArrayOfValues
func (LabelSelectorPathSelectorMatchExpressions) WithItemValue ¶
func (s LabelSelectorPathSelectorMatchExpressions) WithItemValue(value *LabelSelectorRequirement) *LabelSelector_FieldTerminalPathArrayItemValue
func (LabelSelectorPathSelectorMatchExpressions) WithSubArrayItemValue ¶
func (s LabelSelectorPathSelectorMatchExpressions) WithSubArrayItemValue(subPathArrayItemValue LabelSelectorRequirement_FieldPathArrayItemValue) *LabelSelector_FieldSubPathArrayItemValue
func (LabelSelectorPathSelectorMatchExpressions) WithSubArrayOfValues ¶
func (s LabelSelectorPathSelectorMatchExpressions) WithSubArrayOfValues(subPathArrayOfValues LabelSelectorRequirement_FieldPathArrayOfValues) *LabelSelector_FieldSubPathArrayOfValues
func (LabelSelectorPathSelectorMatchExpressions) WithSubPath ¶
func (LabelSelectorPathSelectorMatchExpressions) WithSubPath(subPath LabelSelectorRequirement_FieldPath) *LabelSelector_FieldSubPath
func (LabelSelectorPathSelectorMatchExpressions) WithSubValue ¶
func (s LabelSelectorPathSelectorMatchExpressions) WithSubValue(subPathValue LabelSelectorRequirement_FieldPathValue) *LabelSelector_FieldSubPathValue
func (LabelSelectorPathSelectorMatchExpressions) WithValue ¶
func (s LabelSelectorPathSelectorMatchExpressions) WithValue(value []*LabelSelectorRequirement) *LabelSelector_FieldTerminalPathValue
type LabelSelectorPathSelectorMatchExpressionsKey ¶
type LabelSelectorPathSelectorMatchExpressionsKey struct{}
func (LabelSelectorPathSelectorMatchExpressionsKey) FieldPath ¶
func (LabelSelectorPathSelectorMatchExpressionsKey) FieldPath() *LabelSelector_FieldSubPath
func (LabelSelectorPathSelectorMatchExpressionsKey) WithArrayOfValues ¶
func (s LabelSelectorPathSelectorMatchExpressionsKey) WithArrayOfValues(values []string) *LabelSelector_FieldSubPathArrayOfValues
func (LabelSelectorPathSelectorMatchExpressionsKey) WithValue ¶
func (s LabelSelectorPathSelectorMatchExpressionsKey) WithValue(value string) *LabelSelector_FieldSubPathValue
type LabelSelectorPathSelectorMatchExpressionsOperator ¶
type LabelSelectorPathSelectorMatchExpressionsOperator struct{}
func (LabelSelectorPathSelectorMatchExpressionsOperator) FieldPath ¶
func (LabelSelectorPathSelectorMatchExpressionsOperator) FieldPath() *LabelSelector_FieldSubPath
func (LabelSelectorPathSelectorMatchExpressionsOperator) WithArrayOfValues ¶
func (s LabelSelectorPathSelectorMatchExpressionsOperator) WithArrayOfValues(values []string) *LabelSelector_FieldSubPathArrayOfValues
func (LabelSelectorPathSelectorMatchExpressionsOperator) WithValue ¶
func (s LabelSelectorPathSelectorMatchExpressionsOperator) WithValue(value string) *LabelSelector_FieldSubPathValue
type LabelSelectorPathSelectorMatchExpressionsValues ¶
type LabelSelectorPathSelectorMatchExpressionsValues struct{}
func (LabelSelectorPathSelectorMatchExpressionsValues) FieldPath ¶
func (LabelSelectorPathSelectorMatchExpressionsValues) FieldPath() *LabelSelector_FieldSubPath
func (LabelSelectorPathSelectorMatchExpressionsValues) WithArrayOfValues ¶
func (s LabelSelectorPathSelectorMatchExpressionsValues) WithArrayOfValues(values [][]string) *LabelSelector_FieldSubPathArrayOfValues
func (LabelSelectorPathSelectorMatchExpressionsValues) WithItemValue ¶
func (s LabelSelectorPathSelectorMatchExpressionsValues) WithItemValue(value string) *LabelSelector_FieldSubPathArrayItemValue
func (LabelSelectorPathSelectorMatchExpressionsValues) WithValue ¶
func (s LabelSelectorPathSelectorMatchExpressionsValues) WithValue(value []string) *LabelSelector_FieldSubPathValue
type LabelSelectorPathSelectorMatchLabels ¶
type LabelSelectorPathSelectorMatchLabels struct{}
func (LabelSelectorPathSelectorMatchLabels) FieldPath ¶
func (LabelSelectorPathSelectorMatchLabels) FieldPath() *LabelSelector_FieldTerminalPath
func (LabelSelectorPathSelectorMatchLabels) WithArrayOfValues ¶
func (s LabelSelectorPathSelectorMatchLabels) WithArrayOfValues(values []map[string]string) *LabelSelector_FieldTerminalPathArrayOfValues
func (LabelSelectorPathSelectorMatchLabels) WithKey ¶
func (LabelSelectorPathSelectorMatchLabels) WithKey(key string) LabelSelectorMapPathSelectorMatchLabels
func (LabelSelectorPathSelectorMatchLabels) WithValue ¶
func (s LabelSelectorPathSelectorMatchLabels) WithValue(value map[string]string) *LabelSelector_FieldTerminalPathValue
type LabelSelectorRequirement ¶
type LabelSelectorRequirement struct { // key is the label key that the selector applies to. // +patchMergeKey=key // +patchStrategy=merge Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" firestore:"key"` // operator represents a key's relationship to a set of values. // Valid operators are In, NotIn, Exists and DoesNotExist. Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty" firestore:"operator"` // values is an array of string values. If the operator is In or NotIn, // the values array must be non-empty. If the operator is Exists or // DoesNotExist, the values array must be empty. This array is replaced during // a strategic merge patch. +optional Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty" firestore:"values"` // contains filtered or unexported fields }
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
func (*LabelSelectorRequirement) Clone ¶
func (o *LabelSelectorRequirement) Clone() *LabelSelectorRequirement
func (*LabelSelectorRequirement) CloneRaw ¶
func (o *LabelSelectorRequirement) CloneRaw() gotenobject.GotenObjectExt
func (*LabelSelectorRequirement) Descriptor ¶
func (*LabelSelectorRequirement) Descriptor() ([]byte, []int)
Deprecated, Use LabelSelectorRequirement.ProtoReflect.Descriptor instead.
func (*LabelSelectorRequirement) GetKey ¶
func (m *LabelSelectorRequirement) GetKey() string
func (*LabelSelectorRequirement) GetOperator ¶
func (m *LabelSelectorRequirement) GetOperator() string
func (*LabelSelectorRequirement) GetValues ¶
func (m *LabelSelectorRequirement) GetValues() []string
func (*LabelSelectorRequirement) GotenMessage ¶
func (*LabelSelectorRequirement) GotenMessage()
func (*LabelSelectorRequirement) GotenObjectExt ¶
func (o *LabelSelectorRequirement) GotenObjectExt()
func (*LabelSelectorRequirement) GotenValidate ¶
func (obj *LabelSelectorRequirement) GotenValidate() error
func (*LabelSelectorRequirement) MakeDiffFieldMask ¶
func (o *LabelSelectorRequirement) MakeDiffFieldMask(other *LabelSelectorRequirement) *LabelSelectorRequirement_FieldMask
func (*LabelSelectorRequirement) MakeFullFieldMask ¶
func (o *LabelSelectorRequirement) MakeFullFieldMask() *LabelSelectorRequirement_FieldMask
func (*LabelSelectorRequirement) MakeRawDiffFieldMask ¶
func (o *LabelSelectorRequirement) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*LabelSelectorRequirement) MakeRawFullFieldMask ¶
func (o *LabelSelectorRequirement) MakeRawFullFieldMask() gotenobject.FieldMask
func (*LabelSelectorRequirement) Marshal ¶
func (m *LabelSelectorRequirement) Marshal() ([]byte, error)
func (*LabelSelectorRequirement) MarshalJSON ¶
func (m *LabelSelectorRequirement) MarshalJSON() ([]byte, error)
func (*LabelSelectorRequirement) Merge ¶
func (o *LabelSelectorRequirement) Merge(source *LabelSelectorRequirement)
func (*LabelSelectorRequirement) MergeRaw ¶
func (o *LabelSelectorRequirement) MergeRaw(source gotenobject.GotenObjectExt)
func (*LabelSelectorRequirement) ProtoMessage ¶
func (*LabelSelectorRequirement) ProtoMessage()
func (*LabelSelectorRequirement) ProtoReflect ¶
func (m *LabelSelectorRequirement) ProtoReflect() preflect.Message
func (*LabelSelectorRequirement) Reset ¶
func (m *LabelSelectorRequirement) Reset()
func (*LabelSelectorRequirement) SetKey ¶
func (m *LabelSelectorRequirement) SetKey(fv string)
func (*LabelSelectorRequirement) SetOperator ¶
func (m *LabelSelectorRequirement) SetOperator(fv string)
func (*LabelSelectorRequirement) SetValues ¶
func (m *LabelSelectorRequirement) SetValues(fv []string)
func (*LabelSelectorRequirement) String ¶
func (m *LabelSelectorRequirement) String() string
func (*LabelSelectorRequirement) Unmarshal ¶
func (m *LabelSelectorRequirement) Unmarshal(b []byte) error
func (*LabelSelectorRequirement) UnmarshalJSON ¶
func (m *LabelSelectorRequirement) UnmarshalJSON(data []byte) error
type LabelSelectorRequirementFieldPathBuilder ¶
type LabelSelectorRequirementFieldPathBuilder struct{}
func NewLabelSelectorRequirementFieldPathBuilder ¶
func NewLabelSelectorRequirementFieldPathBuilder() LabelSelectorRequirementFieldPathBuilder
type LabelSelectorRequirementPathSelectorKey ¶
type LabelSelectorRequirementPathSelectorKey struct{}
func (LabelSelectorRequirementPathSelectorKey) FieldPath ¶
func (LabelSelectorRequirementPathSelectorKey) FieldPath() *LabelSelectorRequirement_FieldTerminalPath
func (LabelSelectorRequirementPathSelectorKey) WithArrayOfValues ¶
func (s LabelSelectorRequirementPathSelectorKey) WithArrayOfValues(values []string) *LabelSelectorRequirement_FieldTerminalPathArrayOfValues
func (LabelSelectorRequirementPathSelectorKey) WithValue ¶
func (s LabelSelectorRequirementPathSelectorKey) WithValue(value string) *LabelSelectorRequirement_FieldTerminalPathValue
type LabelSelectorRequirementPathSelectorOperator ¶
type LabelSelectorRequirementPathSelectorOperator struct{}
func (LabelSelectorRequirementPathSelectorOperator) WithArrayOfValues ¶
func (s LabelSelectorRequirementPathSelectorOperator) WithArrayOfValues(values []string) *LabelSelectorRequirement_FieldTerminalPathArrayOfValues
func (LabelSelectorRequirementPathSelectorOperator) WithValue ¶
func (s LabelSelectorRequirementPathSelectorOperator) WithValue(value string) *LabelSelectorRequirement_FieldTerminalPathValue
type LabelSelectorRequirementPathSelectorValues ¶
type LabelSelectorRequirementPathSelectorValues struct{}
func (LabelSelectorRequirementPathSelectorValues) FieldPath ¶
func (LabelSelectorRequirementPathSelectorValues) FieldPath() *LabelSelectorRequirement_FieldTerminalPath
func (LabelSelectorRequirementPathSelectorValues) WithArrayOfValues ¶
func (s LabelSelectorRequirementPathSelectorValues) WithArrayOfValues(values [][]string) *LabelSelectorRequirement_FieldTerminalPathArrayOfValues
func (LabelSelectorRequirementPathSelectorValues) WithItemValue ¶
func (s LabelSelectorRequirementPathSelectorValues) WithItemValue(value string) *LabelSelectorRequirement_FieldTerminalPathArrayItemValue
func (LabelSelectorRequirementPathSelectorValues) WithValue ¶
func (s LabelSelectorRequirementPathSelectorValues) WithValue(value []string) *LabelSelectorRequirement_FieldTerminalPathValue
type LabelSelectorRequirement_FieldMask ¶
type LabelSelectorRequirement_FieldMask struct {
Paths []LabelSelectorRequirement_FieldPath
}
func FullLabelSelectorRequirement_FieldMask ¶
func FullLabelSelectorRequirement_FieldMask() *LabelSelectorRequirement_FieldMask
func (*LabelSelectorRequirement_FieldMask) AppendPath ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) AppendPath(path LabelSelectorRequirement_FieldPath)
func (*LabelSelectorRequirement_FieldMask) AppendRawPath ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*LabelSelectorRequirement_FieldMask) DecodeFirestore ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*LabelSelectorRequirement_FieldMask) EncodeFirestore ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*LabelSelectorRequirement_FieldMask) FilterInputFields ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) FilterInputFields() *LabelSelectorRequirement_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*LabelSelectorRequirement_FieldMask) FromProtoFieldMask ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*LabelSelectorRequirement_FieldMask) GetPaths ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) GetPaths() []LabelSelectorRequirement_FieldPath
func (*LabelSelectorRequirement_FieldMask) GetRawPaths ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*LabelSelectorRequirement_FieldMask) IsFull ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) IsFull() bool
func (LabelSelectorRequirement_FieldMask) Marshal ¶
func (fieldMask LabelSelectorRequirement_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (LabelSelectorRequirement_FieldMask) MarshalJSON ¶
func (fieldMask LabelSelectorRequirement_FieldMask) MarshalJSON() ([]byte, error)
func (*LabelSelectorRequirement_FieldMask) PathsCount ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) PathsCount() int
func (*LabelSelectorRequirement_FieldMask) Project ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) Project(source *LabelSelectorRequirement) *LabelSelectorRequirement
func (*LabelSelectorRequirement_FieldMask) ProjectRaw ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*LabelSelectorRequirement_FieldMask) ProtoMessage ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) ProtoMessage()
func (*LabelSelectorRequirement_FieldMask) ProtoReflect ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) ProtoReflect() preflect.Message
func (*LabelSelectorRequirement_FieldMask) Reset ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) Reset()
func (*LabelSelectorRequirement_FieldMask) Set ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) Set(target, source *LabelSelectorRequirement)
func (*LabelSelectorRequirement_FieldMask) SetFromCliFlag ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) SetFromCliFlag(raw string) error
func (*LabelSelectorRequirement_FieldMask) SetRaw ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*LabelSelectorRequirement_FieldMask) Size ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) Size() int
func (*LabelSelectorRequirement_FieldMask) String ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) String() string
func (*LabelSelectorRequirement_FieldMask) Subtract ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) Subtract(other *LabelSelectorRequirement_FieldMask) *LabelSelectorRequirement_FieldMask
func (*LabelSelectorRequirement_FieldMask) SubtractRaw ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*LabelSelectorRequirement_FieldMask) ToProtoFieldMask ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*LabelSelectorRequirement_FieldMask) Unmarshal ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) Unmarshal(data []byte) error
func (*LabelSelectorRequirement_FieldMask) UnmarshalJSON ¶
func (fieldMask *LabelSelectorRequirement_FieldMask) UnmarshalJSON(data []byte) error
type LabelSelectorRequirement_FieldPath ¶
type LabelSelectorRequirement_FieldPath interface { gotenobject.FieldPath Selector() LabelSelectorRequirement_FieldPathSelector Get(source *LabelSelectorRequirement) []interface{} GetSingle(source *LabelSelectorRequirement) (interface{}, bool) ClearValue(item *LabelSelectorRequirement) // Those methods build corresponding LabelSelectorRequirement_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) LabelSelectorRequirement_FieldPathValue WithIArrayOfValues(values interface{}) LabelSelectorRequirement_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) LabelSelectorRequirement_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildLabelSelectorRequirement_FieldPath ¶
func BuildLabelSelectorRequirement_FieldPath(fp gotenobject.RawFieldPath) (LabelSelectorRequirement_FieldPath, error)
func MustParseLabelSelectorRequirement_FieldPath ¶
func MustParseLabelSelectorRequirement_FieldPath(rawField string) LabelSelectorRequirement_FieldPath
func ParseLabelSelectorRequirement_FieldPath ¶
func ParseLabelSelectorRequirement_FieldPath(rawField string) (LabelSelectorRequirement_FieldPath, error)
type LabelSelectorRequirement_FieldPathArrayItemValue ¶
type LabelSelectorRequirement_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue LabelSelectorRequirement_FieldPath ContainsValue(*LabelSelectorRequirement) bool }
LabelSelectorRequirement_FieldPathArrayItemValue allows storing single item in Path-specific values for LabelSelectorRequirement according to their type Present only for array (repeated) types.
func MustParseLabelSelectorRequirement_FieldPathArrayItemValue ¶
func MustParseLabelSelectorRequirement_FieldPathArrayItemValue(pathStr, valueStr string) LabelSelectorRequirement_FieldPathArrayItemValue
func ParseLabelSelectorRequirement_FieldPathArrayItemValue ¶
func ParseLabelSelectorRequirement_FieldPathArrayItemValue(pathStr, valueStr string) (LabelSelectorRequirement_FieldPathArrayItemValue, error)
ParseLabelSelectorRequirement_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type LabelSelectorRequirement_FieldPathArrayOfValues ¶
type LabelSelectorRequirement_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues LabelSelectorRequirement_FieldPath }
LabelSelectorRequirement_FieldPathArrayOfValues allows storing slice of values for LabelSelectorRequirement fields according to their type
func MustParseLabelSelectorRequirement_FieldPathArrayOfValues ¶
func MustParseLabelSelectorRequirement_FieldPathArrayOfValues(pathStr, valuesStr string) LabelSelectorRequirement_FieldPathArrayOfValues
func ParseLabelSelectorRequirement_FieldPathArrayOfValues ¶
func ParseLabelSelectorRequirement_FieldPathArrayOfValues(pathStr, valuesStr string) (LabelSelectorRequirement_FieldPathArrayOfValues, error)
type LabelSelectorRequirement_FieldPathSelector ¶
type LabelSelectorRequirement_FieldPathSelector int32
const ( LabelSelectorRequirement_FieldPathSelectorKey LabelSelectorRequirement_FieldPathSelector = 0 LabelSelectorRequirement_FieldPathSelectorOperator LabelSelectorRequirement_FieldPathSelector = 1 LabelSelectorRequirement_FieldPathSelectorValues LabelSelectorRequirement_FieldPathSelector = 2 )
func (LabelSelectorRequirement_FieldPathSelector) String ¶
func (s LabelSelectorRequirement_FieldPathSelector) String() string
type LabelSelectorRequirement_FieldPathValue ¶
type LabelSelectorRequirement_FieldPathValue interface { LabelSelectorRequirement_FieldPath gotenobject.FieldPathValue SetTo(target **LabelSelectorRequirement) CompareWith(*LabelSelectorRequirement) (cmp int, comparable bool) }
LabelSelectorRequirement_FieldPathValue allows storing values for LabelSelectorRequirement fields according to their type
func MustParseLabelSelectorRequirement_FieldPathValue ¶
func MustParseLabelSelectorRequirement_FieldPathValue(pathStr, valueStr string) LabelSelectorRequirement_FieldPathValue
func ParseLabelSelectorRequirement_FieldPathValue ¶
func ParseLabelSelectorRequirement_FieldPathValue(pathStr, valueStr string) (LabelSelectorRequirement_FieldPathValue, error)
type LabelSelectorRequirement_FieldTerminalPath ¶
type LabelSelectorRequirement_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*LabelSelectorRequirement_FieldTerminalPath) ClearValue ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) ClearValue(item *LabelSelectorRequirement)
func (*LabelSelectorRequirement_FieldTerminalPath) ClearValueRaw ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*LabelSelectorRequirement_FieldTerminalPath) Get ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) Get(source *LabelSelectorRequirement) (values []interface{})
Get returns all values pointed by specific field from source LabelSelectorRequirement
func (*LabelSelectorRequirement_FieldTerminalPath) GetDefault ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*LabelSelectorRequirement_FieldTerminalPath) GetRaw ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*LabelSelectorRequirement_FieldTerminalPath) GetSingle ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) GetSingle(source *LabelSelectorRequirement) (interface{}, bool)
GetSingle returns value pointed by specific field of from source LabelSelectorRequirement
func (*LabelSelectorRequirement_FieldTerminalPath) GetSingleRaw ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*LabelSelectorRequirement_FieldTerminalPath) IsLeaf ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*LabelSelectorRequirement_FieldTerminalPath) JSONString ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*LabelSelectorRequirement_FieldTerminalPath) Selector ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) Selector() LabelSelectorRequirement_FieldPathSelector
func (*LabelSelectorRequirement_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*LabelSelectorRequirement_FieldTerminalPath) String ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*LabelSelectorRequirement_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) WithIArrayItemValue(value interface{}) LabelSelectorRequirement_FieldPathArrayItemValue
func (*LabelSelectorRequirement_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) WithIArrayOfValues(values interface{}) LabelSelectorRequirement_FieldPathArrayOfValues
func (*LabelSelectorRequirement_FieldTerminalPath) WithIValue ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) WithIValue(value interface{}) LabelSelectorRequirement_FieldPathValue
func (*LabelSelectorRequirement_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*LabelSelectorRequirement_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*LabelSelectorRequirement_FieldTerminalPath) WithRawIValue ¶
func (fp *LabelSelectorRequirement_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type LabelSelectorRequirement_FieldTerminalPathArrayItemValue ¶
type LabelSelectorRequirement_FieldTerminalPathArrayItemValue struct { LabelSelectorRequirement_FieldTerminalPath // contains filtered or unexported fields }
func (*LabelSelectorRequirement_FieldTerminalPathArrayItemValue) AsValuesItemValue ¶
func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) AsValuesItemValue() (string, bool)
func (*LabelSelectorRequirement_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) ContainsValue(source *LabelSelectorRequirement) bool
Contains returns a boolean indicating if value that is being held is present in given 'LabelSelectorRequirement'
func (*LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object LabelSelectorRequirement as interface{}
func (*LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetSingle(source *LabelSelectorRequirement) (interface{}, bool)
func (*LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *LabelSelectorRequirement_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type LabelSelectorRequirement_FieldTerminalPathArrayOfValues ¶
type LabelSelectorRequirement_FieldTerminalPathArrayOfValues struct { LabelSelectorRequirement_FieldTerminalPath // contains filtered or unexported fields }
func (*LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues ¶
func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
func (*LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsOperatorArrayOfValues ¶
func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsOperatorArrayOfValues() ([]string, bool)
func (*LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsValuesArrayOfValues ¶
func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) AsValuesArrayOfValues() ([][]string, bool)
func (*LabelSelectorRequirement_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *LabelSelectorRequirement_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type LabelSelectorRequirement_FieldTerminalPathValue ¶
type LabelSelectorRequirement_FieldTerminalPathValue struct { LabelSelectorRequirement_FieldTerminalPath // contains filtered or unexported fields }
func (*LabelSelectorRequirement_FieldTerminalPathValue) AsKeyValue ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) AsKeyValue() (string, bool)
func (*LabelSelectorRequirement_FieldTerminalPathValue) AsOperatorValue ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) AsOperatorValue() (string, bool)
func (*LabelSelectorRequirement_FieldTerminalPathValue) AsValuesValue ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) AsValuesValue() ([]string, bool)
func (*LabelSelectorRequirement_FieldTerminalPathValue) CompareWith ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) CompareWith(source *LabelSelectorRequirement) (int, bool)
CompareWith compares value in the 'LabelSelectorRequirement_FieldTerminalPathValue' with the value under path in 'LabelSelectorRequirement'.
func (*LabelSelectorRequirement_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*LabelSelectorRequirement_FieldTerminalPathValue) GetRawValue ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'LabelSelectorRequirement' as interface{}
func (*LabelSelectorRequirement_FieldTerminalPathValue) SetTo ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) SetTo(target **LabelSelectorRequirement)
SetTo stores value for selected field for object LabelSelectorRequirement
func (*LabelSelectorRequirement_FieldTerminalPathValue) SetToRaw ¶
func (fpv *LabelSelectorRequirement_FieldTerminalPathValue) SetToRaw(target proto.Message)
type LabelSelector_FieldMask ¶
type LabelSelector_FieldMask struct {
Paths []LabelSelector_FieldPath
}
func FullLabelSelector_FieldMask ¶
func FullLabelSelector_FieldMask() *LabelSelector_FieldMask
func (*LabelSelector_FieldMask) AppendPath ¶
func (fieldMask *LabelSelector_FieldMask) AppendPath(path LabelSelector_FieldPath)
func (*LabelSelector_FieldMask) AppendRawPath ¶
func (fieldMask *LabelSelector_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*LabelSelector_FieldMask) DecodeFirestore ¶
func (fieldMask *LabelSelector_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*LabelSelector_FieldMask) EncodeFirestore ¶
func (fieldMask *LabelSelector_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*LabelSelector_FieldMask) FilterInputFields ¶
func (fieldMask *LabelSelector_FieldMask) FilterInputFields() *LabelSelector_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*LabelSelector_FieldMask) FromProtoFieldMask ¶
func (fieldMask *LabelSelector_FieldMask) FromProtoFieldMask(protoFieldMask *googlefieldmaskpb.FieldMask) error
func (*LabelSelector_FieldMask) GetPaths ¶
func (fieldMask *LabelSelector_FieldMask) GetPaths() []LabelSelector_FieldPath
func (*LabelSelector_FieldMask) GetRawPaths ¶
func (fieldMask *LabelSelector_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*LabelSelector_FieldMask) IsFull ¶
func (fieldMask *LabelSelector_FieldMask) IsFull() bool
func (LabelSelector_FieldMask) Marshal ¶
func (fieldMask LabelSelector_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (LabelSelector_FieldMask) MarshalJSON ¶
func (fieldMask LabelSelector_FieldMask) MarshalJSON() ([]byte, error)
func (*LabelSelector_FieldMask) PathsCount ¶
func (fieldMask *LabelSelector_FieldMask) PathsCount() int
func (*LabelSelector_FieldMask) Project ¶
func (fieldMask *LabelSelector_FieldMask) Project(source *LabelSelector) *LabelSelector
func (*LabelSelector_FieldMask) ProjectRaw ¶
func (fieldMask *LabelSelector_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*LabelSelector_FieldMask) ProtoMessage ¶
func (fieldMask *LabelSelector_FieldMask) ProtoMessage()
func (*LabelSelector_FieldMask) ProtoReflect ¶
func (fieldMask *LabelSelector_FieldMask) ProtoReflect() preflect.Message
func (*LabelSelector_FieldMask) Reset ¶
func (fieldMask *LabelSelector_FieldMask) Reset()
func (*LabelSelector_FieldMask) Set ¶
func (fieldMask *LabelSelector_FieldMask) Set(target, source *LabelSelector)
func (*LabelSelector_FieldMask) SetFromCliFlag ¶
func (fieldMask *LabelSelector_FieldMask) SetFromCliFlag(raw string) error
func (*LabelSelector_FieldMask) SetRaw ¶
func (fieldMask *LabelSelector_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*LabelSelector_FieldMask) Size ¶
func (fieldMask *LabelSelector_FieldMask) Size() int
func (*LabelSelector_FieldMask) String ¶
func (fieldMask *LabelSelector_FieldMask) String() string
func (*LabelSelector_FieldMask) Subtract ¶
func (fieldMask *LabelSelector_FieldMask) Subtract(other *LabelSelector_FieldMask) *LabelSelector_FieldMask
func (*LabelSelector_FieldMask) SubtractRaw ¶
func (fieldMask *LabelSelector_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*LabelSelector_FieldMask) ToProtoFieldMask ¶
func (fieldMask *LabelSelector_FieldMask) ToProtoFieldMask() *googlefieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*LabelSelector_FieldMask) Unmarshal ¶
func (fieldMask *LabelSelector_FieldMask) Unmarshal(data []byte) error
func (*LabelSelector_FieldMask) UnmarshalJSON ¶
func (fieldMask *LabelSelector_FieldMask) UnmarshalJSON(data []byte) error
type LabelSelector_FieldPath ¶
type LabelSelector_FieldPath interface { gotenobject.FieldPath Selector() LabelSelector_FieldPathSelector Get(source *LabelSelector) []interface{} GetSingle(source *LabelSelector) (interface{}, bool) ClearValue(item *LabelSelector) // Those methods build corresponding LabelSelector_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) LabelSelector_FieldPathValue WithIArrayOfValues(values interface{}) LabelSelector_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) LabelSelector_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildLabelSelector_FieldPath ¶
func BuildLabelSelector_FieldPath(fp gotenobject.RawFieldPath) (LabelSelector_FieldPath, error)
func MustParseLabelSelector_FieldPath ¶
func MustParseLabelSelector_FieldPath(rawField string) LabelSelector_FieldPath
func ParseLabelSelector_FieldPath ¶
func ParseLabelSelector_FieldPath(rawField string) (LabelSelector_FieldPath, error)
type LabelSelector_FieldPathArrayItemValue ¶
type LabelSelector_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue LabelSelector_FieldPath ContainsValue(*LabelSelector) bool }
LabelSelector_FieldPathArrayItemValue allows storing single item in Path-specific values for LabelSelector according to their type Present only for array (repeated) types.
func MustParseLabelSelector_FieldPathArrayItemValue ¶
func MustParseLabelSelector_FieldPathArrayItemValue(pathStr, valueStr string) LabelSelector_FieldPathArrayItemValue
func ParseLabelSelector_FieldPathArrayItemValue ¶
func ParseLabelSelector_FieldPathArrayItemValue(pathStr, valueStr string) (LabelSelector_FieldPathArrayItemValue, error)
ParseLabelSelector_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type LabelSelector_FieldPathArrayOfValues ¶
type LabelSelector_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues LabelSelector_FieldPath }
LabelSelector_FieldPathArrayOfValues allows storing slice of values for LabelSelector fields according to their type
func MustParseLabelSelector_FieldPathArrayOfValues ¶
func MustParseLabelSelector_FieldPathArrayOfValues(pathStr, valuesStr string) LabelSelector_FieldPathArrayOfValues
func ParseLabelSelector_FieldPathArrayOfValues ¶
func ParseLabelSelector_FieldPathArrayOfValues(pathStr, valuesStr string) (LabelSelector_FieldPathArrayOfValues, error)
type LabelSelector_FieldPathMap ¶
type LabelSelector_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*LabelSelector_FieldPathMap) ClearValue ¶
func (fpm *LabelSelector_FieldPathMap) ClearValue(item *LabelSelector)
func (*LabelSelector_FieldPathMap) ClearValueRaw ¶
func (fpm *LabelSelector_FieldPathMap) ClearValueRaw(item proto.Message)
func (*LabelSelector_FieldPathMap) Get ¶
func (fpm *LabelSelector_FieldPathMap) Get(source *LabelSelector) (values []interface{})
Get returns all values pointed by selected field map key from source LabelSelector
func (*LabelSelector_FieldPathMap) GetDefault ¶
func (fpm *LabelSelector_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*LabelSelector_FieldPathMap) GetRaw ¶
func (fpm *LabelSelector_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*LabelSelector_FieldPathMap) GetSingle ¶
func (fpm *LabelSelector_FieldPathMap) GetSingle(source *LabelSelector) (interface{}, bool)
GetSingle returns value by selected field map key from source LabelSelector
func (*LabelSelector_FieldPathMap) GetSingleRaw ¶
func (fpm *LabelSelector_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*LabelSelector_FieldPathMap) IsLeaf ¶
func (fpm *LabelSelector_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*LabelSelector_FieldPathMap) JSONString ¶
func (fpm *LabelSelector_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*LabelSelector_FieldPathMap) Key ¶
func (fpm *LabelSelector_FieldPathMap) Key() string
func (*LabelSelector_FieldPathMap) Selector ¶
func (fpm *LabelSelector_FieldPathMap) Selector() LabelSelector_FieldPathSelector
func (*LabelSelector_FieldPathMap) SplitIntoTerminalIPaths ¶
func (fpm *LabelSelector_FieldPathMap) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*LabelSelector_FieldPathMap) String ¶
func (fpm *LabelSelector_FieldPathMap) String() string
String returns path representation in proto convention
func (*LabelSelector_FieldPathMap) WithIArrayItemValue ¶
func (fpm *LabelSelector_FieldPathMap) WithIArrayItemValue(value interface{}) LabelSelector_FieldPathArrayItemValue
func (*LabelSelector_FieldPathMap) WithIArrayOfValues ¶
func (fpm *LabelSelector_FieldPathMap) WithIArrayOfValues(values interface{}) LabelSelector_FieldPathArrayOfValues
func (*LabelSelector_FieldPathMap) WithIValue ¶
func (fpm *LabelSelector_FieldPathMap) WithIValue(value interface{}) LabelSelector_FieldPathValue
func (*LabelSelector_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *LabelSelector_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*LabelSelector_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *LabelSelector_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*LabelSelector_FieldPathMap) WithRawIValue ¶
func (fpm *LabelSelector_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type LabelSelector_FieldPathMapArrayOfValues ¶
type LabelSelector_FieldPathMapArrayOfValues struct { LabelSelector_FieldPathMap // contains filtered or unexported fields }
func (*LabelSelector_FieldPathMapArrayOfValues) AsMatchLabelsArrayOfElementValues ¶
func (fpmaov *LabelSelector_FieldPathMapArrayOfValues) AsMatchLabelsArrayOfElementValues() ([]string, bool)
func (*LabelSelector_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *LabelSelector_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type LabelSelector_FieldPathMapValue ¶
type LabelSelector_FieldPathMapValue struct { LabelSelector_FieldPathMap // contains filtered or unexported fields }
func (*LabelSelector_FieldPathMapValue) AsMatchLabelsElementValue ¶
func (fpmv *LabelSelector_FieldPathMapValue) AsMatchLabelsElementValue() (string, bool)
func (*LabelSelector_FieldPathMapValue) CompareWith ¶
func (fpmv *LabelSelector_FieldPathMapValue) CompareWith(source *LabelSelector) (int, bool)
CompareWith compares value in the 'LabelSelector_FieldPathMapValue' with the value under path in 'LabelSelector'.
func (*LabelSelector_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *LabelSelector_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*LabelSelector_FieldPathMapValue) GetRawValue ¶
func (fpmv *LabelSelector_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in LabelSelector as interface{}
func (*LabelSelector_FieldPathMapValue) SetTo ¶
func (fpmv *LabelSelector_FieldPathMapValue) SetTo(target **LabelSelector)
SetTo stores value for selected field in LabelSelector
func (*LabelSelector_FieldPathMapValue) SetToRaw ¶
func (fpmv *LabelSelector_FieldPathMapValue) SetToRaw(target proto.Message)
type LabelSelector_FieldPathSelector ¶
type LabelSelector_FieldPathSelector int32
const ( LabelSelector_FieldPathSelectorMatchLabels LabelSelector_FieldPathSelector = 0 LabelSelector_FieldPathSelectorMatchExpressions LabelSelector_FieldPathSelector = 1 )
func (LabelSelector_FieldPathSelector) String ¶
func (s LabelSelector_FieldPathSelector) String() string
type LabelSelector_FieldPathValue ¶
type LabelSelector_FieldPathValue interface { LabelSelector_FieldPath gotenobject.FieldPathValue SetTo(target **LabelSelector) CompareWith(*LabelSelector) (cmp int, comparable bool) }
LabelSelector_FieldPathValue allows storing values for LabelSelector fields according to their type
func MustParseLabelSelector_FieldPathValue ¶
func MustParseLabelSelector_FieldPathValue(pathStr, valueStr string) LabelSelector_FieldPathValue
func ParseLabelSelector_FieldPathValue ¶
func ParseLabelSelector_FieldPathValue(pathStr, valueStr string) (LabelSelector_FieldPathValue, error)
type LabelSelector_FieldSubPath ¶
type LabelSelector_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*LabelSelector_FieldSubPath) AsMatchExpressionsSubPath ¶
func (fps *LabelSelector_FieldSubPath) AsMatchExpressionsSubPath() (LabelSelectorRequirement_FieldPath, bool)
func (*LabelSelector_FieldSubPath) ClearValue ¶
func (fps *LabelSelector_FieldSubPath) ClearValue(item *LabelSelector)
func (*LabelSelector_FieldSubPath) ClearValueRaw ¶
func (fps *LabelSelector_FieldSubPath) ClearValueRaw(item proto.Message)
func (*LabelSelector_FieldSubPath) Get ¶
func (fps *LabelSelector_FieldSubPath) Get(source *LabelSelector) (values []interface{})
Get returns all values pointed by selected field from source LabelSelector
func (*LabelSelector_FieldSubPath) GetDefault ¶
func (fps *LabelSelector_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*LabelSelector_FieldSubPath) GetRaw ¶
func (fps *LabelSelector_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*LabelSelector_FieldSubPath) GetSingle ¶
func (fps *LabelSelector_FieldSubPath) GetSingle(source *LabelSelector) (interface{}, bool)
GetSingle returns value of selected field from source LabelSelector
func (*LabelSelector_FieldSubPath) GetSingleRaw ¶
func (fps *LabelSelector_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*LabelSelector_FieldSubPath) IsLeaf ¶
func (fps *LabelSelector_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*LabelSelector_FieldSubPath) JSONString ¶
func (fps *LabelSelector_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*LabelSelector_FieldSubPath) Selector ¶
func (fps *LabelSelector_FieldSubPath) Selector() LabelSelector_FieldPathSelector
func (*LabelSelector_FieldSubPath) SplitIntoTerminalIPaths ¶
func (fps *LabelSelector_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*LabelSelector_FieldSubPath) String ¶
func (fps *LabelSelector_FieldSubPath) String() string
String returns path representation in proto convention
func (*LabelSelector_FieldSubPath) WithIArrayItemValue ¶
func (fps *LabelSelector_FieldSubPath) WithIArrayItemValue(value interface{}) LabelSelector_FieldPathArrayItemValue
func (*LabelSelector_FieldSubPath) WithIArrayOfValues ¶
func (fps *LabelSelector_FieldSubPath) WithIArrayOfValues(values interface{}) LabelSelector_FieldPathArrayOfValues
func (*LabelSelector_FieldSubPath) WithIValue ¶
func (fps *LabelSelector_FieldSubPath) WithIValue(value interface{}) LabelSelector_FieldPathValue
func (*LabelSelector_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *LabelSelector_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*LabelSelector_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *LabelSelector_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*LabelSelector_FieldSubPath) WithRawIValue ¶
func (fps *LabelSelector_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type LabelSelector_FieldSubPathArrayItemValue ¶
type LabelSelector_FieldSubPathArrayItemValue struct { LabelSelector_FieldPath // contains filtered or unexported fields }
func (*LabelSelector_FieldSubPathArrayItemValue) AsMatchExpressionsPathItemValue ¶
func (fpaivs *LabelSelector_FieldSubPathArrayItemValue) AsMatchExpressionsPathItemValue() (LabelSelectorRequirement_FieldPathArrayItemValue, bool)
func (*LabelSelector_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *LabelSelector_FieldSubPathArrayItemValue) ContainsValue(source *LabelSelector) bool
Contains returns a boolean indicating if value that is being held is present in given 'LabelSelector'
func (*LabelSelector_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *LabelSelector_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type LabelSelector_FieldSubPathArrayOfValues ¶
type LabelSelector_FieldSubPathArrayOfValues struct { LabelSelector_FieldPath // contains filtered or unexported fields }
func (*LabelSelector_FieldSubPathArrayOfValues) AsMatchExpressionsPathArrayOfValues ¶
func (fpsaov *LabelSelector_FieldSubPathArrayOfValues) AsMatchExpressionsPathArrayOfValues() (LabelSelectorRequirement_FieldPathArrayOfValues, bool)
func (*LabelSelector_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *LabelSelector_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type LabelSelector_FieldSubPathValue ¶
type LabelSelector_FieldSubPathValue struct { LabelSelector_FieldPath // contains filtered or unexported fields }
func (*LabelSelector_FieldSubPathValue) AsMatchExpressionsPathValue ¶
func (fpvs *LabelSelector_FieldSubPathValue) AsMatchExpressionsPathValue() (LabelSelectorRequirement_FieldPathValue, bool)
func (*LabelSelector_FieldSubPathValue) CompareWith ¶
func (fpvs *LabelSelector_FieldSubPathValue) CompareWith(source *LabelSelector) (int, bool)
func (*LabelSelector_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *LabelSelector_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*LabelSelector_FieldSubPathValue) GetRawValue ¶
func (fpvs *LabelSelector_FieldSubPathValue) GetRawValue() interface{}
func (*LabelSelector_FieldSubPathValue) SetTo ¶
func (fpvs *LabelSelector_FieldSubPathValue) SetTo(target **LabelSelector)
func (*LabelSelector_FieldSubPathValue) SetToRaw ¶
func (fpvs *LabelSelector_FieldSubPathValue) SetToRaw(target proto.Message)
type LabelSelector_FieldTerminalPath ¶
type LabelSelector_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*LabelSelector_FieldTerminalPath) ClearValue ¶
func (fp *LabelSelector_FieldTerminalPath) ClearValue(item *LabelSelector)
func (*LabelSelector_FieldTerminalPath) ClearValueRaw ¶
func (fp *LabelSelector_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*LabelSelector_FieldTerminalPath) Get ¶
func (fp *LabelSelector_FieldTerminalPath) Get(source *LabelSelector) (values []interface{})
Get returns all values pointed by specific field from source LabelSelector
func (*LabelSelector_FieldTerminalPath) GetDefault ¶
func (fp *LabelSelector_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*LabelSelector_FieldTerminalPath) GetRaw ¶
func (fp *LabelSelector_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*LabelSelector_FieldTerminalPath) GetSingle ¶
func (fp *LabelSelector_FieldTerminalPath) GetSingle(source *LabelSelector) (interface{}, bool)
GetSingle returns value pointed by specific field of from source LabelSelector
func (*LabelSelector_FieldTerminalPath) GetSingleRaw ¶
func (fp *LabelSelector_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*LabelSelector_FieldTerminalPath) IsLeaf ¶
func (fp *LabelSelector_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*LabelSelector_FieldTerminalPath) JSONString ¶
func (fp *LabelSelector_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*LabelSelector_FieldTerminalPath) Selector ¶
func (fp *LabelSelector_FieldTerminalPath) Selector() LabelSelector_FieldPathSelector
func (*LabelSelector_FieldTerminalPath) SplitIntoTerminalIPaths ¶
func (fp *LabelSelector_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*LabelSelector_FieldTerminalPath) String ¶
func (fp *LabelSelector_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*LabelSelector_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *LabelSelector_FieldTerminalPath) WithIArrayItemValue(value interface{}) LabelSelector_FieldPathArrayItemValue
func (*LabelSelector_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *LabelSelector_FieldTerminalPath) WithIArrayOfValues(values interface{}) LabelSelector_FieldPathArrayOfValues
func (*LabelSelector_FieldTerminalPath) WithIValue ¶
func (fp *LabelSelector_FieldTerminalPath) WithIValue(value interface{}) LabelSelector_FieldPathValue
func (*LabelSelector_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *LabelSelector_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*LabelSelector_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *LabelSelector_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*LabelSelector_FieldTerminalPath) WithRawIValue ¶
func (fp *LabelSelector_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type LabelSelector_FieldTerminalPathArrayItemValue ¶
type LabelSelector_FieldTerminalPathArrayItemValue struct { LabelSelector_FieldTerminalPath // contains filtered or unexported fields }
func (*LabelSelector_FieldTerminalPathArrayItemValue) AsMatchExpressionsItemValue ¶
func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) AsMatchExpressionsItemValue() (*LabelSelectorRequirement, bool)
func (*LabelSelector_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) ContainsValue(source *LabelSelector) bool
Contains returns a boolean indicating if value that is being held is present in given 'LabelSelector'
func (*LabelSelector_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object LabelSelector as interface{}
func (*LabelSelector_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) GetSingle(source *LabelSelector) (interface{}, bool)
func (*LabelSelector_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *LabelSelector_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type LabelSelector_FieldTerminalPathArrayOfValues ¶
type LabelSelector_FieldTerminalPathArrayOfValues struct { LabelSelector_FieldTerminalPath // contains filtered or unexported fields }
func (*LabelSelector_FieldTerminalPathArrayOfValues) AsMatchExpressionsArrayOfValues ¶
func (fpaov *LabelSelector_FieldTerminalPathArrayOfValues) AsMatchExpressionsArrayOfValues() ([][]*LabelSelectorRequirement, bool)
func (*LabelSelector_FieldTerminalPathArrayOfValues) AsMatchLabelsArrayOfValues ¶
func (fpaov *LabelSelector_FieldTerminalPathArrayOfValues) AsMatchLabelsArrayOfValues() ([]map[string]string, bool)
func (*LabelSelector_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *LabelSelector_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type LabelSelector_FieldTerminalPathValue ¶
type LabelSelector_FieldTerminalPathValue struct { LabelSelector_FieldTerminalPath // contains filtered or unexported fields }
func (*LabelSelector_FieldTerminalPathValue) AsMatchExpressionsValue ¶
func (fpv *LabelSelector_FieldTerminalPathValue) AsMatchExpressionsValue() ([]*LabelSelectorRequirement, bool)
func (*LabelSelector_FieldTerminalPathValue) AsMatchLabelsValue ¶
func (fpv *LabelSelector_FieldTerminalPathValue) AsMatchLabelsValue() (map[string]string, bool)
func (*LabelSelector_FieldTerminalPathValue) CompareWith ¶
func (fpv *LabelSelector_FieldTerminalPathValue) CompareWith(source *LabelSelector) (int, bool)
CompareWith compares value in the 'LabelSelector_FieldTerminalPathValue' with the value under path in 'LabelSelector'.
func (*LabelSelector_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *LabelSelector_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*LabelSelector_FieldTerminalPathValue) GetRawValue ¶
func (fpv *LabelSelector_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'LabelSelector' as interface{}
func (*LabelSelector_FieldTerminalPathValue) SetTo ¶
func (fpv *LabelSelector_FieldTerminalPathValue) SetTo(target **LabelSelector)
SetTo stores value for selected field for object LabelSelector
func (*LabelSelector_FieldTerminalPathValue) SetToRaw ¶
func (fpv *LabelSelector_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListQuery ¶
type ListQuery struct { Filter *Filter Pager *PagerQuery Mask *Distribution_FieldMask WithPagingInfo bool }
func (*ListQuery) GetFieldMask ¶
func (q *ListQuery) GetFieldMask() gotenobject.FieldMask
func (*ListQuery) GetFilter ¶
func (q *ListQuery) GetFilter() gotenresource.Filter
func (*ListQuery) GetPager ¶
func (q *ListQuery) GetPager() gotenresource.PagerQuery
func (*ListQuery) GetResourceDescriptor ¶
func (q *ListQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*ListQuery) GetWithPagingInfo ¶
func (*ListQuery) GotenQuery ¶
func (q *ListQuery) GotenQuery()
func (*ListQuery) SetFieldMask ¶
func (q *ListQuery) SetFieldMask(mask gotenobject.FieldMask)
func (*ListQuery) SetFilter ¶
func (q *ListQuery) SetFilter(filter gotenresource.Filter)
func (*ListQuery) SetPager ¶
func (q *ListQuery) SetPager(pager gotenresource.PagerQuery)
func (*ListQuery) SetWithPagingInfo ¶
type Name ¶
type Name struct { ParentName DistributionId string `firestore:"distributionId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
func (*Name) GetIParentName ¶
func (name *Name) GetIParentName() gotenresource.Name
func (*Name) GetIUnderlyingParentName ¶
func (name *Name) GetIUnderlyingParentName() gotenresource.Name
func (*Name) GetIdParts ¶
func (*Name) GetPattern ¶
func (name *Name) GetPattern() gotenresource.NamePattern
func (*Name) GetProjectName ¶
func (*Name) GetResourceDescriptor ¶
func (name *Name) GetResourceDescriptor() gotenresource.Descriptor
func (*Name) GetSegments ¶
func (name *Name) GetSegments() gotenresource.NameSegments
func (*Name) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Name) IsFullyQualified ¶
func (*Name) IsSpecified ¶
func (*Name) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Name) ParseProtoString ¶
func (*Name) ProtoString ¶
func (*Name) SetFromCliFlag ¶
implement CustomTypeCliValue method
func (*Name) SetFromSegments ¶
func (name *Name) SetFromSegments(segments gotenresource.NameSegments) error
type NameBuilder ¶
type NameBuilder struct {
// contains filtered or unexported fields
}
func NewNameBuilder ¶
func NewNameBuilder() *NameBuilder
func (*NameBuilder) Name ¶
func (b *NameBuilder) Name() *Name
func (*NameBuilder) Parent ¶
func (b *NameBuilder) Parent() *ParentName
func (*NameBuilder) ParentReference ¶
func (b *NameBuilder) ParentReference() *ParentReference
func (*NameBuilder) Reference ¶
func (b *NameBuilder) Reference() *Reference
func (*NameBuilder) SetId ¶
func (b *NameBuilder) SetId(id string) *NameBuilder
func (*NameBuilder) SetProject ¶
func (b *NameBuilder) SetProject(parent *project.Name) *NameBuilder
func (*NameBuilder) SetProjectId ¶
func (b *NameBuilder) SetProjectId(id string) *NameBuilder
type NamePattern ¶
type NamePattern struct {
Pattern gotenresource.NamePattern `firestore:"pattern"`
}
type OrderBy ¶
type OrderBy struct {
OrderByFields []OrderByField
}
OrderBy Is string encoded Custom Protobuf type, which handles "order_by" field order_by consists of coma delimited OrderBy specs, which denote ordering priority, e.g. "state.value asc, state.capacity desc"
func (*OrderBy) Compare ¶
func (orderBy *OrderBy) Compare(left, right *Distribution) int
func (*OrderBy) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *Distribution_FieldMask
func (*OrderBy) GetOrderByFields ¶
func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
func (*OrderBy) GetRawFieldMask ¶
func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
func (*OrderBy) InsertSorted ¶
func (orderBy *OrderBy) InsertSorted(sorted DistributionList, elem *Distribution) (DistributionList, int)
func (*OrderBy) InsertSortedRaw ¶
func (orderBy *OrderBy) InsertSortedRaw(sorted gotenresource.ResourceList, elem gotenresource.Resource) (gotenresource.ResourceList, int)
func (*OrderBy) ParseProtoString ¶
func (*OrderBy) ProtoString ¶
func (*OrderBy) SetFromCliFlag ¶
func (*OrderBy) Sort ¶
func (orderBy *OrderBy) Sort(results DistributionList)
func (*OrderBy) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath Distribution_FieldPath Direction gotenresource.OrderDirection }
OrderByField is single item in order_by specification it's string format is composed of 2 white-space separated values: - fieldPath and direction, e.g. "state.capacity desc". if direction is not provided, it defaults to "asc" (ascending)
func (*OrderByField) CompareWithDirection ¶
func (orderByFld *OrderByField) CompareWithDirection(left, right *Distribution) int
func (*OrderByField) GetDirection ¶
func (orderByFld *OrderByField) GetDirection() gotenresource.OrderDirection
func (*OrderByField) GetFieldPath ¶
func (orderByFld *OrderByField) GetFieldPath() gotenobject.FieldPath
type PagerCursor ¶
type PagerCursor struct { CursorValue gotenresource.CursorValue Inclusion gotenresource.CursorInclusion PageDirection gotenresource.PageDirection }
PagerCursor is protobuf Custom Type, which (de)serializes "string page_token" for API List processing Database adapter implementation must use this cursor when Paginating list views Token is composed of 3 values (dot separated in serialized form) - CursorValue: Backend-specific value of the cursor. - PageDirection: either l (left) or r (right), which hints DB Adapter whether Snapshot marks Start or End of result - Inclusion: either i (inclusive) or e (exclusive) - Whether cursor marks exact point or right before/after (depending on direction)
func (*PagerCursor) GetInclusion ¶
func (cursor *PagerCursor) GetInclusion() gotenresource.CursorInclusion
func (*PagerCursor) GetPageDirection ¶
func (cursor *PagerCursor) GetPageDirection() gotenresource.PageDirection
func (*PagerCursor) GetValue ¶
func (cursor *PagerCursor) GetValue() gotenresource.CursorValue
func (*PagerCursor) IsEmpty ¶
func (cursor *PagerCursor) IsEmpty() bool
func (*PagerCursor) ParseProtoString ¶
func (cursor *PagerCursor) ParseProtoString(data string) (err error)
func (*PagerCursor) ProtoString ¶
func (cursor *PagerCursor) ProtoString() (string, error)
func (*PagerCursor) SetCursorValue ¶
func (cursor *PagerCursor) SetCursorValue(value gotenresource.CursorValue)
func (*PagerCursor) SetFromCliFlag ¶
func (cursor *PagerCursor) SetFromCliFlag(raw string) error
func (*PagerCursor) SetInclusion ¶
func (cursor *PagerCursor) SetInclusion(inclusion gotenresource.CursorInclusion)
func (*PagerCursor) SetPageDirection ¶
func (cursor *PagerCursor) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerCursor) String ¶
func (cursor *PagerCursor) String() string
type PagerQuery ¶
type PagerQuery struct { OrderBy *OrderBy Cursor *PagerCursor Limit int PeekForward bool }
PagerQuery is main struct used for assisting server and database to perform Pagination
func MakePagerQuery ¶
func MakePagerQuery(orderBy *OrderBy, cursor *PagerCursor, pageSize int32, peekForward bool) *PagerQuery
MakePagerQuery builds pager from API data and applies defaults
func (*PagerQuery) GetCursor ¶
func (p *PagerQuery) GetCursor() gotenresource.Cursor
func (*PagerQuery) GetLimit ¶
func (p *PagerQuery) GetLimit() int
func (*PagerQuery) GetOrderBy ¶
func (p *PagerQuery) GetOrderBy() gotenresource.OrderBy
func (*PagerQuery) GetPeekForward ¶
func (p *PagerQuery) GetPeekForward() bool
func (*PagerQuery) GetResourceDescriptor ¶
func (p *PagerQuery) GetResourceDescriptor() gotenresource.Descriptor
func (*PagerQuery) PageDirection ¶
func (p *PagerQuery) PageDirection() gotenresource.PageDirection
func (*PagerQuery) SetCursor ¶
func (p *PagerQuery) SetCursor(cursor gotenresource.Cursor)
func (*PagerQuery) SetLimit ¶
func (p *PagerQuery) SetLimit(limit int)
func (*PagerQuery) SetOrderBy ¶
func (p *PagerQuery) SetOrderBy(orderBy gotenresource.OrderBy)
func (*PagerQuery) SetPageDirection ¶
func (p *PagerQuery) SetPageDirection(direction gotenresource.PageDirection)
func (*PagerQuery) SetPeekForward ¶
func (p *PagerQuery) SetPeekForward(peekForward bool)
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` }
func MustParseParentName ¶
func MustParseParentName(name string) *ParentName
func ParseParentName ¶
func ParseParentName(name string) (*ParentName, error)
func (*ParentName) AsRawReference ¶
func (name *ParentName) AsRawReference() gotenresource.Reference
func (*ParentName) AsReference ¶
func (name *ParentName) AsReference() *ParentReference
func (*ParentName) ConvertToNative ¶
func (name *ParentName) ConvertToNative(typeDesc reflect.Type) (interface{}, error)
func (*ParentName) ConvertToType ¶
func (name *ParentName) ConvertToType(typeVal ref.Type) ref.Val
func (*ParentName) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
func (*ParentName) GetIParentName ¶
func (name *ParentName) GetIParentName() gotenresource.Name
func (*ParentName) GetIUnderlyingParentName ¶
func (name *ParentName) GetIUnderlyingParentName() gotenresource.Name
func (*ParentName) GetIdParts ¶
func (name *ParentName) GetIdParts() map[string]string
func (*ParentName) GetPattern ¶
func (name *ParentName) GetPattern() gotenresource.NamePattern
func (*ParentName) GetProjectName ¶
func (name *ParentName) GetProjectName() *project.Name
func (*ParentName) GetResourceDescriptor ¶
func (name *ParentName) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentName) GetSegments ¶
func (name *ParentName) GetSegments() gotenresource.NameSegments
func (*ParentName) GotenEqual ¶
func (name *ParentName) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentName) HasTrait ¶
func (name *ParentName) HasTrait(trait int) bool
func (*ParentName) IsFullyQualified ¶
func (name *ParentName) IsFullyQualified() bool
func (*ParentName) IsSpecified ¶
func (name *ParentName) IsSpecified() bool
func (*ParentName) Matches ¶
func (name *ParentName) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentName) ParseProtoString ¶
func (name *ParentName) ParseProtoString(data string) error
func (*ParentName) ProtoString ¶
func (name *ParentName) ProtoString() (string, error)
func (*ParentName) SetFromCliFlag ¶
func (name *ParentName) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentName) SetFromSegments ¶
func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
func (*ParentName) String ¶
func (name *ParentName) String() string
func (*ParentName) Type ¶
func (name *ParentName) Type() ref.Type
func (*ParentName) TypeName ¶
func (name *ParentName) TypeName() string
func (*ParentName) Value ¶
func (name *ParentName) Value() interface{}
type ParentReference ¶
type ParentReference struct { ParentName // contains filtered or unexported fields }
func MakeParentReference ¶
func MakeParentReference(name *ParentName) (*ParentReference, error)
func MustParseParentReference ¶
func MustParseParentReference(name string) *ParentReference
func ParseParentReference ¶
func ParseParentReference(name string) (*ParentReference, error)
func (*ParentReference) ClearCached ¶
func (ref *ParentReference) ClearCached()
func (*ParentReference) GetIParentName ¶
func (ref *ParentReference) GetIParentName() gotenresource.Name
func (*ParentReference) GetIUnderlyingParentName ¶
func (ref *ParentReference) GetIUnderlyingParentName() gotenresource.Name
func (*ParentReference) GetIdParts ¶
func (ref *ParentReference) GetIdParts() map[string]string
func (*ParentReference) GetPattern ¶
func (ref *ParentReference) GetPattern() gotenresource.NamePattern
func (*ParentReference) GetProject ¶
func (ref *ParentReference) GetProject() *project.Project
func (*ParentReference) GetProjectReference ¶
func (ref *ParentReference) GetProjectReference() *project.Reference
func (*ParentReference) GetRawResource ¶
func (ref *ParentReference) GetRawResource() gotenresource.Resource
func (*ParentReference) GetResourceDescriptor ¶
func (ref *ParentReference) GetResourceDescriptor() gotenresource.Descriptor
func (*ParentReference) GetSegments ¶
func (ref *ParentReference) GetSegments() gotenresource.NameSegments
func (*ParentReference) GetUnderlyingReference ¶
func (ref *ParentReference) GetUnderlyingReference() gotenresource.Reference
func (*ParentReference) GotenEqual ¶
func (ref *ParentReference) GotenEqual(other interface{}) bool
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*ParentReference) IsFullyQualified ¶
func (ref *ParentReference) IsFullyQualified() bool
func (*ParentReference) IsSpecified ¶
func (ref *ParentReference) IsSpecified() bool
func (*ParentReference) Matches ¶
func (name *ParentReference) Matches(other interface{}) bool
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*ParentReference) ParseProtoString ¶
func (ref *ParentReference) ParseProtoString(data string) error
func (*ParentReference) ProtoString ¶
func (ref *ParentReference) ProtoString() (string, error)
func (*ParentReference) ResolveRaw ¶
func (ref *ParentReference) ResolveRaw(res gotenresource.Resource) error
func (*ParentReference) Resolved ¶
func (ref *ParentReference) Resolved() bool
func (*ParentReference) SetFromCliFlag ¶
func (ref *ParentReference) SetFromCliFlag(raw string) error
implement CustomTypeCliValue method
func (*ParentReference) String ¶
func (ref *ParentReference) String() string
type QueryResultChange ¶
type QueryResultChange struct { Changes []*DistributionChange PrevPageCursor *PagerCursor NextPageCursor *PagerCursor ResumeToken string IsCurrent bool IsHardReset bool IsSoftReset bool SnapshotSize int64 }
func (*QueryResultChange) GetIsCurrent ¶
func (qr *QueryResultChange) GetIsCurrent() bool
func (*QueryResultChange) GetIsHardReset ¶
func (qr *QueryResultChange) GetIsHardReset() bool
func (*QueryResultChange) GetIsSoftReset ¶
func (qr *QueryResultChange) GetIsSoftReset() bool
func (*QueryResultChange) GetNextPageCursor ¶
func (qr *QueryResultChange) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultChange) GetPrevPageCursor ¶
func (qr *QueryResultChange) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultChange) GetResults ¶
func (qr *QueryResultChange) GetResults() gotenresource.ResourceChangeList
func (*QueryResultChange) GetResumeToken ¶
func (qr *QueryResultChange) GetResumeToken() string
func (*QueryResultChange) GetSnapshotSize ¶
func (qr *QueryResultChange) GetSnapshotSize() int64
func (*QueryResultChange) SetCursors ¶
func (qr *QueryResultChange) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultChange) SetIsCurrent ¶
func (qr *QueryResultChange) SetIsCurrent()
func (*QueryResultChange) SetIsHardReset ¶
func (qr *QueryResultChange) SetIsHardReset()
func (*QueryResultChange) SetIsSoftReset ¶
func (qr *QueryResultChange) SetIsSoftReset()
func (*QueryResultChange) SetResults ¶
func (qr *QueryResultChange) SetResults(results gotenresource.ResourceChangeList)
func (*QueryResultChange) SetResumeToken ¶
func (qr *QueryResultChange) SetResumeToken(token string)
func (*QueryResultChange) SetSnapshotSize ¶
func (qr *QueryResultChange) SetSnapshotSize(size int64)
type QueryResultSnapshot ¶
type QueryResultSnapshot struct { Distributions []*Distribution PrevPageCursor *PagerCursor NextPageCursor *PagerCursor TotalResultsCount int32 CurrentOffset int32 }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetPagingInfo ¶
func (qr *QueryResultSnapshot) GetPagingInfo() (totalCount, offset int32)
func (*QueryResultSnapshot) GetPrevPageCursor ¶
func (qr *QueryResultSnapshot) GetPrevPageCursor() gotenresource.Cursor
func (*QueryResultSnapshot) GetResults ¶
func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
func (*QueryResultSnapshot) SetCursors ¶
func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
func (*QueryResultSnapshot) SetPagingInfo ¶
func (qr *QueryResultSnapshot) SetPagingInfo(totalCount, offset int32)
func (*QueryResultSnapshot) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MakeReference ¶
func MakeReference(name *Name, distribution *Distribution) (*Reference, error)
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
func (*Reference) GetDistribution ¶
func (ref *Reference) GetDistribution() *Distribution
func (*Reference) GetIParentName ¶
func (ref *Reference) GetIParentName() gotenresource.Name
func (*Reference) GetIUnderlyingParentName ¶
func (ref *Reference) GetIUnderlyingParentName() gotenresource.Name
func (*Reference) GetIdParts ¶
func (*Reference) GetPattern ¶
func (ref *Reference) GetPattern() gotenresource.NamePattern
func (*Reference) GetRawResource ¶
func (ref *Reference) GetRawResource() gotenresource.Resource
func (*Reference) GetResourceDescriptor ¶
func (ref *Reference) GetResourceDescriptor() gotenresource.Descriptor
func (*Reference) GetSegments ¶
func (ref *Reference) GetSegments() gotenresource.NameSegments
func (*Reference) GotenEqual ¶
GotenEqual returns true if other is of same type and paths are equal (implements goten.Equaler interface)
func (*Reference) IsFullyQualified ¶
func (*Reference) IsSpecified ¶
func (*Reference) Matches ¶
Matches is same as GotenEqual, but also will accept "other" if name is wildcard.
func (*Reference) ParseProtoString ¶
func (*Reference) ProtoString ¶
func (*Reference) Resolve ¶
func (ref *Reference) Resolve(resolved *Distribution)
func (*Reference) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string StartingTime *timestamppb.Timestamp }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
func (*WatchQuery) GetStartingTime ¶
func (q *WatchQuery) GetStartingTime() *timestamppb.Timestamp
func (*WatchQuery) GetWatchType ¶
func (q *WatchQuery) GetWatchType() watch_type.WatchType
func (*WatchQuery) SetMaximumChunkSize ¶
func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
func (*WatchQuery) SetResumeToken ¶
func (q *WatchQuery) SetResumeToken(token string)
func (*WatchQuery) SetStartingTime ¶
func (q *WatchQuery) SetStartingTime(startingTime *timestamppb.Timestamp)
func (*WatchQuery) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶
func (q *WatchQuery) String() string
Source Files ¶
- distribution.pb.access.go
- distribution.pb.collections.go
- distribution.pb.descriptor.go
- distribution.pb.fieldmask.go
- distribution.pb.fieldpath.go
- distribution.pb.fieldpathbuilder.go
- distribution.pb.filter.go
- distribution.pb.filterbuilder.go
- distribution.pb.go
- distribution.pb.name.go
- distribution.pb.namebuilder.go
- distribution.pb.object_ext.go
- distribution.pb.pagination.go
- distribution.pb.parentname.go
- distribution.pb.query.go
- distribution.pb.validate.go
- distribution.pb.view.go
- distribution_change.pb.change.go
- distribution_change.pb.go
- distribution_change.pb.validate.go