Documentation ¶
Index ¶
- Constants
- Variables
- func AsAnyCastAccess(access PodAccess) gotenresource.Access
- type ConfigMapEnvSource
- func (o *ConfigMapEnvSource) Clone() *ConfigMapEnvSource
- func (o *ConfigMapEnvSource) CloneRaw() gotenobject.GotenObjectExt
- func (*ConfigMapEnvSource) Descriptor() ([]byte, []int)
- func (m *ConfigMapEnvSource) GetName() string
- func (m *ConfigMapEnvSource) GetOptional() bool
- func (*ConfigMapEnvSource) GotenMessage()
- func (o *ConfigMapEnvSource) GotenObjectExt()
- func (obj *ConfigMapEnvSource) GotenValidate() error
- func (o *ConfigMapEnvSource) MakeDiffFieldMask(other *ConfigMapEnvSource) *ConfigMapEnvSource_FieldMask
- func (o *ConfigMapEnvSource) MakeFullFieldMask() *ConfigMapEnvSource_FieldMask
- func (o *ConfigMapEnvSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConfigMapEnvSource) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConfigMapEnvSource) Marshal() ([]byte, error)
- func (m *ConfigMapEnvSource) MarshalJSON() ([]byte, error)
- func (o *ConfigMapEnvSource) Merge(source *ConfigMapEnvSource)
- func (o *ConfigMapEnvSource) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConfigMapEnvSource) ProtoMessage()
- func (m *ConfigMapEnvSource) ProtoReflect() preflect.Message
- func (m *ConfigMapEnvSource) Reset()
- func (m *ConfigMapEnvSource) SetName(fv string)
- func (m *ConfigMapEnvSource) SetOptional(fv bool)
- func (m *ConfigMapEnvSource) String() string
- func (m *ConfigMapEnvSource) Unmarshal(b []byte) error
- func (m *ConfigMapEnvSource) UnmarshalJSON(data []byte) error
- type ConfigMapEnvSourceFieldPathBuilder
- type ConfigMapEnvSourcePathSelectorName
- func (ConfigMapEnvSourcePathSelectorName) FieldPath() *ConfigMapEnvSource_FieldTerminalPath
- func (s ConfigMapEnvSourcePathSelectorName) WithArrayOfValues(values []string) *ConfigMapEnvSource_FieldTerminalPathArrayOfValues
- func (s ConfigMapEnvSourcePathSelectorName) WithValue(value string) *ConfigMapEnvSource_FieldTerminalPathValue
- type ConfigMapEnvSourcePathSelectorOptional
- func (ConfigMapEnvSourcePathSelectorOptional) FieldPath() *ConfigMapEnvSource_FieldTerminalPath
- func (s ConfigMapEnvSourcePathSelectorOptional) WithArrayOfValues(values []bool) *ConfigMapEnvSource_FieldTerminalPathArrayOfValues
- func (s ConfigMapEnvSourcePathSelectorOptional) WithValue(value bool) *ConfigMapEnvSource_FieldTerminalPathValue
- type ConfigMapEnvSource_FieldMask
- func (fieldMask *ConfigMapEnvSource_FieldMask) AppendPath(path ConfigMapEnvSource_FieldPath)
- func (fieldMask *ConfigMapEnvSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConfigMapEnvSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConfigMapEnvSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConfigMapEnvSource_FieldMask) FilterInputFields() *ConfigMapEnvSource_FieldMask
- func (fieldMask *ConfigMapEnvSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConfigMapEnvSource_FieldMask) GetPaths() []ConfigMapEnvSource_FieldPath
- func (fieldMask *ConfigMapEnvSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConfigMapEnvSource_FieldMask) IsFull() bool
- func (fieldMask ConfigMapEnvSource_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConfigMapEnvSource_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConfigMapEnvSource_FieldMask) PathsCount() int
- func (fieldMask *ConfigMapEnvSource_FieldMask) Project(source *ConfigMapEnvSource) *ConfigMapEnvSource
- func (fieldMask *ConfigMapEnvSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConfigMapEnvSource_FieldMask) ProtoMessage()
- func (fieldMask *ConfigMapEnvSource_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConfigMapEnvSource_FieldMask) Reset()
- func (fieldMask *ConfigMapEnvSource_FieldMask) Set(target, source *ConfigMapEnvSource)
- func (fieldMask *ConfigMapEnvSource_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConfigMapEnvSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConfigMapEnvSource_FieldMask) Size() int
- func (fieldMask *ConfigMapEnvSource_FieldMask) String() string
- func (fieldMask *ConfigMapEnvSource_FieldMask) Subtract(other *ConfigMapEnvSource_FieldMask) *ConfigMapEnvSource_FieldMask
- func (fieldMask *ConfigMapEnvSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConfigMapEnvSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConfigMapEnvSource_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConfigMapEnvSource_FieldMask) UnmarshalJSON(data []byte) error
- type ConfigMapEnvSource_FieldPath
- type ConfigMapEnvSource_FieldPathArrayItemValue
- type ConfigMapEnvSource_FieldPathArrayOfValues
- type ConfigMapEnvSource_FieldPathSelector
- type ConfigMapEnvSource_FieldPathValue
- type ConfigMapEnvSource_FieldTerminalPath
- func (fp *ConfigMapEnvSource_FieldTerminalPath) ClearValue(item *ConfigMapEnvSource)
- func (fp *ConfigMapEnvSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConfigMapEnvSource_FieldTerminalPath) Get(source *ConfigMapEnvSource) (values []interface{})
- func (fp *ConfigMapEnvSource_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConfigMapEnvSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConfigMapEnvSource_FieldTerminalPath) GetSingle(source *ConfigMapEnvSource) (interface{}, bool)
- func (fp *ConfigMapEnvSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConfigMapEnvSource_FieldTerminalPath) IsLeaf() bool
- func (fp *ConfigMapEnvSource_FieldTerminalPath) JSONString() string
- func (fp *ConfigMapEnvSource_FieldTerminalPath) Selector() ConfigMapEnvSource_FieldPathSelector
- func (fp *ConfigMapEnvSource_FieldTerminalPath) String() string
- func (fp *ConfigMapEnvSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConfigMapEnvSource_FieldPathArrayItemValue
- func (fp *ConfigMapEnvSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConfigMapEnvSource_FieldPathArrayOfValues
- func (fp *ConfigMapEnvSource_FieldTerminalPath) WithIValue(value interface{}) ConfigMapEnvSource_FieldPathValue
- func (fp *ConfigMapEnvSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConfigMapEnvSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConfigMapEnvSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConfigMapEnvSource_FieldTerminalPathArrayItemValue
- func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) ContainsValue(source *ConfigMapEnvSource) bool
- func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetSingle(source *ConfigMapEnvSource) (interface{}, bool)
- func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConfigMapEnvSource_FieldTerminalPathArrayOfValues
- func (fpaov *ConfigMapEnvSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ConfigMapEnvSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
- func (fpaov *ConfigMapEnvSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConfigMapEnvSource_FieldTerminalPathValue
- func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
- func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) CompareWith(source *ConfigMapEnvSource) (int, bool)
- func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) SetTo(target **ConfigMapEnvSource)
- func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConfigMapKeySelector
- func (o *ConfigMapKeySelector) Clone() *ConfigMapKeySelector
- func (o *ConfigMapKeySelector) CloneRaw() gotenobject.GotenObjectExt
- func (*ConfigMapKeySelector) Descriptor() ([]byte, []int)
- func (m *ConfigMapKeySelector) GetKey() string
- func (m *ConfigMapKeySelector) GetName() string
- func (m *ConfigMapKeySelector) GetOptional() bool
- func (*ConfigMapKeySelector) GotenMessage()
- func (o *ConfigMapKeySelector) GotenObjectExt()
- func (obj *ConfigMapKeySelector) GotenValidate() error
- func (o *ConfigMapKeySelector) MakeDiffFieldMask(other *ConfigMapKeySelector) *ConfigMapKeySelector_FieldMask
- func (o *ConfigMapKeySelector) MakeFullFieldMask() *ConfigMapKeySelector_FieldMask
- func (o *ConfigMapKeySelector) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConfigMapKeySelector) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConfigMapKeySelector) Marshal() ([]byte, error)
- func (m *ConfigMapKeySelector) MarshalJSON() ([]byte, error)
- func (o *ConfigMapKeySelector) Merge(source *ConfigMapKeySelector)
- func (o *ConfigMapKeySelector) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConfigMapKeySelector) ProtoMessage()
- func (m *ConfigMapKeySelector) ProtoReflect() preflect.Message
- func (m *ConfigMapKeySelector) Reset()
- func (m *ConfigMapKeySelector) SetKey(fv string)
- func (m *ConfigMapKeySelector) SetName(fv string)
- func (m *ConfigMapKeySelector) SetOptional(fv bool)
- func (m *ConfigMapKeySelector) String() string
- func (m *ConfigMapKeySelector) Unmarshal(b []byte) error
- func (m *ConfigMapKeySelector) UnmarshalJSON(data []byte) error
- type ConfigMapKeySelectorFieldPathBuilder
- type ConfigMapKeySelectorPathSelectorKey
- func (ConfigMapKeySelectorPathSelectorKey) FieldPath() *ConfigMapKeySelector_FieldTerminalPath
- func (s ConfigMapKeySelectorPathSelectorKey) WithArrayOfValues(values []string) *ConfigMapKeySelector_FieldTerminalPathArrayOfValues
- func (s ConfigMapKeySelectorPathSelectorKey) WithValue(value string) *ConfigMapKeySelector_FieldTerminalPathValue
- type ConfigMapKeySelectorPathSelectorName
- func (ConfigMapKeySelectorPathSelectorName) FieldPath() *ConfigMapKeySelector_FieldTerminalPath
- func (s ConfigMapKeySelectorPathSelectorName) WithArrayOfValues(values []string) *ConfigMapKeySelector_FieldTerminalPathArrayOfValues
- func (s ConfigMapKeySelectorPathSelectorName) WithValue(value string) *ConfigMapKeySelector_FieldTerminalPathValue
- type ConfigMapKeySelectorPathSelectorOptional
- func (ConfigMapKeySelectorPathSelectorOptional) FieldPath() *ConfigMapKeySelector_FieldTerminalPath
- func (s ConfigMapKeySelectorPathSelectorOptional) WithArrayOfValues(values []bool) *ConfigMapKeySelector_FieldTerminalPathArrayOfValues
- func (s ConfigMapKeySelectorPathSelectorOptional) WithValue(value bool) *ConfigMapKeySelector_FieldTerminalPathValue
- type ConfigMapKeySelector_FieldMask
- func (fieldMask *ConfigMapKeySelector_FieldMask) AppendPath(path ConfigMapKeySelector_FieldPath)
- func (fieldMask *ConfigMapKeySelector_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConfigMapKeySelector_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConfigMapKeySelector_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConfigMapKeySelector_FieldMask) FilterInputFields() *ConfigMapKeySelector_FieldMask
- func (fieldMask *ConfigMapKeySelector_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConfigMapKeySelector_FieldMask) GetPaths() []ConfigMapKeySelector_FieldPath
- func (fieldMask *ConfigMapKeySelector_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConfigMapKeySelector_FieldMask) IsFull() bool
- func (fieldMask ConfigMapKeySelector_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConfigMapKeySelector_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConfigMapKeySelector_FieldMask) PathsCount() int
- func (fieldMask *ConfigMapKeySelector_FieldMask) Project(source *ConfigMapKeySelector) *ConfigMapKeySelector
- func (fieldMask *ConfigMapKeySelector_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConfigMapKeySelector_FieldMask) ProtoMessage()
- func (fieldMask *ConfigMapKeySelector_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConfigMapKeySelector_FieldMask) Reset()
- func (fieldMask *ConfigMapKeySelector_FieldMask) Set(target, source *ConfigMapKeySelector)
- func (fieldMask *ConfigMapKeySelector_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConfigMapKeySelector_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConfigMapKeySelector_FieldMask) Size() int
- func (fieldMask *ConfigMapKeySelector_FieldMask) String() string
- func (fieldMask *ConfigMapKeySelector_FieldMask) Subtract(other *ConfigMapKeySelector_FieldMask) *ConfigMapKeySelector_FieldMask
- func (fieldMask *ConfigMapKeySelector_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConfigMapKeySelector_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConfigMapKeySelector_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConfigMapKeySelector_FieldMask) UnmarshalJSON(data []byte) error
- type ConfigMapKeySelector_FieldPath
- func BuildConfigMapKeySelector_FieldPath(fp gotenobject.RawFieldPath) (ConfigMapKeySelector_FieldPath, error)
- func MustParseConfigMapKeySelector_FieldPath(rawField string) ConfigMapKeySelector_FieldPath
- func ParseConfigMapKeySelector_FieldPath(rawField string) (ConfigMapKeySelector_FieldPath, error)
- type ConfigMapKeySelector_FieldPathArrayItemValue
- type ConfigMapKeySelector_FieldPathArrayOfValues
- type ConfigMapKeySelector_FieldPathSelector
- type ConfigMapKeySelector_FieldPathValue
- type ConfigMapKeySelector_FieldTerminalPath
- func (fp *ConfigMapKeySelector_FieldTerminalPath) ClearValue(item *ConfigMapKeySelector)
- func (fp *ConfigMapKeySelector_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConfigMapKeySelector_FieldTerminalPath) Get(source *ConfigMapKeySelector) (values []interface{})
- func (fp *ConfigMapKeySelector_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConfigMapKeySelector_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConfigMapKeySelector_FieldTerminalPath) GetSingle(source *ConfigMapKeySelector) (interface{}, bool)
- func (fp *ConfigMapKeySelector_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConfigMapKeySelector_FieldTerminalPath) IsLeaf() bool
- func (fp *ConfigMapKeySelector_FieldTerminalPath) JSONString() string
- func (fp *ConfigMapKeySelector_FieldTerminalPath) Selector() ConfigMapKeySelector_FieldPathSelector
- func (fp *ConfigMapKeySelector_FieldTerminalPath) String() string
- func (fp *ConfigMapKeySelector_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConfigMapKeySelector_FieldPathArrayItemValue
- func (fp *ConfigMapKeySelector_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConfigMapKeySelector_FieldPathArrayOfValues
- func (fp *ConfigMapKeySelector_FieldTerminalPath) WithIValue(value interface{}) ConfigMapKeySelector_FieldPathValue
- func (fp *ConfigMapKeySelector_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConfigMapKeySelector_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConfigMapKeySelector_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConfigMapKeySelector_FieldTerminalPathArrayItemValue
- func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) ContainsValue(source *ConfigMapKeySelector) bool
- func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetSingle(source *ConfigMapKeySelector) (interface{}, bool)
- func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConfigMapKeySelector_FieldTerminalPathArrayOfValues
- func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
- func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
- func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConfigMapKeySelector_FieldTerminalPathValue
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) AsKeyValue() (string, bool)
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) CompareWith(source *ConfigMapKeySelector) (int, bool)
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) SetTo(target **ConfigMapKeySelector)
- func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ConfigMapVolumeSource
- func (o *ConfigMapVolumeSource) Clone() *ConfigMapVolumeSource
- func (o *ConfigMapVolumeSource) CloneRaw() gotenobject.GotenObjectExt
- func (*ConfigMapVolumeSource) Descriptor() ([]byte, []int)
- func (m *ConfigMapVolumeSource) GetDefaultMode() int32
- func (m *ConfigMapVolumeSource) GetItems() []*KeyToPath
- func (m *ConfigMapVolumeSource) GetName() string
- func (m *ConfigMapVolumeSource) GetOptional() bool
- func (*ConfigMapVolumeSource) GotenMessage()
- func (o *ConfigMapVolumeSource) GotenObjectExt()
- func (obj *ConfigMapVolumeSource) GotenValidate() error
- func (o *ConfigMapVolumeSource) MakeDiffFieldMask(other *ConfigMapVolumeSource) *ConfigMapVolumeSource_FieldMask
- func (o *ConfigMapVolumeSource) MakeFullFieldMask() *ConfigMapVolumeSource_FieldMask
- func (o *ConfigMapVolumeSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ConfigMapVolumeSource) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ConfigMapVolumeSource) Marshal() ([]byte, error)
- func (m *ConfigMapVolumeSource) MarshalJSON() ([]byte, error)
- func (o *ConfigMapVolumeSource) Merge(source *ConfigMapVolumeSource)
- func (o *ConfigMapVolumeSource) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ConfigMapVolumeSource) ProtoMessage()
- func (m *ConfigMapVolumeSource) ProtoReflect() preflect.Message
- func (m *ConfigMapVolumeSource) Reset()
- func (m *ConfigMapVolumeSource) SetDefaultMode(fv int32)
- func (m *ConfigMapVolumeSource) SetItems(fv []*KeyToPath)
- func (m *ConfigMapVolumeSource) SetName(fv string)
- func (m *ConfigMapVolumeSource) SetOptional(fv bool)
- func (m *ConfigMapVolumeSource) String() string
- func (m *ConfigMapVolumeSource) Unmarshal(b []byte) error
- func (m *ConfigMapVolumeSource) UnmarshalJSON(data []byte) error
- type ConfigMapVolumeSourceFieldPathBuilder
- func (ConfigMapVolumeSourceFieldPathBuilder) DefaultMode() ConfigMapVolumeSourcePathSelectorDefaultMode
- func (ConfigMapVolumeSourceFieldPathBuilder) Items() ConfigMapVolumeSourcePathSelectorItems
- func (ConfigMapVolumeSourceFieldPathBuilder) Name() ConfigMapVolumeSourcePathSelectorName
- func (ConfigMapVolumeSourceFieldPathBuilder) Optional() ConfigMapVolumeSourcePathSelectorOptional
- type ConfigMapVolumeSourcePathSelectorDefaultMode
- func (ConfigMapVolumeSourcePathSelectorDefaultMode) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
- func (s ConfigMapVolumeSourcePathSelectorDefaultMode) WithArrayOfValues(values []int32) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
- func (s ConfigMapVolumeSourcePathSelectorDefaultMode) WithValue(value int32) *ConfigMapVolumeSource_FieldTerminalPathValue
- type ConfigMapVolumeSourcePathSelectorItems
- func (ConfigMapVolumeSourcePathSelectorItems) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
- func (ConfigMapVolumeSourcePathSelectorItems) Key() ConfigMapVolumeSourcePathSelectorItemsKey
- func (ConfigMapVolumeSourcePathSelectorItems) Mode() ConfigMapVolumeSourcePathSelectorItemsMode
- func (ConfigMapVolumeSourcePathSelectorItems) Path() ConfigMapVolumeSourcePathSelectorItemsPath
- func (s ConfigMapVolumeSourcePathSelectorItems) WithArrayOfValues(values [][]*KeyToPath) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
- func (s ConfigMapVolumeSourcePathSelectorItems) WithItemValue(value *KeyToPath) *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue
- func (s ConfigMapVolumeSourcePathSelectorItems) WithSubArrayItemValue(subPathArrayItemValue KeyToPath_FieldPathArrayItemValue) *ConfigMapVolumeSource_FieldSubPathArrayItemValue
- func (s ConfigMapVolumeSourcePathSelectorItems) WithSubArrayOfValues(subPathArrayOfValues KeyToPath_FieldPathArrayOfValues) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
- func (ConfigMapVolumeSourcePathSelectorItems) WithSubPath(subPath KeyToPath_FieldPath) *ConfigMapVolumeSource_FieldSubPath
- func (s ConfigMapVolumeSourcePathSelectorItems) WithSubValue(subPathValue KeyToPath_FieldPathValue) *ConfigMapVolumeSource_FieldSubPathValue
- func (s ConfigMapVolumeSourcePathSelectorItems) WithValue(value []*KeyToPath) *ConfigMapVolumeSource_FieldTerminalPathValue
- type ConfigMapVolumeSourcePathSelectorItemsKey
- func (ConfigMapVolumeSourcePathSelectorItemsKey) FieldPath() *ConfigMapVolumeSource_FieldSubPath
- func (s ConfigMapVolumeSourcePathSelectorItemsKey) WithArrayOfValues(values []string) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
- func (s ConfigMapVolumeSourcePathSelectorItemsKey) WithValue(value string) *ConfigMapVolumeSource_FieldSubPathValue
- type ConfigMapVolumeSourcePathSelectorItemsMode
- func (ConfigMapVolumeSourcePathSelectorItemsMode) FieldPath() *ConfigMapVolumeSource_FieldSubPath
- func (s ConfigMapVolumeSourcePathSelectorItemsMode) WithArrayOfValues(values []int32) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
- func (s ConfigMapVolumeSourcePathSelectorItemsMode) WithValue(value int32) *ConfigMapVolumeSource_FieldSubPathValue
- type ConfigMapVolumeSourcePathSelectorItemsPath
- func (ConfigMapVolumeSourcePathSelectorItemsPath) FieldPath() *ConfigMapVolumeSource_FieldSubPath
- func (s ConfigMapVolumeSourcePathSelectorItemsPath) WithArrayOfValues(values []string) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
- func (s ConfigMapVolumeSourcePathSelectorItemsPath) WithValue(value string) *ConfigMapVolumeSource_FieldSubPathValue
- type ConfigMapVolumeSourcePathSelectorName
- func (ConfigMapVolumeSourcePathSelectorName) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
- func (s ConfigMapVolumeSourcePathSelectorName) WithArrayOfValues(values []string) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
- func (s ConfigMapVolumeSourcePathSelectorName) WithValue(value string) *ConfigMapVolumeSource_FieldTerminalPathValue
- type ConfigMapVolumeSourcePathSelectorOptional
- func (ConfigMapVolumeSourcePathSelectorOptional) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
- func (s ConfigMapVolumeSourcePathSelectorOptional) WithArrayOfValues(values []bool) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
- func (s ConfigMapVolumeSourcePathSelectorOptional) WithValue(value bool) *ConfigMapVolumeSource_FieldTerminalPathValue
- type ConfigMapVolumeSource_FieldMask
- func (fieldMask *ConfigMapVolumeSource_FieldMask) AppendPath(path ConfigMapVolumeSource_FieldPath)
- func (fieldMask *ConfigMapVolumeSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ConfigMapVolumeSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ConfigMapVolumeSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ConfigMapVolumeSource_FieldMask) FilterInputFields() *ConfigMapVolumeSource_FieldMask
- func (fieldMask *ConfigMapVolumeSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ConfigMapVolumeSource_FieldMask) GetPaths() []ConfigMapVolumeSource_FieldPath
- func (fieldMask *ConfigMapVolumeSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ConfigMapVolumeSource_FieldMask) IsFull() bool
- func (fieldMask ConfigMapVolumeSource_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ConfigMapVolumeSource_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ConfigMapVolumeSource_FieldMask) PathsCount() int
- func (fieldMask *ConfigMapVolumeSource_FieldMask) Project(source *ConfigMapVolumeSource) *ConfigMapVolumeSource
- func (fieldMask *ConfigMapVolumeSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ConfigMapVolumeSource_FieldMask) ProtoMessage()
- func (fieldMask *ConfigMapVolumeSource_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ConfigMapVolumeSource_FieldMask) Reset()
- func (fieldMask *ConfigMapVolumeSource_FieldMask) Set(target, source *ConfigMapVolumeSource)
- func (fieldMask *ConfigMapVolumeSource_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ConfigMapVolumeSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ConfigMapVolumeSource_FieldMask) Size() int
- func (fieldMask *ConfigMapVolumeSource_FieldMask) String() string
- func (fieldMask *ConfigMapVolumeSource_FieldMask) Subtract(other *ConfigMapVolumeSource_FieldMask) *ConfigMapVolumeSource_FieldMask
- func (fieldMask *ConfigMapVolumeSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ConfigMapVolumeSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ConfigMapVolumeSource_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ConfigMapVolumeSource_FieldMask) UnmarshalJSON(data []byte) error
- type ConfigMapVolumeSource_FieldPath
- func BuildConfigMapVolumeSource_FieldPath(fp gotenobject.RawFieldPath) (ConfigMapVolumeSource_FieldPath, error)
- func MustParseConfigMapVolumeSource_FieldPath(rawField string) ConfigMapVolumeSource_FieldPath
- func ParseConfigMapVolumeSource_FieldPath(rawField string) (ConfigMapVolumeSource_FieldPath, error)
- type ConfigMapVolumeSource_FieldPathArrayItemValue
- type ConfigMapVolumeSource_FieldPathArrayOfValues
- type ConfigMapVolumeSource_FieldPathSelector
- type ConfigMapVolumeSource_FieldPathValue
- type ConfigMapVolumeSource_FieldSubPath
- func (fps *ConfigMapVolumeSource_FieldSubPath) AsItemsSubPath() (KeyToPath_FieldPath, bool)
- func (fps *ConfigMapVolumeSource_FieldSubPath) ClearValue(item *ConfigMapVolumeSource)
- func (fps *ConfigMapVolumeSource_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ConfigMapVolumeSource_FieldSubPath) Get(source *ConfigMapVolumeSource) (values []interface{})
- func (fps *ConfigMapVolumeSource_FieldSubPath) GetDefault() interface{}
- func (fps *ConfigMapVolumeSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ConfigMapVolumeSource_FieldSubPath) GetSingle(source *ConfigMapVolumeSource) (interface{}, bool)
- func (fps *ConfigMapVolumeSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ConfigMapVolumeSource_FieldSubPath) IsLeaf() bool
- func (fps *ConfigMapVolumeSource_FieldSubPath) JSONString() string
- func (fps *ConfigMapVolumeSource_FieldSubPath) Selector() ConfigMapVolumeSource_FieldPathSelector
- func (fps *ConfigMapVolumeSource_FieldSubPath) String() string
- func (fps *ConfigMapVolumeSource_FieldSubPath) WithIArrayItemValue(value interface{}) ConfigMapVolumeSource_FieldPathArrayItemValue
- func (fps *ConfigMapVolumeSource_FieldSubPath) WithIArrayOfValues(values interface{}) ConfigMapVolumeSource_FieldPathArrayOfValues
- func (fps *ConfigMapVolumeSource_FieldSubPath) WithIValue(value interface{}) ConfigMapVolumeSource_FieldPathValue
- func (fps *ConfigMapVolumeSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ConfigMapVolumeSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ConfigMapVolumeSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConfigMapVolumeSource_FieldSubPathArrayItemValue
- func (fpaivs *ConfigMapVolumeSource_FieldSubPathArrayItemValue) AsItemsPathItemValue() (KeyToPath_FieldPathArrayItemValue, bool)
- func (fpaivs *ConfigMapVolumeSource_FieldSubPathArrayItemValue) ContainsValue(source *ConfigMapVolumeSource) bool
- func (fpaivs *ConfigMapVolumeSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ConfigMapVolumeSource_FieldSubPathArrayOfValues
- type ConfigMapVolumeSource_FieldSubPathValue
- func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) AsItemsPathValue() (KeyToPath_FieldPathValue, bool)
- func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) CompareWith(source *ConfigMapVolumeSource) (int, bool)
- func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) SetTo(target **ConfigMapVolumeSource)
- func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) SetToRaw(target proto.Message)
- type ConfigMapVolumeSource_FieldTerminalPath
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) ClearValue(item *ConfigMapVolumeSource)
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) Get(source *ConfigMapVolumeSource) (values []interface{})
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetDefault() interface{}
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetSingle(source *ConfigMapVolumeSource) (interface{}, bool)
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) IsLeaf() bool
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) JSONString() string
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) Selector() ConfigMapVolumeSource_FieldPathSelector
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) String() string
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConfigMapVolumeSource_FieldPathArrayItemValue
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConfigMapVolumeSource_FieldPathArrayOfValues
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithIValue(value interface{}) ConfigMapVolumeSource_FieldPathValue
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ConfigMapVolumeSource_FieldTerminalPathArrayItemValue
- func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) AsItemsItemValue() (*KeyToPath, bool)
- func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue(source *ConfigMapVolumeSource) bool
- func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetSingle(source *ConfigMapVolumeSource) (interface{}, bool)
- func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
- func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsDefaultModeArrayOfValues() ([]int32, bool)
- func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsItemsArrayOfValues() ([][]*KeyToPath, bool)
- func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
- func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ConfigMapVolumeSource_FieldTerminalPathValue
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsDefaultModeValue() (int32, bool)
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsItemsValue() ([]*KeyToPath, bool)
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) CompareWith(source *ConfigMapVolumeSource) (int, bool)
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) SetTo(target **ConfigMapVolumeSource)
- func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Descriptor
- func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
- 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) NewSearchQuery() gotenresource.SearchQuery
- func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
- func (d *Descriptor) NewWatchQuery() gotenresource.WatchQuery
- func (d *Descriptor) ParseFieldPath(raw string) (gotenobject.FieldPath, error)
- func (d *Descriptor) ParseResourceName(nameStr string) (gotenresource.Name, error)
- type EnvFromSource
- func (o *EnvFromSource) Clone() *EnvFromSource
- func (o *EnvFromSource) CloneRaw() gotenobject.GotenObjectExt
- func (*EnvFromSource) Descriptor() ([]byte, []int)
- func (m *EnvFromSource) GetConfigMapRef() *ConfigMapEnvSource
- func (m *EnvFromSource) GetPrefix() string
- func (m *EnvFromSource) GetSecretRef() *SecretEnvSource
- func (*EnvFromSource) GotenMessage()
- func (o *EnvFromSource) GotenObjectExt()
- func (obj *EnvFromSource) GotenValidate() error
- func (o *EnvFromSource) MakeDiffFieldMask(other *EnvFromSource) *EnvFromSource_FieldMask
- func (o *EnvFromSource) MakeFullFieldMask() *EnvFromSource_FieldMask
- func (o *EnvFromSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *EnvFromSource) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *EnvFromSource) Marshal() ([]byte, error)
- func (m *EnvFromSource) MarshalJSON() ([]byte, error)
- func (o *EnvFromSource) Merge(source *EnvFromSource)
- func (o *EnvFromSource) MergeRaw(source gotenobject.GotenObjectExt)
- func (*EnvFromSource) ProtoMessage()
- func (m *EnvFromSource) ProtoReflect() preflect.Message
- func (m *EnvFromSource) Reset()
- func (m *EnvFromSource) SetConfigMapRef(fv *ConfigMapEnvSource)
- func (m *EnvFromSource) SetPrefix(fv string)
- func (m *EnvFromSource) SetSecretRef(fv *SecretEnvSource)
- func (m *EnvFromSource) String() string
- func (m *EnvFromSource) Unmarshal(b []byte) error
- func (m *EnvFromSource) UnmarshalJSON(data []byte) error
- type EnvFromSourceFieldPathBuilder
- type EnvFromSourcePathSelectorConfigMapRef
- func (EnvFromSourcePathSelectorConfigMapRef) FieldPath() *EnvFromSource_FieldTerminalPath
- func (EnvFromSourcePathSelectorConfigMapRef) Name() EnvFromSourcePathSelectorConfigMapRefName
- func (EnvFromSourcePathSelectorConfigMapRef) Optional() EnvFromSourcePathSelectorConfigMapRefOptional
- func (s EnvFromSourcePathSelectorConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *EnvFromSource_FieldTerminalPathArrayOfValues
- func (s EnvFromSourcePathSelectorConfigMapRef) WithSubArrayItemValue(subPathArrayItemValue ConfigMapEnvSource_FieldPathArrayItemValue) *EnvFromSource_FieldSubPathArrayItemValue
- func (s EnvFromSourcePathSelectorConfigMapRef) WithSubArrayOfValues(subPathArrayOfValues ConfigMapEnvSource_FieldPathArrayOfValues) *EnvFromSource_FieldSubPathArrayOfValues
- func (EnvFromSourcePathSelectorConfigMapRef) WithSubPath(subPath ConfigMapEnvSource_FieldPath) *EnvFromSource_FieldSubPath
- func (s EnvFromSourcePathSelectorConfigMapRef) WithSubValue(subPathValue ConfigMapEnvSource_FieldPathValue) *EnvFromSource_FieldSubPathValue
- func (s EnvFromSourcePathSelectorConfigMapRef) WithValue(value *ConfigMapEnvSource) *EnvFromSource_FieldTerminalPathValue
- type EnvFromSourcePathSelectorConfigMapRefName
- func (EnvFromSourcePathSelectorConfigMapRefName) FieldPath() *EnvFromSource_FieldSubPath
- func (s EnvFromSourcePathSelectorConfigMapRefName) WithArrayOfValues(values []string) *EnvFromSource_FieldSubPathArrayOfValues
- func (s EnvFromSourcePathSelectorConfigMapRefName) WithValue(value string) *EnvFromSource_FieldSubPathValue
- type EnvFromSourcePathSelectorConfigMapRefOptional
- func (EnvFromSourcePathSelectorConfigMapRefOptional) FieldPath() *EnvFromSource_FieldSubPath
- func (s EnvFromSourcePathSelectorConfigMapRefOptional) WithArrayOfValues(values []bool) *EnvFromSource_FieldSubPathArrayOfValues
- func (s EnvFromSourcePathSelectorConfigMapRefOptional) WithValue(value bool) *EnvFromSource_FieldSubPathValue
- type EnvFromSourcePathSelectorPrefix
- func (EnvFromSourcePathSelectorPrefix) FieldPath() *EnvFromSource_FieldTerminalPath
- func (s EnvFromSourcePathSelectorPrefix) WithArrayOfValues(values []string) *EnvFromSource_FieldTerminalPathArrayOfValues
- func (s EnvFromSourcePathSelectorPrefix) WithValue(value string) *EnvFromSource_FieldTerminalPathValue
- type EnvFromSourcePathSelectorSecretRef
- func (EnvFromSourcePathSelectorSecretRef) FieldPath() *EnvFromSource_FieldTerminalPath
- func (EnvFromSourcePathSelectorSecretRef) Name() EnvFromSourcePathSelectorSecretRefName
- func (EnvFromSourcePathSelectorSecretRef) Optional() EnvFromSourcePathSelectorSecretRefOptional
- func (s EnvFromSourcePathSelectorSecretRef) WithArrayOfValues(values []*SecretEnvSource) *EnvFromSource_FieldTerminalPathArrayOfValues
- func (s EnvFromSourcePathSelectorSecretRef) WithSubArrayItemValue(subPathArrayItemValue SecretEnvSource_FieldPathArrayItemValue) *EnvFromSource_FieldSubPathArrayItemValue
- func (s EnvFromSourcePathSelectorSecretRef) WithSubArrayOfValues(subPathArrayOfValues SecretEnvSource_FieldPathArrayOfValues) *EnvFromSource_FieldSubPathArrayOfValues
- func (EnvFromSourcePathSelectorSecretRef) WithSubPath(subPath SecretEnvSource_FieldPath) *EnvFromSource_FieldSubPath
- func (s EnvFromSourcePathSelectorSecretRef) WithSubValue(subPathValue SecretEnvSource_FieldPathValue) *EnvFromSource_FieldSubPathValue
- func (s EnvFromSourcePathSelectorSecretRef) WithValue(value *SecretEnvSource) *EnvFromSource_FieldTerminalPathValue
- type EnvFromSourcePathSelectorSecretRefName
- func (EnvFromSourcePathSelectorSecretRefName) FieldPath() *EnvFromSource_FieldSubPath
- func (s EnvFromSourcePathSelectorSecretRefName) WithArrayOfValues(values []string) *EnvFromSource_FieldSubPathArrayOfValues
- func (s EnvFromSourcePathSelectorSecretRefName) WithValue(value string) *EnvFromSource_FieldSubPathValue
- type EnvFromSourcePathSelectorSecretRefOptional
- func (EnvFromSourcePathSelectorSecretRefOptional) FieldPath() *EnvFromSource_FieldSubPath
- func (s EnvFromSourcePathSelectorSecretRefOptional) WithArrayOfValues(values []bool) *EnvFromSource_FieldSubPathArrayOfValues
- func (s EnvFromSourcePathSelectorSecretRefOptional) WithValue(value bool) *EnvFromSource_FieldSubPathValue
- type EnvFromSource_FieldMask
- func (fieldMask *EnvFromSource_FieldMask) AppendPath(path EnvFromSource_FieldPath)
- func (fieldMask *EnvFromSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *EnvFromSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *EnvFromSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *EnvFromSource_FieldMask) FilterInputFields() *EnvFromSource_FieldMask
- func (fieldMask *EnvFromSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *EnvFromSource_FieldMask) GetPaths() []EnvFromSource_FieldPath
- func (fieldMask *EnvFromSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *EnvFromSource_FieldMask) IsFull() bool
- func (fieldMask EnvFromSource_FieldMask) Marshal() ([]byte, error)
- func (fieldMask EnvFromSource_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *EnvFromSource_FieldMask) PathsCount() int
- func (fieldMask *EnvFromSource_FieldMask) Project(source *EnvFromSource) *EnvFromSource
- func (fieldMask *EnvFromSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *EnvFromSource_FieldMask) ProtoMessage()
- func (fieldMask *EnvFromSource_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *EnvFromSource_FieldMask) Reset()
- func (fieldMask *EnvFromSource_FieldMask) Set(target, source *EnvFromSource)
- func (fieldMask *EnvFromSource_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *EnvFromSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *EnvFromSource_FieldMask) Size() int
- func (fieldMask *EnvFromSource_FieldMask) String() string
- func (fieldMask *EnvFromSource_FieldMask) Subtract(other *EnvFromSource_FieldMask) *EnvFromSource_FieldMask
- func (fieldMask *EnvFromSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *EnvFromSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *EnvFromSource_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *EnvFromSource_FieldMask) UnmarshalJSON(data []byte) error
- type EnvFromSource_FieldPath
- type EnvFromSource_FieldPathArrayItemValue
- type EnvFromSource_FieldPathArrayOfValues
- type EnvFromSource_FieldPathSelector
- type EnvFromSource_FieldPathValue
- type EnvFromSource_FieldSubPath
- func (fps *EnvFromSource_FieldSubPath) AsConfigMapRefSubPath() (ConfigMapEnvSource_FieldPath, bool)
- func (fps *EnvFromSource_FieldSubPath) AsSecretRefSubPath() (SecretEnvSource_FieldPath, bool)
- func (fps *EnvFromSource_FieldSubPath) ClearValue(item *EnvFromSource)
- func (fps *EnvFromSource_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *EnvFromSource_FieldSubPath) Get(source *EnvFromSource) (values []interface{})
- func (fps *EnvFromSource_FieldSubPath) GetDefault() interface{}
- func (fps *EnvFromSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *EnvFromSource_FieldSubPath) GetSingle(source *EnvFromSource) (interface{}, bool)
- func (fps *EnvFromSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *EnvFromSource_FieldSubPath) IsLeaf() bool
- func (fps *EnvFromSource_FieldSubPath) JSONString() string
- func (fps *EnvFromSource_FieldSubPath) Selector() EnvFromSource_FieldPathSelector
- func (fps *EnvFromSource_FieldSubPath) String() string
- func (fps *EnvFromSource_FieldSubPath) WithIArrayItemValue(value interface{}) EnvFromSource_FieldPathArrayItemValue
- func (fps *EnvFromSource_FieldSubPath) WithIArrayOfValues(values interface{}) EnvFromSource_FieldPathArrayOfValues
- func (fps *EnvFromSource_FieldSubPath) WithIValue(value interface{}) EnvFromSource_FieldPathValue
- func (fps *EnvFromSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *EnvFromSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *EnvFromSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EnvFromSource_FieldSubPathArrayItemValue
- func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) AsConfigMapRefPathItemValue() (ConfigMapEnvSource_FieldPathArrayItemValue, bool)
- func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) AsSecretRefPathItemValue() (SecretEnvSource_FieldPathArrayItemValue, bool)
- func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) ContainsValue(source *EnvFromSource) bool
- func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type EnvFromSource_FieldSubPathArrayOfValues
- func (fpsaov *EnvFromSource_FieldSubPathArrayOfValues) AsConfigMapRefPathArrayOfValues() (ConfigMapEnvSource_FieldPathArrayOfValues, bool)
- func (fpsaov *EnvFromSource_FieldSubPathArrayOfValues) AsSecretRefPathArrayOfValues() (SecretEnvSource_FieldPathArrayOfValues, bool)
- func (fpsaov *EnvFromSource_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type EnvFromSource_FieldSubPathValue
- func (fpvs *EnvFromSource_FieldSubPathValue) AsConfigMapRefPathValue() (ConfigMapEnvSource_FieldPathValue, bool)
- func (fpvs *EnvFromSource_FieldSubPathValue) AsSecretRefPathValue() (SecretEnvSource_FieldPathValue, bool)
- func (fpvs *EnvFromSource_FieldSubPathValue) CompareWith(source *EnvFromSource) (int, bool)
- func (fpvs *EnvFromSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *EnvFromSource_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *EnvFromSource_FieldSubPathValue) SetTo(target **EnvFromSource)
- func (fpvs *EnvFromSource_FieldSubPathValue) SetToRaw(target proto.Message)
- type EnvFromSource_FieldTerminalPath
- func (fp *EnvFromSource_FieldTerminalPath) ClearValue(item *EnvFromSource)
- func (fp *EnvFromSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *EnvFromSource_FieldTerminalPath) Get(source *EnvFromSource) (values []interface{})
- func (fp *EnvFromSource_FieldTerminalPath) GetDefault() interface{}
- func (fp *EnvFromSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *EnvFromSource_FieldTerminalPath) GetSingle(source *EnvFromSource) (interface{}, bool)
- func (fp *EnvFromSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *EnvFromSource_FieldTerminalPath) IsLeaf() bool
- func (fp *EnvFromSource_FieldTerminalPath) JSONString() string
- func (fp *EnvFromSource_FieldTerminalPath) Selector() EnvFromSource_FieldPathSelector
- func (fp *EnvFromSource_FieldTerminalPath) String() string
- func (fp *EnvFromSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) EnvFromSource_FieldPathArrayItemValue
- func (fp *EnvFromSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) EnvFromSource_FieldPathArrayOfValues
- func (fp *EnvFromSource_FieldTerminalPath) WithIValue(value interface{}) EnvFromSource_FieldPathValue
- func (fp *EnvFromSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *EnvFromSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *EnvFromSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EnvFromSource_FieldTerminalPathArrayItemValue
- func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) ContainsValue(source *EnvFromSource) bool
- func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) GetSingle(source *EnvFromSource) (interface{}, bool)
- func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type EnvFromSource_FieldTerminalPathArrayOfValues
- func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) AsConfigMapRefArrayOfValues() ([]*ConfigMapEnvSource, bool)
- func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) AsPrefixArrayOfValues() ([]string, bool)
- func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) AsSecretRefArrayOfValues() ([]*SecretEnvSource, bool)
- func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type EnvFromSource_FieldTerminalPathValue
- func (fpv *EnvFromSource_FieldTerminalPathValue) AsConfigMapRefValue() (*ConfigMapEnvSource, bool)
- func (fpv *EnvFromSource_FieldTerminalPathValue) AsPrefixValue() (string, bool)
- func (fpv *EnvFromSource_FieldTerminalPathValue) AsSecretRefValue() (*SecretEnvSource, bool)
- func (fpv *EnvFromSource_FieldTerminalPathValue) CompareWith(source *EnvFromSource) (int, bool)
- func (fpv *EnvFromSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *EnvFromSource_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *EnvFromSource_FieldTerminalPathValue) SetTo(target **EnvFromSource)
- func (fpv *EnvFromSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type EnvVar
- func (o *EnvVar) Clone() *EnvVar
- func (o *EnvVar) CloneRaw() gotenobject.GotenObjectExt
- func (*EnvVar) Descriptor() ([]byte, []int)
- func (m *EnvVar) GetName() string
- func (m *EnvVar) GetValue() string
- func (m *EnvVar) GetValueFrom() *EnvVarSource
- func (*EnvVar) GotenMessage()
- func (o *EnvVar) GotenObjectExt()
- func (obj *EnvVar) GotenValidate() error
- func (o *EnvVar) MakeDiffFieldMask(other *EnvVar) *EnvVar_FieldMask
- func (o *EnvVar) MakeFullFieldMask() *EnvVar_FieldMask
- func (o *EnvVar) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *EnvVar) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *EnvVar) Marshal() ([]byte, error)
- func (m *EnvVar) MarshalJSON() ([]byte, error)
- func (o *EnvVar) Merge(source *EnvVar)
- func (o *EnvVar) MergeRaw(source gotenobject.GotenObjectExt)
- func (*EnvVar) ProtoMessage()
- func (m *EnvVar) ProtoReflect() preflect.Message
- func (m *EnvVar) Reset()
- func (m *EnvVar) SetName(fv string)
- func (m *EnvVar) SetValue(fv string)
- func (m *EnvVar) SetValueFrom(fv *EnvVarSource)
- func (m *EnvVar) String() string
- func (m *EnvVar) Unmarshal(b []byte) error
- func (m *EnvVar) UnmarshalJSON(data []byte) error
- type EnvVarFieldPathBuilder
- type EnvVarPathSelectorName
- type EnvVarPathSelectorValue
- type EnvVarPathSelectorValueFrom
- func (EnvVarPathSelectorValueFrom) ConfigMapKeyRef() EnvVarPathSelectorValueFromConfigMapKeyRef
- func (EnvVarPathSelectorValueFrom) FieldPath() *EnvVar_FieldTerminalPath
- func (EnvVarPathSelectorValueFrom) SecretKeyRef() EnvVarPathSelectorValueFromSecretKeyRef
- func (s EnvVarPathSelectorValueFrom) WithArrayOfValues(values []*EnvVarSource) *EnvVar_FieldTerminalPathArrayOfValues
- func (s EnvVarPathSelectorValueFrom) WithSubArrayItemValue(subPathArrayItemValue EnvVarSource_FieldPathArrayItemValue) *EnvVar_FieldSubPathArrayItemValue
- func (s EnvVarPathSelectorValueFrom) WithSubArrayOfValues(subPathArrayOfValues EnvVarSource_FieldPathArrayOfValues) *EnvVar_FieldSubPathArrayOfValues
- func (EnvVarPathSelectorValueFrom) WithSubPath(subPath EnvVarSource_FieldPath) *EnvVar_FieldSubPath
- func (s EnvVarPathSelectorValueFrom) WithSubValue(subPathValue EnvVarSource_FieldPathValue) *EnvVar_FieldSubPathValue
- func (s EnvVarPathSelectorValueFrom) WithValue(value *EnvVarSource) *EnvVar_FieldTerminalPathValue
- type EnvVarPathSelectorValueFromConfigMapKeyRef
- func (EnvVarPathSelectorValueFromConfigMapKeyRef) FieldPath() *EnvVar_FieldSubPath
- func (EnvVarPathSelectorValueFromConfigMapKeyRef) Key() EnvVarPathSelectorValueFromConfigMapKeyRefKey
- func (EnvVarPathSelectorValueFromConfigMapKeyRef) Name() EnvVarPathSelectorValueFromConfigMapKeyRefName
- func (EnvVarPathSelectorValueFromConfigMapKeyRef) Optional() EnvVarPathSelectorValueFromConfigMapKeyRefOptional
- func (s EnvVarPathSelectorValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *EnvVar_FieldSubPathValue
- type EnvVarPathSelectorValueFromConfigMapKeyRefKey
- func (EnvVarPathSelectorValueFromConfigMapKeyRefKey) FieldPath() *EnvVar_FieldSubPath
- func (s EnvVarPathSelectorValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromConfigMapKeyRefKey) WithValue(value string) *EnvVar_FieldSubPathValue
- type EnvVarPathSelectorValueFromConfigMapKeyRefName
- func (EnvVarPathSelectorValueFromConfigMapKeyRefName) FieldPath() *EnvVar_FieldSubPath
- func (s EnvVarPathSelectorValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromConfigMapKeyRefName) WithValue(value string) *EnvVar_FieldSubPathValue
- type EnvVarPathSelectorValueFromConfigMapKeyRefOptional
- func (EnvVarPathSelectorValueFromConfigMapKeyRefOptional) FieldPath() *EnvVar_FieldSubPath
- func (s EnvVarPathSelectorValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromConfigMapKeyRefOptional) WithValue(value bool) *EnvVar_FieldSubPathValue
- type EnvVarPathSelectorValueFromSecretKeyRef
- func (EnvVarPathSelectorValueFromSecretKeyRef) FieldPath() *EnvVar_FieldSubPath
- func (EnvVarPathSelectorValueFromSecretKeyRef) Key() EnvVarPathSelectorValueFromSecretKeyRefKey
- func (EnvVarPathSelectorValueFromSecretKeyRef) Name() EnvVarPathSelectorValueFromSecretKeyRefName
- func (EnvVarPathSelectorValueFromSecretKeyRef) Optional() EnvVarPathSelectorValueFromSecretKeyRefOptional
- func (s EnvVarPathSelectorValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *EnvVar_FieldSubPathValue
- type EnvVarPathSelectorValueFromSecretKeyRefKey
- func (EnvVarPathSelectorValueFromSecretKeyRefKey) FieldPath() *EnvVar_FieldSubPath
- func (s EnvVarPathSelectorValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromSecretKeyRefKey) WithValue(value string) *EnvVar_FieldSubPathValue
- type EnvVarPathSelectorValueFromSecretKeyRefName
- func (EnvVarPathSelectorValueFromSecretKeyRefName) FieldPath() *EnvVar_FieldSubPath
- func (s EnvVarPathSelectorValueFromSecretKeyRefName) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromSecretKeyRefName) WithValue(value string) *EnvVar_FieldSubPathValue
- type EnvVarPathSelectorValueFromSecretKeyRefOptional
- func (EnvVarPathSelectorValueFromSecretKeyRefOptional) FieldPath() *EnvVar_FieldSubPath
- func (s EnvVarPathSelectorValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *EnvVar_FieldSubPathArrayOfValues
- func (s EnvVarPathSelectorValueFromSecretKeyRefOptional) WithValue(value bool) *EnvVar_FieldSubPathValue
- type EnvVarSource
- func (o *EnvVarSource) Clone() *EnvVarSource
- func (o *EnvVarSource) CloneRaw() gotenobject.GotenObjectExt
- func (*EnvVarSource) Descriptor() ([]byte, []int)
- func (m *EnvVarSource) GetConfigMapKeyRef() *ConfigMapKeySelector
- func (m *EnvVarSource) GetSecretKeyRef() *SecretKeySelector
- func (*EnvVarSource) GotenMessage()
- func (o *EnvVarSource) GotenObjectExt()
- func (obj *EnvVarSource) GotenValidate() error
- func (o *EnvVarSource) MakeDiffFieldMask(other *EnvVarSource) *EnvVarSource_FieldMask
- func (o *EnvVarSource) MakeFullFieldMask() *EnvVarSource_FieldMask
- func (o *EnvVarSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *EnvVarSource) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *EnvVarSource) Marshal() ([]byte, error)
- func (m *EnvVarSource) MarshalJSON() ([]byte, error)
- func (o *EnvVarSource) Merge(source *EnvVarSource)
- func (o *EnvVarSource) MergeRaw(source gotenobject.GotenObjectExt)
- func (*EnvVarSource) ProtoMessage()
- func (m *EnvVarSource) ProtoReflect() preflect.Message
- func (m *EnvVarSource) Reset()
- func (m *EnvVarSource) SetConfigMapKeyRef(fv *ConfigMapKeySelector)
- func (m *EnvVarSource) SetSecretKeyRef(fv *SecretKeySelector)
- func (m *EnvVarSource) String() string
- func (m *EnvVarSource) Unmarshal(b []byte) error
- func (m *EnvVarSource) UnmarshalJSON(data []byte) error
- type EnvVarSourceFieldPathBuilder
- type EnvVarSourcePathSelectorConfigMapKeyRef
- func (EnvVarSourcePathSelectorConfigMapKeyRef) FieldPath() *EnvVarSource_FieldTerminalPath
- func (EnvVarSourcePathSelectorConfigMapKeyRef) Key() EnvVarSourcePathSelectorConfigMapKeyRefKey
- func (EnvVarSourcePathSelectorConfigMapKeyRef) Name() EnvVarSourcePathSelectorConfigMapKeyRefName
- func (EnvVarSourcePathSelectorConfigMapKeyRef) Optional() EnvVarSourcePathSelectorConfigMapKeyRefOptional
- func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *EnvVarSource_FieldTerminalPathArrayOfValues
- func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithSubArrayItemValue(subPathArrayItemValue ConfigMapKeySelector_FieldPathArrayItemValue) *EnvVarSource_FieldSubPathArrayItemValue
- func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithSubArrayOfValues(subPathArrayOfValues ConfigMapKeySelector_FieldPathArrayOfValues) *EnvVarSource_FieldSubPathArrayOfValues
- func (EnvVarSourcePathSelectorConfigMapKeyRef) WithSubPath(subPath ConfigMapKeySelector_FieldPath) *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithSubValue(subPathValue ConfigMapKeySelector_FieldPathValue) *EnvVarSource_FieldSubPathValue
- func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *EnvVarSource_FieldTerminalPathValue
- type EnvVarSourcePathSelectorConfigMapKeyRefKey
- func (EnvVarSourcePathSelectorConfigMapKeyRefKey) FieldPath() *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorConfigMapKeyRefKey) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
- func (s EnvVarSourcePathSelectorConfigMapKeyRefKey) WithValue(value string) *EnvVarSource_FieldSubPathValue
- type EnvVarSourcePathSelectorConfigMapKeyRefName
- func (EnvVarSourcePathSelectorConfigMapKeyRefName) FieldPath() *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorConfigMapKeyRefName) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
- func (s EnvVarSourcePathSelectorConfigMapKeyRefName) WithValue(value string) *EnvVarSource_FieldSubPathValue
- type EnvVarSourcePathSelectorConfigMapKeyRefOptional
- func (EnvVarSourcePathSelectorConfigMapKeyRefOptional) FieldPath() *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *EnvVarSource_FieldSubPathArrayOfValues
- func (s EnvVarSourcePathSelectorConfigMapKeyRefOptional) WithValue(value bool) *EnvVarSource_FieldSubPathValue
- type EnvVarSourcePathSelectorSecretKeyRef
- func (EnvVarSourcePathSelectorSecretKeyRef) FieldPath() *EnvVarSource_FieldTerminalPath
- func (EnvVarSourcePathSelectorSecretKeyRef) Key() EnvVarSourcePathSelectorSecretKeyRefKey
- func (EnvVarSourcePathSelectorSecretKeyRef) Name() EnvVarSourcePathSelectorSecretKeyRefName
- func (EnvVarSourcePathSelectorSecretKeyRef) Optional() EnvVarSourcePathSelectorSecretKeyRefOptional
- func (s EnvVarSourcePathSelectorSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *EnvVarSource_FieldTerminalPathArrayOfValues
- func (s EnvVarSourcePathSelectorSecretKeyRef) WithSubArrayItemValue(subPathArrayItemValue SecretKeySelector_FieldPathArrayItemValue) *EnvVarSource_FieldSubPathArrayItemValue
- func (s EnvVarSourcePathSelectorSecretKeyRef) WithSubArrayOfValues(subPathArrayOfValues SecretKeySelector_FieldPathArrayOfValues) *EnvVarSource_FieldSubPathArrayOfValues
- func (EnvVarSourcePathSelectorSecretKeyRef) WithSubPath(subPath SecretKeySelector_FieldPath) *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorSecretKeyRef) WithSubValue(subPathValue SecretKeySelector_FieldPathValue) *EnvVarSource_FieldSubPathValue
- func (s EnvVarSourcePathSelectorSecretKeyRef) WithValue(value *SecretKeySelector) *EnvVarSource_FieldTerminalPathValue
- type EnvVarSourcePathSelectorSecretKeyRefKey
- func (EnvVarSourcePathSelectorSecretKeyRefKey) FieldPath() *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorSecretKeyRefKey) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
- func (s EnvVarSourcePathSelectorSecretKeyRefKey) WithValue(value string) *EnvVarSource_FieldSubPathValue
- type EnvVarSourcePathSelectorSecretKeyRefName
- func (EnvVarSourcePathSelectorSecretKeyRefName) FieldPath() *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorSecretKeyRefName) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
- func (s EnvVarSourcePathSelectorSecretKeyRefName) WithValue(value string) *EnvVarSource_FieldSubPathValue
- type EnvVarSourcePathSelectorSecretKeyRefOptional
- func (EnvVarSourcePathSelectorSecretKeyRefOptional) FieldPath() *EnvVarSource_FieldSubPath
- func (s EnvVarSourcePathSelectorSecretKeyRefOptional) WithArrayOfValues(values []bool) *EnvVarSource_FieldSubPathArrayOfValues
- func (s EnvVarSourcePathSelectorSecretKeyRefOptional) WithValue(value bool) *EnvVarSource_FieldSubPathValue
- type EnvVarSource_FieldMask
- func (fieldMask *EnvVarSource_FieldMask) AppendPath(path EnvVarSource_FieldPath)
- func (fieldMask *EnvVarSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *EnvVarSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *EnvVarSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *EnvVarSource_FieldMask) FilterInputFields() *EnvVarSource_FieldMask
- func (fieldMask *EnvVarSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *EnvVarSource_FieldMask) GetPaths() []EnvVarSource_FieldPath
- func (fieldMask *EnvVarSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *EnvVarSource_FieldMask) IsFull() bool
- func (fieldMask EnvVarSource_FieldMask) Marshal() ([]byte, error)
- func (fieldMask EnvVarSource_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *EnvVarSource_FieldMask) PathsCount() int
- func (fieldMask *EnvVarSource_FieldMask) Project(source *EnvVarSource) *EnvVarSource
- func (fieldMask *EnvVarSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *EnvVarSource_FieldMask) ProtoMessage()
- func (fieldMask *EnvVarSource_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *EnvVarSource_FieldMask) Reset()
- func (fieldMask *EnvVarSource_FieldMask) Set(target, source *EnvVarSource)
- func (fieldMask *EnvVarSource_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *EnvVarSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *EnvVarSource_FieldMask) Size() int
- func (fieldMask *EnvVarSource_FieldMask) String() string
- func (fieldMask *EnvVarSource_FieldMask) Subtract(other *EnvVarSource_FieldMask) *EnvVarSource_FieldMask
- func (fieldMask *EnvVarSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *EnvVarSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *EnvVarSource_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *EnvVarSource_FieldMask) UnmarshalJSON(data []byte) error
- type EnvVarSource_FieldPath
- type EnvVarSource_FieldPathArrayItemValue
- type EnvVarSource_FieldPathArrayOfValues
- type EnvVarSource_FieldPathSelector
- type EnvVarSource_FieldPathValue
- type EnvVarSource_FieldSubPath
- func (fps *EnvVarSource_FieldSubPath) AsConfigMapKeyRefSubPath() (ConfigMapKeySelector_FieldPath, bool)
- func (fps *EnvVarSource_FieldSubPath) AsSecretKeyRefSubPath() (SecretKeySelector_FieldPath, bool)
- func (fps *EnvVarSource_FieldSubPath) ClearValue(item *EnvVarSource)
- func (fps *EnvVarSource_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *EnvVarSource_FieldSubPath) Get(source *EnvVarSource) (values []interface{})
- func (fps *EnvVarSource_FieldSubPath) GetDefault() interface{}
- func (fps *EnvVarSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *EnvVarSource_FieldSubPath) GetSingle(source *EnvVarSource) (interface{}, bool)
- func (fps *EnvVarSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *EnvVarSource_FieldSubPath) IsLeaf() bool
- func (fps *EnvVarSource_FieldSubPath) JSONString() string
- func (fps *EnvVarSource_FieldSubPath) Selector() EnvVarSource_FieldPathSelector
- func (fps *EnvVarSource_FieldSubPath) String() string
- func (fps *EnvVarSource_FieldSubPath) WithIArrayItemValue(value interface{}) EnvVarSource_FieldPathArrayItemValue
- func (fps *EnvVarSource_FieldSubPath) WithIArrayOfValues(values interface{}) EnvVarSource_FieldPathArrayOfValues
- func (fps *EnvVarSource_FieldSubPath) WithIValue(value interface{}) EnvVarSource_FieldPathValue
- func (fps *EnvVarSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *EnvVarSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *EnvVarSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EnvVarSource_FieldSubPathArrayItemValue
- func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) AsConfigMapKeyRefPathItemValue() (ConfigMapKeySelector_FieldPathArrayItemValue, bool)
- func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) AsSecretKeyRefPathItemValue() (SecretKeySelector_FieldPathArrayItemValue, bool)
- func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) ContainsValue(source *EnvVarSource) bool
- func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type EnvVarSource_FieldSubPathArrayOfValues
- func (fpsaov *EnvVarSource_FieldSubPathArrayOfValues) AsConfigMapKeyRefPathArrayOfValues() (ConfigMapKeySelector_FieldPathArrayOfValues, bool)
- func (fpsaov *EnvVarSource_FieldSubPathArrayOfValues) AsSecretKeyRefPathArrayOfValues() (SecretKeySelector_FieldPathArrayOfValues, bool)
- func (fpsaov *EnvVarSource_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type EnvVarSource_FieldSubPathValue
- func (fpvs *EnvVarSource_FieldSubPathValue) AsConfigMapKeyRefPathValue() (ConfigMapKeySelector_FieldPathValue, bool)
- func (fpvs *EnvVarSource_FieldSubPathValue) AsSecretKeyRefPathValue() (SecretKeySelector_FieldPathValue, bool)
- func (fpvs *EnvVarSource_FieldSubPathValue) CompareWith(source *EnvVarSource) (int, bool)
- func (fpvs *EnvVarSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *EnvVarSource_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *EnvVarSource_FieldSubPathValue) SetTo(target **EnvVarSource)
- func (fpvs *EnvVarSource_FieldSubPathValue) SetToRaw(target proto.Message)
- type EnvVarSource_FieldTerminalPath
- func (fp *EnvVarSource_FieldTerminalPath) ClearValue(item *EnvVarSource)
- func (fp *EnvVarSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *EnvVarSource_FieldTerminalPath) Get(source *EnvVarSource) (values []interface{})
- func (fp *EnvVarSource_FieldTerminalPath) GetDefault() interface{}
- func (fp *EnvVarSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *EnvVarSource_FieldTerminalPath) GetSingle(source *EnvVarSource) (interface{}, bool)
- func (fp *EnvVarSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *EnvVarSource_FieldTerminalPath) IsLeaf() bool
- func (fp *EnvVarSource_FieldTerminalPath) JSONString() string
- func (fp *EnvVarSource_FieldTerminalPath) Selector() EnvVarSource_FieldPathSelector
- func (fp *EnvVarSource_FieldTerminalPath) String() string
- func (fp *EnvVarSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) EnvVarSource_FieldPathArrayItemValue
- func (fp *EnvVarSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) EnvVarSource_FieldPathArrayOfValues
- func (fp *EnvVarSource_FieldTerminalPath) WithIValue(value interface{}) EnvVarSource_FieldPathValue
- func (fp *EnvVarSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *EnvVarSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *EnvVarSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EnvVarSource_FieldTerminalPathArrayItemValue
- func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) ContainsValue(source *EnvVarSource) bool
- func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) GetSingle(source *EnvVarSource) (interface{}, bool)
- func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type EnvVarSource_FieldTerminalPathArrayOfValues
- func (fpaov *EnvVarSource_FieldTerminalPathArrayOfValues) AsConfigMapKeyRefArrayOfValues() ([]*ConfigMapKeySelector, bool)
- func (fpaov *EnvVarSource_FieldTerminalPathArrayOfValues) AsSecretKeyRefArrayOfValues() ([]*SecretKeySelector, bool)
- func (fpaov *EnvVarSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type EnvVarSource_FieldTerminalPathValue
- func (fpv *EnvVarSource_FieldTerminalPathValue) AsConfigMapKeyRefValue() (*ConfigMapKeySelector, bool)
- func (fpv *EnvVarSource_FieldTerminalPathValue) AsSecretKeyRefValue() (*SecretKeySelector, bool)
- func (fpv *EnvVarSource_FieldTerminalPathValue) CompareWith(source *EnvVarSource) (int, bool)
- func (fpv *EnvVarSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *EnvVarSource_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *EnvVarSource_FieldTerminalPathValue) SetTo(target **EnvVarSource)
- func (fpv *EnvVarSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type EnvVar_FieldMask
- func (fieldMask *EnvVar_FieldMask) AppendPath(path EnvVar_FieldPath)
- func (fieldMask *EnvVar_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *EnvVar_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *EnvVar_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *EnvVar_FieldMask) FilterInputFields() *EnvVar_FieldMask
- func (fieldMask *EnvVar_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *EnvVar_FieldMask) GetPaths() []EnvVar_FieldPath
- func (fieldMask *EnvVar_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *EnvVar_FieldMask) IsFull() bool
- func (fieldMask EnvVar_FieldMask) Marshal() ([]byte, error)
- func (fieldMask EnvVar_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *EnvVar_FieldMask) PathsCount() int
- func (fieldMask *EnvVar_FieldMask) Project(source *EnvVar) *EnvVar
- func (fieldMask *EnvVar_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *EnvVar_FieldMask) ProtoMessage()
- func (fieldMask *EnvVar_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *EnvVar_FieldMask) Reset()
- func (fieldMask *EnvVar_FieldMask) Set(target, source *EnvVar)
- func (fieldMask *EnvVar_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *EnvVar_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *EnvVar_FieldMask) Size() int
- func (fieldMask *EnvVar_FieldMask) String() string
- func (fieldMask *EnvVar_FieldMask) Subtract(other *EnvVar_FieldMask) *EnvVar_FieldMask
- func (fieldMask *EnvVar_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *EnvVar_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *EnvVar_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *EnvVar_FieldMask) UnmarshalJSON(data []byte) error
- type EnvVar_FieldPath
- type EnvVar_FieldPathArrayItemValue
- type EnvVar_FieldPathArrayOfValues
- type EnvVar_FieldPathSelector
- type EnvVar_FieldPathValue
- type EnvVar_FieldSubPath
- func (fps *EnvVar_FieldSubPath) AsValueFromSubPath() (EnvVarSource_FieldPath, bool)
- func (fps *EnvVar_FieldSubPath) ClearValue(item *EnvVar)
- func (fps *EnvVar_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *EnvVar_FieldSubPath) Get(source *EnvVar) (values []interface{})
- func (fps *EnvVar_FieldSubPath) GetDefault() interface{}
- func (fps *EnvVar_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *EnvVar_FieldSubPath) GetSingle(source *EnvVar) (interface{}, bool)
- func (fps *EnvVar_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *EnvVar_FieldSubPath) IsLeaf() bool
- func (fps *EnvVar_FieldSubPath) JSONString() string
- func (fps *EnvVar_FieldSubPath) Selector() EnvVar_FieldPathSelector
- func (fps *EnvVar_FieldSubPath) String() string
- func (fps *EnvVar_FieldSubPath) WithIArrayItemValue(value interface{}) EnvVar_FieldPathArrayItemValue
- func (fps *EnvVar_FieldSubPath) WithIArrayOfValues(values interface{}) EnvVar_FieldPathArrayOfValues
- func (fps *EnvVar_FieldSubPath) WithIValue(value interface{}) EnvVar_FieldPathValue
- func (fps *EnvVar_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *EnvVar_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *EnvVar_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EnvVar_FieldSubPathArrayItemValue
- type EnvVar_FieldSubPathArrayOfValues
- type EnvVar_FieldSubPathValue
- func (fpvs *EnvVar_FieldSubPathValue) AsValueFromPathValue() (EnvVarSource_FieldPathValue, bool)
- func (fpvs *EnvVar_FieldSubPathValue) CompareWith(source *EnvVar) (int, bool)
- func (fpvs *EnvVar_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *EnvVar_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *EnvVar_FieldSubPathValue) SetTo(target **EnvVar)
- func (fpvs *EnvVar_FieldSubPathValue) SetToRaw(target proto.Message)
- type EnvVar_FieldTerminalPath
- func (fp *EnvVar_FieldTerminalPath) ClearValue(item *EnvVar)
- func (fp *EnvVar_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *EnvVar_FieldTerminalPath) Get(source *EnvVar) (values []interface{})
- func (fp *EnvVar_FieldTerminalPath) GetDefault() interface{}
- func (fp *EnvVar_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *EnvVar_FieldTerminalPath) GetSingle(source *EnvVar) (interface{}, bool)
- func (fp *EnvVar_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *EnvVar_FieldTerminalPath) IsLeaf() bool
- func (fp *EnvVar_FieldTerminalPath) JSONString() string
- func (fp *EnvVar_FieldTerminalPath) Selector() EnvVar_FieldPathSelector
- func (fp *EnvVar_FieldTerminalPath) String() string
- func (fp *EnvVar_FieldTerminalPath) WithIArrayItemValue(value interface{}) EnvVar_FieldPathArrayItemValue
- func (fp *EnvVar_FieldTerminalPath) WithIArrayOfValues(values interface{}) EnvVar_FieldPathArrayOfValues
- func (fp *EnvVar_FieldTerminalPath) WithIValue(value interface{}) EnvVar_FieldPathValue
- func (fp *EnvVar_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *EnvVar_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *EnvVar_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type EnvVar_FieldTerminalPathArrayItemValue
- func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) ContainsValue(source *EnvVar) bool
- func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) GetSingle(source *EnvVar) (interface{}, bool)
- func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type EnvVar_FieldTerminalPathArrayOfValues
- func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) AsValueArrayOfValues() ([]string, bool)
- func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) AsValueFromArrayOfValues() ([]*EnvVarSource, bool)
- func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type EnvVar_FieldTerminalPathValue
- func (fpv *EnvVar_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *EnvVar_FieldTerminalPathValue) AsValueFromValue() (*EnvVarSource, bool)
- func (fpv *EnvVar_FieldTerminalPathValue) AsValueValue() (string, bool)
- func (fpv *EnvVar_FieldTerminalPathValue) CompareWith(source *EnvVar) (int, bool)
- func (fpv *EnvVar_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *EnvVar_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *EnvVar_FieldTerminalPathValue) SetTo(target **EnvVar)
- func (fpv *EnvVar_FieldTerminalPathValue) SetToRaw(target proto.Message)
- 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 *Pod) bool
- func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
- func (filter *Filter) FilterSlice(in []*Pod) (out []*Pod)
- 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 Pod_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 *Pod) 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 Pod_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 *Pod) 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 Pod_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 *Pod) bool
- func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
- func (cond *FilterConditionContains) GetFieldPath() Pod_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 Pod_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 *Pod) 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 Pod_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 *Pod) 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 Pod_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 *Pod) 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 Pod_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 *Pod) 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 Pod_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 *Pod) 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 Pod_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 HostPathVolumeSource
- func (o *HostPathVolumeSource) Clone() *HostPathVolumeSource
- func (o *HostPathVolumeSource) CloneRaw() gotenobject.GotenObjectExt
- func (*HostPathVolumeSource) Descriptor() ([]byte, []int)
- func (m *HostPathVolumeSource) GetPath() string
- func (m *HostPathVolumeSource) GetType() HostPathVolumeSource_Type
- func (*HostPathVolumeSource) GotenMessage()
- func (o *HostPathVolumeSource) GotenObjectExt()
- func (obj *HostPathVolumeSource) GotenValidate() error
- func (o *HostPathVolumeSource) MakeDiffFieldMask(other *HostPathVolumeSource) *HostPathVolumeSource_FieldMask
- func (o *HostPathVolumeSource) MakeFullFieldMask() *HostPathVolumeSource_FieldMask
- func (o *HostPathVolumeSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *HostPathVolumeSource) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *HostPathVolumeSource) Marshal() ([]byte, error)
- func (m *HostPathVolumeSource) MarshalJSON() ([]byte, error)
- func (o *HostPathVolumeSource) Merge(source *HostPathVolumeSource)
- func (o *HostPathVolumeSource) MergeRaw(source gotenobject.GotenObjectExt)
- func (*HostPathVolumeSource) ProtoMessage()
- func (m *HostPathVolumeSource) ProtoReflect() preflect.Message
- func (m *HostPathVolumeSource) Reset()
- func (m *HostPathVolumeSource) SetPath(fv string)
- func (m *HostPathVolumeSource) SetType(fv HostPathVolumeSource_Type)
- func (m *HostPathVolumeSource) String() string
- func (m *HostPathVolumeSource) Unmarshal(b []byte) error
- func (m *HostPathVolumeSource) UnmarshalJSON(data []byte) error
- type HostPathVolumeSourceFieldPathBuilder
- type HostPathVolumeSourcePathSelectorPath
- func (HostPathVolumeSourcePathSelectorPath) FieldPath() *HostPathVolumeSource_FieldTerminalPath
- func (s HostPathVolumeSourcePathSelectorPath) WithArrayOfValues(values []string) *HostPathVolumeSource_FieldTerminalPathArrayOfValues
- func (s HostPathVolumeSourcePathSelectorPath) WithValue(value string) *HostPathVolumeSource_FieldTerminalPathValue
- type HostPathVolumeSourcePathSelectorType
- func (HostPathVolumeSourcePathSelectorType) FieldPath() *HostPathVolumeSource_FieldTerminalPath
- func (s HostPathVolumeSourcePathSelectorType) WithArrayOfValues(values []HostPathVolumeSource_Type) *HostPathVolumeSource_FieldTerminalPathArrayOfValues
- func (s HostPathVolumeSourcePathSelectorType) WithValue(value HostPathVolumeSource_Type) *HostPathVolumeSource_FieldTerminalPathValue
- type HostPathVolumeSource_FieldMask
- func (fieldMask *HostPathVolumeSource_FieldMask) AppendPath(path HostPathVolumeSource_FieldPath)
- func (fieldMask *HostPathVolumeSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *HostPathVolumeSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *HostPathVolumeSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *HostPathVolumeSource_FieldMask) FilterInputFields() *HostPathVolumeSource_FieldMask
- func (fieldMask *HostPathVolumeSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *HostPathVolumeSource_FieldMask) GetPaths() []HostPathVolumeSource_FieldPath
- func (fieldMask *HostPathVolumeSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *HostPathVolumeSource_FieldMask) IsFull() bool
- func (fieldMask HostPathVolumeSource_FieldMask) Marshal() ([]byte, error)
- func (fieldMask HostPathVolumeSource_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *HostPathVolumeSource_FieldMask) PathsCount() int
- func (fieldMask *HostPathVolumeSource_FieldMask) Project(source *HostPathVolumeSource) *HostPathVolumeSource
- func (fieldMask *HostPathVolumeSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *HostPathVolumeSource_FieldMask) ProtoMessage()
- func (fieldMask *HostPathVolumeSource_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *HostPathVolumeSource_FieldMask) Reset()
- func (fieldMask *HostPathVolumeSource_FieldMask) Set(target, source *HostPathVolumeSource)
- func (fieldMask *HostPathVolumeSource_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *HostPathVolumeSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *HostPathVolumeSource_FieldMask) Size() int
- func (fieldMask *HostPathVolumeSource_FieldMask) String() string
- func (fieldMask *HostPathVolumeSource_FieldMask) Subtract(other *HostPathVolumeSource_FieldMask) *HostPathVolumeSource_FieldMask
- func (fieldMask *HostPathVolumeSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *HostPathVolumeSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *HostPathVolumeSource_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *HostPathVolumeSource_FieldMask) UnmarshalJSON(data []byte) error
- type HostPathVolumeSource_FieldPath
- func BuildHostPathVolumeSource_FieldPath(fp gotenobject.RawFieldPath) (HostPathVolumeSource_FieldPath, error)
- func MustParseHostPathVolumeSource_FieldPath(rawField string) HostPathVolumeSource_FieldPath
- func ParseHostPathVolumeSource_FieldPath(rawField string) (HostPathVolumeSource_FieldPath, error)
- type HostPathVolumeSource_FieldPathArrayItemValue
- type HostPathVolumeSource_FieldPathArrayOfValues
- type HostPathVolumeSource_FieldPathSelector
- type HostPathVolumeSource_FieldPathValue
- type HostPathVolumeSource_FieldTerminalPath
- func (fp *HostPathVolumeSource_FieldTerminalPath) ClearValue(item *HostPathVolumeSource)
- func (fp *HostPathVolumeSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *HostPathVolumeSource_FieldTerminalPath) Get(source *HostPathVolumeSource) (values []interface{})
- func (fp *HostPathVolumeSource_FieldTerminalPath) GetDefault() interface{}
- func (fp *HostPathVolumeSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *HostPathVolumeSource_FieldTerminalPath) GetSingle(source *HostPathVolumeSource) (interface{}, bool)
- func (fp *HostPathVolumeSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *HostPathVolumeSource_FieldTerminalPath) IsLeaf() bool
- func (fp *HostPathVolumeSource_FieldTerminalPath) JSONString() string
- func (fp *HostPathVolumeSource_FieldTerminalPath) Selector() HostPathVolumeSource_FieldPathSelector
- func (fp *HostPathVolumeSource_FieldTerminalPath) String() string
- func (fp *HostPathVolumeSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) HostPathVolumeSource_FieldPathArrayItemValue
- func (fp *HostPathVolumeSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) HostPathVolumeSource_FieldPathArrayOfValues
- func (fp *HostPathVolumeSource_FieldTerminalPath) WithIValue(value interface{}) HostPathVolumeSource_FieldPathValue
- func (fp *HostPathVolumeSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *HostPathVolumeSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *HostPathVolumeSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type HostPathVolumeSource_FieldTerminalPathArrayItemValue
- func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue(source *HostPathVolumeSource) bool
- func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetSingle(source *HostPathVolumeSource) (interface{}, bool)
- func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type HostPathVolumeSource_FieldTerminalPathArrayOfValues
- func (fpaov *HostPathVolumeSource_FieldTerminalPathArrayOfValues) AsPathArrayOfValues() ([]string, bool)
- func (fpaov *HostPathVolumeSource_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]HostPathVolumeSource_Type, bool)
- func (fpaov *HostPathVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type HostPathVolumeSource_FieldTerminalPathValue
- func (fpv *HostPathVolumeSource_FieldTerminalPathValue) AsPathValue() (string, bool)
- func (fpv *HostPathVolumeSource_FieldTerminalPathValue) AsTypeValue() (HostPathVolumeSource_Type, bool)
- func (fpv *HostPathVolumeSource_FieldTerminalPathValue) CompareWith(source *HostPathVolumeSource) (int, bool)
- func (fpv *HostPathVolumeSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *HostPathVolumeSource_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *HostPathVolumeSource_FieldTerminalPathValue) SetTo(target **HostPathVolumeSource)
- func (fpv *HostPathVolumeSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type HostPathVolumeSource_Type
- func (HostPathVolumeSource_Type) Descriptor() preflect.EnumDescriptor
- func (x HostPathVolumeSource_Type) Enum() *HostPathVolumeSource_Type
- func (HostPathVolumeSource_Type) EnumDescriptor() ([]byte, []int)
- func (x HostPathVolumeSource_Type) Number() preflect.EnumNumber
- func (x HostPathVolumeSource_Type) String() string
- func (HostPathVolumeSource_Type) Type() preflect.EnumType
- type KeyToPath
- func (o *KeyToPath) Clone() *KeyToPath
- func (o *KeyToPath) CloneRaw() gotenobject.GotenObjectExt
- func (*KeyToPath) Descriptor() ([]byte, []int)
- func (m *KeyToPath) GetKey() string
- func (m *KeyToPath) GetMode() int32
- func (m *KeyToPath) GetPath() string
- func (*KeyToPath) GotenMessage()
- func (o *KeyToPath) GotenObjectExt()
- func (obj *KeyToPath) GotenValidate() error
- func (o *KeyToPath) MakeDiffFieldMask(other *KeyToPath) *KeyToPath_FieldMask
- func (o *KeyToPath) MakeFullFieldMask() *KeyToPath_FieldMask
- func (o *KeyToPath) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *KeyToPath) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *KeyToPath) Marshal() ([]byte, error)
- func (m *KeyToPath) MarshalJSON() ([]byte, error)
- func (o *KeyToPath) Merge(source *KeyToPath)
- func (o *KeyToPath) MergeRaw(source gotenobject.GotenObjectExt)
- func (*KeyToPath) ProtoMessage()
- func (m *KeyToPath) ProtoReflect() preflect.Message
- func (m *KeyToPath) Reset()
- func (m *KeyToPath) SetKey(fv string)
- func (m *KeyToPath) SetMode(fv int32)
- func (m *KeyToPath) SetPath(fv string)
- func (m *KeyToPath) String() string
- func (m *KeyToPath) Unmarshal(b []byte) error
- func (m *KeyToPath) UnmarshalJSON(data []byte) error
- type KeyToPathFieldPathBuilder
- type KeyToPathPathSelectorKey
- type KeyToPathPathSelectorMode
- type KeyToPathPathSelectorPath
- type KeyToPath_FieldMask
- func (fieldMask *KeyToPath_FieldMask) AppendPath(path KeyToPath_FieldPath)
- func (fieldMask *KeyToPath_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *KeyToPath_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *KeyToPath_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *KeyToPath_FieldMask) FilterInputFields() *KeyToPath_FieldMask
- func (fieldMask *KeyToPath_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *KeyToPath_FieldMask) GetPaths() []KeyToPath_FieldPath
- func (fieldMask *KeyToPath_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *KeyToPath_FieldMask) IsFull() bool
- func (fieldMask KeyToPath_FieldMask) Marshal() ([]byte, error)
- func (fieldMask KeyToPath_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *KeyToPath_FieldMask) PathsCount() int
- func (fieldMask *KeyToPath_FieldMask) Project(source *KeyToPath) *KeyToPath
- func (fieldMask *KeyToPath_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *KeyToPath_FieldMask) ProtoMessage()
- func (fieldMask *KeyToPath_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *KeyToPath_FieldMask) Reset()
- func (fieldMask *KeyToPath_FieldMask) Set(target, source *KeyToPath)
- func (fieldMask *KeyToPath_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *KeyToPath_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *KeyToPath_FieldMask) Size() int
- func (fieldMask *KeyToPath_FieldMask) String() string
- func (fieldMask *KeyToPath_FieldMask) Subtract(other *KeyToPath_FieldMask) *KeyToPath_FieldMask
- func (fieldMask *KeyToPath_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *KeyToPath_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *KeyToPath_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *KeyToPath_FieldMask) UnmarshalJSON(data []byte) error
- type KeyToPath_FieldPath
- type KeyToPath_FieldPathArrayItemValue
- type KeyToPath_FieldPathArrayOfValues
- type KeyToPath_FieldPathSelector
- type KeyToPath_FieldPathValue
- type KeyToPath_FieldTerminalPath
- func (fp *KeyToPath_FieldTerminalPath) ClearValue(item *KeyToPath)
- func (fp *KeyToPath_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *KeyToPath_FieldTerminalPath) Get(source *KeyToPath) (values []interface{})
- func (fp *KeyToPath_FieldTerminalPath) GetDefault() interface{}
- func (fp *KeyToPath_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *KeyToPath_FieldTerminalPath) GetSingle(source *KeyToPath) (interface{}, bool)
- func (fp *KeyToPath_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *KeyToPath_FieldTerminalPath) IsLeaf() bool
- func (fp *KeyToPath_FieldTerminalPath) JSONString() string
- func (fp *KeyToPath_FieldTerminalPath) Selector() KeyToPath_FieldPathSelector
- func (fp *KeyToPath_FieldTerminalPath) String() string
- func (fp *KeyToPath_FieldTerminalPath) WithIArrayItemValue(value interface{}) KeyToPath_FieldPathArrayItemValue
- func (fp *KeyToPath_FieldTerminalPath) WithIArrayOfValues(values interface{}) KeyToPath_FieldPathArrayOfValues
- func (fp *KeyToPath_FieldTerminalPath) WithIValue(value interface{}) KeyToPath_FieldPathValue
- func (fp *KeyToPath_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *KeyToPath_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *KeyToPath_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type KeyToPath_FieldTerminalPathArrayItemValue
- func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) ContainsValue(source *KeyToPath) bool
- func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) GetSingle(source *KeyToPath) (interface{}, bool)
- func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type KeyToPath_FieldTerminalPathArrayOfValues
- func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
- func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]int32, bool)
- func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) AsPathArrayOfValues() ([]string, bool)
- func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type KeyToPath_FieldTerminalPathValue
- func (fpv *KeyToPath_FieldTerminalPathValue) AsKeyValue() (string, bool)
- func (fpv *KeyToPath_FieldTerminalPathValue) AsModeValue() (int32, bool)
- func (fpv *KeyToPath_FieldTerminalPathValue) AsPathValue() (string, bool)
- func (fpv *KeyToPath_FieldTerminalPathValue) CompareWith(source *KeyToPath) (int, bool)
- func (fpv *KeyToPath_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *KeyToPath_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *KeyToPath_FieldTerminalPathValue) SetTo(target **KeyToPath)
- func (fpv *KeyToPath_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) 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) String() string
- type LocalObjectReferenceSecret
- func (o *LocalObjectReferenceSecret) Clone() *LocalObjectReferenceSecret
- func (o *LocalObjectReferenceSecret) CloneRaw() gotenobject.GotenObjectExt
- func (*LocalObjectReferenceSecret) Descriptor() ([]byte, []int)
- func (m *LocalObjectReferenceSecret) GetName() *secrets_secret.Reference
- func (*LocalObjectReferenceSecret) GotenMessage()
- func (o *LocalObjectReferenceSecret) GotenObjectExt()
- func (obj *LocalObjectReferenceSecret) GotenValidate() error
- func (o *LocalObjectReferenceSecret) MakeDiffFieldMask(other *LocalObjectReferenceSecret) *LocalObjectReferenceSecret_FieldMask
- func (o *LocalObjectReferenceSecret) MakeFullFieldMask() *LocalObjectReferenceSecret_FieldMask
- func (o *LocalObjectReferenceSecret) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *LocalObjectReferenceSecret) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *LocalObjectReferenceSecret) Marshal() ([]byte, error)
- func (m *LocalObjectReferenceSecret) MarshalJSON() ([]byte, error)
- func (o *LocalObjectReferenceSecret) Merge(source *LocalObjectReferenceSecret)
- func (o *LocalObjectReferenceSecret) MergeRaw(source gotenobject.GotenObjectExt)
- func (*LocalObjectReferenceSecret) ProtoMessage()
- func (m *LocalObjectReferenceSecret) ProtoReflect() preflect.Message
- func (m *LocalObjectReferenceSecret) Reset()
- func (m *LocalObjectReferenceSecret) SetName(fv *secrets_secret.Reference)
- func (m *LocalObjectReferenceSecret) String() string
- func (m *LocalObjectReferenceSecret) Unmarshal(b []byte) error
- func (m *LocalObjectReferenceSecret) UnmarshalJSON(data []byte) error
- type LocalObjectReferenceSecretFieldPathBuilder
- type LocalObjectReferenceSecretPathSelectorName
- func (LocalObjectReferenceSecretPathSelectorName) FieldPath() *LocalObjectReferenceSecret_FieldTerminalPath
- func (s LocalObjectReferenceSecretPathSelectorName) WithArrayOfValues(values []*secrets_secret.Reference) *LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues
- func (s LocalObjectReferenceSecretPathSelectorName) WithValue(value *secrets_secret.Reference) *LocalObjectReferenceSecret_FieldTerminalPathValue
- type LocalObjectReferenceSecret_FieldMask
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) AppendPath(path LocalObjectReferenceSecret_FieldPath)
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) FilterInputFields() *LocalObjectReferenceSecret_FieldMask
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) GetPaths() []LocalObjectReferenceSecret_FieldPath
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) IsFull() bool
- func (fieldMask LocalObjectReferenceSecret_FieldMask) Marshal() ([]byte, error)
- func (fieldMask LocalObjectReferenceSecret_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) PathsCount() int
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) Project(source *LocalObjectReferenceSecret) *LocalObjectReferenceSecret
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) ProtoMessage()
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) Reset()
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) Set(target, source *LocalObjectReferenceSecret)
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) Size() int
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) String() string
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) Subtract(other *LocalObjectReferenceSecret_FieldMask) *LocalObjectReferenceSecret_FieldMask
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *LocalObjectReferenceSecret_FieldMask) UnmarshalJSON(data []byte) error
- type LocalObjectReferenceSecret_FieldPath
- func BuildLocalObjectReferenceSecret_FieldPath(fp gotenobject.RawFieldPath) (LocalObjectReferenceSecret_FieldPath, error)
- func MustParseLocalObjectReferenceSecret_FieldPath(rawField string) LocalObjectReferenceSecret_FieldPath
- func ParseLocalObjectReferenceSecret_FieldPath(rawField string) (LocalObjectReferenceSecret_FieldPath, error)
- type LocalObjectReferenceSecret_FieldPathArrayItemValue
- type LocalObjectReferenceSecret_FieldPathArrayOfValues
- type LocalObjectReferenceSecret_FieldPathSelector
- type LocalObjectReferenceSecret_FieldPathValue
- type LocalObjectReferenceSecret_FieldTerminalPath
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) ClearValue(item *LocalObjectReferenceSecret)
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) Get(source *LocalObjectReferenceSecret) (values []interface{})
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetDefault() interface{}
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetSingle(source *LocalObjectReferenceSecret) (interface{}, bool)
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) IsLeaf() bool
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) JSONString() string
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) Selector() LocalObjectReferenceSecret_FieldPathSelector
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) String() string
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithIArrayItemValue(value interface{}) LocalObjectReferenceSecret_FieldPathArrayItemValue
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithIArrayOfValues(values interface{}) LocalObjectReferenceSecret_FieldPathArrayOfValues
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithIValue(value interface{}) LocalObjectReferenceSecret_FieldPathValue
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue
- func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) ContainsValue(source *LocalObjectReferenceSecret) bool
- func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetSingle(source *LocalObjectReferenceSecret) (interface{}, bool)
- func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues
- type LocalObjectReferenceSecret_FieldTerminalPathValue
- func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) AsNameValue() (*secrets_secret.Reference, bool)
- func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) CompareWith(source *LocalObjectReferenceSecret) (int, bool)
- func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) SetTo(target **LocalObjectReferenceSecret)
- func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) SetToRaw(target proto.Message)
- 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) 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
- func (b *NameBuilder) SetRegionId(id string) *NameBuilder
- type NamePattern
- type OrderBy
- func (orderBy *OrderBy) Compare(left, right *Pod) int
- func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
- func (orderBy *OrderBy) GetFieldMask() *Pod_FieldMask
- func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
- func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
- func (orderBy *OrderBy) InsertSorted(sorted PodList, elem *Pod) (PodList, 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 PodList)
- 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
- type ParentName
- func (name *ParentName) AsRawReference() gotenresource.Reference
- func (name *ParentName) AsReference() *ParentReference
- func (name *ParentName) DescendsFrom(ancestor string) bool
- func (name *ParentName) FullyQualifiedName() (string, error)
- 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) IsFullyQualified() bool
- func (name *ParentName) IsSpecified() bool
- func (name *ParentName) Matches(other interface{}) bool
- func (name *ParentName) ParseProtoString(data string) error
- func (name *ParentName) ProtoString() (string, error)
- func (name *ParentName) SetFromCliFlag(raw string) error
- func (name *ParentName) SetFromSegments(segments gotenresource.NameSegments) error
- func (name *ParentName) String() string
- type ParentReference
- func (ref *ParentReference) ClearCached()
- 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 Pod
- func (o *Pod) Clone() *Pod
- func (o *Pod) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod) Descriptor() ([]byte, []int)
- func (m *Pod) GetDisplayName() string
- func (m *Pod) GetMetadata() *ntt_meta.Meta
- func (m *Pod) GetName() *Name
- func (r *Pod) GetRawName() gotenresource.Name
- func (r *Pod) GetResourceDescriptor() gotenresource.Descriptor
- func (m *Pod) GetSpec() *Pod_Spec
- func (m *Pod) GetStatus() *Pod_Status
- func (*Pod) GotenMessage()
- func (o *Pod) GotenObjectExt()
- func (obj *Pod) GotenValidate() error
- func (o *Pod) MakeDiffFieldMask(other *Pod) *Pod_FieldMask
- func (o *Pod) MakeFullFieldMask() *Pod_FieldMask
- func (o *Pod) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod) Marshal() ([]byte, error)
- func (m *Pod) MarshalJSON() ([]byte, error)
- func (r *Pod) MaybePopulateDefaults() error
- func (o *Pod) Merge(source *Pod)
- func (o *Pod) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod) ProtoMessage()
- func (m *Pod) ProtoReflect() preflect.Message
- func (m *Pod) Reset()
- func (m *Pod) SetDisplayName(fv string)
- func (m *Pod) SetMetadata(fv *ntt_meta.Meta)
- func (m *Pod) SetName(fv *Name)
- func (m *Pod) SetSpec(fv *Pod_Spec)
- func (m *Pod) SetStatus(fv *Pod_Status)
- func (m *Pod) String() string
- func (m *Pod) Unmarshal(b []byte) error
- func (m *Pod) UnmarshalJSON(data []byte) error
- type PodAccess
- type PodChange
- func (*PodChange) Descriptor() ([]byte, []int)
- func (m *PodChange) GetAdded() *PodChange_Added
- func (m *PodChange) GetChangeType() isPodChange_ChangeType
- func (m *PodChange) GetCurrent() *PodChange_Current
- func (c *PodChange) GetCurrentViewIndex() int32
- func (m *PodChange) GetModified() *PodChange_Modified
- func (c *PodChange) GetPod() *Pod
- func (c *PodChange) GetPodName() *Name
- func (c *PodChange) GetPreviousViewIndex() int32
- func (c *PodChange) GetRawName() gotenresource.Name
- func (m *PodChange) GetRemoved() *PodChange_Removed
- func (c *PodChange) GetResource() gotenresource.Resource
- func (*PodChange) GotenMessage()
- func (obj *PodChange) GotenValidate() error
- func (c *PodChange) IsAdd() bool
- func (c *PodChange) IsCurrent() bool
- func (c *PodChange) IsDelete() bool
- func (c *PodChange) IsModify() bool
- func (m *PodChange) Marshal() ([]byte, error)
- func (m *PodChange) MarshalJSON() ([]byte, error)
- func (*PodChange) ProtoMessage()
- func (m *PodChange) ProtoReflect() preflect.Message
- func (m *PodChange) Reset()
- func (m *PodChange) SetAdded(fv *PodChange_Added)
- func (c *PodChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
- func (m *PodChange) SetChangeType(ofv isPodChange_ChangeType)
- func (m *PodChange) SetCurrent(fv *PodChange_Current)
- func (c *PodChange) SetCurrentRaw(snapshot gotenresource.Resource)
- func (c *PodChange) SetDeletedRaw(name gotenresource.Name, idx int)
- func (m *PodChange) SetModified(fv *PodChange_Modified)
- func (c *PodChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, ...)
- func (m *PodChange) SetRemoved(fv *PodChange_Removed)
- func (m *PodChange) String() string
- func (m *PodChange) Unmarshal(b []byte) error
- func (m *PodChange) UnmarshalJSON(data []byte) error
- type PodChangeList
- func (l PodChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
- func (l PodChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
- func (l PodChangeList) At(idx int) gotenresource.ResourceChange
- func (l PodChangeList) Length() int
- func (l PodChangeList) Set(idx int, change gotenresource.ResourceChange)
- func (l PodChangeList) Slice(first, second int) gotenresource.ResourceChangeList
- type PodChangeMap
- func (m PodChangeMap) Delete(name gotenresource.Name)
- func (m PodChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
- func (m PodChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
- func (m PodChangeMap) Length() int
- func (m PodChangeMap) Set(change gotenresource.ResourceChange)
- type PodChange_Added
- func (*PodChange_Added) Descriptor() ([]byte, []int)
- func (m *PodChange_Added) GetPod() *Pod
- func (m *PodChange_Added) GetViewIndex() int32
- func (*PodChange_Added) GotenMessage()
- func (obj *PodChange_Added) GotenValidate() error
- func (m *PodChange_Added) Marshal() ([]byte, error)
- func (m *PodChange_Added) MarshalJSON() ([]byte, error)
- func (*PodChange_Added) ProtoMessage()
- func (m *PodChange_Added) ProtoReflect() preflect.Message
- func (m *PodChange_Added) Reset()
- func (m *PodChange_Added) SetPod(fv *Pod)
- func (m *PodChange_Added) SetViewIndex(fv int32)
- func (m *PodChange_Added) String() string
- func (m *PodChange_Added) Unmarshal(b []byte) error
- func (m *PodChange_Added) UnmarshalJSON(data []byte) error
- type PodChange_Added_
- type PodChange_Current
- func (*PodChange_Current) Descriptor() ([]byte, []int)
- func (m *PodChange_Current) GetPod() *Pod
- func (*PodChange_Current) GotenMessage()
- func (obj *PodChange_Current) GotenValidate() error
- func (m *PodChange_Current) Marshal() ([]byte, error)
- func (m *PodChange_Current) MarshalJSON() ([]byte, error)
- func (*PodChange_Current) ProtoMessage()
- func (m *PodChange_Current) ProtoReflect() preflect.Message
- func (m *PodChange_Current) Reset()
- func (m *PodChange_Current) SetPod(fv *Pod)
- func (m *PodChange_Current) String() string
- func (m *PodChange_Current) Unmarshal(b []byte) error
- func (m *PodChange_Current) UnmarshalJSON(data []byte) error
- type PodChange_Current_
- type PodChange_Modified
- func (*PodChange_Modified) Descriptor() ([]byte, []int)
- func (m *PodChange_Modified) GetFieldMask() *Pod_FieldMask
- func (m *PodChange_Modified) GetName() *Name
- func (m *PodChange_Modified) GetPod() *Pod
- func (m *PodChange_Modified) GetPreviousViewIndex() int32
- func (m *PodChange_Modified) GetViewIndex() int32
- func (*PodChange_Modified) GotenMessage()
- func (obj *PodChange_Modified) GotenValidate() error
- func (m *PodChange_Modified) Marshal() ([]byte, error)
- func (m *PodChange_Modified) MarshalJSON() ([]byte, error)
- func (*PodChange_Modified) ProtoMessage()
- func (m *PodChange_Modified) ProtoReflect() preflect.Message
- func (m *PodChange_Modified) Reset()
- func (m *PodChange_Modified) SetFieldMask(fv *Pod_FieldMask)
- func (m *PodChange_Modified) SetName(fv *Name)
- func (m *PodChange_Modified) SetPod(fv *Pod)
- func (m *PodChange_Modified) SetPreviousViewIndex(fv int32)
- func (m *PodChange_Modified) SetViewIndex(fv int32)
- func (m *PodChange_Modified) String() string
- func (m *PodChange_Modified) Unmarshal(b []byte) error
- func (m *PodChange_Modified) UnmarshalJSON(data []byte) error
- type PodChange_Modified_
- type PodChange_Removed
- func (*PodChange_Removed) Descriptor() ([]byte, []int)
- func (m *PodChange_Removed) GetName() *Name
- func (m *PodChange_Removed) GetViewIndex() int32
- func (*PodChange_Removed) GotenMessage()
- func (obj *PodChange_Removed) GotenValidate() error
- func (m *PodChange_Removed) Marshal() ([]byte, error)
- func (m *PodChange_Removed) MarshalJSON() ([]byte, error)
- func (*PodChange_Removed) ProtoMessage()
- func (m *PodChange_Removed) ProtoReflect() preflect.Message
- func (m *PodChange_Removed) Reset()
- func (m *PodChange_Removed) SetName(fv *Name)
- func (m *PodChange_Removed) SetViewIndex(fv int32)
- func (m *PodChange_Removed) String() string
- func (m *PodChange_Removed) Unmarshal(b []byte) error
- func (m *PodChange_Removed) UnmarshalJSON(data []byte) error
- type PodChange_Removed_
- type PodFieldPathBuilder
- type PodList
- func (l PodList) Append(item gotenresource.Resource) gotenresource.ResourceList
- func (l PodList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
- func (l PodList) At(idx int) gotenresource.Resource
- func (l PodList) Length() int
- func (l PodList) Set(idx int, res gotenresource.Resource)
- func (l PodList) Slice(first, second int) gotenresource.ResourceList
- type PodMap
- type PodMapPathSelectorMetadataAnnotations
- type PodMapPathSelectorMetadataLabels
- type PodMapPathSelectorMetadataShards
- type PodMapPathSelectorSpecContainersResourcesLimits
- func (s PodMapPathSelectorSpecContainersResourcesLimits) FieldPath() *Pod_FieldSubPath
- func (s PodMapPathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *Pod_FieldSubPathArrayOfValues
- func (s PodMapPathSelectorSpecContainersResourcesLimits) WithValue(value int64) *Pod_FieldSubPathValue
- type PodMapPathSelectorSpecContainersResourcesRequests
- func (s PodMapPathSelectorSpecContainersResourcesRequests) FieldPath() *Pod_FieldSubPath
- func (s PodMapPathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *Pod_FieldSubPathArrayOfValues
- func (s PodMapPathSelectorSpecContainersResourcesRequests) WithValue(value int64) *Pod_FieldSubPathValue
- type PodNameList
- func (l PodNameList) Append(name gotenresource.Name) gotenresource.NameList
- func (l PodNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
- func (l PodNameList) At(idx int) gotenresource.Name
- func (l PodNameList) Length() int
- func (l PodNameList) Set(idx int, name gotenresource.Name)
- func (l PodNameList) Slice(first, second int) gotenresource.NameList
- type PodParentNameList
- func (l PodParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
- func (l PodParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
- func (l PodParentNameList) At(idx int) gotenresource.Name
- func (l PodParentNameList) Length() int
- func (l PodParentNameList) Set(idx int, name gotenresource.Name)
- func (l PodParentNameList) Slice(first, second int) gotenresource.ParentNameList
- type PodParentReferenceList
- func (l PodParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
- func (l PodParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
- func (l PodParentReferenceList) At(idx int) gotenresource.Reference
- func (l PodParentReferenceList) Length() int
- func (l PodParentReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l PodParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
- type PodPathSelectorDisplayName
- type PodPathSelectorMetadata
- func (PodPathSelectorMetadata) Annotations() PodPathSelectorMetadataAnnotations
- func (PodPathSelectorMetadata) CreateTime() PodPathSelectorMetadataCreateTime
- func (PodPathSelectorMetadata) FieldPath() *Pod_FieldTerminalPath
- func (PodPathSelectorMetadata) Generation() PodPathSelectorMetadataGeneration
- func (PodPathSelectorMetadata) Labels() PodPathSelectorMetadataLabels
- func (PodPathSelectorMetadata) OwnerReferences() PodPathSelectorMetadataOwnerReferences
- func (PodPathSelectorMetadata) ResourceVersion() PodPathSelectorMetadataResourceVersion
- func (PodPathSelectorMetadata) Shards() PodPathSelectorMetadataShards
- func (PodPathSelectorMetadata) Syncing() PodPathSelectorMetadataSyncing
- func (PodPathSelectorMetadata) Tags() PodPathSelectorMetadataTags
- func (PodPathSelectorMetadata) UpdateTime() PodPathSelectorMetadataUpdateTime
- func (PodPathSelectorMetadata) Uuid() PodPathSelectorMetadataUuid
- func (s PodPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *Pod_FieldTerminalPathArrayOfValues
- func (s PodPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *Pod_FieldSubPath
- func (s PodPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *Pod_FieldSubPathValue
- func (s PodPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *Pod_FieldTerminalPathValue
- type PodPathSelectorMetadataAnnotations
- func (PodPathSelectorMetadataAnnotations) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorMetadataAnnotations) WithKey(key string) PodMapPathSelectorMetadataAnnotations
- func (s PodPathSelectorMetadataAnnotations) WithValue(value map[string]string) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataCreateTime
- type PodPathSelectorMetadataGeneration
- type PodPathSelectorMetadataLabels
- func (PodPathSelectorMetadataLabels) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorMetadataLabels) WithKey(key string) PodMapPathSelectorMetadataLabels
- func (s PodPathSelectorMetadataLabels) WithValue(value map[string]string) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataOwnerReferences
- func (PodPathSelectorMetadataOwnerReferences) ApiVersion() PodPathSelectorMetadataOwnerReferencesApiVersion
- func (PodPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (PodPathSelectorMetadataOwnerReferences) Controller() PodPathSelectorMetadataOwnerReferencesController
- func (PodPathSelectorMetadataOwnerReferences) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorMetadataOwnerReferences) Kind() PodPathSelectorMetadataOwnerReferencesKind
- func (PodPathSelectorMetadataOwnerReferences) Name() PodPathSelectorMetadataOwnerReferencesName
- func (PodPathSelectorMetadataOwnerReferences) Uid() PodPathSelectorMetadataOwnerReferencesUid
- func (s PodPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataOwnerReferencesApiVersion
- func (PodPathSelectorMetadataOwnerReferencesApiVersion) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorMetadataOwnerReferencesApiVersion) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
- func (PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataOwnerReferencesController
- func (PodPathSelectorMetadataOwnerReferencesController) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataOwnerReferencesKind
- type PodPathSelectorMetadataOwnerReferencesName
- type PodPathSelectorMetadataOwnerReferencesUid
- type PodPathSelectorMetadataResourceVersion
- type PodPathSelectorMetadataShards
- func (PodPathSelectorMetadataShards) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorMetadataShards) WithKey(key string) PodMapPathSelectorMetadataShards
- func (s PodPathSelectorMetadataShards) WithValue(value map[string]int64) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataSyncing
- func (PodPathSelectorMetadataSyncing) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorMetadataSyncing) OwningRegion() PodPathSelectorMetadataSyncingOwningRegion
- func (PodPathSelectorMetadataSyncing) Regions() PodPathSelectorMetadataSyncingRegions
- func (s PodPathSelectorMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataSyncingOwningRegion
- type PodPathSelectorMetadataSyncingRegions
- func (PodPathSelectorMetadataSyncingRegions) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorMetadataSyncingRegions) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorMetadataSyncingRegions) WithValue(value []string) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataTags
- func (PodPathSelectorMetadataTags) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorMetadataTags) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorMetadataTags) WithValue(value []string) *Pod_FieldSubPathValue
- type PodPathSelectorMetadataUpdateTime
- type PodPathSelectorMetadataUuid
- type PodPathSelectorName
- type PodPathSelectorSpec
- func (PodPathSelectorSpec) Compose() PodPathSelectorSpecCompose
- func (PodPathSelectorSpec) Containers() PodPathSelectorSpecContainers
- func (PodPathSelectorSpec) FieldPath() *Pod_FieldTerminalPath
- func (PodPathSelectorSpec) HostNetwork() PodPathSelectorSpecHostNetwork
- func (PodPathSelectorSpec) HostVolumeMounts() PodPathSelectorSpecHostVolumeMounts
- func (PodPathSelectorSpec) ImagePullSecrets() PodPathSelectorSpecImagePullSecrets
- func (PodPathSelectorSpec) Node() PodPathSelectorSpecNode
- func (PodPathSelectorSpec) RestartPolicy() PodPathSelectorSpecRestartPolicy
- func (PodPathSelectorSpec) Volumes() PodPathSelectorSpecVolumes
- func (s PodPathSelectorSpec) WithArrayOfValues(values []*Pod_Spec) *Pod_FieldTerminalPathArrayOfValues
- func (s PodPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue PodSpec_FieldPathArrayItemValue) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues PodSpec_FieldPathArrayOfValues) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorSpec) WithSubPath(subPath PodSpec_FieldPath) *Pod_FieldSubPath
- func (s PodPathSelectorSpec) WithSubValue(subPathValue PodSpec_FieldPathValue) *Pod_FieldSubPathValue
- func (s PodPathSelectorSpec) WithValue(value *Pod_Spec) *Pod_FieldTerminalPathValue
- type PodPathSelectorSpecCompose
- type PodPathSelectorSpecContainers
- func (PodPathSelectorSpecContainers) Args() PodPathSelectorSpecContainersArgs
- func (PodPathSelectorSpecContainers) Command() PodPathSelectorSpecContainersCommand
- func (PodPathSelectorSpecContainers) Env() PodPathSelectorSpecContainersEnv
- func (PodPathSelectorSpecContainers) EnvFrom() PodPathSelectorSpecContainersEnvFrom
- func (PodPathSelectorSpecContainers) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainers) Image() PodPathSelectorSpecContainersImage
- func (PodPathSelectorSpecContainers) ImagePullPolicy() PodPathSelectorSpecContainersImagePullPolicy
- func (PodPathSelectorSpecContainers) Name() PodPathSelectorSpecContainersName
- func (PodPathSelectorSpecContainers) Resources() PodPathSelectorSpecContainersResources
- func (PodPathSelectorSpecContainers) SecurityContext() PodPathSelectorSpecContainersSecurityContext
- func (PodPathSelectorSpecContainers) VolumeMounts() PodPathSelectorSpecContainersVolumeMounts
- func (s PodPathSelectorSpecContainers) WithArrayOfValues(values [][]*Pod_Spec_Container) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainers) WithItemValue(value *Pod_Spec_Container) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecContainers) WithValue(value []*Pod_Spec_Container) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersArgs
- func (PodPathSelectorSpecContainersArgs) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersArgs) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersArgs) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecContainersArgs) WithValue(value []string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersCommand
- func (PodPathSelectorSpecContainersCommand) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersCommand) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersCommand) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecContainersCommand) WithValue(value []string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnv
- func (PodPathSelectorSpecContainersEnv) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersEnv) Name() PodPathSelectorSpecContainersEnvName
- func (PodPathSelectorSpecContainersEnv) Value() PodPathSelectorSpecContainersEnvValue
- func (PodPathSelectorSpecContainersEnv) ValueFrom() PodPathSelectorSpecContainersEnvValueFrom
- func (s PodPathSelectorSpecContainersEnv) WithArrayOfValues(values [][]*EnvVar) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnv) WithItemValue(value *EnvVar) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecContainersEnv) WithValue(value []*EnvVar) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvFrom
- func (PodPathSelectorSpecContainersEnvFrom) ConfigMapRef() PodPathSelectorSpecContainersEnvFromConfigMapRef
- func (PodPathSelectorSpecContainersEnvFrom) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersEnvFrom) Prefix() PodPathSelectorSpecContainersEnvFromPrefix
- func (PodPathSelectorSpecContainersEnvFrom) SecretRef() PodPathSelectorSpecContainersEnvFromSecretRef
- func (s PodPathSelectorSpecContainersEnvFrom) WithArrayOfValues(values []*EnvFromSource) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvFrom) WithValue(value *EnvFromSource) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvFromConfigMapRef
- func (PodPathSelectorSpecContainersEnvFromConfigMapRef) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersEnvFromConfigMapRef) Name() PodPathSelectorSpecContainersEnvFromConfigMapRefName
- func (PodPathSelectorSpecContainersEnvFromConfigMapRef) Optional() PodPathSelectorSpecContainersEnvFromConfigMapRefOptional
- func (s PodPathSelectorSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvFromConfigMapRef) WithValue(value *ConfigMapEnvSource) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvFromConfigMapRefName
- func (PodPathSelectorSpecContainersEnvFromConfigMapRefName) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvFromConfigMapRefName) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvFromConfigMapRefOptional
- func (PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvFromPrefix
- type PodPathSelectorSpecContainersEnvFromSecretRef
- func (PodPathSelectorSpecContainersEnvFromSecretRef) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersEnvFromSecretRef) Name() PodPathSelectorSpecContainersEnvFromSecretRefName
- func (PodPathSelectorSpecContainersEnvFromSecretRef) Optional() PodPathSelectorSpecContainersEnvFromSecretRefOptional
- func (s PodPathSelectorSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*SecretEnvSource) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvFromSecretRef) WithValue(value *SecretEnvSource) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvFromSecretRefName
- func (PodPathSelectorSpecContainersEnvFromSecretRefName) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvFromSecretRefName) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvFromSecretRefOptional
- func (PodPathSelectorSpecContainersEnvFromSecretRefOptional) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvName
- type PodPathSelectorSpecContainersEnvValue
- type PodPathSelectorSpecContainersEnvValueFrom
- func (PodPathSelectorSpecContainersEnvValueFrom) ConfigMapKeyRef() PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef
- func (PodPathSelectorSpecContainersEnvValueFrom) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersEnvValueFrom) SecretKeyRef() PodPathSelectorSpecContainersEnvValueFromSecretKeyRef
- func (s PodPathSelectorSpecContainersEnvValueFrom) WithArrayOfValues(values []*EnvVarSource) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFrom) WithValue(value *EnvVarSource) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef
- func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) Key() PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey
- func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) Name() PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName
- func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) Optional() PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey
- func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName
- func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional
- func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromSecretKeyRef
- func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) Key() PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey
- func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) Name() PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName
- func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) Optional() PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey
- func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName
- func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional
- func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersImage
- type PodPathSelectorSpecContainersImagePullPolicy
- func (PodPathSelectorSpecContainersImagePullPolicy) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersImagePullPolicy) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersName
- type PodPathSelectorSpecContainersResources
- func (PodPathSelectorSpecContainersResources) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersResources) Limits() PodPathSelectorSpecContainersResourcesLimits
- func (PodPathSelectorSpecContainersResources) Requests() PodPathSelectorSpecContainersResourcesRequests
- func (s PodPathSelectorSpecContainersResources) WithArrayOfValues(values []*Pod_Spec_Container_ResourceRequirements) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersResources) WithValue(value *Pod_Spec_Container_ResourceRequirements) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersResourcesLimits
- func (PodPathSelectorSpecContainersResourcesLimits) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorSpecContainersResourcesLimits) WithKey(key string) PodMapPathSelectorSpecContainersResourcesLimits
- func (s PodPathSelectorSpecContainersResourcesLimits) WithValue(value map[string]int64) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersResourcesRequests
- func (PodPathSelectorSpecContainersResourcesRequests) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorSpecContainersResourcesRequests) WithKey(key string) PodMapPathSelectorSpecContainersResourcesRequests
- func (s PodPathSelectorSpecContainersResourcesRequests) WithValue(value map[string]int64) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersSecurityContext
- func (PodPathSelectorSpecContainersSecurityContext) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersSecurityContext) Privileged() PodPathSelectorSpecContainersSecurityContextPrivileged
- func (s PodPathSelectorSpecContainersSecurityContext) WithArrayOfValues(values []*SecurityContext) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersSecurityContext) WithValue(value *SecurityContext) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersSecurityContextPrivileged
- func (PodPathSelectorSpecContainersSecurityContextPrivileged) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersSecurityContextPrivileged) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersVolumeMounts
- func (PodPathSelectorSpecContainersVolumeMounts) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecContainersVolumeMounts) MountPath() PodPathSelectorSpecContainersVolumeMountsMountPath
- func (PodPathSelectorSpecContainersVolumeMounts) Name() PodPathSelectorSpecContainersVolumeMountsName
- func (PodPathSelectorSpecContainersVolumeMounts) ReadOnly() PodPathSelectorSpecContainersVolumeMountsReadOnly
- func (PodPathSelectorSpecContainersVolumeMounts) SubPath() PodPathSelectorSpecContainersVolumeMountsSubPath
- func (s PodPathSelectorSpecContainersVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersVolumeMounts) WithItemValue(value *VolumeMount) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecContainersVolumeMounts) WithValue(value []*VolumeMount) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersVolumeMountsMountPath
- func (PodPathSelectorSpecContainersVolumeMountsMountPath) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersVolumeMountsMountPath) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersVolumeMountsName
- func (PodPathSelectorSpecContainersVolumeMountsName) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersVolumeMountsName) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersVolumeMountsReadOnly
- func (PodPathSelectorSpecContainersVolumeMountsReadOnly) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersVolumeMountsReadOnly) WithValue(value bool) *Pod_FieldSubPathValue
- type PodPathSelectorSpecContainersVolumeMountsSubPath
- func (PodPathSelectorSpecContainersVolumeMountsSubPath) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecContainersVolumeMountsSubPath) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecHostNetwork
- type PodPathSelectorSpecHostVolumeMounts
- func (PodPathSelectorSpecHostVolumeMounts) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecHostVolumeMounts) MountPath() PodPathSelectorSpecHostVolumeMountsMountPath
- func (PodPathSelectorSpecHostVolumeMounts) Name() PodPathSelectorSpecHostVolumeMountsName
- func (PodPathSelectorSpecHostVolumeMounts) ReadOnly() PodPathSelectorSpecHostVolumeMountsReadOnly
- func (PodPathSelectorSpecHostVolumeMounts) SubPath() PodPathSelectorSpecHostVolumeMountsSubPath
- func (s PodPathSelectorSpecHostVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecHostVolumeMounts) WithItemValue(value *VolumeMount) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecHostVolumeMounts) WithValue(value []*VolumeMount) *Pod_FieldSubPathValue
- type PodPathSelectorSpecHostVolumeMountsMountPath
- func (PodPathSelectorSpecHostVolumeMountsMountPath) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecHostVolumeMountsMountPath) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecHostVolumeMountsName
- type PodPathSelectorSpecHostVolumeMountsReadOnly
- type PodPathSelectorSpecHostVolumeMountsSubPath
- type PodPathSelectorSpecImagePullSecrets
- func (PodPathSelectorSpecImagePullSecrets) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecImagePullSecrets) Name() PodPathSelectorSpecImagePullSecretsName
- func (s PodPathSelectorSpecImagePullSecrets) WithArrayOfValues(values [][]*LocalObjectReferenceSecret) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecImagePullSecrets) WithItemValue(value *LocalObjectReferenceSecret) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecImagePullSecrets) WithValue(value []*LocalObjectReferenceSecret) *Pod_FieldSubPathValue
- type PodPathSelectorSpecImagePullSecretsName
- func (PodPathSelectorSpecImagePullSecretsName) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *Pod_FieldSubPathValue
- type PodPathSelectorSpecNode
- type PodPathSelectorSpecRestartPolicy
- type PodPathSelectorSpecVolumes
- func (PodPathSelectorSpecVolumes) ConfigMap() PodPathSelectorSpecVolumesConfigMap
- func (PodPathSelectorSpecVolumes) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecVolumes) HostPath() PodPathSelectorSpecVolumesHostPath
- func (PodPathSelectorSpecVolumes) Name() PodPathSelectorSpecVolumesName
- func (PodPathSelectorSpecVolumes) Secret() PodPathSelectorSpecVolumesSecret
- func (s PodPathSelectorSpecVolumes) WithArrayOfValues(values [][]*Volume) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumes) WithItemValue(value *Volume) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecVolumes) WithValue(value []*Volume) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesConfigMap
- func (PodPathSelectorSpecVolumesConfigMap) DefaultMode() PodPathSelectorSpecVolumesConfigMapDefaultMode
- func (PodPathSelectorSpecVolumesConfigMap) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecVolumesConfigMap) Items() PodPathSelectorSpecVolumesConfigMapItems
- func (PodPathSelectorSpecVolumesConfigMap) Name() PodPathSelectorSpecVolumesConfigMapName
- func (PodPathSelectorSpecVolumesConfigMap) Optional() PodPathSelectorSpecVolumesConfigMapOptional
- func (s PodPathSelectorSpecVolumesConfigMap) WithArrayOfValues(values []*ConfigMapVolumeSource) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesConfigMap) WithValue(value *ConfigMapVolumeSource) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesConfigMapDefaultMode
- func (PodPathSelectorSpecVolumesConfigMapDefaultMode) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesConfigMapDefaultMode) WithValue(value int32) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesConfigMapItems
- func (PodPathSelectorSpecVolumesConfigMapItems) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecVolumesConfigMapItems) Key() PodPathSelectorSpecVolumesConfigMapItemsKey
- func (PodPathSelectorSpecVolumesConfigMapItems) Mode() PodPathSelectorSpecVolumesConfigMapItemsMode
- func (PodPathSelectorSpecVolumesConfigMapItems) Path() PodPathSelectorSpecVolumesConfigMapItemsPath
- func (s PodPathSelectorSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*KeyToPath) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesConfigMapItems) WithItemValue(value *KeyToPath) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecVolumesConfigMapItems) WithValue(value []*KeyToPath) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesConfigMapItemsKey
- type PodPathSelectorSpecVolumesConfigMapItemsMode
- func (PodPathSelectorSpecVolumesConfigMapItemsMode) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesConfigMapItemsMode) WithValue(value int32) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesConfigMapItemsPath
- func (PodPathSelectorSpecVolumesConfigMapItemsPath) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesConfigMapItemsPath) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesConfigMapName
- type PodPathSelectorSpecVolumesConfigMapOptional
- type PodPathSelectorSpecVolumesHostPath
- func (PodPathSelectorSpecVolumesHostPath) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecVolumesHostPath) Path() PodPathSelectorSpecVolumesHostPathPath
- func (PodPathSelectorSpecVolumesHostPath) Type() PodPathSelectorSpecVolumesHostPathType
- func (s PodPathSelectorSpecVolumesHostPath) WithArrayOfValues(values []*HostPathVolumeSource) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesHostPath) WithValue(value *HostPathVolumeSource) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesHostPathPath
- type PodPathSelectorSpecVolumesHostPathType
- func (PodPathSelectorSpecVolumesHostPathType) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorSpecVolumesHostPathType) WithArrayOfValues(values []HostPathVolumeSource_Type) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesHostPathType) WithValue(value HostPathVolumeSource_Type) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesName
- type PodPathSelectorSpecVolumesSecret
- func (PodPathSelectorSpecVolumesSecret) DefaultMode() PodPathSelectorSpecVolumesSecretDefaultMode
- func (PodPathSelectorSpecVolumesSecret) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecVolumesSecret) Items() PodPathSelectorSpecVolumesSecretItems
- func (PodPathSelectorSpecVolumesSecret) Optional() PodPathSelectorSpecVolumesSecretOptional
- func (PodPathSelectorSpecVolumesSecret) SecretName() PodPathSelectorSpecVolumesSecretSecretName
- func (s PodPathSelectorSpecVolumesSecret) WithArrayOfValues(values []*SecretVolumeSource) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesSecret) WithValue(value *SecretVolumeSource) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesSecretDefaultMode
- type PodPathSelectorSpecVolumesSecretItems
- func (PodPathSelectorSpecVolumesSecretItems) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorSpecVolumesSecretItems) Key() PodPathSelectorSpecVolumesSecretItemsKey
- func (PodPathSelectorSpecVolumesSecretItems) Mode() PodPathSelectorSpecVolumesSecretItemsMode
- func (PodPathSelectorSpecVolumesSecretItems) Path() PodPathSelectorSpecVolumesSecretItemsPath
- func (s PodPathSelectorSpecVolumesSecretItems) WithArrayOfValues(values [][]*KeyToPath) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorSpecVolumesSecretItems) WithItemValue(value *KeyToPath) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorSpecVolumesSecretItems) WithValue(value []*KeyToPath) *Pod_FieldSubPathValue
- type PodPathSelectorSpecVolumesSecretItemsKey
- type PodPathSelectorSpecVolumesSecretItemsMode
- type PodPathSelectorSpecVolumesSecretItemsPath
- type PodPathSelectorSpecVolumesSecretOptional
- type PodPathSelectorSpecVolumesSecretSecretName
- type PodPathSelectorStatus
- func (PodPathSelectorStatus) ContainerStatuses() PodPathSelectorStatusContainerStatuses
- func (PodPathSelectorStatus) FieldPath() *Pod_FieldTerminalPath
- func (PodPathSelectorStatus) Phase() PodPathSelectorStatusPhase
- func (s PodPathSelectorStatus) WithArrayOfValues(values []*Pod_Status) *Pod_FieldTerminalPathArrayOfValues
- func (s PodPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue PodStatus_FieldPathArrayItemValue) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues PodStatus_FieldPathArrayOfValues) *Pod_FieldSubPathArrayOfValues
- func (PodPathSelectorStatus) WithSubPath(subPath PodStatus_FieldPath) *Pod_FieldSubPath
- func (s PodPathSelectorStatus) WithSubValue(subPathValue PodStatus_FieldPathValue) *Pod_FieldSubPathValue
- func (s PodPathSelectorStatus) WithValue(value *Pod_Status) *Pod_FieldTerminalPathValue
- type PodPathSelectorStatusContainerStatuses
- func (PodPathSelectorStatusContainerStatuses) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorStatusContainerStatuses) Name() PodPathSelectorStatusContainerStatusesName
- func (PodPathSelectorStatusContainerStatuses) Running() PodPathSelectorStatusContainerStatusesRunning
- func (PodPathSelectorStatusContainerStatuses) State() PodPathSelectorStatusContainerStatusesState
- func (PodPathSelectorStatusContainerStatuses) Terminated() PodPathSelectorStatusContainerStatusesTerminated
- func (PodPathSelectorStatusContainerStatuses) Waiting() PodPathSelectorStatusContainerStatusesWaiting
- func (s PodPathSelectorStatusContainerStatuses) WithArrayOfValues(values [][]*Pod_Status_Container) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatuses) WithItemValue(value *Pod_Status_Container) *Pod_FieldSubPathArrayItemValue
- func (s PodPathSelectorStatusContainerStatuses) WithValue(value []*Pod_Status_Container) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesName
- type PodPathSelectorStatusContainerStatusesRunning
- func (PodPathSelectorStatusContainerStatusesRunning) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorStatusContainerStatusesRunning) StartedAt() PodPathSelectorStatusContainerStatusesRunningStartedAt
- func (s PodPathSelectorStatusContainerStatusesRunning) WithArrayOfValues(values []*Pod_Status_Container_StateRunning) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesRunning) WithValue(value *Pod_Status_Container_StateRunning) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesRunningStartedAt
- func (PodPathSelectorStatusContainerStatusesRunningStartedAt) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesState
- func (PodPathSelectorStatusContainerStatusesState) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesState) WithArrayOfValues(values []Pod_Status_Container_State) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesState) WithValue(value Pod_Status_Container_State) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminated
- func (PodPathSelectorStatusContainerStatusesTerminated) ContainerId() PodPathSelectorStatusContainerStatusesTerminatedContainerId
- func (PodPathSelectorStatusContainerStatusesTerminated) ExitCode() PodPathSelectorStatusContainerStatusesTerminatedExitCode
- func (PodPathSelectorStatusContainerStatusesTerminated) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorStatusContainerStatusesTerminated) FinishedAt() PodPathSelectorStatusContainerStatusesTerminatedFinishedAt
- func (PodPathSelectorStatusContainerStatusesTerminated) Message() PodPathSelectorStatusContainerStatusesTerminatedMessage
- func (PodPathSelectorStatusContainerStatusesTerminated) Reason() PodPathSelectorStatusContainerStatusesTerminatedReason
- func (PodPathSelectorStatusContainerStatusesTerminated) Signal() PodPathSelectorStatusContainerStatusesTerminatedSignal
- func (PodPathSelectorStatusContainerStatusesTerminated) StartedAt() PodPathSelectorStatusContainerStatusesTerminatedStartedAt
- func (s PodPathSelectorStatusContainerStatusesTerminated) WithArrayOfValues(values []*Pod_Status_Container_StateTerminated) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminated) WithValue(value *Pod_Status_Container_StateTerminated) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminatedContainerId
- func (PodPathSelectorStatusContainerStatusesTerminatedContainerId) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminatedContainerId) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminatedExitCode
- func (PodPathSelectorStatusContainerStatusesTerminatedExitCode) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminatedFinishedAt
- func (PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminatedMessage
- func (PodPathSelectorStatusContainerStatusesTerminatedMessage) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminatedMessage) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminatedReason
- func (PodPathSelectorStatusContainerStatusesTerminatedReason) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminatedReason) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminatedSignal
- func (PodPathSelectorStatusContainerStatusesTerminatedSignal) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminatedSignal) WithValue(value int32) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesTerminatedStartedAt
- func (PodPathSelectorStatusContainerStatusesTerminatedStartedAt) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesWaiting
- func (PodPathSelectorStatusContainerStatusesWaiting) FieldPath() *Pod_FieldSubPath
- func (PodPathSelectorStatusContainerStatusesWaiting) Message() PodPathSelectorStatusContainerStatusesWaitingMessage
- func (PodPathSelectorStatusContainerStatusesWaiting) Reason() PodPathSelectorStatusContainerStatusesWaitingReason
- func (s PodPathSelectorStatusContainerStatusesWaiting) WithArrayOfValues(values []*Pod_Status_Container_StateWaiting) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesWaiting) WithValue(value *Pod_Status_Container_StateWaiting) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesWaitingMessage
- func (PodPathSelectorStatusContainerStatusesWaitingMessage) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesWaitingMessage) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorStatusContainerStatusesWaitingReason
- func (PodPathSelectorStatusContainerStatusesWaitingReason) FieldPath() *Pod_FieldSubPath
- func (s PodPathSelectorStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
- func (s PodPathSelectorStatusContainerStatusesWaitingReason) WithValue(value string) *Pod_FieldSubPathValue
- type PodPathSelectorStatusPhase
- type PodReferenceList
- func (l PodReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
- func (l PodReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
- func (l PodReferenceList) At(idx int) gotenresource.Reference
- func (l PodReferenceList) Length() int
- func (l PodReferenceList) Set(idx int, ref gotenresource.Reference)
- func (l PodReferenceList) Slice(first, second int) gotenresource.ReferenceList
- type PodSpecContainerFieldPathBuilder
- func (PodSpecContainerFieldPathBuilder) Args() Pod_Spec_ContainerPathSelectorArgs
- func (PodSpecContainerFieldPathBuilder) Command() Pod_Spec_ContainerPathSelectorCommand
- func (PodSpecContainerFieldPathBuilder) Env() Pod_Spec_ContainerPathSelectorEnv
- func (PodSpecContainerFieldPathBuilder) EnvFrom() Pod_Spec_ContainerPathSelectorEnvFrom
- func (PodSpecContainerFieldPathBuilder) Image() Pod_Spec_ContainerPathSelectorImage
- func (PodSpecContainerFieldPathBuilder) ImagePullPolicy() Pod_Spec_ContainerPathSelectorImagePullPolicy
- func (PodSpecContainerFieldPathBuilder) Name() Pod_Spec_ContainerPathSelectorName
- func (PodSpecContainerFieldPathBuilder) Resources() Pod_Spec_ContainerPathSelectorResources
- func (PodSpecContainerFieldPathBuilder) SecurityContext() Pod_Spec_ContainerPathSelectorSecurityContext
- func (PodSpecContainerFieldPathBuilder) VolumeMounts() Pod_Spec_ContainerPathSelectorVolumeMounts
- type PodSpecContainerResourceRequirementsFieldPathBuilder
- type PodSpecContainerResourceRequirements_FieldPath
- func BuildPodSpecContainerResourceRequirements_FieldPath(fp gotenobject.RawFieldPath) (PodSpecContainerResourceRequirements_FieldPath, error)
- func MustParsePodSpecContainerResourceRequirements_FieldPath(rawField string) PodSpecContainerResourceRequirements_FieldPath
- func ParsePodSpecContainerResourceRequirements_FieldPath(rawField string) (PodSpecContainerResourceRequirements_FieldPath, error)
- type PodSpecContainerResourceRequirements_FieldPathArrayItemValue
- func MustParsePodSpecContainerResourceRequirements_FieldPathArrayItemValue(pathStr, valueStr string) PodSpecContainerResourceRequirements_FieldPathArrayItemValue
- func ParsePodSpecContainerResourceRequirements_FieldPathArrayItemValue(pathStr, valueStr string) (PodSpecContainerResourceRequirements_FieldPathArrayItemValue, error)
- type PodSpecContainerResourceRequirements_FieldPathArrayOfValues
- func MustParsePodSpecContainerResourceRequirements_FieldPathArrayOfValues(pathStr, valuesStr string) PodSpecContainerResourceRequirements_FieldPathArrayOfValues
- func ParsePodSpecContainerResourceRequirements_FieldPathArrayOfValues(pathStr, valuesStr string) (PodSpecContainerResourceRequirements_FieldPathArrayOfValues, error)
- type PodSpecContainerResourceRequirements_FieldPathMap
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) ClearValue(item *Pod_Spec_Container_ResourceRequirements)
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) ClearValueRaw(item proto.Message)
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) Get(source *Pod_Spec_Container_ResourceRequirements) (values []interface{})
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetDefault() interface{}
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetRaw(source proto.Message) []interface{}
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetSingle(source *Pod_Spec_Container_ResourceRequirements) (interface{}, bool)
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) IsLeaf() bool
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) JSONString() string
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) Key() string
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) Selector() PodSpecContainerResourceRequirements_FieldPathSelector
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) String() string
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithIArrayItemValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathArrayItemValue
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithIArrayOfValues(values interface{}) PodSpecContainerResourceRequirements_FieldPathArrayOfValues
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithIValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathValue
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues
- func (fpmaov *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) AsLimitsArrayOfElementValues() ([]int64, bool)
- func (fpmaov *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) AsRequestsArrayOfElementValues() ([]int64, bool)
- func (fpmaov *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
- type PodSpecContainerResourceRequirements_FieldPathMapValue
- func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) AsLimitsElementValue() (int64, bool)
- func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) AsRequestsElementValue() (int64, bool)
- func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) CompareWith(source *Pod_Spec_Container_ResourceRequirements) (int, bool)
- func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) GetRawValue() interface{}
- func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) SetTo(target **Pod_Spec_Container_ResourceRequirements)
- func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) SetToRaw(target proto.Message)
- type PodSpecContainerResourceRequirements_FieldPathSelector
- type PodSpecContainerResourceRequirements_FieldPathValue
- type PodSpecContainerResourceRequirements_FieldTerminalPath
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) ClearValue(item *Pod_Spec_Container_ResourceRequirements)
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) Get(source *Pod_Spec_Container_ResourceRequirements) (values []interface{})
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetSingle(source *Pod_Spec_Container_ResourceRequirements) (interface{}, bool)
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) IsLeaf() bool
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) JSONString() string
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) Selector() PodSpecContainerResourceRequirements_FieldPathSelector
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) String() string
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathArrayItemValue
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodSpecContainerResourceRequirements_FieldPathArrayOfValues
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithIValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathValue
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue
- func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Spec_Container_ResourceRequirements) bool
- func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Spec_Container_ResourceRequirements) (interface{}, bool)
- func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues
- func (fpaov *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) AsLimitsArrayOfValues() ([]map[string]int64, bool)
- func (fpaov *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) AsRequestsArrayOfValues() ([]map[string]int64, bool)
- func (fpaov *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PodSpecContainerResourceRequirements_FieldTerminalPathValue
- func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) AsLimitsValue() (map[string]int64, bool)
- func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) AsRequestsValue() (map[string]int64, bool)
- func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) CompareWith(source *Pod_Spec_Container_ResourceRequirements) (int, bool)
- func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) SetTo(target **Pod_Spec_Container_ResourceRequirements)
- func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodSpecContainer_FieldPath
- type PodSpecContainer_FieldPathArrayItemValue
- type PodSpecContainer_FieldPathArrayOfValues
- type PodSpecContainer_FieldPathSelector
- type PodSpecContainer_FieldPathValue
- type PodSpecContainer_FieldSubPath
- func (fps *PodSpecContainer_FieldSubPath) AsEnvFromSubPath() (EnvFromSource_FieldPath, bool)
- func (fps *PodSpecContainer_FieldSubPath) AsEnvSubPath() (EnvVar_FieldPath, bool)
- func (fps *PodSpecContainer_FieldSubPath) AsResourcesSubPath() (PodSpecContainerResourceRequirements_FieldPath, bool)
- func (fps *PodSpecContainer_FieldSubPath) AsSecurityContextSubPath() (SecurityContext_FieldPath, bool)
- func (fps *PodSpecContainer_FieldSubPath) AsVolumeMountsSubPath() (VolumeMount_FieldPath, bool)
- func (fps *PodSpecContainer_FieldSubPath) ClearValue(item *Pod_Spec_Container)
- func (fps *PodSpecContainer_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *PodSpecContainer_FieldSubPath) Get(source *Pod_Spec_Container) (values []interface{})
- func (fps *PodSpecContainer_FieldSubPath) GetDefault() interface{}
- func (fps *PodSpecContainer_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *PodSpecContainer_FieldSubPath) GetSingle(source *Pod_Spec_Container) (interface{}, bool)
- func (fps *PodSpecContainer_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *PodSpecContainer_FieldSubPath) IsLeaf() bool
- func (fps *PodSpecContainer_FieldSubPath) JSONString() string
- func (fps *PodSpecContainer_FieldSubPath) Selector() PodSpecContainer_FieldPathSelector
- func (fps *PodSpecContainer_FieldSubPath) String() string
- func (fps *PodSpecContainer_FieldSubPath) WithIArrayItemValue(value interface{}) PodSpecContainer_FieldPathArrayItemValue
- func (fps *PodSpecContainer_FieldSubPath) WithIArrayOfValues(values interface{}) PodSpecContainer_FieldPathArrayOfValues
- func (fps *PodSpecContainer_FieldSubPath) WithIValue(value interface{}) PodSpecContainer_FieldPathValue
- func (fps *PodSpecContainer_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *PodSpecContainer_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *PodSpecContainer_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodSpecContainer_FieldSubPathArrayItemValue
- func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsEnvFromPathItemValue() (EnvFromSource_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsEnvPathItemValue() (EnvVar_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsResourcesPathItemValue() (PodSpecContainerResourceRequirements_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsSecurityContextPathItemValue() (SecurityContext_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsVolumeMountsPathItemValue() (VolumeMount_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Spec_Container) bool
- func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type PodSpecContainer_FieldSubPathArrayOfValues
- func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsEnvFromPathArrayOfValues() (EnvFromSource_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsEnvPathArrayOfValues() (EnvVar_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsResourcesPathArrayOfValues() (PodSpecContainerResourceRequirements_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsSecurityContextPathArrayOfValues() (SecurityContext_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsVolumeMountsPathArrayOfValues() (VolumeMount_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type PodSpecContainer_FieldSubPathValue
- func (fpvs *PodSpecContainer_FieldSubPathValue) AsEnvFromPathValue() (EnvFromSource_FieldPathValue, bool)
- func (fpvs *PodSpecContainer_FieldSubPathValue) AsEnvPathValue() (EnvVar_FieldPathValue, bool)
- func (fpvs *PodSpecContainer_FieldSubPathValue) AsResourcesPathValue() (PodSpecContainerResourceRequirements_FieldPathValue, bool)
- func (fpvs *PodSpecContainer_FieldSubPathValue) AsSecurityContextPathValue() (SecurityContext_FieldPathValue, bool)
- func (fpvs *PodSpecContainer_FieldSubPathValue) AsVolumeMountsPathValue() (VolumeMount_FieldPathValue, bool)
- func (fpvs *PodSpecContainer_FieldSubPathValue) CompareWith(source *Pod_Spec_Container) (int, bool)
- func (fpvs *PodSpecContainer_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *PodSpecContainer_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *PodSpecContainer_FieldSubPathValue) SetTo(target **Pod_Spec_Container)
- func (fpvs *PodSpecContainer_FieldSubPathValue) SetToRaw(target proto.Message)
- type PodSpecContainer_FieldTerminalPath
- func (fp *PodSpecContainer_FieldTerminalPath) ClearValue(item *Pod_Spec_Container)
- func (fp *PodSpecContainer_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodSpecContainer_FieldTerminalPath) Get(source *Pod_Spec_Container) (values []interface{})
- func (fp *PodSpecContainer_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodSpecContainer_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodSpecContainer_FieldTerminalPath) GetSingle(source *Pod_Spec_Container) (interface{}, bool)
- func (fp *PodSpecContainer_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodSpecContainer_FieldTerminalPath) IsLeaf() bool
- func (fp *PodSpecContainer_FieldTerminalPath) JSONString() string
- func (fp *PodSpecContainer_FieldTerminalPath) Selector() PodSpecContainer_FieldPathSelector
- func (fp *PodSpecContainer_FieldTerminalPath) String() string
- func (fp *PodSpecContainer_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodSpecContainer_FieldPathArrayItemValue
- func (fp *PodSpecContainer_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodSpecContainer_FieldPathArrayOfValues
- func (fp *PodSpecContainer_FieldTerminalPath) WithIValue(value interface{}) PodSpecContainer_FieldPathValue
- func (fp *PodSpecContainer_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodSpecContainer_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodSpecContainer_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodSpecContainer_FieldTerminalPathArrayItemValue
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsArgsItemValue() (string, bool)
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsCommandItemValue() (string, bool)
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsEnvItemValue() (*EnvVar, bool)
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsVolumeMountsItemValue() (*VolumeMount, bool)
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Spec_Container) bool
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Spec_Container) (interface{}, bool)
- func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodSpecContainer_FieldTerminalPathArrayOfValues
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsArgsArrayOfValues() ([][]string, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsCommandArrayOfValues() ([][]string, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsEnvArrayOfValues() ([][]*EnvVar, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsEnvFromArrayOfValues() ([]*EnvFromSource, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsImageArrayOfValues() ([]string, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsImagePullPolicyArrayOfValues() ([]string, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsResourcesArrayOfValues() ([]*Pod_Spec_Container_ResourceRequirements, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsSecurityContextArrayOfValues() ([]*SecurityContext, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsVolumeMountsArrayOfValues() ([][]*VolumeMount, bool)
- func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PodSpecContainer_FieldTerminalPathValue
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsArgsValue() ([]string, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsCommandValue() ([]string, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsEnvFromValue() (*EnvFromSource, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsEnvValue() ([]*EnvVar, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsImagePullPolicyValue() (string, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsImageValue() (string, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsResourcesValue() (*Pod_Spec_Container_ResourceRequirements, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsSecurityContextValue() (*SecurityContext, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) AsVolumeMountsValue() ([]*VolumeMount, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) CompareWith(source *Pod_Spec_Container) (int, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodSpecContainer_FieldTerminalPathValue) SetTo(target **Pod_Spec_Container)
- func (fpv *PodSpecContainer_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodSpecFieldPathBuilder
- func (PodSpecFieldPathBuilder) Compose() Pod_SpecPathSelectorCompose
- func (PodSpecFieldPathBuilder) Containers() Pod_SpecPathSelectorContainers
- func (PodSpecFieldPathBuilder) HostNetwork() Pod_SpecPathSelectorHostNetwork
- func (PodSpecFieldPathBuilder) HostVolumeMounts() Pod_SpecPathSelectorHostVolumeMounts
- func (PodSpecFieldPathBuilder) ImagePullSecrets() Pod_SpecPathSelectorImagePullSecrets
- func (PodSpecFieldPathBuilder) Node() Pod_SpecPathSelectorNode
- func (PodSpecFieldPathBuilder) RestartPolicy() Pod_SpecPathSelectorRestartPolicy
- func (PodSpecFieldPathBuilder) Volumes() Pod_SpecPathSelectorVolumes
- type PodSpec_FieldPath
- type PodSpec_FieldPathArrayItemValue
- type PodSpec_FieldPathArrayOfValues
- type PodSpec_FieldPathSelector
- type PodSpec_FieldPathValue
- type PodSpec_FieldSubPath
- func (fps *PodSpec_FieldSubPath) AsContainersSubPath() (PodSpecContainer_FieldPath, bool)
- func (fps *PodSpec_FieldSubPath) AsHostVolumeMountsSubPath() (VolumeMount_FieldPath, bool)
- func (fps *PodSpec_FieldSubPath) AsImagePullSecretsSubPath() (LocalObjectReferenceSecret_FieldPath, bool)
- func (fps *PodSpec_FieldSubPath) AsVolumesSubPath() (Volume_FieldPath, bool)
- func (fps *PodSpec_FieldSubPath) ClearValue(item *Pod_Spec)
- func (fps *PodSpec_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *PodSpec_FieldSubPath) Get(source *Pod_Spec) (values []interface{})
- func (fps *PodSpec_FieldSubPath) GetDefault() interface{}
- func (fps *PodSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *PodSpec_FieldSubPath) GetSingle(source *Pod_Spec) (interface{}, bool)
- func (fps *PodSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *PodSpec_FieldSubPath) IsLeaf() bool
- func (fps *PodSpec_FieldSubPath) JSONString() string
- func (fps *PodSpec_FieldSubPath) Selector() PodSpec_FieldPathSelector
- func (fps *PodSpec_FieldSubPath) String() string
- func (fps *PodSpec_FieldSubPath) WithIArrayItemValue(value interface{}) PodSpec_FieldPathArrayItemValue
- func (fps *PodSpec_FieldSubPath) WithIArrayOfValues(values interface{}) PodSpec_FieldPathArrayOfValues
- func (fps *PodSpec_FieldSubPath) WithIValue(value interface{}) PodSpec_FieldPathValue
- func (fps *PodSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *PodSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *PodSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodSpec_FieldSubPathArrayItemValue
- func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsContainersPathItemValue() (PodSpecContainer_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsHostVolumeMountsPathItemValue() (VolumeMount_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsImagePullSecretsPathItemValue() (LocalObjectReferenceSecret_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsVolumesPathItemValue() (Volume_FieldPathArrayItemValue, bool)
- func (fpaivs *PodSpec_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Spec) bool
- func (fpaivs *PodSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type PodSpec_FieldSubPathArrayOfValues
- func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsContainersPathArrayOfValues() (PodSpecContainer_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsHostVolumeMountsPathArrayOfValues() (VolumeMount_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsImagePullSecretsPathArrayOfValues() (LocalObjectReferenceSecret_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsVolumesPathArrayOfValues() (Volume_FieldPathArrayOfValues, bool)
- func (fpsaov *PodSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type PodSpec_FieldSubPathValue
- func (fpvs *PodSpec_FieldSubPathValue) AsContainersPathValue() (PodSpecContainer_FieldPathValue, bool)
- func (fpvs *PodSpec_FieldSubPathValue) AsHostVolumeMountsPathValue() (VolumeMount_FieldPathValue, bool)
- func (fpvs *PodSpec_FieldSubPathValue) AsImagePullSecretsPathValue() (LocalObjectReferenceSecret_FieldPathValue, bool)
- func (fpvs *PodSpec_FieldSubPathValue) AsVolumesPathValue() (Volume_FieldPathValue, bool)
- func (fpvs *PodSpec_FieldSubPathValue) CompareWith(source *Pod_Spec) (int, bool)
- func (fpvs *PodSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *PodSpec_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *PodSpec_FieldSubPathValue) SetTo(target **Pod_Spec)
- func (fpvs *PodSpec_FieldSubPathValue) SetToRaw(target proto.Message)
- type PodSpec_FieldTerminalPath
- func (fp *PodSpec_FieldTerminalPath) ClearValue(item *Pod_Spec)
- func (fp *PodSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodSpec_FieldTerminalPath) Get(source *Pod_Spec) (values []interface{})
- func (fp *PodSpec_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodSpec_FieldTerminalPath) GetSingle(source *Pod_Spec) (interface{}, bool)
- func (fp *PodSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodSpec_FieldTerminalPath) IsLeaf() bool
- func (fp *PodSpec_FieldTerminalPath) JSONString() string
- func (fp *PodSpec_FieldTerminalPath) Selector() PodSpec_FieldPathSelector
- func (fp *PodSpec_FieldTerminalPath) String() string
- func (fp *PodSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodSpec_FieldPathArrayItemValue
- func (fp *PodSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodSpec_FieldPathArrayOfValues
- func (fp *PodSpec_FieldTerminalPath) WithIValue(value interface{}) PodSpec_FieldPathValue
- func (fp *PodSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodSpec_FieldTerminalPathArrayItemValue
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsContainersItemValue() (*Pod_Spec_Container, bool)
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsHostVolumeMountsItemValue() (*VolumeMount, bool)
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsImagePullSecretsItemValue() (*LocalObjectReferenceSecret, bool)
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsVolumesItemValue() (*Volume, bool)
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Spec) bool
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Spec) (interface{}, bool)
- func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodSpec_FieldTerminalPathArrayOfValues
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsComposeArrayOfValues() ([]string, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsContainersArrayOfValues() ([][]*Pod_Spec_Container, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsHostNetworkArrayOfValues() ([]bool, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsHostVolumeMountsArrayOfValues() ([][]*VolumeMount, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsImagePullSecretsArrayOfValues() ([][]*LocalObjectReferenceSecret, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsNodeArrayOfValues() ([]*devices_device.Reference, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsRestartPolicyArrayOfValues() ([]Pod_Spec_RestartPolicy, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsVolumesArrayOfValues() ([][]*Volume, bool)
- func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PodSpec_FieldTerminalPathValue
- func (fpv *PodSpec_FieldTerminalPathValue) AsComposeValue() (string, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) AsContainersValue() ([]*Pod_Spec_Container, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) AsHostNetworkValue() (bool, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) AsHostVolumeMountsValue() ([]*VolumeMount, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) AsImagePullSecretsValue() ([]*LocalObjectReferenceSecret, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) AsNodeValue() (*devices_device.Reference, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) AsRestartPolicyValue() (Pod_Spec_RestartPolicy, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) AsVolumesValue() ([]*Volume, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) CompareWith(source *Pod_Spec) (int, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodSpec_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodSpec_FieldTerminalPathValue) SetTo(target **Pod_Spec)
- func (fpv *PodSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodStatusContainerFieldPathBuilder
- func (PodStatusContainerFieldPathBuilder) Name() Pod_Status_ContainerPathSelectorName
- func (PodStatusContainerFieldPathBuilder) Running() Pod_Status_ContainerPathSelectorRunning
- func (PodStatusContainerFieldPathBuilder) State() Pod_Status_ContainerPathSelectorState
- func (PodStatusContainerFieldPathBuilder) Terminated() Pod_Status_ContainerPathSelectorTerminated
- func (PodStatusContainerFieldPathBuilder) Waiting() Pod_Status_ContainerPathSelectorWaiting
- type PodStatusContainerStateRunningFieldPathBuilder
- type PodStatusContainerStateRunning_FieldPath
- func BuildPodStatusContainerStateRunning_FieldPath(fp gotenobject.RawFieldPath) (PodStatusContainerStateRunning_FieldPath, error)
- func MustParsePodStatusContainerStateRunning_FieldPath(rawField string) PodStatusContainerStateRunning_FieldPath
- func ParsePodStatusContainerStateRunning_FieldPath(rawField string) (PodStatusContainerStateRunning_FieldPath, error)
- type PodStatusContainerStateRunning_FieldPathArrayItemValue
- func MustParsePodStatusContainerStateRunning_FieldPathArrayItemValue(pathStr, valueStr string) PodStatusContainerStateRunning_FieldPathArrayItemValue
- func ParsePodStatusContainerStateRunning_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatusContainerStateRunning_FieldPathArrayItemValue, error)
- type PodStatusContainerStateRunning_FieldPathArrayOfValues
- func MustParsePodStatusContainerStateRunning_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatusContainerStateRunning_FieldPathArrayOfValues
- func ParsePodStatusContainerStateRunning_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatusContainerStateRunning_FieldPathArrayOfValues, error)
- type PodStatusContainerStateRunning_FieldPathSelector
- type PodStatusContainerStateRunning_FieldPathValue
- type PodStatusContainerStateRunning_FieldTerminalPath
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) ClearValue(item *Pod_Status_Container_StateRunning)
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) Get(source *Pod_Status_Container_StateRunning) (values []interface{})
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetSingle(source *Pod_Status_Container_StateRunning) (interface{}, bool)
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) IsLeaf() bool
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) JSONString() string
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) Selector() PodStatusContainerStateRunning_FieldPathSelector
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) String() string
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainerStateRunning_FieldPathArrayItemValue
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainerStateRunning_FieldPathArrayOfValues
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainerStateRunning_FieldPathValue
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue
- func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container_StateRunning) bool
- func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container_StateRunning) (interface{}, bool)
- func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues
- type PodStatusContainerStateRunning_FieldTerminalPathValue
- func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) AsStartedAtValue() (*timestamp.Timestamp, bool)
- func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container_StateRunning) (int, bool)
- func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) SetTo(target **Pod_Status_Container_StateRunning)
- func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodStatusContainerStateTerminatedFieldPathBuilder
- func (PodStatusContainerStateTerminatedFieldPathBuilder) ContainerId() Pod_Status_Container_StateTerminatedPathSelectorContainerId
- func (PodStatusContainerStateTerminatedFieldPathBuilder) ExitCode() Pod_Status_Container_StateTerminatedPathSelectorExitCode
- func (PodStatusContainerStateTerminatedFieldPathBuilder) FinishedAt() Pod_Status_Container_StateTerminatedPathSelectorFinishedAt
- func (PodStatusContainerStateTerminatedFieldPathBuilder) Message() Pod_Status_Container_StateTerminatedPathSelectorMessage
- func (PodStatusContainerStateTerminatedFieldPathBuilder) Reason() Pod_Status_Container_StateTerminatedPathSelectorReason
- func (PodStatusContainerStateTerminatedFieldPathBuilder) Signal() Pod_Status_Container_StateTerminatedPathSelectorSignal
- func (PodStatusContainerStateTerminatedFieldPathBuilder) StartedAt() Pod_Status_Container_StateTerminatedPathSelectorStartedAt
- type PodStatusContainerStateTerminated_FieldPath
- func BuildPodStatusContainerStateTerminated_FieldPath(fp gotenobject.RawFieldPath) (PodStatusContainerStateTerminated_FieldPath, error)
- func MustParsePodStatusContainerStateTerminated_FieldPath(rawField string) PodStatusContainerStateTerminated_FieldPath
- func ParsePodStatusContainerStateTerminated_FieldPath(rawField string) (PodStatusContainerStateTerminated_FieldPath, error)
- type PodStatusContainerStateTerminated_FieldPathArrayItemValue
- func MustParsePodStatusContainerStateTerminated_FieldPathArrayItemValue(pathStr, valueStr string) PodStatusContainerStateTerminated_FieldPathArrayItemValue
- func ParsePodStatusContainerStateTerminated_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatusContainerStateTerminated_FieldPathArrayItemValue, error)
- type PodStatusContainerStateTerminated_FieldPathArrayOfValues
- func MustParsePodStatusContainerStateTerminated_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatusContainerStateTerminated_FieldPathArrayOfValues
- func ParsePodStatusContainerStateTerminated_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatusContainerStateTerminated_FieldPathArrayOfValues, error)
- type PodStatusContainerStateTerminated_FieldPathSelector
- type PodStatusContainerStateTerminated_FieldPathValue
- type PodStatusContainerStateTerminated_FieldTerminalPath
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) ClearValue(item *Pod_Status_Container_StateTerminated)
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) Get(source *Pod_Status_Container_StateTerminated) (values []interface{})
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetSingle(source *Pod_Status_Container_StateTerminated) (interface{}, bool)
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) IsLeaf() bool
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) JSONString() string
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) Selector() PodStatusContainerStateTerminated_FieldPathSelector
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) String() string
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainerStateTerminated_FieldPathArrayItemValue
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainerStateTerminated_FieldPathArrayOfValues
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainerStateTerminated_FieldPathValue
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue
- func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container_StateTerminated) bool
- func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container_StateTerminated) (interface{}, bool)
- func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsContainerIdArrayOfValues() ([]string, bool)
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsExitCodeArrayOfValues() ([]int32, bool)
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsFinishedAtArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsReasonArrayOfValues() ([]string, bool)
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsSignalArrayOfValues() ([]int32, bool)
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsStartedAtArrayOfValues() ([]*timestamp.Timestamp, bool)
- func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PodStatusContainerStateTerminated_FieldTerminalPathValue
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsContainerIdValue() (string, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsExitCodeValue() (int32, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsFinishedAtValue() (*timestamp.Timestamp, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsMessageValue() (string, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsReasonValue() (string, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsSignalValue() (int32, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsStartedAtValue() (*timestamp.Timestamp, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container_StateTerminated) (int, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) SetTo(target **Pod_Status_Container_StateTerminated)
- func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodStatusContainerStateWaitingFieldPathBuilder
- type PodStatusContainerStateWaiting_FieldPath
- func BuildPodStatusContainerStateWaiting_FieldPath(fp gotenobject.RawFieldPath) (PodStatusContainerStateWaiting_FieldPath, error)
- func MustParsePodStatusContainerStateWaiting_FieldPath(rawField string) PodStatusContainerStateWaiting_FieldPath
- func ParsePodStatusContainerStateWaiting_FieldPath(rawField string) (PodStatusContainerStateWaiting_FieldPath, error)
- type PodStatusContainerStateWaiting_FieldPathArrayItemValue
- func MustParsePodStatusContainerStateWaiting_FieldPathArrayItemValue(pathStr, valueStr string) PodStatusContainerStateWaiting_FieldPathArrayItemValue
- func ParsePodStatusContainerStateWaiting_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatusContainerStateWaiting_FieldPathArrayItemValue, error)
- type PodStatusContainerStateWaiting_FieldPathArrayOfValues
- func MustParsePodStatusContainerStateWaiting_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatusContainerStateWaiting_FieldPathArrayOfValues
- func ParsePodStatusContainerStateWaiting_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatusContainerStateWaiting_FieldPathArrayOfValues, error)
- type PodStatusContainerStateWaiting_FieldPathSelector
- type PodStatusContainerStateWaiting_FieldPathValue
- type PodStatusContainerStateWaiting_FieldTerminalPath
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) ClearValue(item *Pod_Status_Container_StateWaiting)
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) Get(source *Pod_Status_Container_StateWaiting) (values []interface{})
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetSingle(source *Pod_Status_Container_StateWaiting) (interface{}, bool)
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) IsLeaf() bool
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) JSONString() string
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) Selector() PodStatusContainerStateWaiting_FieldPathSelector
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) String() string
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainerStateWaiting_FieldPathArrayItemValue
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainerStateWaiting_FieldPathArrayOfValues
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainerStateWaiting_FieldPathValue
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue
- func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container_StateWaiting) bool
- func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container_StateWaiting) (interface{}, bool)
- func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues
- func (fpaov *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
- func (fpaov *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) AsReasonArrayOfValues() ([]string, bool)
- func (fpaov *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PodStatusContainerStateWaiting_FieldTerminalPathValue
- func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) AsMessageValue() (string, bool)
- func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) AsReasonValue() (string, bool)
- func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container_StateWaiting) (int, bool)
- func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) SetTo(target **Pod_Status_Container_StateWaiting)
- func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodStatusContainer_FieldPath
- type PodStatusContainer_FieldPathArrayItemValue
- type PodStatusContainer_FieldPathArrayOfValues
- type PodStatusContainer_FieldPathSelector
- type PodStatusContainer_FieldPathValue
- type PodStatusContainer_FieldSubPath
- func (fps *PodStatusContainer_FieldSubPath) AsRunningSubPath() (PodStatusContainerStateRunning_FieldPath, bool)
- func (fps *PodStatusContainer_FieldSubPath) AsTerminatedSubPath() (PodStatusContainerStateTerminated_FieldPath, bool)
- func (fps *PodStatusContainer_FieldSubPath) AsWaitingSubPath() (PodStatusContainerStateWaiting_FieldPath, bool)
- func (fps *PodStatusContainer_FieldSubPath) ClearValue(item *Pod_Status_Container)
- func (fps *PodStatusContainer_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *PodStatusContainer_FieldSubPath) Get(source *Pod_Status_Container) (values []interface{})
- func (fps *PodStatusContainer_FieldSubPath) GetDefault() interface{}
- func (fps *PodStatusContainer_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *PodStatusContainer_FieldSubPath) GetSingle(source *Pod_Status_Container) (interface{}, bool)
- func (fps *PodStatusContainer_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *PodStatusContainer_FieldSubPath) IsLeaf() bool
- func (fps *PodStatusContainer_FieldSubPath) JSONString() string
- func (fps *PodStatusContainer_FieldSubPath) Selector() PodStatusContainer_FieldPathSelector
- func (fps *PodStatusContainer_FieldSubPath) String() string
- func (fps *PodStatusContainer_FieldSubPath) WithIArrayItemValue(value interface{}) PodStatusContainer_FieldPathArrayItemValue
- func (fps *PodStatusContainer_FieldSubPath) WithIArrayOfValues(values interface{}) PodStatusContainer_FieldPathArrayOfValues
- func (fps *PodStatusContainer_FieldSubPath) WithIValue(value interface{}) PodStatusContainer_FieldPathValue
- func (fps *PodStatusContainer_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *PodStatusContainer_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *PodStatusContainer_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodStatusContainer_FieldSubPathArrayItemValue
- func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) AsRunningPathItemValue() (PodStatusContainerStateRunning_FieldPathArrayItemValue, bool)
- func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) AsTerminatedPathItemValue() (PodStatusContainerStateTerminated_FieldPathArrayItemValue, bool)
- func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) AsWaitingPathItemValue() (PodStatusContainerStateWaiting_FieldPathArrayItemValue, bool)
- func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Status_Container) bool
- func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type PodStatusContainer_FieldSubPathArrayOfValues
- func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) AsRunningPathArrayOfValues() (PodStatusContainerStateRunning_FieldPathArrayOfValues, bool)
- func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) AsTerminatedPathArrayOfValues() (PodStatusContainerStateTerminated_FieldPathArrayOfValues, bool)
- func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) AsWaitingPathArrayOfValues() (PodStatusContainerStateWaiting_FieldPathArrayOfValues, bool)
- func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type PodStatusContainer_FieldSubPathValue
- func (fpvs *PodStatusContainer_FieldSubPathValue) AsRunningPathValue() (PodStatusContainerStateRunning_FieldPathValue, bool)
- func (fpvs *PodStatusContainer_FieldSubPathValue) AsTerminatedPathValue() (PodStatusContainerStateTerminated_FieldPathValue, bool)
- func (fpvs *PodStatusContainer_FieldSubPathValue) AsWaitingPathValue() (PodStatusContainerStateWaiting_FieldPathValue, bool)
- func (fpvs *PodStatusContainer_FieldSubPathValue) CompareWith(source *Pod_Status_Container) (int, bool)
- func (fpvs *PodStatusContainer_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *PodStatusContainer_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *PodStatusContainer_FieldSubPathValue) SetTo(target **Pod_Status_Container)
- func (fpvs *PodStatusContainer_FieldSubPathValue) SetToRaw(target proto.Message)
- type PodStatusContainer_FieldTerminalPath
- func (fp *PodStatusContainer_FieldTerminalPath) ClearValue(item *Pod_Status_Container)
- func (fp *PodStatusContainer_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodStatusContainer_FieldTerminalPath) Get(source *Pod_Status_Container) (values []interface{})
- func (fp *PodStatusContainer_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodStatusContainer_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodStatusContainer_FieldTerminalPath) GetSingle(source *Pod_Status_Container) (interface{}, bool)
- func (fp *PodStatusContainer_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodStatusContainer_FieldTerminalPath) IsLeaf() bool
- func (fp *PodStatusContainer_FieldTerminalPath) JSONString() string
- func (fp *PodStatusContainer_FieldTerminalPath) Selector() PodStatusContainer_FieldPathSelector
- func (fp *PodStatusContainer_FieldTerminalPath) String() string
- func (fp *PodStatusContainer_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainer_FieldPathArrayItemValue
- func (fp *PodStatusContainer_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainer_FieldPathArrayOfValues
- func (fp *PodStatusContainer_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainer_FieldPathValue
- func (fp *PodStatusContainer_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodStatusContainer_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodStatusContainer_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodStatusContainer_FieldTerminalPathArrayItemValue
- func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container) bool
- func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container) (interface{}, bool)
- func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodStatusContainer_FieldTerminalPathArrayOfValues
- func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsRunningArrayOfValues() ([]*Pod_Status_Container_StateRunning, bool)
- func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]Pod_Status_Container_State, bool)
- func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsTerminatedArrayOfValues() ([]*Pod_Status_Container_StateTerminated, bool)
- func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsWaitingArrayOfValues() ([]*Pod_Status_Container_StateWaiting, bool)
- func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PodStatusContainer_FieldTerminalPathValue
- func (fpv *PodStatusContainer_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) AsRunningValue() (*Pod_Status_Container_StateRunning, bool)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) AsStateValue() (Pod_Status_Container_State, bool)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) AsTerminatedValue() (*Pod_Status_Container_StateTerminated, bool)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) AsWaitingValue() (*Pod_Status_Container_StateWaiting, bool)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container) (int, bool)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodStatusContainer_FieldTerminalPathValue) SetTo(target **Pod_Status_Container)
- func (fpv *PodStatusContainer_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PodStatusFieldPathBuilder
- type PodStatus_FieldPath
- type PodStatus_FieldPathArrayItemValue
- type PodStatus_FieldPathArrayOfValues
- type PodStatus_FieldPathSelector
- type PodStatus_FieldPathValue
- type PodStatus_FieldSubPath
- func (fps *PodStatus_FieldSubPath) AsContainerStatusesSubPath() (PodStatusContainer_FieldPath, bool)
- func (fps *PodStatus_FieldSubPath) ClearValue(item *Pod_Status)
- func (fps *PodStatus_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *PodStatus_FieldSubPath) Get(source *Pod_Status) (values []interface{})
- func (fps *PodStatus_FieldSubPath) GetDefault() interface{}
- func (fps *PodStatus_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *PodStatus_FieldSubPath) GetSingle(source *Pod_Status) (interface{}, bool)
- func (fps *PodStatus_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *PodStatus_FieldSubPath) IsLeaf() bool
- func (fps *PodStatus_FieldSubPath) JSONString() string
- func (fps *PodStatus_FieldSubPath) Selector() PodStatus_FieldPathSelector
- func (fps *PodStatus_FieldSubPath) String() string
- func (fps *PodStatus_FieldSubPath) WithIArrayItemValue(value interface{}) PodStatus_FieldPathArrayItemValue
- func (fps *PodStatus_FieldSubPath) WithIArrayOfValues(values interface{}) PodStatus_FieldPathArrayOfValues
- func (fps *PodStatus_FieldSubPath) WithIValue(value interface{}) PodStatus_FieldPathValue
- func (fps *PodStatus_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *PodStatus_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *PodStatus_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodStatus_FieldSubPathArrayItemValue
- func (fpaivs *PodStatus_FieldSubPathArrayItemValue) AsContainerStatusesPathItemValue() (PodStatusContainer_FieldPathArrayItemValue, bool)
- func (fpaivs *PodStatus_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Status) bool
- func (fpaivs *PodStatus_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type PodStatus_FieldSubPathArrayOfValues
- type PodStatus_FieldSubPathValue
- func (fpvs *PodStatus_FieldSubPathValue) AsContainerStatusesPathValue() (PodStatusContainer_FieldPathValue, bool)
- func (fpvs *PodStatus_FieldSubPathValue) CompareWith(source *Pod_Status) (int, bool)
- func (fpvs *PodStatus_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *PodStatus_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *PodStatus_FieldSubPathValue) SetTo(target **Pod_Status)
- func (fpvs *PodStatus_FieldSubPathValue) SetToRaw(target proto.Message)
- type PodStatus_FieldTerminalPath
- func (fp *PodStatus_FieldTerminalPath) ClearValue(item *Pod_Status)
- func (fp *PodStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *PodStatus_FieldTerminalPath) Get(source *Pod_Status) (values []interface{})
- func (fp *PodStatus_FieldTerminalPath) GetDefault() interface{}
- func (fp *PodStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *PodStatus_FieldTerminalPath) GetSingle(source *Pod_Status) (interface{}, bool)
- func (fp *PodStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *PodStatus_FieldTerminalPath) IsLeaf() bool
- func (fp *PodStatus_FieldTerminalPath) JSONString() string
- func (fp *PodStatus_FieldTerminalPath) Selector() PodStatus_FieldPathSelector
- func (fp *PodStatus_FieldTerminalPath) String() string
- func (fp *PodStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatus_FieldPathArrayItemValue
- func (fp *PodStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatus_FieldPathArrayOfValues
- func (fp *PodStatus_FieldTerminalPath) WithIValue(value interface{}) PodStatus_FieldPathValue
- func (fp *PodStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *PodStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *PodStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type PodStatus_FieldTerminalPathArrayItemValue
- func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) AsContainerStatusesItemValue() (*Pod_Status_Container, bool)
- func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status) bool
- func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status) (interface{}, bool)
- func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type PodStatus_FieldTerminalPathArrayOfValues
- func (fpaov *PodStatus_FieldTerminalPathArrayOfValues) AsContainerStatusesArrayOfValues() ([][]*Pod_Status_Container, bool)
- func (fpaov *PodStatus_FieldTerminalPathArrayOfValues) AsPhaseArrayOfValues() ([]Pod_Status_Phase, bool)
- func (fpaov *PodStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type PodStatus_FieldTerminalPathValue
- func (fpv *PodStatus_FieldTerminalPathValue) AsContainerStatusesValue() ([]*Pod_Status_Container, bool)
- func (fpv *PodStatus_FieldTerminalPathValue) AsPhaseValue() (Pod_Status_Phase, bool)
- func (fpv *PodStatus_FieldTerminalPathValue) CompareWith(source *Pod_Status) (int, bool)
- func (fpv *PodStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *PodStatus_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *PodStatus_FieldTerminalPathValue) SetTo(target **Pod_Status)
- func (fpv *PodStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Pod_FieldMask
- func (fieldMask *Pod_FieldMask) AppendPath(path Pod_FieldPath)
- func (fieldMask *Pod_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_FieldMask) FilterInputFields() *Pod_FieldMask
- func (fieldMask *Pod_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_FieldMask) GetPaths() []Pod_FieldPath
- func (fieldMask *Pod_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_FieldMask) IsFull() bool
- func (fieldMask Pod_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_FieldMask) PathsCount() int
- func (fieldMask *Pod_FieldMask) Project(source *Pod) *Pod
- func (fieldMask *Pod_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_FieldMask) ProtoMessage()
- func (fieldMask *Pod_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_FieldMask) Reset()
- func (fieldMask *Pod_FieldMask) Set(target, source *Pod)
- func (fieldMask *Pod_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_FieldMask) Size() int
- func (fieldMask *Pod_FieldMask) String() string
- func (fieldMask *Pod_FieldMask) Subtract(other *Pod_FieldMask) *Pod_FieldMask
- func (fieldMask *Pod_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_FieldPath
- type Pod_FieldPathArrayItemValue
- type Pod_FieldPathArrayOfValues
- type Pod_FieldPathSelector
- type Pod_FieldPathValue
- type Pod_FieldSubPath
- func (fps *Pod_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
- func (fps *Pod_FieldSubPath) AsSpecSubPath() (PodSpec_FieldPath, bool)
- func (fps *Pod_FieldSubPath) AsStatusSubPath() (PodStatus_FieldPath, bool)
- func (fps *Pod_FieldSubPath) ClearValue(item *Pod)
- func (fps *Pod_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *Pod_FieldSubPath) Get(source *Pod) (values []interface{})
- func (fps *Pod_FieldSubPath) GetDefault() interface{}
- func (fps *Pod_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *Pod_FieldSubPath) GetSingle(source *Pod) (interface{}, bool)
- func (fps *Pod_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *Pod_FieldSubPath) IsLeaf() bool
- func (fps *Pod_FieldSubPath) JSONString() string
- func (fps *Pod_FieldSubPath) Selector() Pod_FieldPathSelector
- func (fps *Pod_FieldSubPath) String() string
- func (fps *Pod_FieldSubPath) WithIArrayItemValue(value interface{}) Pod_FieldPathArrayItemValue
- func (fps *Pod_FieldSubPath) WithIArrayOfValues(values interface{}) Pod_FieldPathArrayOfValues
- func (fps *Pod_FieldSubPath) WithIValue(value interface{}) Pod_FieldPathValue
- func (fps *Pod_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *Pod_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *Pod_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Pod_FieldSubPathArrayItemValue
- func (fpaivs *Pod_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
- func (fpaivs *Pod_FieldSubPathArrayItemValue) AsSpecPathItemValue() (PodSpec_FieldPathArrayItemValue, bool)
- func (fpaivs *Pod_FieldSubPathArrayItemValue) AsStatusPathItemValue() (PodStatus_FieldPathArrayItemValue, bool)
- func (fpaivs *Pod_FieldSubPathArrayItemValue) ContainsValue(source *Pod) bool
- func (fpaivs *Pod_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type Pod_FieldSubPathArrayOfValues
- func (fpsaov *Pod_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
- func (fpsaov *Pod_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (PodSpec_FieldPathArrayOfValues, bool)
- func (fpsaov *Pod_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (PodStatus_FieldPathArrayOfValues, bool)
- func (fpsaov *Pod_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type Pod_FieldSubPathValue
- func (fpvs *Pod_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
- func (fpvs *Pod_FieldSubPathValue) AsSpecPathValue() (PodSpec_FieldPathValue, bool)
- func (fpvs *Pod_FieldSubPathValue) AsStatusPathValue() (PodStatus_FieldPathValue, bool)
- func (fpvs *Pod_FieldSubPathValue) CompareWith(source *Pod) (int, bool)
- func (fpvs *Pod_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *Pod_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *Pod_FieldSubPathValue) SetTo(target **Pod)
- func (fpvs *Pod_FieldSubPathValue) SetToRaw(target proto.Message)
- type Pod_FieldTerminalPath
- func (fp *Pod_FieldTerminalPath) ClearValue(item *Pod)
- func (fp *Pod_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Pod_FieldTerminalPath) Get(source *Pod) (values []interface{})
- func (fp *Pod_FieldTerminalPath) GetDefault() interface{}
- func (fp *Pod_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Pod_FieldTerminalPath) GetSingle(source *Pod) (interface{}, bool)
- func (fp *Pod_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Pod_FieldTerminalPath) IsLeaf() bool
- func (fp *Pod_FieldTerminalPath) JSONString() string
- func (fp *Pod_FieldTerminalPath) Selector() Pod_FieldPathSelector
- func (fp *Pod_FieldTerminalPath) String() string
- func (fp *Pod_FieldTerminalPath) WithIArrayItemValue(value interface{}) Pod_FieldPathArrayItemValue
- func (fp *Pod_FieldTerminalPath) WithIArrayOfValues(values interface{}) Pod_FieldPathArrayOfValues
- func (fp *Pod_FieldTerminalPath) WithIValue(value interface{}) Pod_FieldPathValue
- func (fp *Pod_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Pod_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Pod_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Pod_FieldTerminalPathArrayItemValue
- func (fpaiv *Pod_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod) bool
- func (fpaiv *Pod_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Pod_FieldTerminalPathArrayItemValue) GetSingle(source *Pod) (interface{}, bool)
- func (fpaiv *Pod_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Pod_FieldTerminalPathArrayOfValues
- func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
- func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
- func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
- func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*Pod_Spec, bool)
- func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*Pod_Status, bool)
- func (fpaov *Pod_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Pod_FieldTerminalPathValue
- func (fpv *Pod_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
- func (fpv *Pod_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
- func (fpv *Pod_FieldTerminalPathValue) AsNameValue() (*Name, bool)
- func (fpv *Pod_FieldTerminalPathValue) AsSpecValue() (*Pod_Spec, bool)
- func (fpv *Pod_FieldTerminalPathValue) AsStatusValue() (*Pod_Status, bool)
- func (fpv *Pod_FieldTerminalPathValue) CompareWith(source *Pod) (int, bool)
- func (fpv *Pod_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Pod_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Pod_FieldTerminalPathValue) SetTo(target **Pod)
- func (fpv *Pod_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Pod_Spec
- func (o *Pod_Spec) Clone() *Pod_Spec
- func (o *Pod_Spec) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Spec) Descriptor() ([]byte, []int)
- func (m *Pod_Spec) GetCompose() string
- func (m *Pod_Spec) GetContainers() []*Pod_Spec_Container
- func (m *Pod_Spec) GetHostNetwork() bool
- func (m *Pod_Spec) GetHostVolumeMounts() []*VolumeMount
- func (m *Pod_Spec) GetImagePullSecrets() []*LocalObjectReferenceSecret
- func (m *Pod_Spec) GetNode() *devices_device.Reference
- func (m *Pod_Spec) GetRestartPolicy() Pod_Spec_RestartPolicy
- func (m *Pod_Spec) GetVolumes() []*Volume
- func (*Pod_Spec) GotenMessage()
- func (o *Pod_Spec) GotenObjectExt()
- func (obj *Pod_Spec) GotenValidate() error
- func (o *Pod_Spec) MakeDiffFieldMask(other *Pod_Spec) *Pod_Spec_FieldMask
- func (o *Pod_Spec) MakeFullFieldMask() *Pod_Spec_FieldMask
- func (o *Pod_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Spec) Marshal() ([]byte, error)
- func (m *Pod_Spec) MarshalJSON() ([]byte, error)
- func (o *Pod_Spec) Merge(source *Pod_Spec)
- func (o *Pod_Spec) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Spec) ProtoMessage()
- func (m *Pod_Spec) ProtoReflect() preflect.Message
- func (m *Pod_Spec) Reset()
- func (m *Pod_Spec) SetCompose(fv string)
- func (m *Pod_Spec) SetContainers(fv []*Pod_Spec_Container)
- func (m *Pod_Spec) SetHostNetwork(fv bool)
- func (m *Pod_Spec) SetHostVolumeMounts(fv []*VolumeMount)
- func (m *Pod_Spec) SetImagePullSecrets(fv []*LocalObjectReferenceSecret)
- func (m *Pod_Spec) SetNode(fv *devices_device.Reference)
- func (m *Pod_Spec) SetRestartPolicy(fv Pod_Spec_RestartPolicy)
- func (m *Pod_Spec) SetVolumes(fv []*Volume)
- func (m *Pod_Spec) String() string
- func (m *Pod_Spec) Unmarshal(b []byte) error
- func (m *Pod_Spec) UnmarshalJSON(data []byte) error
- type Pod_SpecMapPathSelectorContainersResourcesLimits
- func (s Pod_SpecMapPathSelectorContainersResourcesLimits) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecMapPathSelectorContainersResourcesLimits) WithArrayOfValues(values []int64) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecMapPathSelectorContainersResourcesLimits) WithValue(value int64) *PodSpec_FieldSubPathValue
- type Pod_SpecMapPathSelectorContainersResourcesRequests
- func (s Pod_SpecMapPathSelectorContainersResourcesRequests) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecMapPathSelectorContainersResourcesRequests) WithArrayOfValues(values []int64) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecMapPathSelectorContainersResourcesRequests) WithValue(value int64) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorCompose
- type Pod_SpecPathSelectorContainers
- func (Pod_SpecPathSelectorContainers) Args() Pod_SpecPathSelectorContainersArgs
- func (Pod_SpecPathSelectorContainers) Command() Pod_SpecPathSelectorContainersCommand
- func (Pod_SpecPathSelectorContainers) Env() Pod_SpecPathSelectorContainersEnv
- func (Pod_SpecPathSelectorContainers) EnvFrom() Pod_SpecPathSelectorContainersEnvFrom
- func (Pod_SpecPathSelectorContainers) FieldPath() *PodSpec_FieldTerminalPath
- func (Pod_SpecPathSelectorContainers) Image() Pod_SpecPathSelectorContainersImage
- func (Pod_SpecPathSelectorContainers) ImagePullPolicy() Pod_SpecPathSelectorContainersImagePullPolicy
- func (Pod_SpecPathSelectorContainers) Name() Pod_SpecPathSelectorContainersName
- func (Pod_SpecPathSelectorContainers) Resources() Pod_SpecPathSelectorContainersResources
- func (Pod_SpecPathSelectorContainers) SecurityContext() Pod_SpecPathSelectorContainersSecurityContext
- func (Pod_SpecPathSelectorContainers) VolumeMounts() Pod_SpecPathSelectorContainersVolumeMounts
- func (s Pod_SpecPathSelectorContainers) WithArrayOfValues(values [][]*Pod_Spec_Container) *PodSpec_FieldTerminalPathArrayOfValues
- func (s Pod_SpecPathSelectorContainers) WithItemValue(value *Pod_Spec_Container) *PodSpec_FieldTerminalPathArrayItemValue
- func (s Pod_SpecPathSelectorContainers) WithSubArrayItemValue(subPathArrayItemValue PodSpecContainer_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorContainers) WithSubArrayOfValues(subPathArrayOfValues PodSpecContainer_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
- func (Pod_SpecPathSelectorContainers) WithSubPath(subPath PodSpecContainer_FieldPath) *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainers) WithSubValue(subPathValue PodSpecContainer_FieldPathValue) *PodSpec_FieldSubPathValue
- func (s Pod_SpecPathSelectorContainers) WithValue(value []*Pod_Spec_Container) *PodSpec_FieldTerminalPathValue
- type Pod_SpecPathSelectorContainersArgs
- func (Pod_SpecPathSelectorContainersArgs) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersArgs) WithArrayOfValues(values [][]string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersArgs) WithItemValue(value string) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorContainersArgs) WithValue(value []string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersCommand
- func (Pod_SpecPathSelectorContainersCommand) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersCommand) WithArrayOfValues(values [][]string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersCommand) WithItemValue(value string) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorContainersCommand) WithValue(value []string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnv
- func (Pod_SpecPathSelectorContainersEnv) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersEnv) Name() Pod_SpecPathSelectorContainersEnvName
- func (Pod_SpecPathSelectorContainersEnv) Value() Pod_SpecPathSelectorContainersEnvValue
- func (Pod_SpecPathSelectorContainersEnv) ValueFrom() Pod_SpecPathSelectorContainersEnvValueFrom
- func (s Pod_SpecPathSelectorContainersEnv) WithArrayOfValues(values [][]*EnvVar) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnv) WithItemValue(value *EnvVar) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorContainersEnv) WithValue(value []*EnvVar) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFrom
- func (Pod_SpecPathSelectorContainersEnvFrom) ConfigMapRef() Pod_SpecPathSelectorContainersEnvFromConfigMapRef
- func (Pod_SpecPathSelectorContainersEnvFrom) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersEnvFrom) Prefix() Pod_SpecPathSelectorContainersEnvFromPrefix
- func (Pod_SpecPathSelectorContainersEnvFrom) SecretRef() Pod_SpecPathSelectorContainersEnvFromSecretRef
- func (s Pod_SpecPathSelectorContainersEnvFrom) WithArrayOfValues(values []*EnvFromSource) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFrom) WithValue(value *EnvFromSource) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFromConfigMapRef
- func (Pod_SpecPathSelectorContainersEnvFromConfigMapRef) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersEnvFromConfigMapRef) Name() Pod_SpecPathSelectorContainersEnvFromConfigMapRefName
- func (Pod_SpecPathSelectorContainersEnvFromConfigMapRef) Optional() Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional
- func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRef) WithValue(value *ConfigMapEnvSource) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFromConfigMapRefName
- func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional
- func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFromPrefix
- func (Pod_SpecPathSelectorContainersEnvFromPrefix) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvFromPrefix) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFromPrefix) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFromSecretRef
- func (Pod_SpecPathSelectorContainersEnvFromSecretRef) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersEnvFromSecretRef) Name() Pod_SpecPathSelectorContainersEnvFromSecretRefName
- func (Pod_SpecPathSelectorContainersEnvFromSecretRef) Optional() Pod_SpecPathSelectorContainersEnvFromSecretRefOptional
- func (s Pod_SpecPathSelectorContainersEnvFromSecretRef) WithArrayOfValues(values []*SecretEnvSource) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFromSecretRef) WithValue(value *SecretEnvSource) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFromSecretRefName
- func (Pod_SpecPathSelectorContainersEnvFromSecretRefName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFromSecretRefName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvFromSecretRefOptional
- func (Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvName
- type Pod_SpecPathSelectorContainersEnvValue
- type Pod_SpecPathSelectorContainersEnvValueFrom
- func (Pod_SpecPathSelectorContainersEnvValueFrom) ConfigMapKeyRef() Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef
- func (Pod_SpecPathSelectorContainersEnvValueFrom) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersEnvValueFrom) SecretKeyRef() Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef
- func (s Pod_SpecPathSelectorContainersEnvValueFrom) WithArrayOfValues(values []*EnvVarSource) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFrom) WithValue(value *EnvVarSource) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef
- func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) Key() Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey
- func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) Name() Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName
- func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) Optional() Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey
- func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName
- func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional
- func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef
- func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) Key() Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey
- func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) Name() Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName
- func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) Optional() Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey
- func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName
- func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional
- func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersImage
- type Pod_SpecPathSelectorContainersImagePullPolicy
- func (Pod_SpecPathSelectorContainersImagePullPolicy) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersImagePullPolicy) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersImagePullPolicy) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersName
- type Pod_SpecPathSelectorContainersResources
- func (Pod_SpecPathSelectorContainersResources) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersResources) Limits() Pod_SpecPathSelectorContainersResourcesLimits
- func (Pod_SpecPathSelectorContainersResources) Requests() Pod_SpecPathSelectorContainersResourcesRequests
- func (s Pod_SpecPathSelectorContainersResources) WithArrayOfValues(values []*Pod_Spec_Container_ResourceRequirements) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersResources) WithValue(value *Pod_Spec_Container_ResourceRequirements) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersResourcesLimits
- func (Pod_SpecPathSelectorContainersResourcesLimits) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *PodSpec_FieldSubPathArrayOfValues
- func (Pod_SpecPathSelectorContainersResourcesLimits) WithKey(key string) Pod_SpecMapPathSelectorContainersResourcesLimits
- func (s Pod_SpecPathSelectorContainersResourcesLimits) WithValue(value map[string]int64) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersResourcesRequests
- func (Pod_SpecPathSelectorContainersResourcesRequests) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *PodSpec_FieldSubPathArrayOfValues
- func (Pod_SpecPathSelectorContainersResourcesRequests) WithKey(key string) Pod_SpecMapPathSelectorContainersResourcesRequests
- func (s Pod_SpecPathSelectorContainersResourcesRequests) WithValue(value map[string]int64) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersSecurityContext
- func (Pod_SpecPathSelectorContainersSecurityContext) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersSecurityContext) Privileged() Pod_SpecPathSelectorContainersSecurityContextPrivileged
- func (s Pod_SpecPathSelectorContainersSecurityContext) WithArrayOfValues(values []*SecurityContext) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersSecurityContext) WithValue(value *SecurityContext) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersSecurityContextPrivileged
- func (Pod_SpecPathSelectorContainersSecurityContextPrivileged) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersSecurityContextPrivileged) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersVolumeMounts
- func (Pod_SpecPathSelectorContainersVolumeMounts) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorContainersVolumeMounts) MountPath() Pod_SpecPathSelectorContainersVolumeMountsMountPath
- func (Pod_SpecPathSelectorContainersVolumeMounts) Name() Pod_SpecPathSelectorContainersVolumeMountsName
- func (Pod_SpecPathSelectorContainersVolumeMounts) ReadOnly() Pod_SpecPathSelectorContainersVolumeMountsReadOnly
- func (Pod_SpecPathSelectorContainersVolumeMounts) SubPath() Pod_SpecPathSelectorContainersVolumeMountsSubPath
- func (s Pod_SpecPathSelectorContainersVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersVolumeMounts) WithItemValue(value *VolumeMount) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorContainersVolumeMounts) WithValue(value []*VolumeMount) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersVolumeMountsMountPath
- func (Pod_SpecPathSelectorContainersVolumeMountsMountPath) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersVolumeMountsMountPath) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersVolumeMountsName
- func (Pod_SpecPathSelectorContainersVolumeMountsName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersVolumeMountsName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersVolumeMountsName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersVolumeMountsReadOnly
- func (Pod_SpecPathSelectorContainersVolumeMountsReadOnly) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersVolumeMountsReadOnly) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorContainersVolumeMountsSubPath
- func (Pod_SpecPathSelectorContainersVolumeMountsSubPath) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorContainersVolumeMountsSubPath) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorHostNetwork
- type Pod_SpecPathSelectorHostVolumeMounts
- func (Pod_SpecPathSelectorHostVolumeMounts) FieldPath() *PodSpec_FieldTerminalPath
- func (Pod_SpecPathSelectorHostVolumeMounts) MountPath() Pod_SpecPathSelectorHostVolumeMountsMountPath
- func (Pod_SpecPathSelectorHostVolumeMounts) Name() Pod_SpecPathSelectorHostVolumeMountsName
- func (Pod_SpecPathSelectorHostVolumeMounts) ReadOnly() Pod_SpecPathSelectorHostVolumeMountsReadOnly
- func (Pod_SpecPathSelectorHostVolumeMounts) SubPath() Pod_SpecPathSelectorHostVolumeMountsSubPath
- func (s Pod_SpecPathSelectorHostVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *PodSpec_FieldTerminalPathArrayOfValues
- func (s Pod_SpecPathSelectorHostVolumeMounts) WithItemValue(value *VolumeMount) *PodSpec_FieldTerminalPathArrayItemValue
- func (s Pod_SpecPathSelectorHostVolumeMounts) WithSubArrayItemValue(subPathArrayItemValue VolumeMount_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorHostVolumeMounts) WithSubArrayOfValues(subPathArrayOfValues VolumeMount_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
- func (Pod_SpecPathSelectorHostVolumeMounts) WithSubPath(subPath VolumeMount_FieldPath) *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorHostVolumeMounts) WithSubValue(subPathValue VolumeMount_FieldPathValue) *PodSpec_FieldSubPathValue
- func (s Pod_SpecPathSelectorHostVolumeMounts) WithValue(value []*VolumeMount) *PodSpec_FieldTerminalPathValue
- type Pod_SpecPathSelectorHostVolumeMountsMountPath
- func (Pod_SpecPathSelectorHostVolumeMountsMountPath) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorHostVolumeMountsMountPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorHostVolumeMountsMountPath) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorHostVolumeMountsName
- func (Pod_SpecPathSelectorHostVolumeMountsName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorHostVolumeMountsName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorHostVolumeMountsName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorHostVolumeMountsReadOnly
- func (Pod_SpecPathSelectorHostVolumeMountsReadOnly) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorHostVolumeMountsReadOnly) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorHostVolumeMountsSubPath
- func (Pod_SpecPathSelectorHostVolumeMountsSubPath) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorHostVolumeMountsSubPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorHostVolumeMountsSubPath) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorImagePullSecrets
- func (Pod_SpecPathSelectorImagePullSecrets) FieldPath() *PodSpec_FieldTerminalPath
- func (Pod_SpecPathSelectorImagePullSecrets) Name() Pod_SpecPathSelectorImagePullSecretsName
- func (s Pod_SpecPathSelectorImagePullSecrets) WithArrayOfValues(values [][]*LocalObjectReferenceSecret) *PodSpec_FieldTerminalPathArrayOfValues
- func (s Pod_SpecPathSelectorImagePullSecrets) WithItemValue(value *LocalObjectReferenceSecret) *PodSpec_FieldTerminalPathArrayItemValue
- func (s Pod_SpecPathSelectorImagePullSecrets) WithSubArrayItemValue(subPathArrayItemValue LocalObjectReferenceSecret_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorImagePullSecrets) WithSubArrayOfValues(subPathArrayOfValues LocalObjectReferenceSecret_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
- func (Pod_SpecPathSelectorImagePullSecrets) WithSubPath(subPath LocalObjectReferenceSecret_FieldPath) *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorImagePullSecrets) WithSubValue(subPathValue LocalObjectReferenceSecret_FieldPathValue) *PodSpec_FieldSubPathValue
- func (s Pod_SpecPathSelectorImagePullSecrets) WithValue(value []*LocalObjectReferenceSecret) *PodSpec_FieldTerminalPathValue
- type Pod_SpecPathSelectorImagePullSecretsName
- func (Pod_SpecPathSelectorImagePullSecretsName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorImagePullSecretsName) WithValue(value *secrets_secret.Reference) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorNode
- func (Pod_SpecPathSelectorNode) FieldPath() *PodSpec_FieldTerminalPath
- func (s Pod_SpecPathSelectorNode) WithArrayOfValues(values []*devices_device.Reference) *PodSpec_FieldTerminalPathArrayOfValues
- func (s Pod_SpecPathSelectorNode) WithValue(value *devices_device.Reference) *PodSpec_FieldTerminalPathValue
- type Pod_SpecPathSelectorRestartPolicy
- func (Pod_SpecPathSelectorRestartPolicy) FieldPath() *PodSpec_FieldTerminalPath
- func (s Pod_SpecPathSelectorRestartPolicy) WithArrayOfValues(values []Pod_Spec_RestartPolicy) *PodSpec_FieldTerminalPathArrayOfValues
- func (s Pod_SpecPathSelectorRestartPolicy) WithValue(value Pod_Spec_RestartPolicy) *PodSpec_FieldTerminalPathValue
- type Pod_SpecPathSelectorVolumes
- func (Pod_SpecPathSelectorVolumes) ConfigMap() Pod_SpecPathSelectorVolumesConfigMap
- func (Pod_SpecPathSelectorVolumes) FieldPath() *PodSpec_FieldTerminalPath
- func (Pod_SpecPathSelectorVolumes) HostPath() Pod_SpecPathSelectorVolumesHostPath
- func (Pod_SpecPathSelectorVolumes) Name() Pod_SpecPathSelectorVolumesName
- func (Pod_SpecPathSelectorVolumes) Secret() Pod_SpecPathSelectorVolumesSecret
- func (s Pod_SpecPathSelectorVolumes) WithArrayOfValues(values [][]*Volume) *PodSpec_FieldTerminalPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumes) WithItemValue(value *Volume) *PodSpec_FieldTerminalPathArrayItemValue
- func (s Pod_SpecPathSelectorVolumes) WithSubArrayItemValue(subPathArrayItemValue Volume_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorVolumes) WithSubArrayOfValues(subPathArrayOfValues Volume_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
- func (Pod_SpecPathSelectorVolumes) WithSubPath(subPath Volume_FieldPath) *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumes) WithSubValue(subPathValue Volume_FieldPathValue) *PodSpec_FieldSubPathValue
- func (s Pod_SpecPathSelectorVolumes) WithValue(value []*Volume) *PodSpec_FieldTerminalPathValue
- type Pod_SpecPathSelectorVolumesConfigMap
- func (Pod_SpecPathSelectorVolumesConfigMap) DefaultMode() Pod_SpecPathSelectorVolumesConfigMapDefaultMode
- func (Pod_SpecPathSelectorVolumesConfigMap) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorVolumesConfigMap) Items() Pod_SpecPathSelectorVolumesConfigMapItems
- func (Pod_SpecPathSelectorVolumesConfigMap) Name() Pod_SpecPathSelectorVolumesConfigMapName
- func (Pod_SpecPathSelectorVolumesConfigMap) Optional() Pod_SpecPathSelectorVolumesConfigMapOptional
- func (s Pod_SpecPathSelectorVolumesConfigMap) WithArrayOfValues(values []*ConfigMapVolumeSource) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMap) WithValue(value *ConfigMapVolumeSource) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesConfigMapDefaultMode
- func (Pod_SpecPathSelectorVolumesConfigMapDefaultMode) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMapDefaultMode) WithValue(value int32) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesConfigMapItems
- func (Pod_SpecPathSelectorVolumesConfigMapItems) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorVolumesConfigMapItems) Key() Pod_SpecPathSelectorVolumesConfigMapItemsKey
- func (Pod_SpecPathSelectorVolumesConfigMapItems) Mode() Pod_SpecPathSelectorVolumesConfigMapItemsMode
- func (Pod_SpecPathSelectorVolumesConfigMapItems) Path() Pod_SpecPathSelectorVolumesConfigMapItemsPath
- func (s Pod_SpecPathSelectorVolumesConfigMapItems) WithArrayOfValues(values [][]*KeyToPath) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMapItems) WithItemValue(value *KeyToPath) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorVolumesConfigMapItems) WithValue(value []*KeyToPath) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesConfigMapItemsKey
- func (Pod_SpecPathSelectorVolumesConfigMapItemsKey) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMapItemsKey) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesConfigMapItemsMode
- func (Pod_SpecPathSelectorVolumesConfigMapItemsMode) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMapItemsMode) WithValue(value int32) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesConfigMapItemsPath
- func (Pod_SpecPathSelectorVolumesConfigMapItemsPath) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMapItemsPath) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesConfigMapName
- func (Pod_SpecPathSelectorVolumesConfigMapName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesConfigMapName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMapName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesConfigMapOptional
- func (Pod_SpecPathSelectorVolumesConfigMapOptional) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesConfigMapOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesConfigMapOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesHostPath
- func (Pod_SpecPathSelectorVolumesHostPath) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorVolumesHostPath) Path() Pod_SpecPathSelectorVolumesHostPathPath
- func (Pod_SpecPathSelectorVolumesHostPath) Type() Pod_SpecPathSelectorVolumesHostPathType
- func (s Pod_SpecPathSelectorVolumesHostPath) WithArrayOfValues(values []*HostPathVolumeSource) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesHostPath) WithValue(value *HostPathVolumeSource) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesHostPathPath
- type Pod_SpecPathSelectorVolumesHostPathType
- func (Pod_SpecPathSelectorVolumesHostPathType) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesHostPathType) WithArrayOfValues(values []HostPathVolumeSource_Type) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesHostPathType) WithValue(value HostPathVolumeSource_Type) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesName
- type Pod_SpecPathSelectorVolumesSecret
- func (Pod_SpecPathSelectorVolumesSecret) DefaultMode() Pod_SpecPathSelectorVolumesSecretDefaultMode
- func (Pod_SpecPathSelectorVolumesSecret) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorVolumesSecret) Items() Pod_SpecPathSelectorVolumesSecretItems
- func (Pod_SpecPathSelectorVolumesSecret) Optional() Pod_SpecPathSelectorVolumesSecretOptional
- func (Pod_SpecPathSelectorVolumesSecret) SecretName() Pod_SpecPathSelectorVolumesSecretSecretName
- func (s Pod_SpecPathSelectorVolumesSecret) WithArrayOfValues(values []*SecretVolumeSource) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecret) WithValue(value *SecretVolumeSource) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesSecretDefaultMode
- func (Pod_SpecPathSelectorVolumesSecretDefaultMode) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecretDefaultMode) WithValue(value int32) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesSecretItems
- func (Pod_SpecPathSelectorVolumesSecretItems) FieldPath() *PodSpec_FieldSubPath
- func (Pod_SpecPathSelectorVolumesSecretItems) Key() Pod_SpecPathSelectorVolumesSecretItemsKey
- func (Pod_SpecPathSelectorVolumesSecretItems) Mode() Pod_SpecPathSelectorVolumesSecretItemsMode
- func (Pod_SpecPathSelectorVolumesSecretItems) Path() Pod_SpecPathSelectorVolumesSecretItemsPath
- func (s Pod_SpecPathSelectorVolumesSecretItems) WithArrayOfValues(values [][]*KeyToPath) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecretItems) WithItemValue(value *KeyToPath) *PodSpec_FieldSubPathArrayItemValue
- func (s Pod_SpecPathSelectorVolumesSecretItems) WithValue(value []*KeyToPath) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesSecretItemsKey
- func (Pod_SpecPathSelectorVolumesSecretItemsKey) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesSecretItemsKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecretItemsKey) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesSecretItemsMode
- func (Pod_SpecPathSelectorVolumesSecretItemsMode) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesSecretItemsMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecretItemsMode) WithValue(value int32) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesSecretItemsPath
- func (Pod_SpecPathSelectorVolumesSecretItemsPath) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesSecretItemsPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecretItemsPath) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesSecretOptional
- func (Pod_SpecPathSelectorVolumesSecretOptional) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesSecretOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecretOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
- type Pod_SpecPathSelectorVolumesSecretSecretName
- func (Pod_SpecPathSelectorVolumesSecretSecretName) FieldPath() *PodSpec_FieldSubPath
- func (s Pod_SpecPathSelectorVolumesSecretSecretName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
- func (s Pod_SpecPathSelectorVolumesSecretSecretName) WithValue(value string) *PodSpec_FieldSubPathValue
- type Pod_Spec_Container
- func (o *Pod_Spec_Container) Clone() *Pod_Spec_Container
- func (o *Pod_Spec_Container) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Spec_Container) Descriptor() ([]byte, []int)
- func (m *Pod_Spec_Container) GetArgs() []string
- func (m *Pod_Spec_Container) GetCommand() []string
- func (m *Pod_Spec_Container) GetEnv() []*EnvVar
- func (m *Pod_Spec_Container) GetEnvFrom() *EnvFromSource
- func (m *Pod_Spec_Container) GetImage() string
- func (m *Pod_Spec_Container) GetImagePullPolicy() string
- func (m *Pod_Spec_Container) GetName() string
- func (m *Pod_Spec_Container) GetResources() *Pod_Spec_Container_ResourceRequirements
- func (m *Pod_Spec_Container) GetSecurityContext() *SecurityContext
- func (m *Pod_Spec_Container) GetVolumeMounts() []*VolumeMount
- func (*Pod_Spec_Container) GotenMessage()
- func (o *Pod_Spec_Container) GotenObjectExt()
- func (obj *Pod_Spec_Container) GotenValidate() error
- func (o *Pod_Spec_Container) MakeDiffFieldMask(other *Pod_Spec_Container) *Pod_Spec_Container_FieldMask
- func (o *Pod_Spec_Container) MakeFullFieldMask() *Pod_Spec_Container_FieldMask
- func (o *Pod_Spec_Container) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Spec_Container) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Spec_Container) Marshal() ([]byte, error)
- func (m *Pod_Spec_Container) MarshalJSON() ([]byte, error)
- func (o *Pod_Spec_Container) Merge(source *Pod_Spec_Container)
- func (o *Pod_Spec_Container) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Spec_Container) ProtoMessage()
- func (m *Pod_Spec_Container) ProtoReflect() preflect.Message
- func (m *Pod_Spec_Container) Reset()
- func (m *Pod_Spec_Container) SetArgs(fv []string)
- func (m *Pod_Spec_Container) SetCommand(fv []string)
- func (m *Pod_Spec_Container) SetEnv(fv []*EnvVar)
- func (m *Pod_Spec_Container) SetEnvFrom(fv *EnvFromSource)
- func (m *Pod_Spec_Container) SetImage(fv string)
- func (m *Pod_Spec_Container) SetImagePullPolicy(fv string)
- func (m *Pod_Spec_Container) SetName(fv string)
- func (m *Pod_Spec_Container) SetResources(fv *Pod_Spec_Container_ResourceRequirements)
- func (m *Pod_Spec_Container) SetSecurityContext(fv *SecurityContext)
- func (m *Pod_Spec_Container) SetVolumeMounts(fv []*VolumeMount)
- func (m *Pod_Spec_Container) String() string
- func (m *Pod_Spec_Container) Unmarshal(b []byte) error
- func (m *Pod_Spec_Container) UnmarshalJSON(data []byte) error
- type Pod_Spec_ContainerMapPathSelectorResourcesLimits
- func (s Pod_Spec_ContainerMapPathSelectorResourcesLimits) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerMapPathSelectorResourcesLimits) WithArrayOfValues(values []int64) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerMapPathSelectorResourcesLimits) WithValue(value int64) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerMapPathSelectorResourcesRequests
- func (s Pod_Spec_ContainerMapPathSelectorResourcesRequests) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerMapPathSelectorResourcesRequests) WithArrayOfValues(values []int64) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerMapPathSelectorResourcesRequests) WithValue(value int64) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorArgs
- func (Pod_Spec_ContainerPathSelectorArgs) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (s Pod_Spec_ContainerPathSelectorArgs) WithArrayOfValues(values [][]string) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorArgs) WithItemValue(value string) *PodSpecContainer_FieldTerminalPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorArgs) WithValue(value []string) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorCommand
- func (Pod_Spec_ContainerPathSelectorCommand) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (s Pod_Spec_ContainerPathSelectorCommand) WithArrayOfValues(values [][]string) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorCommand) WithItemValue(value string) *PodSpecContainer_FieldTerminalPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorCommand) WithValue(value []string) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorEnv
- func (Pod_Spec_ContainerPathSelectorEnv) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (Pod_Spec_ContainerPathSelectorEnv) Name() Pod_Spec_ContainerPathSelectorEnvName
- func (Pod_Spec_ContainerPathSelectorEnv) Value() Pod_Spec_ContainerPathSelectorEnvValue
- func (Pod_Spec_ContainerPathSelectorEnv) ValueFrom() Pod_Spec_ContainerPathSelectorEnvValueFrom
- func (s Pod_Spec_ContainerPathSelectorEnv) WithArrayOfValues(values [][]*EnvVar) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnv) WithItemValue(value *EnvVar) *PodSpecContainer_FieldTerminalPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorEnv) WithSubArrayItemValue(subPathArrayItemValue EnvVar_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorEnv) WithSubArrayOfValues(subPathArrayOfValues EnvVar_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
- func (Pod_Spec_ContainerPathSelectorEnv) WithSubPath(subPath EnvVar_FieldPath) *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnv) WithSubValue(subPathValue EnvVar_FieldPathValue) *PodSpecContainer_FieldSubPathValue
- func (s Pod_Spec_ContainerPathSelectorEnv) WithValue(value []*EnvVar) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorEnvFrom
- func (Pod_Spec_ContainerPathSelectorEnvFrom) ConfigMapRef() Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef
- func (Pod_Spec_ContainerPathSelectorEnvFrom) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (Pod_Spec_ContainerPathSelectorEnvFrom) Prefix() Pod_Spec_ContainerPathSelectorEnvFromPrefix
- func (Pod_Spec_ContainerPathSelectorEnvFrom) SecretRef() Pod_Spec_ContainerPathSelectorEnvFromSecretRef
- func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithArrayOfValues(values []*EnvFromSource) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithSubArrayItemValue(subPathArrayItemValue EnvFromSource_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithSubArrayOfValues(subPathArrayOfValues EnvFromSource_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
- func (Pod_Spec_ContainerPathSelectorEnvFrom) WithSubPath(subPath EnvFromSource_FieldPath) *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithSubValue(subPathValue EnvFromSource_FieldPathValue) *PodSpecContainer_FieldSubPathValue
- func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithValue(value *EnvFromSource) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef
- func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) FieldPath() *PodSpecContainer_FieldSubPath
- func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) Name() Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName
- func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) Optional() Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional
- func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) WithValue(value *ConfigMapEnvSource) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName
- func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional
- func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvFromPrefix
- func (Pod_Spec_ContainerPathSelectorEnvFromPrefix) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvFromPrefix) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFromPrefix) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvFromSecretRef
- func (Pod_Spec_ContainerPathSelectorEnvFromSecretRef) FieldPath() *PodSpecContainer_FieldSubPath
- func (Pod_Spec_ContainerPathSelectorEnvFromSecretRef) Name() Pod_Spec_ContainerPathSelectorEnvFromSecretRefName
- func (Pod_Spec_ContainerPathSelectorEnvFromSecretRef) Optional() Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional
- func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRef) WithArrayOfValues(values []*SecretEnvSource) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRef) WithValue(value *SecretEnvSource) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvFromSecretRefName
- func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional
- func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvName
- func (Pod_Spec_ContainerPathSelectorEnvName) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValue
- func (Pod_Spec_ContainerPathSelectorEnvValue) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvValue) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValue) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFrom
- func (Pod_Spec_ContainerPathSelectorEnvValueFrom) ConfigMapKeyRef() Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef
- func (Pod_Spec_ContainerPathSelectorEnvValueFrom) FieldPath() *PodSpecContainer_FieldSubPath
- func (Pod_Spec_ContainerPathSelectorEnvValueFrom) SecretKeyRef() Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef
- func (s Pod_Spec_ContainerPathSelectorEnvValueFrom) WithArrayOfValues(values []*EnvVarSource) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFrom) WithValue(value *EnvVarSource) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef
- func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) FieldPath() *PodSpecContainer_FieldSubPath
- func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) Key() Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey
- func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) Name() Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName
- func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) Optional() Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey
- func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName
- func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional
- func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef
- func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) FieldPath() *PodSpecContainer_FieldSubPath
- func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) Key() Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey
- func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) Name() Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName
- func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) Optional() Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey
- func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName
- func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional
- func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorImage
- func (Pod_Spec_ContainerPathSelectorImage) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (s Pod_Spec_ContainerPathSelectorImage) WithArrayOfValues(values []string) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorImage) WithValue(value string) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorImagePullPolicy
- func (Pod_Spec_ContainerPathSelectorImagePullPolicy) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (s Pod_Spec_ContainerPathSelectorImagePullPolicy) WithArrayOfValues(values []string) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorImagePullPolicy) WithValue(value string) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorName
- func (Pod_Spec_ContainerPathSelectorName) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (s Pod_Spec_ContainerPathSelectorName) WithArrayOfValues(values []string) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorName) WithValue(value string) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorResources
- func (Pod_Spec_ContainerPathSelectorResources) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (Pod_Spec_ContainerPathSelectorResources) Limits() Pod_Spec_ContainerPathSelectorResourcesLimits
- func (Pod_Spec_ContainerPathSelectorResources) Requests() Pod_Spec_ContainerPathSelectorResourcesRequests
- func (s Pod_Spec_ContainerPathSelectorResources) WithArrayOfValues(values []*Pod_Spec_Container_ResourceRequirements) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorResources) WithSubArrayItemValue(...) *PodSpecContainer_FieldSubPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorResources) WithSubArrayOfValues(...) *PodSpecContainer_FieldSubPathArrayOfValues
- func (Pod_Spec_ContainerPathSelectorResources) WithSubPath(subPath PodSpecContainerResourceRequirements_FieldPath) *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorResources) WithSubValue(subPathValue PodSpecContainerResourceRequirements_FieldPathValue) *PodSpecContainer_FieldSubPathValue
- func (s Pod_Spec_ContainerPathSelectorResources) WithValue(value *Pod_Spec_Container_ResourceRequirements) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorResourcesLimits
- func (Pod_Spec_ContainerPathSelectorResourcesLimits) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorResourcesLimits) WithArrayOfValues(values []map[string]int64) *PodSpecContainer_FieldSubPathArrayOfValues
- func (Pod_Spec_ContainerPathSelectorResourcesLimits) WithKey(key string) Pod_Spec_ContainerMapPathSelectorResourcesLimits
- func (s Pod_Spec_ContainerPathSelectorResourcesLimits) WithValue(value map[string]int64) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorResourcesRequests
- func (Pod_Spec_ContainerPathSelectorResourcesRequests) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorResourcesRequests) WithArrayOfValues(values []map[string]int64) *PodSpecContainer_FieldSubPathArrayOfValues
- func (Pod_Spec_ContainerPathSelectorResourcesRequests) WithKey(key string) Pod_Spec_ContainerMapPathSelectorResourcesRequests
- func (s Pod_Spec_ContainerPathSelectorResourcesRequests) WithValue(value map[string]int64) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorSecurityContext
- func (Pod_Spec_ContainerPathSelectorSecurityContext) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (Pod_Spec_ContainerPathSelectorSecurityContext) Privileged() Pod_Spec_ContainerPathSelectorSecurityContextPrivileged
- func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithArrayOfValues(values []*SecurityContext) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithSubArrayItemValue(subPathArrayItemValue SecurityContext_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithSubArrayOfValues(subPathArrayOfValues SecurityContext_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
- func (Pod_Spec_ContainerPathSelectorSecurityContext) WithSubPath(subPath SecurityContext_FieldPath) *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithSubValue(subPathValue SecurityContext_FieldPathValue) *PodSpecContainer_FieldSubPathValue
- func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithValue(value *SecurityContext) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorSecurityContextPrivileged
- func (Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorVolumeMounts
- func (Pod_Spec_ContainerPathSelectorVolumeMounts) FieldPath() *PodSpecContainer_FieldTerminalPath
- func (Pod_Spec_ContainerPathSelectorVolumeMounts) MountPath() Pod_Spec_ContainerPathSelectorVolumeMountsMountPath
- func (Pod_Spec_ContainerPathSelectorVolumeMounts) Name() Pod_Spec_ContainerPathSelectorVolumeMountsName
- func (Pod_Spec_ContainerPathSelectorVolumeMounts) ReadOnly() Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly
- func (Pod_Spec_ContainerPathSelectorVolumeMounts) SubPath() Pod_Spec_ContainerPathSelectorVolumeMountsSubPath
- func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *PodSpecContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithItemValue(value *VolumeMount) *PodSpecContainer_FieldTerminalPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubArrayItemValue(subPathArrayItemValue VolumeMount_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
- func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubArrayOfValues(subPathArrayOfValues VolumeMount_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
- func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubPath(subPath VolumeMount_FieldPath) *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubValue(subPathValue VolumeMount_FieldPathValue) *PodSpecContainer_FieldSubPathValue
- func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithValue(value []*VolumeMount) *PodSpecContainer_FieldTerminalPathValue
- type Pod_Spec_ContainerPathSelectorVolumeMountsMountPath
- func (Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorVolumeMountsName
- func (Pod_Spec_ContainerPathSelectorVolumeMountsName) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly
- func (Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_ContainerPathSelectorVolumeMountsSubPath
- func (Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) FieldPath() *PodSpecContainer_FieldSubPath
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
- func (s Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) WithValue(value string) *PodSpecContainer_FieldSubPathValue
- type Pod_Spec_Container_FieldMask
- func (fieldMask *Pod_Spec_Container_FieldMask) AppendPath(path PodSpecContainer_FieldPath)
- func (fieldMask *Pod_Spec_Container_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Spec_Container_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Spec_Container_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Spec_Container_FieldMask) FilterInputFields() *Pod_Spec_Container_FieldMask
- func (fieldMask *Pod_Spec_Container_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Spec_Container_FieldMask) GetPaths() []PodSpecContainer_FieldPath
- func (fieldMask *Pod_Spec_Container_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Spec_Container_FieldMask) IsFull() bool
- func (fieldMask Pod_Spec_Container_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Spec_Container_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Spec_Container_FieldMask) PathsCount() int
- func (fieldMask *Pod_Spec_Container_FieldMask) Project(source *Pod_Spec_Container) *Pod_Spec_Container
- func (fieldMask *Pod_Spec_Container_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Spec_Container_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Spec_Container_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Spec_Container_FieldMask) Reset()
- func (fieldMask *Pod_Spec_Container_FieldMask) Set(target, source *Pod_Spec_Container)
- func (fieldMask *Pod_Spec_Container_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Spec_Container_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Spec_Container_FieldMask) Size() int
- func (fieldMask *Pod_Spec_Container_FieldMask) String() string
- func (fieldMask *Pod_Spec_Container_FieldMask) Subtract(other *Pod_Spec_Container_FieldMask) *Pod_Spec_Container_FieldMask
- func (fieldMask *Pod_Spec_Container_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Spec_Container_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Spec_Container_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Spec_Container_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Spec_Container_ResourceRequirements
- func (o *Pod_Spec_Container_ResourceRequirements) Clone() *Pod_Spec_Container_ResourceRequirements
- func (o *Pod_Spec_Container_ResourceRequirements) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Spec_Container_ResourceRequirements) Descriptor() ([]byte, []int)
- func (m *Pod_Spec_Container_ResourceRequirements) GetLimits() map[string]int64
- func (m *Pod_Spec_Container_ResourceRequirements) GetRequests() map[string]int64
- func (*Pod_Spec_Container_ResourceRequirements) GotenMessage()
- func (o *Pod_Spec_Container_ResourceRequirements) GotenObjectExt()
- func (obj *Pod_Spec_Container_ResourceRequirements) GotenValidate() error
- func (o *Pod_Spec_Container_ResourceRequirements) MakeDiffFieldMask(other *Pod_Spec_Container_ResourceRequirements) *Pod_Spec_Container_ResourceRequirements_FieldMask
- func (o *Pod_Spec_Container_ResourceRequirements) MakeFullFieldMask() *Pod_Spec_Container_ResourceRequirements_FieldMask
- func (o *Pod_Spec_Container_ResourceRequirements) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Spec_Container_ResourceRequirements) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Spec_Container_ResourceRequirements) Marshal() ([]byte, error)
- func (m *Pod_Spec_Container_ResourceRequirements) MarshalJSON() ([]byte, error)
- func (o *Pod_Spec_Container_ResourceRequirements) Merge(source *Pod_Spec_Container_ResourceRequirements)
- func (o *Pod_Spec_Container_ResourceRequirements) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Spec_Container_ResourceRequirements) ProtoMessage()
- func (m *Pod_Spec_Container_ResourceRequirements) ProtoReflect() preflect.Message
- func (m *Pod_Spec_Container_ResourceRequirements) Reset()
- func (m *Pod_Spec_Container_ResourceRequirements) SetLimits(fv map[string]int64)
- func (m *Pod_Spec_Container_ResourceRequirements) SetRequests(fv map[string]int64)
- func (m *Pod_Spec_Container_ResourceRequirements) String() string
- func (m *Pod_Spec_Container_ResourceRequirements) Unmarshal(b []byte) error
- func (m *Pod_Spec_Container_ResourceRequirements) UnmarshalJSON(data []byte) error
- type Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits
- func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits) FieldPath() *PodSpecContainerResourceRequirements_FieldPathMap
- func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits) WithArrayOfValues(values []int64) *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues
- func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits) WithValue(value int64) *PodSpecContainerResourceRequirements_FieldPathMapValue
- type Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests
- func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests) FieldPath() *PodSpecContainerResourceRequirements_FieldPathMap
- func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests) WithArrayOfValues(values []int64) *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues
- func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests) WithValue(value int64) *PodSpecContainerResourceRequirements_FieldPathMapValue
- type Pod_Spec_Container_ResourceRequirementsPathSelectorLimits
- func (Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) FieldPath() *PodSpecContainerResourceRequirements_FieldTerminalPath
- func (s Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) WithArrayOfValues(values []map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues
- func (Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) WithKey(key string) Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits
- func (s Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) WithValue(value map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathValue
- type Pod_Spec_Container_ResourceRequirementsPathSelectorRequests
- func (Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) FieldPath() *PodSpecContainerResourceRequirements_FieldTerminalPath
- func (s Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) WithArrayOfValues(values []map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues
- func (Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) WithKey(key string) Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests
- func (s Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) WithValue(value map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathValue
- type Pod_Spec_Container_ResourceRequirements_FieldMask
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) AppendPath(path PodSpecContainerResourceRequirements_FieldPath)
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) FilterInputFields() *Pod_Spec_Container_ResourceRequirements_FieldMask
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) GetPaths() []PodSpecContainerResourceRequirements_FieldPath
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) IsFull() bool
- func (fieldMask Pod_Spec_Container_ResourceRequirements_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Spec_Container_ResourceRequirements_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) PathsCount() int
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Project(source *Pod_Spec_Container_ResourceRequirements) *Pod_Spec_Container_ResourceRequirements
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Reset()
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Set(target, source *Pod_Spec_Container_ResourceRequirements)
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Size() int
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) String() string
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Subtract(other *Pod_Spec_Container_ResourceRequirements_FieldMask) *Pod_Spec_Container_ResourceRequirements_FieldMask
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Spec_FieldMask
- func (fieldMask *Pod_Spec_FieldMask) AppendPath(path PodSpec_FieldPath)
- func (fieldMask *Pod_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Spec_FieldMask) FilterInputFields() *Pod_Spec_FieldMask
- func (fieldMask *Pod_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Spec_FieldMask) GetPaths() []PodSpec_FieldPath
- func (fieldMask *Pod_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Spec_FieldMask) IsFull() bool
- func (fieldMask Pod_Spec_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Spec_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Spec_FieldMask) PathsCount() int
- func (fieldMask *Pod_Spec_FieldMask) Project(source *Pod_Spec) *Pod_Spec
- func (fieldMask *Pod_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Spec_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Spec_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Spec_FieldMask) Reset()
- func (fieldMask *Pod_Spec_FieldMask) Set(target, source *Pod_Spec)
- func (fieldMask *Pod_Spec_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Spec_FieldMask) Size() int
- func (fieldMask *Pod_Spec_FieldMask) String() string
- func (fieldMask *Pod_Spec_FieldMask) Subtract(other *Pod_Spec_FieldMask) *Pod_Spec_FieldMask
- func (fieldMask *Pod_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Spec_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Spec_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Spec_RestartPolicy
- func (Pod_Spec_RestartPolicy) Descriptor() preflect.EnumDescriptor
- func (x Pod_Spec_RestartPolicy) Enum() *Pod_Spec_RestartPolicy
- func (Pod_Spec_RestartPolicy) EnumDescriptor() ([]byte, []int)
- func (x Pod_Spec_RestartPolicy) Number() preflect.EnumNumber
- func (x Pod_Spec_RestartPolicy) String() string
- func (Pod_Spec_RestartPolicy) Type() preflect.EnumType
- type Pod_Status
- func (o *Pod_Status) Clone() *Pod_Status
- func (o *Pod_Status) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Status) Descriptor() ([]byte, []int)
- func (m *Pod_Status) GetContainerStatuses() []*Pod_Status_Container
- func (m *Pod_Status) GetPhase() Pod_Status_Phase
- func (*Pod_Status) GotenMessage()
- func (o *Pod_Status) GotenObjectExt()
- func (obj *Pod_Status) GotenValidate() error
- func (o *Pod_Status) MakeDiffFieldMask(other *Pod_Status) *Pod_Status_FieldMask
- func (o *Pod_Status) MakeFullFieldMask() *Pod_Status_FieldMask
- func (o *Pod_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Status) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Status) Marshal() ([]byte, error)
- func (m *Pod_Status) MarshalJSON() ([]byte, error)
- func (o *Pod_Status) Merge(source *Pod_Status)
- func (o *Pod_Status) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Status) ProtoMessage()
- func (m *Pod_Status) ProtoReflect() preflect.Message
- func (m *Pod_Status) Reset()
- func (m *Pod_Status) SetContainerStatuses(fv []*Pod_Status_Container)
- func (m *Pod_Status) SetPhase(fv Pod_Status_Phase)
- func (m *Pod_Status) String() string
- func (m *Pod_Status) Unmarshal(b []byte) error
- func (m *Pod_Status) UnmarshalJSON(data []byte) error
- type Pod_StatusPathSelectorContainerStatuses
- func (Pod_StatusPathSelectorContainerStatuses) FieldPath() *PodStatus_FieldTerminalPath
- func (Pod_StatusPathSelectorContainerStatuses) Name() Pod_StatusPathSelectorContainerStatusesName
- func (Pod_StatusPathSelectorContainerStatuses) Running() Pod_StatusPathSelectorContainerStatusesRunning
- func (Pod_StatusPathSelectorContainerStatuses) State() Pod_StatusPathSelectorContainerStatusesState
- func (Pod_StatusPathSelectorContainerStatuses) Terminated() Pod_StatusPathSelectorContainerStatusesTerminated
- func (Pod_StatusPathSelectorContainerStatuses) Waiting() Pod_StatusPathSelectorContainerStatusesWaiting
- func (s Pod_StatusPathSelectorContainerStatuses) WithArrayOfValues(values [][]*Pod_Status_Container) *PodStatus_FieldTerminalPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatuses) WithItemValue(value *Pod_Status_Container) *PodStatus_FieldTerminalPathArrayItemValue
- func (s Pod_StatusPathSelectorContainerStatuses) WithSubArrayItemValue(subPathArrayItemValue PodStatusContainer_FieldPathArrayItemValue) *PodStatus_FieldSubPathArrayItemValue
- func (s Pod_StatusPathSelectorContainerStatuses) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainer_FieldPathArrayOfValues) *PodStatus_FieldSubPathArrayOfValues
- func (Pod_StatusPathSelectorContainerStatuses) WithSubPath(subPath PodStatusContainer_FieldPath) *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatuses) WithSubValue(subPathValue PodStatusContainer_FieldPathValue) *PodStatus_FieldSubPathValue
- func (s Pod_StatusPathSelectorContainerStatuses) WithValue(value []*Pod_Status_Container) *PodStatus_FieldTerminalPathValue
- type Pod_StatusPathSelectorContainerStatusesName
- func (Pod_StatusPathSelectorContainerStatusesName) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesName) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesName) WithValue(value string) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesRunning
- func (Pod_StatusPathSelectorContainerStatusesRunning) FieldPath() *PodStatus_FieldSubPath
- func (Pod_StatusPathSelectorContainerStatusesRunning) StartedAt() Pod_StatusPathSelectorContainerStatusesRunningStartedAt
- func (s Pod_StatusPathSelectorContainerStatusesRunning) WithArrayOfValues(values []*Pod_Status_Container_StateRunning) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesRunning) WithValue(value *Pod_Status_Container_StateRunning) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesRunningStartedAt
- func (Pod_StatusPathSelectorContainerStatusesRunningStartedAt) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesState
- func (Pod_StatusPathSelectorContainerStatusesState) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesState) WithArrayOfValues(values []Pod_Status_Container_State) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesState) WithValue(value Pod_Status_Container_State) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminated
- func (Pod_StatusPathSelectorContainerStatusesTerminated) ContainerId() Pod_StatusPathSelectorContainerStatusesTerminatedContainerId
- func (Pod_StatusPathSelectorContainerStatusesTerminated) ExitCode() Pod_StatusPathSelectorContainerStatusesTerminatedExitCode
- func (Pod_StatusPathSelectorContainerStatusesTerminated) FieldPath() *PodStatus_FieldSubPath
- func (Pod_StatusPathSelectorContainerStatusesTerminated) FinishedAt() Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt
- func (Pod_StatusPathSelectorContainerStatusesTerminated) Message() Pod_StatusPathSelectorContainerStatusesTerminatedMessage
- func (Pod_StatusPathSelectorContainerStatusesTerminated) Reason() Pod_StatusPathSelectorContainerStatusesTerminatedReason
- func (Pod_StatusPathSelectorContainerStatusesTerminated) Signal() Pod_StatusPathSelectorContainerStatusesTerminatedSignal
- func (Pod_StatusPathSelectorContainerStatusesTerminated) StartedAt() Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt
- func (s Pod_StatusPathSelectorContainerStatusesTerminated) WithArrayOfValues(values []*Pod_Status_Container_StateTerminated) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminated) WithValue(value *Pod_Status_Container_StateTerminated) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminatedContainerId
- func (Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) WithValue(value string) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminatedExitCode
- func (Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) WithValue(value int32) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt
- func (Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminatedMessage
- func (Pod_StatusPathSelectorContainerStatusesTerminatedMessage) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedMessage) WithValue(value string) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminatedReason
- func (Pod_StatusPathSelectorContainerStatusesTerminatedReason) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedReason) WithValue(value string) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminatedSignal
- func (Pod_StatusPathSelectorContainerStatusesTerminatedSignal) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedSignal) WithValue(value int32) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt
- func (Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesWaiting
- func (Pod_StatusPathSelectorContainerStatusesWaiting) FieldPath() *PodStatus_FieldSubPath
- func (Pod_StatusPathSelectorContainerStatusesWaiting) Message() Pod_StatusPathSelectorContainerStatusesWaitingMessage
- func (Pod_StatusPathSelectorContainerStatusesWaiting) Reason() Pod_StatusPathSelectorContainerStatusesWaitingReason
- func (s Pod_StatusPathSelectorContainerStatusesWaiting) WithArrayOfValues(values []*Pod_Status_Container_StateWaiting) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesWaiting) WithValue(value *Pod_Status_Container_StateWaiting) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesWaitingMessage
- func (Pod_StatusPathSelectorContainerStatusesWaitingMessage) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesWaitingMessage) WithValue(value string) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorContainerStatusesWaitingReason
- func (Pod_StatusPathSelectorContainerStatusesWaitingReason) FieldPath() *PodStatus_FieldSubPath
- func (s Pod_StatusPathSelectorContainerStatusesWaitingReason) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
- func (s Pod_StatusPathSelectorContainerStatusesWaitingReason) WithValue(value string) *PodStatus_FieldSubPathValue
- type Pod_StatusPathSelectorPhase
- func (Pod_StatusPathSelectorPhase) FieldPath() *PodStatus_FieldTerminalPath
- func (s Pod_StatusPathSelectorPhase) WithArrayOfValues(values []Pod_Status_Phase) *PodStatus_FieldTerminalPathArrayOfValues
- func (s Pod_StatusPathSelectorPhase) WithValue(value Pod_Status_Phase) *PodStatus_FieldTerminalPathValue
- type Pod_Status_Container
- func (o *Pod_Status_Container) Clone() *Pod_Status_Container
- func (o *Pod_Status_Container) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Status_Container) Descriptor() ([]byte, []int)
- func (m *Pod_Status_Container) GetName() string
- func (m *Pod_Status_Container) GetRunning() *Pod_Status_Container_StateRunning
- func (m *Pod_Status_Container) GetState() Pod_Status_Container_State
- func (m *Pod_Status_Container) GetTerminated() *Pod_Status_Container_StateTerminated
- func (m *Pod_Status_Container) GetWaiting() *Pod_Status_Container_StateWaiting
- func (*Pod_Status_Container) GotenMessage()
- func (o *Pod_Status_Container) GotenObjectExt()
- func (obj *Pod_Status_Container) GotenValidate() error
- func (o *Pod_Status_Container) MakeDiffFieldMask(other *Pod_Status_Container) *Pod_Status_Container_FieldMask
- func (o *Pod_Status_Container) MakeFullFieldMask() *Pod_Status_Container_FieldMask
- func (o *Pod_Status_Container) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Status_Container) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Status_Container) Marshal() ([]byte, error)
- func (m *Pod_Status_Container) MarshalJSON() ([]byte, error)
- func (o *Pod_Status_Container) Merge(source *Pod_Status_Container)
- func (o *Pod_Status_Container) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Status_Container) ProtoMessage()
- func (m *Pod_Status_Container) ProtoReflect() preflect.Message
- func (m *Pod_Status_Container) Reset()
- func (m *Pod_Status_Container) SetName(fv string)
- func (m *Pod_Status_Container) SetRunning(fv *Pod_Status_Container_StateRunning)
- func (m *Pod_Status_Container) SetState(fv Pod_Status_Container_State)
- func (m *Pod_Status_Container) SetTerminated(fv *Pod_Status_Container_StateTerminated)
- func (m *Pod_Status_Container) SetWaiting(fv *Pod_Status_Container_StateWaiting)
- func (m *Pod_Status_Container) String() string
- func (m *Pod_Status_Container) Unmarshal(b []byte) error
- func (m *Pod_Status_Container) UnmarshalJSON(data []byte) error
- type Pod_Status_ContainerPathSelectorName
- func (Pod_Status_ContainerPathSelectorName) FieldPath() *PodStatusContainer_FieldTerminalPath
- func (s Pod_Status_ContainerPathSelectorName) WithArrayOfValues(values []string) *PodStatusContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorName) WithValue(value string) *PodStatusContainer_FieldTerminalPathValue
- type Pod_Status_ContainerPathSelectorRunning
- func (Pod_Status_ContainerPathSelectorRunning) FieldPath() *PodStatusContainer_FieldTerminalPath
- func (Pod_Status_ContainerPathSelectorRunning) StartedAt() Pod_Status_ContainerPathSelectorRunningStartedAt
- func (s Pod_Status_ContainerPathSelectorRunning) WithArrayOfValues(values []*Pod_Status_Container_StateRunning) *PodStatusContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorRunning) WithSubArrayItemValue(subPathArrayItemValue PodStatusContainerStateRunning_FieldPathArrayItemValue) *PodStatusContainer_FieldSubPathArrayItemValue
- func (s Pod_Status_ContainerPathSelectorRunning) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainerStateRunning_FieldPathArrayOfValues) *PodStatusContainer_FieldSubPathArrayOfValues
- func (Pod_Status_ContainerPathSelectorRunning) WithSubPath(subPath PodStatusContainerStateRunning_FieldPath) *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorRunning) WithSubValue(subPathValue PodStatusContainerStateRunning_FieldPathValue) *PodStatusContainer_FieldSubPathValue
- func (s Pod_Status_ContainerPathSelectorRunning) WithValue(value *Pod_Status_Container_StateRunning) *PodStatusContainer_FieldTerminalPathValue
- type Pod_Status_ContainerPathSelectorRunningStartedAt
- func (Pod_Status_ContainerPathSelectorRunningStartedAt) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorRunningStartedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorState
- func (Pod_Status_ContainerPathSelectorState) FieldPath() *PodStatusContainer_FieldTerminalPath
- func (s Pod_Status_ContainerPathSelectorState) WithArrayOfValues(values []Pod_Status_Container_State) *PodStatusContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorState) WithValue(value Pod_Status_Container_State) *PodStatusContainer_FieldTerminalPathValue
- type Pod_Status_ContainerPathSelectorTerminated
- func (Pod_Status_ContainerPathSelectorTerminated) ContainerId() Pod_Status_ContainerPathSelectorTerminatedContainerId
- func (Pod_Status_ContainerPathSelectorTerminated) ExitCode() Pod_Status_ContainerPathSelectorTerminatedExitCode
- func (Pod_Status_ContainerPathSelectorTerminated) FieldPath() *PodStatusContainer_FieldTerminalPath
- func (Pod_Status_ContainerPathSelectorTerminated) FinishedAt() Pod_Status_ContainerPathSelectorTerminatedFinishedAt
- func (Pod_Status_ContainerPathSelectorTerminated) Message() Pod_Status_ContainerPathSelectorTerminatedMessage
- func (Pod_Status_ContainerPathSelectorTerminated) Reason() Pod_Status_ContainerPathSelectorTerminatedReason
- func (Pod_Status_ContainerPathSelectorTerminated) Signal() Pod_Status_ContainerPathSelectorTerminatedSignal
- func (Pod_Status_ContainerPathSelectorTerminated) StartedAt() Pod_Status_ContainerPathSelectorTerminatedStartedAt
- func (s Pod_Status_ContainerPathSelectorTerminated) WithArrayOfValues(values []*Pod_Status_Container_StateTerminated) *PodStatusContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminated) WithSubArrayItemValue(...) *PodStatusContainer_FieldSubPathArrayItemValue
- func (s Pod_Status_ContainerPathSelectorTerminated) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainerStateTerminated_FieldPathArrayOfValues) *PodStatusContainer_FieldSubPathArrayOfValues
- func (Pod_Status_ContainerPathSelectorTerminated) WithSubPath(subPath PodStatusContainerStateTerminated_FieldPath) *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminated) WithSubValue(subPathValue PodStatusContainerStateTerminated_FieldPathValue) *PodStatusContainer_FieldSubPathValue
- func (s Pod_Status_ContainerPathSelectorTerminated) WithValue(value *Pod_Status_Container_StateTerminated) *PodStatusContainer_FieldTerminalPathValue
- type Pod_Status_ContainerPathSelectorTerminatedContainerId
- func (Pod_Status_ContainerPathSelectorTerminatedContainerId) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminatedContainerId) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminatedContainerId) WithValue(value string) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorTerminatedExitCode
- func (Pod_Status_ContainerPathSelectorTerminatedExitCode) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminatedExitCode) WithArrayOfValues(values []int32) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminatedExitCode) WithValue(value int32) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorTerminatedFinishedAt
- func (Pod_Status_ContainerPathSelectorTerminatedFinishedAt) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorTerminatedMessage
- func (Pod_Status_ContainerPathSelectorTerminatedMessage) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminatedMessage) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminatedMessage) WithValue(value string) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorTerminatedReason
- func (Pod_Status_ContainerPathSelectorTerminatedReason) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminatedReason) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminatedReason) WithValue(value string) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorTerminatedSignal
- func (Pod_Status_ContainerPathSelectorTerminatedSignal) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminatedSignal) WithArrayOfValues(values []int32) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminatedSignal) WithValue(value int32) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorTerminatedStartedAt
- func (Pod_Status_ContainerPathSelectorTerminatedStartedAt) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorWaiting
- func (Pod_Status_ContainerPathSelectorWaiting) FieldPath() *PodStatusContainer_FieldTerminalPath
- func (Pod_Status_ContainerPathSelectorWaiting) Message() Pod_Status_ContainerPathSelectorWaitingMessage
- func (Pod_Status_ContainerPathSelectorWaiting) Reason() Pod_Status_ContainerPathSelectorWaitingReason
- func (s Pod_Status_ContainerPathSelectorWaiting) WithArrayOfValues(values []*Pod_Status_Container_StateWaiting) *PodStatusContainer_FieldTerminalPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorWaiting) WithSubArrayItemValue(subPathArrayItemValue PodStatusContainerStateWaiting_FieldPathArrayItemValue) *PodStatusContainer_FieldSubPathArrayItemValue
- func (s Pod_Status_ContainerPathSelectorWaiting) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainerStateWaiting_FieldPathArrayOfValues) *PodStatusContainer_FieldSubPathArrayOfValues
- func (Pod_Status_ContainerPathSelectorWaiting) WithSubPath(subPath PodStatusContainerStateWaiting_FieldPath) *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorWaiting) WithSubValue(subPathValue PodStatusContainerStateWaiting_FieldPathValue) *PodStatusContainer_FieldSubPathValue
- func (s Pod_Status_ContainerPathSelectorWaiting) WithValue(value *Pod_Status_Container_StateWaiting) *PodStatusContainer_FieldTerminalPathValue
- type Pod_Status_ContainerPathSelectorWaitingMessage
- func (Pod_Status_ContainerPathSelectorWaitingMessage) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorWaitingMessage) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorWaitingMessage) WithValue(value string) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_ContainerPathSelectorWaitingReason
- func (Pod_Status_ContainerPathSelectorWaitingReason) FieldPath() *PodStatusContainer_FieldSubPath
- func (s Pod_Status_ContainerPathSelectorWaitingReason) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
- func (s Pod_Status_ContainerPathSelectorWaitingReason) WithValue(value string) *PodStatusContainer_FieldSubPathValue
- type Pod_Status_Container_FieldMask
- func (fieldMask *Pod_Status_Container_FieldMask) AppendPath(path PodStatusContainer_FieldPath)
- func (fieldMask *Pod_Status_Container_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Status_Container_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Status_Container_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Status_Container_FieldMask) FilterInputFields() *Pod_Status_Container_FieldMask
- func (fieldMask *Pod_Status_Container_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Status_Container_FieldMask) GetPaths() []PodStatusContainer_FieldPath
- func (fieldMask *Pod_Status_Container_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Status_Container_FieldMask) IsFull() bool
- func (fieldMask Pod_Status_Container_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Status_Container_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Status_Container_FieldMask) PathsCount() int
- func (fieldMask *Pod_Status_Container_FieldMask) Project(source *Pod_Status_Container) *Pod_Status_Container
- func (fieldMask *Pod_Status_Container_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Status_Container_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Status_Container_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Status_Container_FieldMask) Reset()
- func (fieldMask *Pod_Status_Container_FieldMask) Set(target, source *Pod_Status_Container)
- func (fieldMask *Pod_Status_Container_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Status_Container_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Status_Container_FieldMask) Size() int
- func (fieldMask *Pod_Status_Container_FieldMask) String() string
- func (fieldMask *Pod_Status_Container_FieldMask) Subtract(other *Pod_Status_Container_FieldMask) *Pod_Status_Container_FieldMask
- func (fieldMask *Pod_Status_Container_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Status_Container_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Status_Container_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Status_Container_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Status_Container_State
- func (Pod_Status_Container_State) Descriptor() preflect.EnumDescriptor
- func (x Pod_Status_Container_State) Enum() *Pod_Status_Container_State
- func (Pod_Status_Container_State) EnumDescriptor() ([]byte, []int)
- func (x Pod_Status_Container_State) Number() preflect.EnumNumber
- func (x Pod_Status_Container_State) String() string
- func (Pod_Status_Container_State) Type() preflect.EnumType
- type Pod_Status_Container_StateRunning
- func (o *Pod_Status_Container_StateRunning) Clone() *Pod_Status_Container_StateRunning
- func (o *Pod_Status_Container_StateRunning) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Status_Container_StateRunning) Descriptor() ([]byte, []int)
- func (m *Pod_Status_Container_StateRunning) GetStartedAt() *timestamp.Timestamp
- func (*Pod_Status_Container_StateRunning) GotenMessage()
- func (o *Pod_Status_Container_StateRunning) GotenObjectExt()
- func (obj *Pod_Status_Container_StateRunning) GotenValidate() error
- func (o *Pod_Status_Container_StateRunning) MakeDiffFieldMask(other *Pod_Status_Container_StateRunning) *Pod_Status_Container_StateRunning_FieldMask
- func (o *Pod_Status_Container_StateRunning) MakeFullFieldMask() *Pod_Status_Container_StateRunning_FieldMask
- func (o *Pod_Status_Container_StateRunning) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Status_Container_StateRunning) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Status_Container_StateRunning) Marshal() ([]byte, error)
- func (m *Pod_Status_Container_StateRunning) MarshalJSON() ([]byte, error)
- func (o *Pod_Status_Container_StateRunning) Merge(source *Pod_Status_Container_StateRunning)
- func (o *Pod_Status_Container_StateRunning) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Status_Container_StateRunning) ProtoMessage()
- func (m *Pod_Status_Container_StateRunning) ProtoReflect() preflect.Message
- func (m *Pod_Status_Container_StateRunning) Reset()
- func (m *Pod_Status_Container_StateRunning) SetStartedAt(fv *timestamp.Timestamp)
- func (m *Pod_Status_Container_StateRunning) String() string
- func (m *Pod_Status_Container_StateRunning) Unmarshal(b []byte) error
- func (m *Pod_Status_Container_StateRunning) UnmarshalJSON(data []byte) error
- type Pod_Status_Container_StateRunningPathSelectorStartedAt
- func (Pod_Status_Container_StateRunningPathSelectorStartedAt) FieldPath() *PodStatusContainerStateRunning_FieldTerminalPath
- func (s Pod_Status_Container_StateRunningPathSelectorStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateRunningPathSelectorStartedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainerStateRunning_FieldTerminalPathValue
- type Pod_Status_Container_StateRunning_FieldMask
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) AppendPath(path PodStatusContainerStateRunning_FieldPath)
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) FilterInputFields() *Pod_Status_Container_StateRunning_FieldMask
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) GetPaths() []PodStatusContainerStateRunning_FieldPath
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) IsFull() bool
- func (fieldMask Pod_Status_Container_StateRunning_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Status_Container_StateRunning_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) PathsCount() int
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Project(source *Pod_Status_Container_StateRunning) *Pod_Status_Container_StateRunning
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Reset()
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Set(target, source *Pod_Status_Container_StateRunning)
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Size() int
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) String() string
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Subtract(other *Pod_Status_Container_StateRunning_FieldMask) *Pod_Status_Container_StateRunning_FieldMask
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Status_Container_StateTerminated
- func (o *Pod_Status_Container_StateTerminated) Clone() *Pod_Status_Container_StateTerminated
- func (o *Pod_Status_Container_StateTerminated) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Status_Container_StateTerminated) Descriptor() ([]byte, []int)
- func (m *Pod_Status_Container_StateTerminated) GetContainerId() string
- func (m *Pod_Status_Container_StateTerminated) GetExitCode() int32
- func (m *Pod_Status_Container_StateTerminated) GetFinishedAt() *timestamp.Timestamp
- func (m *Pod_Status_Container_StateTerminated) GetMessage() string
- func (m *Pod_Status_Container_StateTerminated) GetReason() string
- func (m *Pod_Status_Container_StateTerminated) GetSignal() int32
- func (m *Pod_Status_Container_StateTerminated) GetStartedAt() *timestamp.Timestamp
- func (*Pod_Status_Container_StateTerminated) GotenMessage()
- func (o *Pod_Status_Container_StateTerminated) GotenObjectExt()
- func (obj *Pod_Status_Container_StateTerminated) GotenValidate() error
- func (o *Pod_Status_Container_StateTerminated) MakeDiffFieldMask(other *Pod_Status_Container_StateTerminated) *Pod_Status_Container_StateTerminated_FieldMask
- func (o *Pod_Status_Container_StateTerminated) MakeFullFieldMask() *Pod_Status_Container_StateTerminated_FieldMask
- func (o *Pod_Status_Container_StateTerminated) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Status_Container_StateTerminated) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Status_Container_StateTerminated) Marshal() ([]byte, error)
- func (m *Pod_Status_Container_StateTerminated) MarshalJSON() ([]byte, error)
- func (o *Pod_Status_Container_StateTerminated) Merge(source *Pod_Status_Container_StateTerminated)
- func (o *Pod_Status_Container_StateTerminated) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Status_Container_StateTerminated) ProtoMessage()
- func (m *Pod_Status_Container_StateTerminated) ProtoReflect() preflect.Message
- func (m *Pod_Status_Container_StateTerminated) Reset()
- func (m *Pod_Status_Container_StateTerminated) SetContainerId(fv string)
- func (m *Pod_Status_Container_StateTerminated) SetExitCode(fv int32)
- func (m *Pod_Status_Container_StateTerminated) SetFinishedAt(fv *timestamp.Timestamp)
- func (m *Pod_Status_Container_StateTerminated) SetMessage(fv string)
- func (m *Pod_Status_Container_StateTerminated) SetReason(fv string)
- func (m *Pod_Status_Container_StateTerminated) SetSignal(fv int32)
- func (m *Pod_Status_Container_StateTerminated) SetStartedAt(fv *timestamp.Timestamp)
- func (m *Pod_Status_Container_StateTerminated) String() string
- func (m *Pod_Status_Container_StateTerminated) Unmarshal(b []byte) error
- func (m *Pod_Status_Container_StateTerminated) UnmarshalJSON(data []byte) error
- type Pod_Status_Container_StateTerminatedPathSelectorContainerId
- func (Pod_Status_Container_StateTerminatedPathSelectorContainerId) FieldPath() *PodStatusContainerStateTerminated_FieldTerminalPath
- func (s Pod_Status_Container_StateTerminatedPathSelectorContainerId) WithArrayOfValues(values []string) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateTerminatedPathSelectorContainerId) WithValue(value string) *PodStatusContainerStateTerminated_FieldTerminalPathValue
- type Pod_Status_Container_StateTerminatedPathSelectorExitCode
- func (Pod_Status_Container_StateTerminatedPathSelectorExitCode) FieldPath() *PodStatusContainerStateTerminated_FieldTerminalPath
- func (s Pod_Status_Container_StateTerminatedPathSelectorExitCode) WithArrayOfValues(values []int32) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateTerminatedPathSelectorExitCode) WithValue(value int32) *PodStatusContainerStateTerminated_FieldTerminalPathValue
- type Pod_Status_Container_StateTerminatedPathSelectorFinishedAt
- func (Pod_Status_Container_StateTerminatedPathSelectorFinishedAt) FieldPath() *PodStatusContainerStateTerminated_FieldTerminalPath
- func (s Pod_Status_Container_StateTerminatedPathSelectorFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateTerminatedPathSelectorFinishedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainerStateTerminated_FieldTerminalPathValue
- type Pod_Status_Container_StateTerminatedPathSelectorMessage
- func (Pod_Status_Container_StateTerminatedPathSelectorMessage) FieldPath() *PodStatusContainerStateTerminated_FieldTerminalPath
- func (s Pod_Status_Container_StateTerminatedPathSelectorMessage) WithArrayOfValues(values []string) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateTerminatedPathSelectorMessage) WithValue(value string) *PodStatusContainerStateTerminated_FieldTerminalPathValue
- type Pod_Status_Container_StateTerminatedPathSelectorReason
- func (Pod_Status_Container_StateTerminatedPathSelectorReason) FieldPath() *PodStatusContainerStateTerminated_FieldTerminalPath
- func (s Pod_Status_Container_StateTerminatedPathSelectorReason) WithArrayOfValues(values []string) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateTerminatedPathSelectorReason) WithValue(value string) *PodStatusContainerStateTerminated_FieldTerminalPathValue
- type Pod_Status_Container_StateTerminatedPathSelectorSignal
- func (Pod_Status_Container_StateTerminatedPathSelectorSignal) FieldPath() *PodStatusContainerStateTerminated_FieldTerminalPath
- func (s Pod_Status_Container_StateTerminatedPathSelectorSignal) WithArrayOfValues(values []int32) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateTerminatedPathSelectorSignal) WithValue(value int32) *PodStatusContainerStateTerminated_FieldTerminalPathValue
- type Pod_Status_Container_StateTerminatedPathSelectorStartedAt
- func (Pod_Status_Container_StateTerminatedPathSelectorStartedAt) FieldPath() *PodStatusContainerStateTerminated_FieldTerminalPath
- func (s Pod_Status_Container_StateTerminatedPathSelectorStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateTerminatedPathSelectorStartedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainerStateTerminated_FieldTerminalPathValue
- type Pod_Status_Container_StateTerminated_FieldMask
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) AppendPath(path PodStatusContainerStateTerminated_FieldPath)
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) FilterInputFields() *Pod_Status_Container_StateTerminated_FieldMask
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) GetPaths() []PodStatusContainerStateTerminated_FieldPath
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) IsFull() bool
- func (fieldMask Pod_Status_Container_StateTerminated_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Status_Container_StateTerminated_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) PathsCount() int
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Project(source *Pod_Status_Container_StateTerminated) *Pod_Status_Container_StateTerminated
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Reset()
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Set(target, source *Pod_Status_Container_StateTerminated)
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Size() int
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) String() string
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Subtract(other *Pod_Status_Container_StateTerminated_FieldMask) *Pod_Status_Container_StateTerminated_FieldMask
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Status_Container_StateWaiting
- func (o *Pod_Status_Container_StateWaiting) Clone() *Pod_Status_Container_StateWaiting
- func (o *Pod_Status_Container_StateWaiting) CloneRaw() gotenobject.GotenObjectExt
- func (*Pod_Status_Container_StateWaiting) Descriptor() ([]byte, []int)
- func (m *Pod_Status_Container_StateWaiting) GetMessage() string
- func (m *Pod_Status_Container_StateWaiting) GetReason() string
- func (*Pod_Status_Container_StateWaiting) GotenMessage()
- func (o *Pod_Status_Container_StateWaiting) GotenObjectExt()
- func (obj *Pod_Status_Container_StateWaiting) GotenValidate() error
- func (o *Pod_Status_Container_StateWaiting) MakeDiffFieldMask(other *Pod_Status_Container_StateWaiting) *Pod_Status_Container_StateWaiting_FieldMask
- func (o *Pod_Status_Container_StateWaiting) MakeFullFieldMask() *Pod_Status_Container_StateWaiting_FieldMask
- func (o *Pod_Status_Container_StateWaiting) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Pod_Status_Container_StateWaiting) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Pod_Status_Container_StateWaiting) Marshal() ([]byte, error)
- func (m *Pod_Status_Container_StateWaiting) MarshalJSON() ([]byte, error)
- func (o *Pod_Status_Container_StateWaiting) Merge(source *Pod_Status_Container_StateWaiting)
- func (o *Pod_Status_Container_StateWaiting) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Pod_Status_Container_StateWaiting) ProtoMessage()
- func (m *Pod_Status_Container_StateWaiting) ProtoReflect() preflect.Message
- func (m *Pod_Status_Container_StateWaiting) Reset()
- func (m *Pod_Status_Container_StateWaiting) SetMessage(fv string)
- func (m *Pod_Status_Container_StateWaiting) SetReason(fv string)
- func (m *Pod_Status_Container_StateWaiting) String() string
- func (m *Pod_Status_Container_StateWaiting) Unmarshal(b []byte) error
- func (m *Pod_Status_Container_StateWaiting) UnmarshalJSON(data []byte) error
- type Pod_Status_Container_StateWaitingPathSelectorMessage
- func (Pod_Status_Container_StateWaitingPathSelectorMessage) FieldPath() *PodStatusContainerStateWaiting_FieldTerminalPath
- func (s Pod_Status_Container_StateWaitingPathSelectorMessage) WithArrayOfValues(values []string) *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateWaitingPathSelectorMessage) WithValue(value string) *PodStatusContainerStateWaiting_FieldTerminalPathValue
- type Pod_Status_Container_StateWaitingPathSelectorReason
- func (Pod_Status_Container_StateWaitingPathSelectorReason) FieldPath() *PodStatusContainerStateWaiting_FieldTerminalPath
- func (s Pod_Status_Container_StateWaitingPathSelectorReason) WithArrayOfValues(values []string) *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues
- func (s Pod_Status_Container_StateWaitingPathSelectorReason) WithValue(value string) *PodStatusContainerStateWaiting_FieldTerminalPathValue
- type Pod_Status_Container_StateWaiting_FieldMask
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) AppendPath(path PodStatusContainerStateWaiting_FieldPath)
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) FilterInputFields() *Pod_Status_Container_StateWaiting_FieldMask
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) GetPaths() []PodStatusContainerStateWaiting_FieldPath
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) IsFull() bool
- func (fieldMask Pod_Status_Container_StateWaiting_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Status_Container_StateWaiting_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) PathsCount() int
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Project(source *Pod_Status_Container_StateWaiting) *Pod_Status_Container_StateWaiting
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Reset()
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Set(target, source *Pod_Status_Container_StateWaiting)
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Size() int
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) String() string
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Subtract(other *Pod_Status_Container_StateWaiting_FieldMask) *Pod_Status_Container_StateWaiting_FieldMask
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Status_FieldMask
- func (fieldMask *Pod_Status_FieldMask) AppendPath(path PodStatus_FieldPath)
- func (fieldMask *Pod_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Pod_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Pod_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Pod_Status_FieldMask) FilterInputFields() *Pod_Status_FieldMask
- func (fieldMask *Pod_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Pod_Status_FieldMask) GetPaths() []PodStatus_FieldPath
- func (fieldMask *Pod_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Pod_Status_FieldMask) IsFull() bool
- func (fieldMask Pod_Status_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Pod_Status_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Pod_Status_FieldMask) PathsCount() int
- func (fieldMask *Pod_Status_FieldMask) Project(source *Pod_Status) *Pod_Status
- func (fieldMask *Pod_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Pod_Status_FieldMask) ProtoMessage()
- func (fieldMask *Pod_Status_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Pod_Status_FieldMask) Reset()
- func (fieldMask *Pod_Status_FieldMask) Set(target, source *Pod_Status)
- func (fieldMask *Pod_Status_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Pod_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Pod_Status_FieldMask) Size() int
- func (fieldMask *Pod_Status_FieldMask) String() string
- func (fieldMask *Pod_Status_FieldMask) Subtract(other *Pod_Status_FieldMask) *Pod_Status_FieldMask
- func (fieldMask *Pod_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Pod_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Pod_Status_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Pod_Status_FieldMask) UnmarshalJSON(data []byte) error
- type Pod_Status_Phase
- func (Pod_Status_Phase) Descriptor() preflect.EnumDescriptor
- func (x Pod_Status_Phase) Enum() *Pod_Status_Phase
- func (Pod_Status_Phase) EnumDescriptor() ([]byte, []int)
- func (x Pod_Status_Phase) Number() preflect.EnumNumber
- func (x Pod_Status_Phase) String() string
- func (Pod_Status_Phase) Type() preflect.EnumType
- 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) GetPrevPageCursor() gotenresource.Cursor
- func (qr *QueryResultSnapshot) GetResults() gotenresource.ResourceList
- func (qr *QueryResultSnapshot) SetCursors(nextPageCursor, prevPageCursor gotenresource.Cursor)
- func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
- type Reference
- func (ref *Reference) ClearCached()
- func (ref *Reference) FullyQualifiedName() (string, error)
- func (ref *Reference) GetIdParts() map[string]string
- func (ref *Reference) GetPattern() gotenresource.NamePattern
- func (ref *Reference) GetPod() *Pod
- 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 *Pod)
- 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 SecretEnvSource
- func (o *SecretEnvSource) Clone() *SecretEnvSource
- func (o *SecretEnvSource) CloneRaw() gotenobject.GotenObjectExt
- func (*SecretEnvSource) Descriptor() ([]byte, []int)
- func (m *SecretEnvSource) GetName() string
- func (m *SecretEnvSource) GetOptional() bool
- func (*SecretEnvSource) GotenMessage()
- func (o *SecretEnvSource) GotenObjectExt()
- func (obj *SecretEnvSource) GotenValidate() error
- func (o *SecretEnvSource) MakeDiffFieldMask(other *SecretEnvSource) *SecretEnvSource_FieldMask
- func (o *SecretEnvSource) MakeFullFieldMask() *SecretEnvSource_FieldMask
- func (o *SecretEnvSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SecretEnvSource) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SecretEnvSource) Marshal() ([]byte, error)
- func (m *SecretEnvSource) MarshalJSON() ([]byte, error)
- func (o *SecretEnvSource) Merge(source *SecretEnvSource)
- func (o *SecretEnvSource) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SecretEnvSource) ProtoMessage()
- func (m *SecretEnvSource) ProtoReflect() preflect.Message
- func (m *SecretEnvSource) Reset()
- func (m *SecretEnvSource) SetName(fv string)
- func (m *SecretEnvSource) SetOptional(fv bool)
- func (m *SecretEnvSource) String() string
- func (m *SecretEnvSource) Unmarshal(b []byte) error
- func (m *SecretEnvSource) UnmarshalJSON(data []byte) error
- type SecretEnvSourceFieldPathBuilder
- type SecretEnvSourcePathSelectorName
- func (SecretEnvSourcePathSelectorName) FieldPath() *SecretEnvSource_FieldTerminalPath
- func (s SecretEnvSourcePathSelectorName) WithArrayOfValues(values []string) *SecretEnvSource_FieldTerminalPathArrayOfValues
- func (s SecretEnvSourcePathSelectorName) WithValue(value string) *SecretEnvSource_FieldTerminalPathValue
- type SecretEnvSourcePathSelectorOptional
- func (SecretEnvSourcePathSelectorOptional) FieldPath() *SecretEnvSource_FieldTerminalPath
- func (s SecretEnvSourcePathSelectorOptional) WithArrayOfValues(values []bool) *SecretEnvSource_FieldTerminalPathArrayOfValues
- func (s SecretEnvSourcePathSelectorOptional) WithValue(value bool) *SecretEnvSource_FieldTerminalPathValue
- type SecretEnvSource_FieldMask
- func (fieldMask *SecretEnvSource_FieldMask) AppendPath(path SecretEnvSource_FieldPath)
- func (fieldMask *SecretEnvSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SecretEnvSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SecretEnvSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SecretEnvSource_FieldMask) FilterInputFields() *SecretEnvSource_FieldMask
- func (fieldMask *SecretEnvSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SecretEnvSource_FieldMask) GetPaths() []SecretEnvSource_FieldPath
- func (fieldMask *SecretEnvSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SecretEnvSource_FieldMask) IsFull() bool
- func (fieldMask SecretEnvSource_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SecretEnvSource_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SecretEnvSource_FieldMask) PathsCount() int
- func (fieldMask *SecretEnvSource_FieldMask) Project(source *SecretEnvSource) *SecretEnvSource
- func (fieldMask *SecretEnvSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SecretEnvSource_FieldMask) ProtoMessage()
- func (fieldMask *SecretEnvSource_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SecretEnvSource_FieldMask) Reset()
- func (fieldMask *SecretEnvSource_FieldMask) Set(target, source *SecretEnvSource)
- func (fieldMask *SecretEnvSource_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SecretEnvSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SecretEnvSource_FieldMask) Size() int
- func (fieldMask *SecretEnvSource_FieldMask) String() string
- func (fieldMask *SecretEnvSource_FieldMask) Subtract(other *SecretEnvSource_FieldMask) *SecretEnvSource_FieldMask
- func (fieldMask *SecretEnvSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SecretEnvSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SecretEnvSource_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SecretEnvSource_FieldMask) UnmarshalJSON(data []byte) error
- type SecretEnvSource_FieldPath
- type SecretEnvSource_FieldPathArrayItemValue
- type SecretEnvSource_FieldPathArrayOfValues
- type SecretEnvSource_FieldPathSelector
- type SecretEnvSource_FieldPathValue
- type SecretEnvSource_FieldTerminalPath
- func (fp *SecretEnvSource_FieldTerminalPath) ClearValue(item *SecretEnvSource)
- func (fp *SecretEnvSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SecretEnvSource_FieldTerminalPath) Get(source *SecretEnvSource) (values []interface{})
- func (fp *SecretEnvSource_FieldTerminalPath) GetDefault() interface{}
- func (fp *SecretEnvSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SecretEnvSource_FieldTerminalPath) GetSingle(source *SecretEnvSource) (interface{}, bool)
- func (fp *SecretEnvSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SecretEnvSource_FieldTerminalPath) IsLeaf() bool
- func (fp *SecretEnvSource_FieldTerminalPath) JSONString() string
- func (fp *SecretEnvSource_FieldTerminalPath) Selector() SecretEnvSource_FieldPathSelector
- func (fp *SecretEnvSource_FieldTerminalPath) String() string
- func (fp *SecretEnvSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecretEnvSource_FieldPathArrayItemValue
- func (fp *SecretEnvSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecretEnvSource_FieldPathArrayOfValues
- func (fp *SecretEnvSource_FieldTerminalPath) WithIValue(value interface{}) SecretEnvSource_FieldPathValue
- func (fp *SecretEnvSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SecretEnvSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SecretEnvSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SecretEnvSource_FieldTerminalPathArrayItemValue
- func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) ContainsValue(source *SecretEnvSource) bool
- func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) GetSingle(source *SecretEnvSource) (interface{}, bool)
- func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SecretEnvSource_FieldTerminalPathArrayOfValues
- func (fpaov *SecretEnvSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *SecretEnvSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
- func (fpaov *SecretEnvSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type SecretEnvSource_FieldTerminalPathValue
- func (fpv *SecretEnvSource_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *SecretEnvSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
- func (fpv *SecretEnvSource_FieldTerminalPathValue) CompareWith(source *SecretEnvSource) (int, bool)
- func (fpv *SecretEnvSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SecretEnvSource_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SecretEnvSource_FieldTerminalPathValue) SetTo(target **SecretEnvSource)
- func (fpv *SecretEnvSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SecretKeySelector
- func (o *SecretKeySelector) Clone() *SecretKeySelector
- func (o *SecretKeySelector) CloneRaw() gotenobject.GotenObjectExt
- func (*SecretKeySelector) Descriptor() ([]byte, []int)
- func (m *SecretKeySelector) GetKey() string
- func (m *SecretKeySelector) GetName() string
- func (m *SecretKeySelector) GetOptional() bool
- func (*SecretKeySelector) GotenMessage()
- func (o *SecretKeySelector) GotenObjectExt()
- func (obj *SecretKeySelector) GotenValidate() error
- func (o *SecretKeySelector) MakeDiffFieldMask(other *SecretKeySelector) *SecretKeySelector_FieldMask
- func (o *SecretKeySelector) MakeFullFieldMask() *SecretKeySelector_FieldMask
- func (o *SecretKeySelector) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SecretKeySelector) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SecretKeySelector) Marshal() ([]byte, error)
- func (m *SecretKeySelector) MarshalJSON() ([]byte, error)
- func (o *SecretKeySelector) Merge(source *SecretKeySelector)
- func (o *SecretKeySelector) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SecretKeySelector) ProtoMessage()
- func (m *SecretKeySelector) ProtoReflect() preflect.Message
- func (m *SecretKeySelector) Reset()
- func (m *SecretKeySelector) SetKey(fv string)
- func (m *SecretKeySelector) SetName(fv string)
- func (m *SecretKeySelector) SetOptional(fv bool)
- func (m *SecretKeySelector) String() string
- func (m *SecretKeySelector) Unmarshal(b []byte) error
- func (m *SecretKeySelector) UnmarshalJSON(data []byte) error
- type SecretKeySelectorFieldPathBuilder
- type SecretKeySelectorPathSelectorKey
- func (SecretKeySelectorPathSelectorKey) FieldPath() *SecretKeySelector_FieldTerminalPath
- func (s SecretKeySelectorPathSelectorKey) WithArrayOfValues(values []string) *SecretKeySelector_FieldTerminalPathArrayOfValues
- func (s SecretKeySelectorPathSelectorKey) WithValue(value string) *SecretKeySelector_FieldTerminalPathValue
- type SecretKeySelectorPathSelectorName
- func (SecretKeySelectorPathSelectorName) FieldPath() *SecretKeySelector_FieldTerminalPath
- func (s SecretKeySelectorPathSelectorName) WithArrayOfValues(values []string) *SecretKeySelector_FieldTerminalPathArrayOfValues
- func (s SecretKeySelectorPathSelectorName) WithValue(value string) *SecretKeySelector_FieldTerminalPathValue
- type SecretKeySelectorPathSelectorOptional
- func (SecretKeySelectorPathSelectorOptional) FieldPath() *SecretKeySelector_FieldTerminalPath
- func (s SecretKeySelectorPathSelectorOptional) WithArrayOfValues(values []bool) *SecretKeySelector_FieldTerminalPathArrayOfValues
- func (s SecretKeySelectorPathSelectorOptional) WithValue(value bool) *SecretKeySelector_FieldTerminalPathValue
- type SecretKeySelector_FieldMask
- func (fieldMask *SecretKeySelector_FieldMask) AppendPath(path SecretKeySelector_FieldPath)
- func (fieldMask *SecretKeySelector_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SecretKeySelector_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SecretKeySelector_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SecretKeySelector_FieldMask) FilterInputFields() *SecretKeySelector_FieldMask
- func (fieldMask *SecretKeySelector_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SecretKeySelector_FieldMask) GetPaths() []SecretKeySelector_FieldPath
- func (fieldMask *SecretKeySelector_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SecretKeySelector_FieldMask) IsFull() bool
- func (fieldMask SecretKeySelector_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SecretKeySelector_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SecretKeySelector_FieldMask) PathsCount() int
- func (fieldMask *SecretKeySelector_FieldMask) Project(source *SecretKeySelector) *SecretKeySelector
- func (fieldMask *SecretKeySelector_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SecretKeySelector_FieldMask) ProtoMessage()
- func (fieldMask *SecretKeySelector_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SecretKeySelector_FieldMask) Reset()
- func (fieldMask *SecretKeySelector_FieldMask) Set(target, source *SecretKeySelector)
- func (fieldMask *SecretKeySelector_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SecretKeySelector_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SecretKeySelector_FieldMask) Size() int
- func (fieldMask *SecretKeySelector_FieldMask) String() string
- func (fieldMask *SecretKeySelector_FieldMask) Subtract(other *SecretKeySelector_FieldMask) *SecretKeySelector_FieldMask
- func (fieldMask *SecretKeySelector_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SecretKeySelector_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SecretKeySelector_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SecretKeySelector_FieldMask) UnmarshalJSON(data []byte) error
- type SecretKeySelector_FieldPath
- type SecretKeySelector_FieldPathArrayItemValue
- type SecretKeySelector_FieldPathArrayOfValues
- type SecretKeySelector_FieldPathSelector
- type SecretKeySelector_FieldPathValue
- type SecretKeySelector_FieldTerminalPath
- func (fp *SecretKeySelector_FieldTerminalPath) ClearValue(item *SecretKeySelector)
- func (fp *SecretKeySelector_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SecretKeySelector_FieldTerminalPath) Get(source *SecretKeySelector) (values []interface{})
- func (fp *SecretKeySelector_FieldTerminalPath) GetDefault() interface{}
- func (fp *SecretKeySelector_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SecretKeySelector_FieldTerminalPath) GetSingle(source *SecretKeySelector) (interface{}, bool)
- func (fp *SecretKeySelector_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SecretKeySelector_FieldTerminalPath) IsLeaf() bool
- func (fp *SecretKeySelector_FieldTerminalPath) JSONString() string
- func (fp *SecretKeySelector_FieldTerminalPath) Selector() SecretKeySelector_FieldPathSelector
- func (fp *SecretKeySelector_FieldTerminalPath) String() string
- func (fp *SecretKeySelector_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecretKeySelector_FieldPathArrayItemValue
- func (fp *SecretKeySelector_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecretKeySelector_FieldPathArrayOfValues
- func (fp *SecretKeySelector_FieldTerminalPath) WithIValue(value interface{}) SecretKeySelector_FieldPathValue
- func (fp *SecretKeySelector_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SecretKeySelector_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SecretKeySelector_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SecretKeySelector_FieldTerminalPathArrayItemValue
- func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) ContainsValue(source *SecretKeySelector) bool
- func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) GetSingle(source *SecretKeySelector) (interface{}, bool)
- func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SecretKeySelector_FieldTerminalPathArrayOfValues
- func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
- func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
- func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type SecretKeySelector_FieldTerminalPathValue
- func (fpv *SecretKeySelector_FieldTerminalPathValue) AsKeyValue() (string, bool)
- func (fpv *SecretKeySelector_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *SecretKeySelector_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
- func (fpv *SecretKeySelector_FieldTerminalPathValue) CompareWith(source *SecretKeySelector) (int, bool)
- func (fpv *SecretKeySelector_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SecretKeySelector_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SecretKeySelector_FieldTerminalPathValue) SetTo(target **SecretKeySelector)
- func (fpv *SecretKeySelector_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SecretVolumeSource
- func (o *SecretVolumeSource) Clone() *SecretVolumeSource
- func (o *SecretVolumeSource) CloneRaw() gotenobject.GotenObjectExt
- func (*SecretVolumeSource) Descriptor() ([]byte, []int)
- func (m *SecretVolumeSource) GetDefaultMode() int32
- func (m *SecretVolumeSource) GetItems() []*KeyToPath
- func (m *SecretVolumeSource) GetOptional() bool
- func (m *SecretVolumeSource) GetSecretName() string
- func (*SecretVolumeSource) GotenMessage()
- func (o *SecretVolumeSource) GotenObjectExt()
- func (obj *SecretVolumeSource) GotenValidate() error
- func (o *SecretVolumeSource) MakeDiffFieldMask(other *SecretVolumeSource) *SecretVolumeSource_FieldMask
- func (o *SecretVolumeSource) MakeFullFieldMask() *SecretVolumeSource_FieldMask
- func (o *SecretVolumeSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SecretVolumeSource) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SecretVolumeSource) Marshal() ([]byte, error)
- func (m *SecretVolumeSource) MarshalJSON() ([]byte, error)
- func (o *SecretVolumeSource) Merge(source *SecretVolumeSource)
- func (o *SecretVolumeSource) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SecretVolumeSource) ProtoMessage()
- func (m *SecretVolumeSource) ProtoReflect() preflect.Message
- func (m *SecretVolumeSource) Reset()
- func (m *SecretVolumeSource) SetDefaultMode(fv int32)
- func (m *SecretVolumeSource) SetItems(fv []*KeyToPath)
- func (m *SecretVolumeSource) SetOptional(fv bool)
- func (m *SecretVolumeSource) SetSecretName(fv string)
- func (m *SecretVolumeSource) String() string
- func (m *SecretVolumeSource) Unmarshal(b []byte) error
- func (m *SecretVolumeSource) UnmarshalJSON(data []byte) error
- type SecretVolumeSourceFieldPathBuilder
- func (SecretVolumeSourceFieldPathBuilder) DefaultMode() SecretVolumeSourcePathSelectorDefaultMode
- func (SecretVolumeSourceFieldPathBuilder) Items() SecretVolumeSourcePathSelectorItems
- func (SecretVolumeSourceFieldPathBuilder) Optional() SecretVolumeSourcePathSelectorOptional
- func (SecretVolumeSourceFieldPathBuilder) SecretName() SecretVolumeSourcePathSelectorSecretName
- type SecretVolumeSourcePathSelectorDefaultMode
- func (SecretVolumeSourcePathSelectorDefaultMode) FieldPath() *SecretVolumeSource_FieldTerminalPath
- func (s SecretVolumeSourcePathSelectorDefaultMode) WithArrayOfValues(values []int32) *SecretVolumeSource_FieldTerminalPathArrayOfValues
- func (s SecretVolumeSourcePathSelectorDefaultMode) WithValue(value int32) *SecretVolumeSource_FieldTerminalPathValue
- type SecretVolumeSourcePathSelectorItems
- func (SecretVolumeSourcePathSelectorItems) FieldPath() *SecretVolumeSource_FieldTerminalPath
- func (SecretVolumeSourcePathSelectorItems) Key() SecretVolumeSourcePathSelectorItemsKey
- func (SecretVolumeSourcePathSelectorItems) Mode() SecretVolumeSourcePathSelectorItemsMode
- func (SecretVolumeSourcePathSelectorItems) Path() SecretVolumeSourcePathSelectorItemsPath
- func (s SecretVolumeSourcePathSelectorItems) WithArrayOfValues(values [][]*KeyToPath) *SecretVolumeSource_FieldTerminalPathArrayOfValues
- func (s SecretVolumeSourcePathSelectorItems) WithItemValue(value *KeyToPath) *SecretVolumeSource_FieldTerminalPathArrayItemValue
- func (s SecretVolumeSourcePathSelectorItems) WithSubArrayItemValue(subPathArrayItemValue KeyToPath_FieldPathArrayItemValue) *SecretVolumeSource_FieldSubPathArrayItemValue
- func (s SecretVolumeSourcePathSelectorItems) WithSubArrayOfValues(subPathArrayOfValues KeyToPath_FieldPathArrayOfValues) *SecretVolumeSource_FieldSubPathArrayOfValues
- func (SecretVolumeSourcePathSelectorItems) WithSubPath(subPath KeyToPath_FieldPath) *SecretVolumeSource_FieldSubPath
- func (s SecretVolumeSourcePathSelectorItems) WithSubValue(subPathValue KeyToPath_FieldPathValue) *SecretVolumeSource_FieldSubPathValue
- func (s SecretVolumeSourcePathSelectorItems) WithValue(value []*KeyToPath) *SecretVolumeSource_FieldTerminalPathValue
- type SecretVolumeSourcePathSelectorItemsKey
- func (SecretVolumeSourcePathSelectorItemsKey) FieldPath() *SecretVolumeSource_FieldSubPath
- func (s SecretVolumeSourcePathSelectorItemsKey) WithArrayOfValues(values []string) *SecretVolumeSource_FieldSubPathArrayOfValues
- func (s SecretVolumeSourcePathSelectorItemsKey) WithValue(value string) *SecretVolumeSource_FieldSubPathValue
- type SecretVolumeSourcePathSelectorItemsMode
- func (SecretVolumeSourcePathSelectorItemsMode) FieldPath() *SecretVolumeSource_FieldSubPath
- func (s SecretVolumeSourcePathSelectorItemsMode) WithArrayOfValues(values []int32) *SecretVolumeSource_FieldSubPathArrayOfValues
- func (s SecretVolumeSourcePathSelectorItemsMode) WithValue(value int32) *SecretVolumeSource_FieldSubPathValue
- type SecretVolumeSourcePathSelectorItemsPath
- func (SecretVolumeSourcePathSelectorItemsPath) FieldPath() *SecretVolumeSource_FieldSubPath
- func (s SecretVolumeSourcePathSelectorItemsPath) WithArrayOfValues(values []string) *SecretVolumeSource_FieldSubPathArrayOfValues
- func (s SecretVolumeSourcePathSelectorItemsPath) WithValue(value string) *SecretVolumeSource_FieldSubPathValue
- type SecretVolumeSourcePathSelectorOptional
- func (SecretVolumeSourcePathSelectorOptional) FieldPath() *SecretVolumeSource_FieldTerminalPath
- func (s SecretVolumeSourcePathSelectorOptional) WithArrayOfValues(values []bool) *SecretVolumeSource_FieldTerminalPathArrayOfValues
- func (s SecretVolumeSourcePathSelectorOptional) WithValue(value bool) *SecretVolumeSource_FieldTerminalPathValue
- type SecretVolumeSourcePathSelectorSecretName
- func (SecretVolumeSourcePathSelectorSecretName) FieldPath() *SecretVolumeSource_FieldTerminalPath
- func (s SecretVolumeSourcePathSelectorSecretName) WithArrayOfValues(values []string) *SecretVolumeSource_FieldTerminalPathArrayOfValues
- func (s SecretVolumeSourcePathSelectorSecretName) WithValue(value string) *SecretVolumeSource_FieldTerminalPathValue
- type SecretVolumeSource_FieldMask
- func (fieldMask *SecretVolumeSource_FieldMask) AppendPath(path SecretVolumeSource_FieldPath)
- func (fieldMask *SecretVolumeSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SecretVolumeSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SecretVolumeSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SecretVolumeSource_FieldMask) FilterInputFields() *SecretVolumeSource_FieldMask
- func (fieldMask *SecretVolumeSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SecretVolumeSource_FieldMask) GetPaths() []SecretVolumeSource_FieldPath
- func (fieldMask *SecretVolumeSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SecretVolumeSource_FieldMask) IsFull() bool
- func (fieldMask SecretVolumeSource_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SecretVolumeSource_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SecretVolumeSource_FieldMask) PathsCount() int
- func (fieldMask *SecretVolumeSource_FieldMask) Project(source *SecretVolumeSource) *SecretVolumeSource
- func (fieldMask *SecretVolumeSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SecretVolumeSource_FieldMask) ProtoMessage()
- func (fieldMask *SecretVolumeSource_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SecretVolumeSource_FieldMask) Reset()
- func (fieldMask *SecretVolumeSource_FieldMask) Set(target, source *SecretVolumeSource)
- func (fieldMask *SecretVolumeSource_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SecretVolumeSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SecretVolumeSource_FieldMask) Size() int
- func (fieldMask *SecretVolumeSource_FieldMask) String() string
- func (fieldMask *SecretVolumeSource_FieldMask) Subtract(other *SecretVolumeSource_FieldMask) *SecretVolumeSource_FieldMask
- func (fieldMask *SecretVolumeSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SecretVolumeSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SecretVolumeSource_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SecretVolumeSource_FieldMask) UnmarshalJSON(data []byte) error
- type SecretVolumeSource_FieldPath
- type SecretVolumeSource_FieldPathArrayItemValue
- type SecretVolumeSource_FieldPathArrayOfValues
- type SecretVolumeSource_FieldPathSelector
- type SecretVolumeSource_FieldPathValue
- type SecretVolumeSource_FieldSubPath
- func (fps *SecretVolumeSource_FieldSubPath) AsItemsSubPath() (KeyToPath_FieldPath, bool)
- func (fps *SecretVolumeSource_FieldSubPath) ClearValue(item *SecretVolumeSource)
- func (fps *SecretVolumeSource_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *SecretVolumeSource_FieldSubPath) Get(source *SecretVolumeSource) (values []interface{})
- func (fps *SecretVolumeSource_FieldSubPath) GetDefault() interface{}
- func (fps *SecretVolumeSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *SecretVolumeSource_FieldSubPath) GetSingle(source *SecretVolumeSource) (interface{}, bool)
- func (fps *SecretVolumeSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *SecretVolumeSource_FieldSubPath) IsLeaf() bool
- func (fps *SecretVolumeSource_FieldSubPath) JSONString() string
- func (fps *SecretVolumeSource_FieldSubPath) Selector() SecretVolumeSource_FieldPathSelector
- func (fps *SecretVolumeSource_FieldSubPath) String() string
- func (fps *SecretVolumeSource_FieldSubPath) WithIArrayItemValue(value interface{}) SecretVolumeSource_FieldPathArrayItemValue
- func (fps *SecretVolumeSource_FieldSubPath) WithIArrayOfValues(values interface{}) SecretVolumeSource_FieldPathArrayOfValues
- func (fps *SecretVolumeSource_FieldSubPath) WithIValue(value interface{}) SecretVolumeSource_FieldPathValue
- func (fps *SecretVolumeSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *SecretVolumeSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *SecretVolumeSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SecretVolumeSource_FieldSubPathArrayItemValue
- func (fpaivs *SecretVolumeSource_FieldSubPathArrayItemValue) AsItemsPathItemValue() (KeyToPath_FieldPathArrayItemValue, bool)
- func (fpaivs *SecretVolumeSource_FieldSubPathArrayItemValue) ContainsValue(source *SecretVolumeSource) bool
- func (fpaivs *SecretVolumeSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type SecretVolumeSource_FieldSubPathArrayOfValues
- type SecretVolumeSource_FieldSubPathValue
- func (fpvs *SecretVolumeSource_FieldSubPathValue) AsItemsPathValue() (KeyToPath_FieldPathValue, bool)
- func (fpvs *SecretVolumeSource_FieldSubPathValue) CompareWith(source *SecretVolumeSource) (int, bool)
- func (fpvs *SecretVolumeSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *SecretVolumeSource_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *SecretVolumeSource_FieldSubPathValue) SetTo(target **SecretVolumeSource)
- func (fpvs *SecretVolumeSource_FieldSubPathValue) SetToRaw(target proto.Message)
- type SecretVolumeSource_FieldTerminalPath
- func (fp *SecretVolumeSource_FieldTerminalPath) ClearValue(item *SecretVolumeSource)
- func (fp *SecretVolumeSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SecretVolumeSource_FieldTerminalPath) Get(source *SecretVolumeSource) (values []interface{})
- func (fp *SecretVolumeSource_FieldTerminalPath) GetDefault() interface{}
- func (fp *SecretVolumeSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SecretVolumeSource_FieldTerminalPath) GetSingle(source *SecretVolumeSource) (interface{}, bool)
- func (fp *SecretVolumeSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SecretVolumeSource_FieldTerminalPath) IsLeaf() bool
- func (fp *SecretVolumeSource_FieldTerminalPath) JSONString() string
- func (fp *SecretVolumeSource_FieldTerminalPath) Selector() SecretVolumeSource_FieldPathSelector
- func (fp *SecretVolumeSource_FieldTerminalPath) String() string
- func (fp *SecretVolumeSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecretVolumeSource_FieldPathArrayItemValue
- func (fp *SecretVolumeSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecretVolumeSource_FieldPathArrayOfValues
- func (fp *SecretVolumeSource_FieldTerminalPath) WithIValue(value interface{}) SecretVolumeSource_FieldPathValue
- func (fp *SecretVolumeSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SecretVolumeSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SecretVolumeSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SecretVolumeSource_FieldTerminalPathArrayItemValue
- func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) AsItemsItemValue() (*KeyToPath, bool)
- func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue(source *SecretVolumeSource) bool
- func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) GetSingle(source *SecretVolumeSource) (interface{}, bool)
- func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SecretVolumeSource_FieldTerminalPathArrayOfValues
- func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsDefaultModeArrayOfValues() ([]int32, bool)
- func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsItemsArrayOfValues() ([][]*KeyToPath, bool)
- func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
- func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsSecretNameArrayOfValues() ([]string, bool)
- func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type SecretVolumeSource_FieldTerminalPathValue
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsDefaultModeValue() (int32, bool)
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsItemsValue() ([]*KeyToPath, bool)
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsSecretNameValue() (string, bool)
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) CompareWith(source *SecretVolumeSource) (int, bool)
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) SetTo(target **SecretVolumeSource)
- func (fpv *SecretVolumeSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type SecurityContext
- func (o *SecurityContext) Clone() *SecurityContext
- func (o *SecurityContext) CloneRaw() gotenobject.GotenObjectExt
- func (*SecurityContext) Descriptor() ([]byte, []int)
- func (m *SecurityContext) GetPrivileged() bool
- func (*SecurityContext) GotenMessage()
- func (o *SecurityContext) GotenObjectExt()
- func (obj *SecurityContext) GotenValidate() error
- func (o *SecurityContext) MakeDiffFieldMask(other *SecurityContext) *SecurityContext_FieldMask
- func (o *SecurityContext) MakeFullFieldMask() *SecurityContext_FieldMask
- func (o *SecurityContext) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *SecurityContext) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *SecurityContext) Marshal() ([]byte, error)
- func (m *SecurityContext) MarshalJSON() ([]byte, error)
- func (o *SecurityContext) Merge(source *SecurityContext)
- func (o *SecurityContext) MergeRaw(source gotenobject.GotenObjectExt)
- func (*SecurityContext) ProtoMessage()
- func (m *SecurityContext) ProtoReflect() preflect.Message
- func (m *SecurityContext) Reset()
- func (m *SecurityContext) SetPrivileged(fv bool)
- func (m *SecurityContext) String() string
- func (m *SecurityContext) Unmarshal(b []byte) error
- func (m *SecurityContext) UnmarshalJSON(data []byte) error
- type SecurityContextFieldPathBuilder
- type SecurityContextPathSelectorPrivileged
- func (SecurityContextPathSelectorPrivileged) FieldPath() *SecurityContext_FieldTerminalPath
- func (s SecurityContextPathSelectorPrivileged) WithArrayOfValues(values []bool) *SecurityContext_FieldTerminalPathArrayOfValues
- func (s SecurityContextPathSelectorPrivileged) WithValue(value bool) *SecurityContext_FieldTerminalPathValue
- type SecurityContext_FieldMask
- func (fieldMask *SecurityContext_FieldMask) AppendPath(path SecurityContext_FieldPath)
- func (fieldMask *SecurityContext_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *SecurityContext_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *SecurityContext_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *SecurityContext_FieldMask) FilterInputFields() *SecurityContext_FieldMask
- func (fieldMask *SecurityContext_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *SecurityContext_FieldMask) GetPaths() []SecurityContext_FieldPath
- func (fieldMask *SecurityContext_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *SecurityContext_FieldMask) IsFull() bool
- func (fieldMask SecurityContext_FieldMask) Marshal() ([]byte, error)
- func (fieldMask SecurityContext_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *SecurityContext_FieldMask) PathsCount() int
- func (fieldMask *SecurityContext_FieldMask) Project(source *SecurityContext) *SecurityContext
- func (fieldMask *SecurityContext_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *SecurityContext_FieldMask) ProtoMessage()
- func (fieldMask *SecurityContext_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *SecurityContext_FieldMask) Reset()
- func (fieldMask *SecurityContext_FieldMask) Set(target, source *SecurityContext)
- func (fieldMask *SecurityContext_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *SecurityContext_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *SecurityContext_FieldMask) Size() int
- func (fieldMask *SecurityContext_FieldMask) String() string
- func (fieldMask *SecurityContext_FieldMask) Subtract(other *SecurityContext_FieldMask) *SecurityContext_FieldMask
- func (fieldMask *SecurityContext_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *SecurityContext_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *SecurityContext_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *SecurityContext_FieldMask) UnmarshalJSON(data []byte) error
- type SecurityContext_FieldPath
- type SecurityContext_FieldPathArrayItemValue
- type SecurityContext_FieldPathArrayOfValues
- type SecurityContext_FieldPathSelector
- type SecurityContext_FieldPathValue
- type SecurityContext_FieldTerminalPath
- func (fp *SecurityContext_FieldTerminalPath) ClearValue(item *SecurityContext)
- func (fp *SecurityContext_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *SecurityContext_FieldTerminalPath) Get(source *SecurityContext) (values []interface{})
- func (fp *SecurityContext_FieldTerminalPath) GetDefault() interface{}
- func (fp *SecurityContext_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *SecurityContext_FieldTerminalPath) GetSingle(source *SecurityContext) (interface{}, bool)
- func (fp *SecurityContext_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *SecurityContext_FieldTerminalPath) IsLeaf() bool
- func (fp *SecurityContext_FieldTerminalPath) JSONString() string
- func (fp *SecurityContext_FieldTerminalPath) Selector() SecurityContext_FieldPathSelector
- func (fp *SecurityContext_FieldTerminalPath) String() string
- func (fp *SecurityContext_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecurityContext_FieldPathArrayItemValue
- func (fp *SecurityContext_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecurityContext_FieldPathArrayOfValues
- func (fp *SecurityContext_FieldTerminalPath) WithIValue(value interface{}) SecurityContext_FieldPathValue
- func (fp *SecurityContext_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *SecurityContext_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *SecurityContext_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type SecurityContext_FieldTerminalPathArrayItemValue
- func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) ContainsValue(source *SecurityContext) bool
- func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) GetSingle(source *SecurityContext) (interface{}, bool)
- func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type SecurityContext_FieldTerminalPathArrayOfValues
- type SecurityContext_FieldTerminalPathValue
- func (fpv *SecurityContext_FieldTerminalPathValue) AsPrivilegedValue() (bool, bool)
- func (fpv *SecurityContext_FieldTerminalPathValue) CompareWith(source *SecurityContext) (int, bool)
- func (fpv *SecurityContext_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *SecurityContext_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *SecurityContext_FieldTerminalPathValue) SetTo(target **SecurityContext)
- func (fpv *SecurityContext_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type Volume
- func (o *Volume) Clone() *Volume
- func (o *Volume) CloneRaw() gotenobject.GotenObjectExt
- func (*Volume) Descriptor() ([]byte, []int)
- func (m *Volume) GetConfigMap() *ConfigMapVolumeSource
- func (m *Volume) GetHostPath() *HostPathVolumeSource
- func (m *Volume) GetName() string
- func (m *Volume) GetSecret() *SecretVolumeSource
- func (*Volume) GotenMessage()
- func (o *Volume) GotenObjectExt()
- func (obj *Volume) GotenValidate() error
- func (o *Volume) MakeDiffFieldMask(other *Volume) *Volume_FieldMask
- func (o *Volume) MakeFullFieldMask() *Volume_FieldMask
- func (o *Volume) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *Volume) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *Volume) Marshal() ([]byte, error)
- func (m *Volume) MarshalJSON() ([]byte, error)
- func (o *Volume) Merge(source *Volume)
- func (o *Volume) MergeRaw(source gotenobject.GotenObjectExt)
- func (*Volume) ProtoMessage()
- func (m *Volume) ProtoReflect() preflect.Message
- func (m *Volume) Reset()
- func (m *Volume) SetConfigMap(fv *ConfigMapVolumeSource)
- func (m *Volume) SetHostPath(fv *HostPathVolumeSource)
- func (m *Volume) SetName(fv string)
- func (m *Volume) SetSecret(fv *SecretVolumeSource)
- func (m *Volume) String() string
- func (m *Volume) Unmarshal(b []byte) error
- func (m *Volume) UnmarshalJSON(data []byte) error
- type VolumeFieldPathBuilder
- type VolumeMount
- func (o *VolumeMount) Clone() *VolumeMount
- func (o *VolumeMount) CloneRaw() gotenobject.GotenObjectExt
- func (*VolumeMount) Descriptor() ([]byte, []int)
- func (m *VolumeMount) GetMountPath() string
- func (m *VolumeMount) GetName() string
- func (m *VolumeMount) GetReadOnly() bool
- func (m *VolumeMount) GetSubPath() string
- func (*VolumeMount) GotenMessage()
- func (o *VolumeMount) GotenObjectExt()
- func (obj *VolumeMount) GotenValidate() error
- func (o *VolumeMount) MakeDiffFieldMask(other *VolumeMount) *VolumeMount_FieldMask
- func (o *VolumeMount) MakeFullFieldMask() *VolumeMount_FieldMask
- func (o *VolumeMount) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *VolumeMount) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *VolumeMount) Marshal() ([]byte, error)
- func (m *VolumeMount) MarshalJSON() ([]byte, error)
- func (o *VolumeMount) Merge(source *VolumeMount)
- func (o *VolumeMount) MergeRaw(source gotenobject.GotenObjectExt)
- func (*VolumeMount) ProtoMessage()
- func (m *VolumeMount) ProtoReflect() preflect.Message
- func (m *VolumeMount) Reset()
- func (m *VolumeMount) SetMountPath(fv string)
- func (m *VolumeMount) SetName(fv string)
- func (m *VolumeMount) SetReadOnly(fv bool)
- func (m *VolumeMount) SetSubPath(fv string)
- func (m *VolumeMount) String() string
- func (m *VolumeMount) Unmarshal(b []byte) error
- func (m *VolumeMount) UnmarshalJSON(data []byte) error
- type VolumeMountFieldPathBuilder
- func (VolumeMountFieldPathBuilder) MountPath() VolumeMountPathSelectorMountPath
- func (VolumeMountFieldPathBuilder) Name() VolumeMountPathSelectorName
- func (VolumeMountFieldPathBuilder) ReadOnly() VolumeMountPathSelectorReadOnly
- func (VolumeMountFieldPathBuilder) SubPath() VolumeMountPathSelectorSubPath
- type VolumeMountPathSelectorMountPath
- func (VolumeMountPathSelectorMountPath) FieldPath() *VolumeMount_FieldTerminalPath
- func (s VolumeMountPathSelectorMountPath) WithArrayOfValues(values []string) *VolumeMount_FieldTerminalPathArrayOfValues
- func (s VolumeMountPathSelectorMountPath) WithValue(value string) *VolumeMount_FieldTerminalPathValue
- type VolumeMountPathSelectorName
- type VolumeMountPathSelectorReadOnly
- type VolumeMountPathSelectorSubPath
- type VolumeMount_FieldMask
- func (fieldMask *VolumeMount_FieldMask) AppendPath(path VolumeMount_FieldPath)
- func (fieldMask *VolumeMount_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *VolumeMount_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *VolumeMount_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *VolumeMount_FieldMask) FilterInputFields() *VolumeMount_FieldMask
- func (fieldMask *VolumeMount_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *VolumeMount_FieldMask) GetPaths() []VolumeMount_FieldPath
- func (fieldMask *VolumeMount_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *VolumeMount_FieldMask) IsFull() bool
- func (fieldMask VolumeMount_FieldMask) Marshal() ([]byte, error)
- func (fieldMask VolumeMount_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *VolumeMount_FieldMask) PathsCount() int
- func (fieldMask *VolumeMount_FieldMask) Project(source *VolumeMount) *VolumeMount
- func (fieldMask *VolumeMount_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *VolumeMount_FieldMask) ProtoMessage()
- func (fieldMask *VolumeMount_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *VolumeMount_FieldMask) Reset()
- func (fieldMask *VolumeMount_FieldMask) Set(target, source *VolumeMount)
- func (fieldMask *VolumeMount_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *VolumeMount_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *VolumeMount_FieldMask) Size() int
- func (fieldMask *VolumeMount_FieldMask) String() string
- func (fieldMask *VolumeMount_FieldMask) Subtract(other *VolumeMount_FieldMask) *VolumeMount_FieldMask
- func (fieldMask *VolumeMount_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *VolumeMount_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *VolumeMount_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *VolumeMount_FieldMask) UnmarshalJSON(data []byte) error
- type VolumeMount_FieldPath
- type VolumeMount_FieldPathArrayItemValue
- type VolumeMount_FieldPathArrayOfValues
- type VolumeMount_FieldPathSelector
- type VolumeMount_FieldPathValue
- type VolumeMount_FieldTerminalPath
- func (fp *VolumeMount_FieldTerminalPath) ClearValue(item *VolumeMount)
- func (fp *VolumeMount_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *VolumeMount_FieldTerminalPath) Get(source *VolumeMount) (values []interface{})
- func (fp *VolumeMount_FieldTerminalPath) GetDefault() interface{}
- func (fp *VolumeMount_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *VolumeMount_FieldTerminalPath) GetSingle(source *VolumeMount) (interface{}, bool)
- func (fp *VolumeMount_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *VolumeMount_FieldTerminalPath) IsLeaf() bool
- func (fp *VolumeMount_FieldTerminalPath) JSONString() string
- func (fp *VolumeMount_FieldTerminalPath) Selector() VolumeMount_FieldPathSelector
- func (fp *VolumeMount_FieldTerminalPath) String() string
- func (fp *VolumeMount_FieldTerminalPath) WithIArrayItemValue(value interface{}) VolumeMount_FieldPathArrayItemValue
- func (fp *VolumeMount_FieldTerminalPath) WithIArrayOfValues(values interface{}) VolumeMount_FieldPathArrayOfValues
- func (fp *VolumeMount_FieldTerminalPath) WithIValue(value interface{}) VolumeMount_FieldPathValue
- func (fp *VolumeMount_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *VolumeMount_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *VolumeMount_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type VolumeMount_FieldTerminalPathArrayItemValue
- func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) ContainsValue(source *VolumeMount) bool
- func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) GetSingle(source *VolumeMount) (interface{}, bool)
- func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type VolumeMount_FieldTerminalPathArrayOfValues
- func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsMountPathArrayOfValues() ([]string, bool)
- func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsReadOnlyArrayOfValues() ([]bool, bool)
- func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsSubPathArrayOfValues() ([]string, bool)
- func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type VolumeMount_FieldTerminalPathValue
- func (fpv *VolumeMount_FieldTerminalPathValue) AsMountPathValue() (string, bool)
- func (fpv *VolumeMount_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *VolumeMount_FieldTerminalPathValue) AsReadOnlyValue() (bool, bool)
- func (fpv *VolumeMount_FieldTerminalPathValue) AsSubPathValue() (string, bool)
- func (fpv *VolumeMount_FieldTerminalPathValue) CompareWith(source *VolumeMount) (int, bool)
- func (fpv *VolumeMount_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *VolumeMount_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *VolumeMount_FieldTerminalPathValue) SetTo(target **VolumeMount)
- func (fpv *VolumeMount_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type VolumePathSelectorConfigMap
- func (VolumePathSelectorConfigMap) DefaultMode() VolumePathSelectorConfigMapDefaultMode
- func (VolumePathSelectorConfigMap) FieldPath() *Volume_FieldTerminalPath
- func (VolumePathSelectorConfigMap) Items() VolumePathSelectorConfigMapItems
- func (VolumePathSelectorConfigMap) Name() VolumePathSelectorConfigMapName
- func (VolumePathSelectorConfigMap) Optional() VolumePathSelectorConfigMapOptional
- func (s VolumePathSelectorConfigMap) WithArrayOfValues(values []*ConfigMapVolumeSource) *Volume_FieldTerminalPathArrayOfValues
- func (s VolumePathSelectorConfigMap) WithSubArrayItemValue(subPathArrayItemValue ConfigMapVolumeSource_FieldPathArrayItemValue) *Volume_FieldSubPathArrayItemValue
- func (s VolumePathSelectorConfigMap) WithSubArrayOfValues(subPathArrayOfValues ConfigMapVolumeSource_FieldPathArrayOfValues) *Volume_FieldSubPathArrayOfValues
- func (VolumePathSelectorConfigMap) WithSubPath(subPath ConfigMapVolumeSource_FieldPath) *Volume_FieldSubPath
- func (s VolumePathSelectorConfigMap) WithSubValue(subPathValue ConfigMapVolumeSource_FieldPathValue) *Volume_FieldSubPathValue
- func (s VolumePathSelectorConfigMap) WithValue(value *ConfigMapVolumeSource) *Volume_FieldTerminalPathValue
- type VolumePathSelectorConfigMapDefaultMode
- type VolumePathSelectorConfigMapItems
- func (VolumePathSelectorConfigMapItems) FieldPath() *Volume_FieldSubPath
- func (VolumePathSelectorConfigMapItems) Key() VolumePathSelectorConfigMapItemsKey
- func (VolumePathSelectorConfigMapItems) Mode() VolumePathSelectorConfigMapItemsMode
- func (VolumePathSelectorConfigMapItems) Path() VolumePathSelectorConfigMapItemsPath
- func (s VolumePathSelectorConfigMapItems) WithArrayOfValues(values [][]*KeyToPath) *Volume_FieldSubPathArrayOfValues
- func (s VolumePathSelectorConfigMapItems) WithItemValue(value *KeyToPath) *Volume_FieldSubPathArrayItemValue
- func (s VolumePathSelectorConfigMapItems) WithValue(value []*KeyToPath) *Volume_FieldSubPathValue
- type VolumePathSelectorConfigMapItemsKey
- type VolumePathSelectorConfigMapItemsMode
- type VolumePathSelectorConfigMapItemsPath
- type VolumePathSelectorConfigMapName
- type VolumePathSelectorConfigMapOptional
- type VolumePathSelectorHostPath
- func (VolumePathSelectorHostPath) FieldPath() *Volume_FieldTerminalPath
- func (VolumePathSelectorHostPath) Path() VolumePathSelectorHostPathPath
- func (VolumePathSelectorHostPath) Type() VolumePathSelectorHostPathType
- func (s VolumePathSelectorHostPath) WithArrayOfValues(values []*HostPathVolumeSource) *Volume_FieldTerminalPathArrayOfValues
- func (s VolumePathSelectorHostPath) WithSubArrayItemValue(subPathArrayItemValue HostPathVolumeSource_FieldPathArrayItemValue) *Volume_FieldSubPathArrayItemValue
- func (s VolumePathSelectorHostPath) WithSubArrayOfValues(subPathArrayOfValues HostPathVolumeSource_FieldPathArrayOfValues) *Volume_FieldSubPathArrayOfValues
- func (VolumePathSelectorHostPath) WithSubPath(subPath HostPathVolumeSource_FieldPath) *Volume_FieldSubPath
- func (s VolumePathSelectorHostPath) WithSubValue(subPathValue HostPathVolumeSource_FieldPathValue) *Volume_FieldSubPathValue
- func (s VolumePathSelectorHostPath) WithValue(value *HostPathVolumeSource) *Volume_FieldTerminalPathValue
- type VolumePathSelectorHostPathPath
- type VolumePathSelectorHostPathType
- func (VolumePathSelectorHostPathType) FieldPath() *Volume_FieldSubPath
- func (s VolumePathSelectorHostPathType) WithArrayOfValues(values []HostPathVolumeSource_Type) *Volume_FieldSubPathArrayOfValues
- func (s VolumePathSelectorHostPathType) WithValue(value HostPathVolumeSource_Type) *Volume_FieldSubPathValue
- type VolumePathSelectorName
- type VolumePathSelectorSecret
- func (VolumePathSelectorSecret) DefaultMode() VolumePathSelectorSecretDefaultMode
- func (VolumePathSelectorSecret) FieldPath() *Volume_FieldTerminalPath
- func (VolumePathSelectorSecret) Items() VolumePathSelectorSecretItems
- func (VolumePathSelectorSecret) Optional() VolumePathSelectorSecretOptional
- func (VolumePathSelectorSecret) SecretName() VolumePathSelectorSecretSecretName
- func (s VolumePathSelectorSecret) WithArrayOfValues(values []*SecretVolumeSource) *Volume_FieldTerminalPathArrayOfValues
- func (s VolumePathSelectorSecret) WithSubArrayItemValue(subPathArrayItemValue SecretVolumeSource_FieldPathArrayItemValue) *Volume_FieldSubPathArrayItemValue
- func (s VolumePathSelectorSecret) WithSubArrayOfValues(subPathArrayOfValues SecretVolumeSource_FieldPathArrayOfValues) *Volume_FieldSubPathArrayOfValues
- func (VolumePathSelectorSecret) WithSubPath(subPath SecretVolumeSource_FieldPath) *Volume_FieldSubPath
- func (s VolumePathSelectorSecret) WithSubValue(subPathValue SecretVolumeSource_FieldPathValue) *Volume_FieldSubPathValue
- func (s VolumePathSelectorSecret) WithValue(value *SecretVolumeSource) *Volume_FieldTerminalPathValue
- type VolumePathSelectorSecretDefaultMode
- type VolumePathSelectorSecretItems
- func (VolumePathSelectorSecretItems) FieldPath() *Volume_FieldSubPath
- func (VolumePathSelectorSecretItems) Key() VolumePathSelectorSecretItemsKey
- func (VolumePathSelectorSecretItems) Mode() VolumePathSelectorSecretItemsMode
- func (VolumePathSelectorSecretItems) Path() VolumePathSelectorSecretItemsPath
- func (s VolumePathSelectorSecretItems) WithArrayOfValues(values [][]*KeyToPath) *Volume_FieldSubPathArrayOfValues
- func (s VolumePathSelectorSecretItems) WithItemValue(value *KeyToPath) *Volume_FieldSubPathArrayItemValue
- func (s VolumePathSelectorSecretItems) WithValue(value []*KeyToPath) *Volume_FieldSubPathValue
- type VolumePathSelectorSecretItemsKey
- type VolumePathSelectorSecretItemsMode
- type VolumePathSelectorSecretItemsPath
- type VolumePathSelectorSecretOptional
- type VolumePathSelectorSecretSecretName
- type Volume_FieldMask
- func (fieldMask *Volume_FieldMask) AppendPath(path Volume_FieldPath)
- func (fieldMask *Volume_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *Volume_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *Volume_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *Volume_FieldMask) FilterInputFields() *Volume_FieldMask
- func (fieldMask *Volume_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *Volume_FieldMask) GetPaths() []Volume_FieldPath
- func (fieldMask *Volume_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *Volume_FieldMask) IsFull() bool
- func (fieldMask Volume_FieldMask) Marshal() ([]byte, error)
- func (fieldMask Volume_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *Volume_FieldMask) PathsCount() int
- func (fieldMask *Volume_FieldMask) Project(source *Volume) *Volume
- func (fieldMask *Volume_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *Volume_FieldMask) ProtoMessage()
- func (fieldMask *Volume_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *Volume_FieldMask) Reset()
- func (fieldMask *Volume_FieldMask) Set(target, source *Volume)
- func (fieldMask *Volume_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *Volume_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *Volume_FieldMask) Size() int
- func (fieldMask *Volume_FieldMask) String() string
- func (fieldMask *Volume_FieldMask) Subtract(other *Volume_FieldMask) *Volume_FieldMask
- func (fieldMask *Volume_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *Volume_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *Volume_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *Volume_FieldMask) UnmarshalJSON(data []byte) error
- type Volume_FieldPath
- type Volume_FieldPathArrayItemValue
- type Volume_FieldPathArrayOfValues
- type Volume_FieldPathSelector
- type Volume_FieldPathValue
- type Volume_FieldSubPath
- func (fps *Volume_FieldSubPath) AsConfigMapSubPath() (ConfigMapVolumeSource_FieldPath, bool)
- func (fps *Volume_FieldSubPath) AsHostPathSubPath() (HostPathVolumeSource_FieldPath, bool)
- func (fps *Volume_FieldSubPath) AsSecretSubPath() (SecretVolumeSource_FieldPath, bool)
- func (fps *Volume_FieldSubPath) ClearValue(item *Volume)
- func (fps *Volume_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *Volume_FieldSubPath) Get(source *Volume) (values []interface{})
- func (fps *Volume_FieldSubPath) GetDefault() interface{}
- func (fps *Volume_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *Volume_FieldSubPath) GetSingle(source *Volume) (interface{}, bool)
- func (fps *Volume_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *Volume_FieldSubPath) IsLeaf() bool
- func (fps *Volume_FieldSubPath) JSONString() string
- func (fps *Volume_FieldSubPath) Selector() Volume_FieldPathSelector
- func (fps *Volume_FieldSubPath) String() string
- func (fps *Volume_FieldSubPath) WithIArrayItemValue(value interface{}) Volume_FieldPathArrayItemValue
- func (fps *Volume_FieldSubPath) WithIArrayOfValues(values interface{}) Volume_FieldPathArrayOfValues
- func (fps *Volume_FieldSubPath) WithIValue(value interface{}) Volume_FieldPathValue
- func (fps *Volume_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *Volume_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *Volume_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Volume_FieldSubPathArrayItemValue
- func (fpaivs *Volume_FieldSubPathArrayItemValue) AsConfigMapPathItemValue() (ConfigMapVolumeSource_FieldPathArrayItemValue, bool)
- func (fpaivs *Volume_FieldSubPathArrayItemValue) AsHostPathPathItemValue() (HostPathVolumeSource_FieldPathArrayItemValue, bool)
- func (fpaivs *Volume_FieldSubPathArrayItemValue) AsSecretPathItemValue() (SecretVolumeSource_FieldPathArrayItemValue, bool)
- func (fpaivs *Volume_FieldSubPathArrayItemValue) ContainsValue(source *Volume) bool
- func (fpaivs *Volume_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type Volume_FieldSubPathArrayOfValues
- func (fpsaov *Volume_FieldSubPathArrayOfValues) AsConfigMapPathArrayOfValues() (ConfigMapVolumeSource_FieldPathArrayOfValues, bool)
- func (fpsaov *Volume_FieldSubPathArrayOfValues) AsHostPathPathArrayOfValues() (HostPathVolumeSource_FieldPathArrayOfValues, bool)
- func (fpsaov *Volume_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues() (SecretVolumeSource_FieldPathArrayOfValues, bool)
- func (fpsaov *Volume_FieldSubPathArrayOfValues) GetRawValues() []interface{}
- type Volume_FieldSubPathValue
- func (fpvs *Volume_FieldSubPathValue) AsConfigMapPathValue() (ConfigMapVolumeSource_FieldPathValue, bool)
- func (fpvs *Volume_FieldSubPathValue) AsHostPathPathValue() (HostPathVolumeSource_FieldPathValue, bool)
- func (fpvs *Volume_FieldSubPathValue) AsSecretPathValue() (SecretVolumeSource_FieldPathValue, bool)
- func (fpvs *Volume_FieldSubPathValue) CompareWith(source *Volume) (int, bool)
- func (fpvs *Volume_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *Volume_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *Volume_FieldSubPathValue) SetTo(target **Volume)
- func (fpvs *Volume_FieldSubPathValue) SetToRaw(target proto.Message)
- type Volume_FieldTerminalPath
- func (fp *Volume_FieldTerminalPath) ClearValue(item *Volume)
- func (fp *Volume_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *Volume_FieldTerminalPath) Get(source *Volume) (values []interface{})
- func (fp *Volume_FieldTerminalPath) GetDefault() interface{}
- func (fp *Volume_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *Volume_FieldTerminalPath) GetSingle(source *Volume) (interface{}, bool)
- func (fp *Volume_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *Volume_FieldTerminalPath) IsLeaf() bool
- func (fp *Volume_FieldTerminalPath) JSONString() string
- func (fp *Volume_FieldTerminalPath) Selector() Volume_FieldPathSelector
- func (fp *Volume_FieldTerminalPath) String() string
- func (fp *Volume_FieldTerminalPath) WithIArrayItemValue(value interface{}) Volume_FieldPathArrayItemValue
- func (fp *Volume_FieldTerminalPath) WithIArrayOfValues(values interface{}) Volume_FieldPathArrayOfValues
- func (fp *Volume_FieldTerminalPath) WithIValue(value interface{}) Volume_FieldPathValue
- func (fp *Volume_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *Volume_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *Volume_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type Volume_FieldTerminalPathArrayItemValue
- func (fpaiv *Volume_FieldTerminalPathArrayItemValue) ContainsValue(source *Volume) bool
- func (fpaiv *Volume_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *Volume_FieldTerminalPathArrayItemValue) GetSingle(source *Volume) (interface{}, bool)
- func (fpaiv *Volume_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type Volume_FieldTerminalPathArrayOfValues
- func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsConfigMapArrayOfValues() ([]*ConfigMapVolumeSource, bool)
- func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsHostPathArrayOfValues() ([]*HostPathVolumeSource, bool)
- func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
- func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]*SecretVolumeSource, bool)
- func (fpaov *Volume_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type Volume_FieldTerminalPathValue
- func (fpv *Volume_FieldTerminalPathValue) AsConfigMapValue() (*ConfigMapVolumeSource, bool)
- func (fpv *Volume_FieldTerminalPathValue) AsHostPathValue() (*HostPathVolumeSource, bool)
- func (fpv *Volume_FieldTerminalPathValue) AsNameValue() (string, bool)
- func (fpv *Volume_FieldTerminalPathValue) AsSecretValue() (*SecretVolumeSource, bool)
- func (fpv *Volume_FieldTerminalPathValue) CompareWith(source *Volume) (int, bool)
- func (fpv *Volume_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *Volume_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *Volume_FieldTerminalPathValue) SetTo(target **Volume)
- func (fpv *Volume_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type WatchQuery
- func (q *WatchQuery) GetMaximumChunkSize() int
- func (q *WatchQuery) GetResumeToken() string
- func (q *WatchQuery) GetWatchType() watch_type.WatchType
- func (q *WatchQuery) SetMaximumChunkSize(chunkSize int)
- func (q *WatchQuery) SetResumeToken(token string)
- func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
- func (q *WatchQuery) String() string
Constants ¶
const (
NamePattern_Project_Region = "projects/{project}/regions/{region}/pods/{pod}"
)
Variables ¶
var ( Pod_Spec_RestartPolicy_name = map[int32]string{ 0: "RESTART_POLICY_UNSPECIFIED", 1: "ALWAYS", 2: "ON_FAILURE", 3: "NEVER", } Pod_Spec_RestartPolicy_value = map[string]int32{ "RESTART_POLICY_UNSPECIFIED": 0, "ALWAYS": 1, "ON_FAILURE": 2, "NEVER": 3, } )
var ( Pod_Status_Phase_name = map[int32]string{ 0: "PHASE_UNSPECIFIED", 1: "PENDING", 2: "RUNNING", 3: "SUCCEEDED", 4: "FAILED", 5: "UNKNOWN", } Pod_Status_Phase_value = map[string]int32{ "PHASE_UNSPECIFIED": 0, "PENDING": 1, "RUNNING": 2, "SUCCEEDED": 3, "FAILED": 4, "UNKNOWN": 5, } )
var ( Pod_Status_Container_State_name = map[int32]string{ 0: "STATE_UNSPECIFIED", 1: "WAITING", 2: "RUNNING", 3: "TERMINATED", 4: "UNKNOWN", } Pod_Status_Container_State_value = map[string]int32{ "STATE_UNSPECIFIED": 0, "WAITING": 1, "RUNNING": 2, "TERMINATED": 3, "UNKNOWN": 4, } )
var ( HostPathVolumeSource_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "DIRECTORY_OR_CREATE", 2: "DIRECTORY", 3: "FILE_OR_CREATE", 4: "FILE", 5: "SOCKET", 6: "CHAR_DEVICE", 7: "BLOCK_DEVICE", } HostPathVolumeSource_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "DIRECTORY_OR_CREATE": 1, "DIRECTORY": 2, "FILE_OR_CREATE": 3, "FILE": 4, "SOCKET": 5, "CHAR_DEVICE": 6, "BLOCK_DEVICE": 7, } )
Functions ¶
func AsAnyCastAccess ¶
func AsAnyCastAccess(access PodAccess) gotenresource.Access
Types ¶
type ConfigMapEnvSource ¶
type ConfigMapEnvSource struct { // The ConfigMap to select from. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // Specify whether the ConfigMap must be defined Optional bool `protobuf:"varint,2,opt,name=optional,proto3" json:"optional,omitempty" firestore:"optional"` // contains filtered or unexported fields }
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.
The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
func (*ConfigMapEnvSource) Clone ¶
func (o *ConfigMapEnvSource) Clone() *ConfigMapEnvSource
func (*ConfigMapEnvSource) CloneRaw ¶
func (o *ConfigMapEnvSource) CloneRaw() gotenobject.GotenObjectExt
func (*ConfigMapEnvSource) Descriptor ¶
func (*ConfigMapEnvSource) Descriptor() ([]byte, []int)
Deprecated, Use ConfigMapEnvSource.ProtoReflect.Descriptor instead.
func (*ConfigMapEnvSource) GetName ¶
func (m *ConfigMapEnvSource) GetName() string
func (*ConfigMapEnvSource) GetOptional ¶
func (m *ConfigMapEnvSource) GetOptional() bool
func (*ConfigMapEnvSource) GotenMessage ¶
func (*ConfigMapEnvSource) GotenMessage()
func (*ConfigMapEnvSource) GotenObjectExt ¶
func (o *ConfigMapEnvSource) GotenObjectExt()
func (*ConfigMapEnvSource) GotenValidate ¶
func (obj *ConfigMapEnvSource) GotenValidate() error
func (*ConfigMapEnvSource) MakeDiffFieldMask ¶
func (o *ConfigMapEnvSource) MakeDiffFieldMask(other *ConfigMapEnvSource) *ConfigMapEnvSource_FieldMask
func (*ConfigMapEnvSource) MakeFullFieldMask ¶
func (o *ConfigMapEnvSource) MakeFullFieldMask() *ConfigMapEnvSource_FieldMask
func (*ConfigMapEnvSource) MakeRawDiffFieldMask ¶
func (o *ConfigMapEnvSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConfigMapEnvSource) MakeRawFullFieldMask ¶
func (o *ConfigMapEnvSource) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConfigMapEnvSource) Marshal ¶
func (m *ConfigMapEnvSource) Marshal() ([]byte, error)
func (*ConfigMapEnvSource) MarshalJSON ¶
func (m *ConfigMapEnvSource) MarshalJSON() ([]byte, error)
func (*ConfigMapEnvSource) Merge ¶
func (o *ConfigMapEnvSource) Merge(source *ConfigMapEnvSource)
func (*ConfigMapEnvSource) MergeRaw ¶
func (o *ConfigMapEnvSource) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConfigMapEnvSource) ProtoMessage ¶
func (*ConfigMapEnvSource) ProtoMessage()
func (*ConfigMapEnvSource) ProtoReflect ¶
func (m *ConfigMapEnvSource) ProtoReflect() preflect.Message
func (*ConfigMapEnvSource) Reset ¶
func (m *ConfigMapEnvSource) Reset()
func (*ConfigMapEnvSource) SetName ¶
func (m *ConfigMapEnvSource) SetName(fv string)
func (*ConfigMapEnvSource) SetOptional ¶
func (m *ConfigMapEnvSource) SetOptional(fv bool)
func (*ConfigMapEnvSource) String ¶
func (m *ConfigMapEnvSource) String() string
func (*ConfigMapEnvSource) Unmarshal ¶
func (m *ConfigMapEnvSource) Unmarshal(b []byte) error
func (*ConfigMapEnvSource) UnmarshalJSON ¶
func (m *ConfigMapEnvSource) UnmarshalJSON(data []byte) error
type ConfigMapEnvSourceFieldPathBuilder ¶
type ConfigMapEnvSourceFieldPathBuilder struct{}
func NewConfigMapEnvSourceFieldPathBuilder ¶
func NewConfigMapEnvSourceFieldPathBuilder() ConfigMapEnvSourceFieldPathBuilder
func (ConfigMapEnvSourceFieldPathBuilder) Optional ¶
func (ConfigMapEnvSourceFieldPathBuilder) Optional() ConfigMapEnvSourcePathSelectorOptional
type ConfigMapEnvSourcePathSelectorName ¶
type ConfigMapEnvSourcePathSelectorName struct{}
func (ConfigMapEnvSourcePathSelectorName) FieldPath ¶
func (ConfigMapEnvSourcePathSelectorName) FieldPath() *ConfigMapEnvSource_FieldTerminalPath
func (ConfigMapEnvSourcePathSelectorName) WithArrayOfValues ¶
func (s ConfigMapEnvSourcePathSelectorName) WithArrayOfValues(values []string) *ConfigMapEnvSource_FieldTerminalPathArrayOfValues
func (ConfigMapEnvSourcePathSelectorName) WithValue ¶
func (s ConfigMapEnvSourcePathSelectorName) WithValue(value string) *ConfigMapEnvSource_FieldTerminalPathValue
type ConfigMapEnvSourcePathSelectorOptional ¶
type ConfigMapEnvSourcePathSelectorOptional struct{}
func (ConfigMapEnvSourcePathSelectorOptional) FieldPath ¶
func (ConfigMapEnvSourcePathSelectorOptional) FieldPath() *ConfigMapEnvSource_FieldTerminalPath
func (ConfigMapEnvSourcePathSelectorOptional) WithArrayOfValues ¶
func (s ConfigMapEnvSourcePathSelectorOptional) WithArrayOfValues(values []bool) *ConfigMapEnvSource_FieldTerminalPathArrayOfValues
func (ConfigMapEnvSourcePathSelectorOptional) WithValue ¶
func (s ConfigMapEnvSourcePathSelectorOptional) WithValue(value bool) *ConfigMapEnvSource_FieldTerminalPathValue
type ConfigMapEnvSource_FieldMask ¶
type ConfigMapEnvSource_FieldMask struct {
Paths []ConfigMapEnvSource_FieldPath
}
func FullConfigMapEnvSource_FieldMask ¶
func FullConfigMapEnvSource_FieldMask() *ConfigMapEnvSource_FieldMask
func (*ConfigMapEnvSource_FieldMask) AppendPath ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) AppendPath(path ConfigMapEnvSource_FieldPath)
func (*ConfigMapEnvSource_FieldMask) AppendRawPath ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConfigMapEnvSource_FieldMask) DecodeFirestore ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConfigMapEnvSource_FieldMask) EncodeFirestore ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConfigMapEnvSource_FieldMask) FilterInputFields ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) FilterInputFields() *ConfigMapEnvSource_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConfigMapEnvSource_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConfigMapEnvSource_FieldMask) GetPaths ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) GetPaths() []ConfigMapEnvSource_FieldPath
func (*ConfigMapEnvSource_FieldMask) GetRawPaths ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConfigMapEnvSource_FieldMask) IsFull ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) IsFull() bool
func (ConfigMapEnvSource_FieldMask) Marshal ¶
func (fieldMask ConfigMapEnvSource_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConfigMapEnvSource_FieldMask) MarshalJSON ¶
func (fieldMask ConfigMapEnvSource_FieldMask) MarshalJSON() ([]byte, error)
func (*ConfigMapEnvSource_FieldMask) PathsCount ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) PathsCount() int
func (*ConfigMapEnvSource_FieldMask) Project ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) Project(source *ConfigMapEnvSource) *ConfigMapEnvSource
func (*ConfigMapEnvSource_FieldMask) ProjectRaw ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConfigMapEnvSource_FieldMask) ProtoMessage ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) ProtoMessage()
func (*ConfigMapEnvSource_FieldMask) ProtoReflect ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) ProtoReflect() preflect.Message
func (*ConfigMapEnvSource_FieldMask) Reset ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) Reset()
func (*ConfigMapEnvSource_FieldMask) Set ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) Set(target, source *ConfigMapEnvSource)
func (*ConfigMapEnvSource_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) SetFromCliFlag(raw string) error
func (*ConfigMapEnvSource_FieldMask) SetRaw ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConfigMapEnvSource_FieldMask) Size ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) Size() int
func (*ConfigMapEnvSource_FieldMask) String ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) String() string
func (*ConfigMapEnvSource_FieldMask) Subtract ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) Subtract(other *ConfigMapEnvSource_FieldMask) *ConfigMapEnvSource_FieldMask
func (*ConfigMapEnvSource_FieldMask) SubtractRaw ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConfigMapEnvSource_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConfigMapEnvSource_FieldMask) Unmarshal ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) Unmarshal(data []byte) error
func (*ConfigMapEnvSource_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConfigMapEnvSource_FieldMask) UnmarshalJSON(data []byte) error
type ConfigMapEnvSource_FieldPath ¶
type ConfigMapEnvSource_FieldPath interface { gotenobject.FieldPath Selector() ConfigMapEnvSource_FieldPathSelector Get(source *ConfigMapEnvSource) []interface{} GetSingle(source *ConfigMapEnvSource) (interface{}, bool) ClearValue(item *ConfigMapEnvSource) // Those methods build corresponding ConfigMapEnvSource_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConfigMapEnvSource_FieldPathValue WithIArrayOfValues(values interface{}) ConfigMapEnvSource_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConfigMapEnvSource_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConfigMapEnvSource_FieldPath ¶
func BuildConfigMapEnvSource_FieldPath(fp gotenobject.RawFieldPath) (ConfigMapEnvSource_FieldPath, error)
func MustParseConfigMapEnvSource_FieldPath ¶
func MustParseConfigMapEnvSource_FieldPath(rawField string) ConfigMapEnvSource_FieldPath
func ParseConfigMapEnvSource_FieldPath ¶
func ParseConfigMapEnvSource_FieldPath(rawField string) (ConfigMapEnvSource_FieldPath, error)
type ConfigMapEnvSource_FieldPathArrayItemValue ¶
type ConfigMapEnvSource_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConfigMapEnvSource_FieldPath ContainsValue(*ConfigMapEnvSource) bool }
ConfigMapEnvSource_FieldPathArrayItemValue allows storing single item in Path-specific values for ConfigMapEnvSource according to their type Present only for array (repeated) types.
func MustParseConfigMapEnvSource_FieldPathArrayItemValue ¶
func MustParseConfigMapEnvSource_FieldPathArrayItemValue(pathStr, valueStr string) ConfigMapEnvSource_FieldPathArrayItemValue
func ParseConfigMapEnvSource_FieldPathArrayItemValue ¶
func ParseConfigMapEnvSource_FieldPathArrayItemValue(pathStr, valueStr string) (ConfigMapEnvSource_FieldPathArrayItemValue, error)
ParseConfigMapEnvSource_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConfigMapEnvSource_FieldPathArrayOfValues ¶
type ConfigMapEnvSource_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConfigMapEnvSource_FieldPath }
ConfigMapEnvSource_FieldPathArrayOfValues allows storing slice of values for ConfigMapEnvSource fields according to their type
func MustParseConfigMapEnvSource_FieldPathArrayOfValues ¶
func MustParseConfigMapEnvSource_FieldPathArrayOfValues(pathStr, valuesStr string) ConfigMapEnvSource_FieldPathArrayOfValues
func ParseConfigMapEnvSource_FieldPathArrayOfValues ¶
func ParseConfigMapEnvSource_FieldPathArrayOfValues(pathStr, valuesStr string) (ConfigMapEnvSource_FieldPathArrayOfValues, error)
type ConfigMapEnvSource_FieldPathSelector ¶
type ConfigMapEnvSource_FieldPathSelector int32
const ( ConfigMapEnvSource_FieldPathSelectorName ConfigMapEnvSource_FieldPathSelector = 0 ConfigMapEnvSource_FieldPathSelectorOptional ConfigMapEnvSource_FieldPathSelector = 1 )
func (ConfigMapEnvSource_FieldPathSelector) String ¶
func (s ConfigMapEnvSource_FieldPathSelector) String() string
type ConfigMapEnvSource_FieldPathValue ¶
type ConfigMapEnvSource_FieldPathValue interface { ConfigMapEnvSource_FieldPath gotenobject.FieldPathValue SetTo(target **ConfigMapEnvSource) CompareWith(*ConfigMapEnvSource) (cmp int, comparable bool) }
ConfigMapEnvSource_FieldPathValue allows storing values for ConfigMapEnvSource fields according to their type
func MustParseConfigMapEnvSource_FieldPathValue ¶
func MustParseConfigMapEnvSource_FieldPathValue(pathStr, valueStr string) ConfigMapEnvSource_FieldPathValue
func ParseConfigMapEnvSource_FieldPathValue ¶
func ParseConfigMapEnvSource_FieldPathValue(pathStr, valueStr string) (ConfigMapEnvSource_FieldPathValue, error)
type ConfigMapEnvSource_FieldTerminalPath ¶
type ConfigMapEnvSource_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConfigMapEnvSource_FieldTerminalPath) ClearValue ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) ClearValue(item *ConfigMapEnvSource)
func (*ConfigMapEnvSource_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConfigMapEnvSource_FieldTerminalPath) Get ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) Get(source *ConfigMapEnvSource) (values []interface{})
Get returns all values pointed by specific field from source ConfigMapEnvSource
func (*ConfigMapEnvSource_FieldTerminalPath) GetDefault ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConfigMapEnvSource_FieldTerminalPath) GetRaw ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConfigMapEnvSource_FieldTerminalPath) GetSingle ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) GetSingle(source *ConfigMapEnvSource) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConfigMapEnvSource
func (*ConfigMapEnvSource_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConfigMapEnvSource_FieldTerminalPath) IsLeaf ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConfigMapEnvSource_FieldTerminalPath) JSONString ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConfigMapEnvSource_FieldTerminalPath) Selector ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) Selector() ConfigMapEnvSource_FieldPathSelector
func (*ConfigMapEnvSource_FieldTerminalPath) String ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConfigMapEnvSource_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConfigMapEnvSource_FieldPathArrayItemValue
func (*ConfigMapEnvSource_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConfigMapEnvSource_FieldPathArrayOfValues
func (*ConfigMapEnvSource_FieldTerminalPath) WithIValue ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) WithIValue(value interface{}) ConfigMapEnvSource_FieldPathValue
func (*ConfigMapEnvSource_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConfigMapEnvSource_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConfigMapEnvSource_FieldTerminalPath) WithRawIValue ¶
func (fp *ConfigMapEnvSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConfigMapEnvSource_FieldTerminalPathArrayItemValue ¶
type ConfigMapEnvSource_FieldTerminalPathArrayItemValue struct { ConfigMapEnvSource_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapEnvSource_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) ContainsValue(source *ConfigMapEnvSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConfigMapEnvSource'
func (*ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConfigMapEnvSource as interface{}
func (*ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetSingle(source *ConfigMapEnvSource) (interface{}, bool)
func (*ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConfigMapEnvSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConfigMapEnvSource_FieldTerminalPathArrayOfValues ¶
type ConfigMapEnvSource_FieldTerminalPathArrayOfValues struct { ConfigMapEnvSource_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapEnvSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ConfigMapEnvSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ConfigMapEnvSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues ¶
func (fpaov *ConfigMapEnvSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
func (*ConfigMapEnvSource_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConfigMapEnvSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConfigMapEnvSource_FieldTerminalPathValue ¶
type ConfigMapEnvSource_FieldTerminalPathValue struct { ConfigMapEnvSource_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapEnvSource_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ConfigMapEnvSource_FieldTerminalPathValue) AsOptionalValue ¶
func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
func (*ConfigMapEnvSource_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) CompareWith(source *ConfigMapEnvSource) (int, bool)
CompareWith compares value in the 'ConfigMapEnvSource_FieldTerminalPathValue' with the value under path in 'ConfigMapEnvSource'.
func (*ConfigMapEnvSource_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConfigMapEnvSource_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ConfigMapEnvSource' as interface{}
func (*ConfigMapEnvSource_FieldTerminalPathValue) SetTo ¶
func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) SetTo(target **ConfigMapEnvSource)
SetTo stores value for selected field for object ConfigMapEnvSource
func (*ConfigMapEnvSource_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConfigMapEnvSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConfigMapKeySelector ¶
type ConfigMapKeySelector struct { // The ConfigMap to select from. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // The key to select. Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty" firestore:"key"` // Specify whether the ConfigMap or its key must be defined Optional bool `protobuf:"varint,3,opt,name=optional,proto3" json:"optional,omitempty" firestore:"optional"` // contains filtered or unexported fields }
func (*ConfigMapKeySelector) Clone ¶
func (o *ConfigMapKeySelector) Clone() *ConfigMapKeySelector
func (*ConfigMapKeySelector) CloneRaw ¶
func (o *ConfigMapKeySelector) CloneRaw() gotenobject.GotenObjectExt
func (*ConfigMapKeySelector) Descriptor ¶
func (*ConfigMapKeySelector) Descriptor() ([]byte, []int)
Deprecated, Use ConfigMapKeySelector.ProtoReflect.Descriptor instead.
func (*ConfigMapKeySelector) GetKey ¶
func (m *ConfigMapKeySelector) GetKey() string
func (*ConfigMapKeySelector) GetName ¶
func (m *ConfigMapKeySelector) GetName() string
func (*ConfigMapKeySelector) GetOptional ¶
func (m *ConfigMapKeySelector) GetOptional() bool
func (*ConfigMapKeySelector) GotenMessage ¶
func (*ConfigMapKeySelector) GotenMessage()
func (*ConfigMapKeySelector) GotenObjectExt ¶
func (o *ConfigMapKeySelector) GotenObjectExt()
func (*ConfigMapKeySelector) GotenValidate ¶
func (obj *ConfigMapKeySelector) GotenValidate() error
func (*ConfigMapKeySelector) MakeDiffFieldMask ¶
func (o *ConfigMapKeySelector) MakeDiffFieldMask(other *ConfigMapKeySelector) *ConfigMapKeySelector_FieldMask
func (*ConfigMapKeySelector) MakeFullFieldMask ¶
func (o *ConfigMapKeySelector) MakeFullFieldMask() *ConfigMapKeySelector_FieldMask
func (*ConfigMapKeySelector) MakeRawDiffFieldMask ¶
func (o *ConfigMapKeySelector) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConfigMapKeySelector) MakeRawFullFieldMask ¶
func (o *ConfigMapKeySelector) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConfigMapKeySelector) Marshal ¶
func (m *ConfigMapKeySelector) Marshal() ([]byte, error)
func (*ConfigMapKeySelector) MarshalJSON ¶
func (m *ConfigMapKeySelector) MarshalJSON() ([]byte, error)
func (*ConfigMapKeySelector) Merge ¶
func (o *ConfigMapKeySelector) Merge(source *ConfigMapKeySelector)
func (*ConfigMapKeySelector) MergeRaw ¶
func (o *ConfigMapKeySelector) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConfigMapKeySelector) ProtoMessage ¶
func (*ConfigMapKeySelector) ProtoMessage()
func (*ConfigMapKeySelector) ProtoReflect ¶
func (m *ConfigMapKeySelector) ProtoReflect() preflect.Message
func (*ConfigMapKeySelector) Reset ¶
func (m *ConfigMapKeySelector) Reset()
func (*ConfigMapKeySelector) SetKey ¶
func (m *ConfigMapKeySelector) SetKey(fv string)
func (*ConfigMapKeySelector) SetName ¶
func (m *ConfigMapKeySelector) SetName(fv string)
func (*ConfigMapKeySelector) SetOptional ¶
func (m *ConfigMapKeySelector) SetOptional(fv bool)
func (*ConfigMapKeySelector) String ¶
func (m *ConfigMapKeySelector) String() string
func (*ConfigMapKeySelector) Unmarshal ¶
func (m *ConfigMapKeySelector) Unmarshal(b []byte) error
func (*ConfigMapKeySelector) UnmarshalJSON ¶
func (m *ConfigMapKeySelector) UnmarshalJSON(data []byte) error
type ConfigMapKeySelectorFieldPathBuilder ¶
type ConfigMapKeySelectorFieldPathBuilder struct{}
func NewConfigMapKeySelectorFieldPathBuilder ¶
func NewConfigMapKeySelectorFieldPathBuilder() ConfigMapKeySelectorFieldPathBuilder
func (ConfigMapKeySelectorFieldPathBuilder) Optional ¶
func (ConfigMapKeySelectorFieldPathBuilder) Optional() ConfigMapKeySelectorPathSelectorOptional
type ConfigMapKeySelectorPathSelectorKey ¶
type ConfigMapKeySelectorPathSelectorKey struct{}
func (ConfigMapKeySelectorPathSelectorKey) FieldPath ¶
func (ConfigMapKeySelectorPathSelectorKey) FieldPath() *ConfigMapKeySelector_FieldTerminalPath
func (ConfigMapKeySelectorPathSelectorKey) WithArrayOfValues ¶
func (s ConfigMapKeySelectorPathSelectorKey) WithArrayOfValues(values []string) *ConfigMapKeySelector_FieldTerminalPathArrayOfValues
func (ConfigMapKeySelectorPathSelectorKey) WithValue ¶
func (s ConfigMapKeySelectorPathSelectorKey) WithValue(value string) *ConfigMapKeySelector_FieldTerminalPathValue
type ConfigMapKeySelectorPathSelectorName ¶
type ConfigMapKeySelectorPathSelectorName struct{}
func (ConfigMapKeySelectorPathSelectorName) FieldPath ¶
func (ConfigMapKeySelectorPathSelectorName) FieldPath() *ConfigMapKeySelector_FieldTerminalPath
func (ConfigMapKeySelectorPathSelectorName) WithArrayOfValues ¶
func (s ConfigMapKeySelectorPathSelectorName) WithArrayOfValues(values []string) *ConfigMapKeySelector_FieldTerminalPathArrayOfValues
func (ConfigMapKeySelectorPathSelectorName) WithValue ¶
func (s ConfigMapKeySelectorPathSelectorName) WithValue(value string) *ConfigMapKeySelector_FieldTerminalPathValue
type ConfigMapKeySelectorPathSelectorOptional ¶
type ConfigMapKeySelectorPathSelectorOptional struct{}
func (ConfigMapKeySelectorPathSelectorOptional) FieldPath ¶
func (ConfigMapKeySelectorPathSelectorOptional) FieldPath() *ConfigMapKeySelector_FieldTerminalPath
func (ConfigMapKeySelectorPathSelectorOptional) WithArrayOfValues ¶
func (s ConfigMapKeySelectorPathSelectorOptional) WithArrayOfValues(values []bool) *ConfigMapKeySelector_FieldTerminalPathArrayOfValues
func (ConfigMapKeySelectorPathSelectorOptional) WithValue ¶
func (s ConfigMapKeySelectorPathSelectorOptional) WithValue(value bool) *ConfigMapKeySelector_FieldTerminalPathValue
type ConfigMapKeySelector_FieldMask ¶
type ConfigMapKeySelector_FieldMask struct {
Paths []ConfigMapKeySelector_FieldPath
}
func FullConfigMapKeySelector_FieldMask ¶
func FullConfigMapKeySelector_FieldMask() *ConfigMapKeySelector_FieldMask
func (*ConfigMapKeySelector_FieldMask) AppendPath ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) AppendPath(path ConfigMapKeySelector_FieldPath)
func (*ConfigMapKeySelector_FieldMask) AppendRawPath ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConfigMapKeySelector_FieldMask) DecodeFirestore ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConfigMapKeySelector_FieldMask) EncodeFirestore ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConfigMapKeySelector_FieldMask) FilterInputFields ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) FilterInputFields() *ConfigMapKeySelector_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConfigMapKeySelector_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConfigMapKeySelector_FieldMask) GetPaths ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) GetPaths() []ConfigMapKeySelector_FieldPath
func (*ConfigMapKeySelector_FieldMask) GetRawPaths ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConfigMapKeySelector_FieldMask) IsFull ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) IsFull() bool
func (ConfigMapKeySelector_FieldMask) Marshal ¶
func (fieldMask ConfigMapKeySelector_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConfigMapKeySelector_FieldMask) MarshalJSON ¶
func (fieldMask ConfigMapKeySelector_FieldMask) MarshalJSON() ([]byte, error)
func (*ConfigMapKeySelector_FieldMask) PathsCount ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) PathsCount() int
func (*ConfigMapKeySelector_FieldMask) Project ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) Project(source *ConfigMapKeySelector) *ConfigMapKeySelector
func (*ConfigMapKeySelector_FieldMask) ProjectRaw ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConfigMapKeySelector_FieldMask) ProtoMessage ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) ProtoMessage()
func (*ConfigMapKeySelector_FieldMask) ProtoReflect ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) ProtoReflect() preflect.Message
func (*ConfigMapKeySelector_FieldMask) Reset ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) Reset()
func (*ConfigMapKeySelector_FieldMask) Set ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) Set(target, source *ConfigMapKeySelector)
func (*ConfigMapKeySelector_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) SetFromCliFlag(raw string) error
func (*ConfigMapKeySelector_FieldMask) SetRaw ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConfigMapKeySelector_FieldMask) Size ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) Size() int
func (*ConfigMapKeySelector_FieldMask) String ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) String() string
func (*ConfigMapKeySelector_FieldMask) Subtract ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) Subtract(other *ConfigMapKeySelector_FieldMask) *ConfigMapKeySelector_FieldMask
func (*ConfigMapKeySelector_FieldMask) SubtractRaw ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConfigMapKeySelector_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConfigMapKeySelector_FieldMask) Unmarshal ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) Unmarshal(data []byte) error
func (*ConfigMapKeySelector_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConfigMapKeySelector_FieldMask) UnmarshalJSON(data []byte) error
type ConfigMapKeySelector_FieldPath ¶
type ConfigMapKeySelector_FieldPath interface { gotenobject.FieldPath Selector() ConfigMapKeySelector_FieldPathSelector Get(source *ConfigMapKeySelector) []interface{} GetSingle(source *ConfigMapKeySelector) (interface{}, bool) ClearValue(item *ConfigMapKeySelector) // Those methods build corresponding ConfigMapKeySelector_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConfigMapKeySelector_FieldPathValue WithIArrayOfValues(values interface{}) ConfigMapKeySelector_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConfigMapKeySelector_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConfigMapKeySelector_FieldPath ¶
func BuildConfigMapKeySelector_FieldPath(fp gotenobject.RawFieldPath) (ConfigMapKeySelector_FieldPath, error)
func MustParseConfigMapKeySelector_FieldPath ¶
func MustParseConfigMapKeySelector_FieldPath(rawField string) ConfigMapKeySelector_FieldPath
func ParseConfigMapKeySelector_FieldPath ¶
func ParseConfigMapKeySelector_FieldPath(rawField string) (ConfigMapKeySelector_FieldPath, error)
type ConfigMapKeySelector_FieldPathArrayItemValue ¶
type ConfigMapKeySelector_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConfigMapKeySelector_FieldPath ContainsValue(*ConfigMapKeySelector) bool }
ConfigMapKeySelector_FieldPathArrayItemValue allows storing single item in Path-specific values for ConfigMapKeySelector according to their type Present only for array (repeated) types.
func MustParseConfigMapKeySelector_FieldPathArrayItemValue ¶
func MustParseConfigMapKeySelector_FieldPathArrayItemValue(pathStr, valueStr string) ConfigMapKeySelector_FieldPathArrayItemValue
func ParseConfigMapKeySelector_FieldPathArrayItemValue ¶
func ParseConfigMapKeySelector_FieldPathArrayItemValue(pathStr, valueStr string) (ConfigMapKeySelector_FieldPathArrayItemValue, error)
ParseConfigMapKeySelector_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConfigMapKeySelector_FieldPathArrayOfValues ¶
type ConfigMapKeySelector_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConfigMapKeySelector_FieldPath }
ConfigMapKeySelector_FieldPathArrayOfValues allows storing slice of values for ConfigMapKeySelector fields according to their type
func MustParseConfigMapKeySelector_FieldPathArrayOfValues ¶
func MustParseConfigMapKeySelector_FieldPathArrayOfValues(pathStr, valuesStr string) ConfigMapKeySelector_FieldPathArrayOfValues
func ParseConfigMapKeySelector_FieldPathArrayOfValues ¶
func ParseConfigMapKeySelector_FieldPathArrayOfValues(pathStr, valuesStr string) (ConfigMapKeySelector_FieldPathArrayOfValues, error)
type ConfigMapKeySelector_FieldPathSelector ¶
type ConfigMapKeySelector_FieldPathSelector int32
const ( ConfigMapKeySelector_FieldPathSelectorName ConfigMapKeySelector_FieldPathSelector = 0 ConfigMapKeySelector_FieldPathSelectorKey ConfigMapKeySelector_FieldPathSelector = 1 ConfigMapKeySelector_FieldPathSelectorOptional ConfigMapKeySelector_FieldPathSelector = 2 )
func (ConfigMapKeySelector_FieldPathSelector) String ¶
func (s ConfigMapKeySelector_FieldPathSelector) String() string
type ConfigMapKeySelector_FieldPathValue ¶
type ConfigMapKeySelector_FieldPathValue interface { ConfigMapKeySelector_FieldPath gotenobject.FieldPathValue SetTo(target **ConfigMapKeySelector) CompareWith(*ConfigMapKeySelector) (cmp int, comparable bool) }
ConfigMapKeySelector_FieldPathValue allows storing values for ConfigMapKeySelector fields according to their type
func MustParseConfigMapKeySelector_FieldPathValue ¶
func MustParseConfigMapKeySelector_FieldPathValue(pathStr, valueStr string) ConfigMapKeySelector_FieldPathValue
func ParseConfigMapKeySelector_FieldPathValue ¶
func ParseConfigMapKeySelector_FieldPathValue(pathStr, valueStr string) (ConfigMapKeySelector_FieldPathValue, error)
type ConfigMapKeySelector_FieldTerminalPath ¶
type ConfigMapKeySelector_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConfigMapKeySelector_FieldTerminalPath) ClearValue ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) ClearValue(item *ConfigMapKeySelector)
func (*ConfigMapKeySelector_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConfigMapKeySelector_FieldTerminalPath) Get ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) Get(source *ConfigMapKeySelector) (values []interface{})
Get returns all values pointed by specific field from source ConfigMapKeySelector
func (*ConfigMapKeySelector_FieldTerminalPath) GetDefault ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConfigMapKeySelector_FieldTerminalPath) GetRaw ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConfigMapKeySelector_FieldTerminalPath) GetSingle ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) GetSingle(source *ConfigMapKeySelector) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConfigMapKeySelector
func (*ConfigMapKeySelector_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConfigMapKeySelector_FieldTerminalPath) IsLeaf ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConfigMapKeySelector_FieldTerminalPath) JSONString ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConfigMapKeySelector_FieldTerminalPath) Selector ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) Selector() ConfigMapKeySelector_FieldPathSelector
func (*ConfigMapKeySelector_FieldTerminalPath) String ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConfigMapKeySelector_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConfigMapKeySelector_FieldPathArrayItemValue
func (*ConfigMapKeySelector_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConfigMapKeySelector_FieldPathArrayOfValues
func (*ConfigMapKeySelector_FieldTerminalPath) WithIValue ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) WithIValue(value interface{}) ConfigMapKeySelector_FieldPathValue
func (*ConfigMapKeySelector_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConfigMapKeySelector_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConfigMapKeySelector_FieldTerminalPath) WithRawIValue ¶
func (fp *ConfigMapKeySelector_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConfigMapKeySelector_FieldTerminalPathArrayItemValue ¶
type ConfigMapKeySelector_FieldTerminalPathArrayItemValue struct { ConfigMapKeySelector_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapKeySelector_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) ContainsValue(source *ConfigMapKeySelector) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConfigMapKeySelector'
func (*ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConfigMapKeySelector as interface{}
func (*ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetSingle(source *ConfigMapKeySelector) (interface{}, bool)
func (*ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConfigMapKeySelector_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConfigMapKeySelector_FieldTerminalPathArrayOfValues ¶
type ConfigMapKeySelector_FieldTerminalPathArrayOfValues struct { ConfigMapKeySelector_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues ¶
func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
func (*ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues ¶
func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
func (*ConfigMapKeySelector_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConfigMapKeySelector_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConfigMapKeySelector_FieldTerminalPathValue ¶
type ConfigMapKeySelector_FieldTerminalPathValue struct { ConfigMapKeySelector_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapKeySelector_FieldTerminalPathValue) AsKeyValue ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) AsKeyValue() (string, bool)
func (*ConfigMapKeySelector_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ConfigMapKeySelector_FieldTerminalPathValue) AsOptionalValue ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
func (*ConfigMapKeySelector_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) CompareWith(source *ConfigMapKeySelector) (int, bool)
CompareWith compares value in the 'ConfigMapKeySelector_FieldTerminalPathValue' with the value under path in 'ConfigMapKeySelector'.
func (*ConfigMapKeySelector_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConfigMapKeySelector_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ConfigMapKeySelector' as interface{}
func (*ConfigMapKeySelector_FieldTerminalPathValue) SetTo ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) SetTo(target **ConfigMapKeySelector)
SetTo stores value for selected field for object ConfigMapKeySelector
func (*ConfigMapKeySelector_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConfigMapKeySelector_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ConfigMapVolumeSource ¶
type ConfigMapVolumeSource struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // If unspecified, each key-value pair in the Data field of the referenced // ConfigMap will be projected into the volume as a file whose name is the // key and content is the value. If specified, the listed keys will be // projected into the specified paths, and unlisted keys will not be // present. If a key is specified which is not present in the ConfigMap, // the volume setup will error unless it is marked optional. Paths must be // relative and may not contain the '..' path or start with '..'. Items []*KeyToPath `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty" firestore:"items"` // Optional: mode bits used to set permissions on created files by default. // Must be an octal value between 0000 and 0777 or a decimal value between 0 // and 511. YAML accepts both octal and decimal values, JSON requires decimal // values for mode bits. Defaults to 0644. Directories within the path are not // affected by this setting. This might be in conflict with other options that // affect the file mode, like fsGroup, and the result can be other mode bits // set. DefaultMode int32 `protobuf:"varint,3,opt,name=default_mode,json=defaultMode,proto3" json:"default_mode,omitempty" firestore:"defaultMode"` // Specify whether the ConfigMap or its keys must be defined Optional bool `protobuf:"varint,4,opt,name=optional,proto3" json:"optional,omitempty" firestore:"optional"` // contains filtered or unexported fields }
Adapts a ConfigMap into a volume.
The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.
func (*ConfigMapVolumeSource) Clone ¶
func (o *ConfigMapVolumeSource) Clone() *ConfigMapVolumeSource
func (*ConfigMapVolumeSource) CloneRaw ¶
func (o *ConfigMapVolumeSource) CloneRaw() gotenobject.GotenObjectExt
func (*ConfigMapVolumeSource) Descriptor ¶
func (*ConfigMapVolumeSource) Descriptor() ([]byte, []int)
Deprecated, Use ConfigMapVolumeSource.ProtoReflect.Descriptor instead.
func (*ConfigMapVolumeSource) GetDefaultMode ¶
func (m *ConfigMapVolumeSource) GetDefaultMode() int32
func (*ConfigMapVolumeSource) GetItems ¶
func (m *ConfigMapVolumeSource) GetItems() []*KeyToPath
func (*ConfigMapVolumeSource) GetName ¶
func (m *ConfigMapVolumeSource) GetName() string
func (*ConfigMapVolumeSource) GetOptional ¶
func (m *ConfigMapVolumeSource) GetOptional() bool
func (*ConfigMapVolumeSource) GotenMessage ¶
func (*ConfigMapVolumeSource) GotenMessage()
func (*ConfigMapVolumeSource) GotenObjectExt ¶
func (o *ConfigMapVolumeSource) GotenObjectExt()
func (*ConfigMapVolumeSource) GotenValidate ¶
func (obj *ConfigMapVolumeSource) GotenValidate() error
func (*ConfigMapVolumeSource) MakeDiffFieldMask ¶
func (o *ConfigMapVolumeSource) MakeDiffFieldMask(other *ConfigMapVolumeSource) *ConfigMapVolumeSource_FieldMask
func (*ConfigMapVolumeSource) MakeFullFieldMask ¶
func (o *ConfigMapVolumeSource) MakeFullFieldMask() *ConfigMapVolumeSource_FieldMask
func (*ConfigMapVolumeSource) MakeRawDiffFieldMask ¶
func (o *ConfigMapVolumeSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*ConfigMapVolumeSource) MakeRawFullFieldMask ¶
func (o *ConfigMapVolumeSource) MakeRawFullFieldMask() gotenobject.FieldMask
func (*ConfigMapVolumeSource) Marshal ¶
func (m *ConfigMapVolumeSource) Marshal() ([]byte, error)
func (*ConfigMapVolumeSource) MarshalJSON ¶
func (m *ConfigMapVolumeSource) MarshalJSON() ([]byte, error)
func (*ConfigMapVolumeSource) Merge ¶
func (o *ConfigMapVolumeSource) Merge(source *ConfigMapVolumeSource)
func (*ConfigMapVolumeSource) MergeRaw ¶
func (o *ConfigMapVolumeSource) MergeRaw(source gotenobject.GotenObjectExt)
func (*ConfigMapVolumeSource) ProtoMessage ¶
func (*ConfigMapVolumeSource) ProtoMessage()
func (*ConfigMapVolumeSource) ProtoReflect ¶
func (m *ConfigMapVolumeSource) ProtoReflect() preflect.Message
func (*ConfigMapVolumeSource) Reset ¶
func (m *ConfigMapVolumeSource) Reset()
func (*ConfigMapVolumeSource) SetDefaultMode ¶
func (m *ConfigMapVolumeSource) SetDefaultMode(fv int32)
func (*ConfigMapVolumeSource) SetItems ¶
func (m *ConfigMapVolumeSource) SetItems(fv []*KeyToPath)
func (*ConfigMapVolumeSource) SetName ¶
func (m *ConfigMapVolumeSource) SetName(fv string)
func (*ConfigMapVolumeSource) SetOptional ¶
func (m *ConfigMapVolumeSource) SetOptional(fv bool)
func (*ConfigMapVolumeSource) String ¶
func (m *ConfigMapVolumeSource) String() string
func (*ConfigMapVolumeSource) Unmarshal ¶
func (m *ConfigMapVolumeSource) Unmarshal(b []byte) error
func (*ConfigMapVolumeSource) UnmarshalJSON ¶
func (m *ConfigMapVolumeSource) UnmarshalJSON(data []byte) error
type ConfigMapVolumeSourceFieldPathBuilder ¶
type ConfigMapVolumeSourceFieldPathBuilder struct{}
func NewConfigMapVolumeSourceFieldPathBuilder ¶
func NewConfigMapVolumeSourceFieldPathBuilder() ConfigMapVolumeSourceFieldPathBuilder
func (ConfigMapVolumeSourceFieldPathBuilder) DefaultMode ¶
func (ConfigMapVolumeSourceFieldPathBuilder) DefaultMode() ConfigMapVolumeSourcePathSelectorDefaultMode
type ConfigMapVolumeSourcePathSelectorDefaultMode ¶
type ConfigMapVolumeSourcePathSelectorDefaultMode struct{}
func (ConfigMapVolumeSourcePathSelectorDefaultMode) FieldPath ¶
func (ConfigMapVolumeSourcePathSelectorDefaultMode) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
func (ConfigMapVolumeSourcePathSelectorDefaultMode) WithArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorDefaultMode) WithArrayOfValues(values []int32) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorDefaultMode) WithValue ¶
func (s ConfigMapVolumeSourcePathSelectorDefaultMode) WithValue(value int32) *ConfigMapVolumeSource_FieldTerminalPathValue
type ConfigMapVolumeSourcePathSelectorItems ¶
type ConfigMapVolumeSourcePathSelectorItems struct{}
func (ConfigMapVolumeSourcePathSelectorItems) FieldPath ¶
func (ConfigMapVolumeSourcePathSelectorItems) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
func (ConfigMapVolumeSourcePathSelectorItems) WithArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorItems) WithArrayOfValues(values [][]*KeyToPath) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorItems) WithItemValue ¶
func (s ConfigMapVolumeSourcePathSelectorItems) WithItemValue(value *KeyToPath) *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue
func (ConfigMapVolumeSourcePathSelectorItems) WithSubArrayItemValue ¶
func (s ConfigMapVolumeSourcePathSelectorItems) WithSubArrayItemValue(subPathArrayItemValue KeyToPath_FieldPathArrayItemValue) *ConfigMapVolumeSource_FieldSubPathArrayItemValue
func (ConfigMapVolumeSourcePathSelectorItems) WithSubArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorItems) WithSubArrayOfValues(subPathArrayOfValues KeyToPath_FieldPathArrayOfValues) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorItems) WithSubPath ¶
func (ConfigMapVolumeSourcePathSelectorItems) WithSubPath(subPath KeyToPath_FieldPath) *ConfigMapVolumeSource_FieldSubPath
func (ConfigMapVolumeSourcePathSelectorItems) WithSubValue ¶
func (s ConfigMapVolumeSourcePathSelectorItems) WithSubValue(subPathValue KeyToPath_FieldPathValue) *ConfigMapVolumeSource_FieldSubPathValue
func (ConfigMapVolumeSourcePathSelectorItems) WithValue ¶
func (s ConfigMapVolumeSourcePathSelectorItems) WithValue(value []*KeyToPath) *ConfigMapVolumeSource_FieldTerminalPathValue
type ConfigMapVolumeSourcePathSelectorItemsKey ¶
type ConfigMapVolumeSourcePathSelectorItemsKey struct{}
func (ConfigMapVolumeSourcePathSelectorItemsKey) FieldPath ¶
func (ConfigMapVolumeSourcePathSelectorItemsKey) FieldPath() *ConfigMapVolumeSource_FieldSubPath
func (ConfigMapVolumeSourcePathSelectorItemsKey) WithArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorItemsKey) WithArrayOfValues(values []string) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorItemsKey) WithValue ¶
func (s ConfigMapVolumeSourcePathSelectorItemsKey) WithValue(value string) *ConfigMapVolumeSource_FieldSubPathValue
type ConfigMapVolumeSourcePathSelectorItemsMode ¶
type ConfigMapVolumeSourcePathSelectorItemsMode struct{}
func (ConfigMapVolumeSourcePathSelectorItemsMode) FieldPath ¶
func (ConfigMapVolumeSourcePathSelectorItemsMode) FieldPath() *ConfigMapVolumeSource_FieldSubPath
func (ConfigMapVolumeSourcePathSelectorItemsMode) WithArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorItemsMode) WithArrayOfValues(values []int32) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorItemsMode) WithValue ¶
func (s ConfigMapVolumeSourcePathSelectorItemsMode) WithValue(value int32) *ConfigMapVolumeSource_FieldSubPathValue
type ConfigMapVolumeSourcePathSelectorItemsPath ¶
type ConfigMapVolumeSourcePathSelectorItemsPath struct{}
func (ConfigMapVolumeSourcePathSelectorItemsPath) FieldPath ¶
func (ConfigMapVolumeSourcePathSelectorItemsPath) FieldPath() *ConfigMapVolumeSource_FieldSubPath
func (ConfigMapVolumeSourcePathSelectorItemsPath) WithArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorItemsPath) WithArrayOfValues(values []string) *ConfigMapVolumeSource_FieldSubPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorItemsPath) WithValue ¶
func (s ConfigMapVolumeSourcePathSelectorItemsPath) WithValue(value string) *ConfigMapVolumeSource_FieldSubPathValue
type ConfigMapVolumeSourcePathSelectorName ¶
type ConfigMapVolumeSourcePathSelectorName struct{}
func (ConfigMapVolumeSourcePathSelectorName) FieldPath ¶
func (ConfigMapVolumeSourcePathSelectorName) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
func (ConfigMapVolumeSourcePathSelectorName) WithArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorName) WithArrayOfValues(values []string) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorName) WithValue ¶
func (s ConfigMapVolumeSourcePathSelectorName) WithValue(value string) *ConfigMapVolumeSource_FieldTerminalPathValue
type ConfigMapVolumeSourcePathSelectorOptional ¶
type ConfigMapVolumeSourcePathSelectorOptional struct{}
func (ConfigMapVolumeSourcePathSelectorOptional) FieldPath ¶
func (ConfigMapVolumeSourcePathSelectorOptional) FieldPath() *ConfigMapVolumeSource_FieldTerminalPath
func (ConfigMapVolumeSourcePathSelectorOptional) WithArrayOfValues ¶
func (s ConfigMapVolumeSourcePathSelectorOptional) WithArrayOfValues(values []bool) *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues
func (ConfigMapVolumeSourcePathSelectorOptional) WithValue ¶
func (s ConfigMapVolumeSourcePathSelectorOptional) WithValue(value bool) *ConfigMapVolumeSource_FieldTerminalPathValue
type ConfigMapVolumeSource_FieldMask ¶
type ConfigMapVolumeSource_FieldMask struct {
Paths []ConfigMapVolumeSource_FieldPath
}
func FullConfigMapVolumeSource_FieldMask ¶
func FullConfigMapVolumeSource_FieldMask() *ConfigMapVolumeSource_FieldMask
func (*ConfigMapVolumeSource_FieldMask) AppendPath ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) AppendPath(path ConfigMapVolumeSource_FieldPath)
func (*ConfigMapVolumeSource_FieldMask) AppendRawPath ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*ConfigMapVolumeSource_FieldMask) DecodeFirestore ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*ConfigMapVolumeSource_FieldMask) EncodeFirestore ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*ConfigMapVolumeSource_FieldMask) FilterInputFields ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) FilterInputFields() *ConfigMapVolumeSource_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*ConfigMapVolumeSource_FieldMask) FromProtoFieldMask ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*ConfigMapVolumeSource_FieldMask) GetPaths ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) GetPaths() []ConfigMapVolumeSource_FieldPath
func (*ConfigMapVolumeSource_FieldMask) GetRawPaths ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*ConfigMapVolumeSource_FieldMask) IsFull ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) IsFull() bool
func (ConfigMapVolumeSource_FieldMask) Marshal ¶
func (fieldMask ConfigMapVolumeSource_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (ConfigMapVolumeSource_FieldMask) MarshalJSON ¶
func (fieldMask ConfigMapVolumeSource_FieldMask) MarshalJSON() ([]byte, error)
func (*ConfigMapVolumeSource_FieldMask) PathsCount ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) PathsCount() int
func (*ConfigMapVolumeSource_FieldMask) Project ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) Project(source *ConfigMapVolumeSource) *ConfigMapVolumeSource
func (*ConfigMapVolumeSource_FieldMask) ProjectRaw ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*ConfigMapVolumeSource_FieldMask) ProtoMessage ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) ProtoMessage()
func (*ConfigMapVolumeSource_FieldMask) ProtoReflect ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) ProtoReflect() preflect.Message
func (*ConfigMapVolumeSource_FieldMask) Reset ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) Reset()
func (*ConfigMapVolumeSource_FieldMask) Set ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) Set(target, source *ConfigMapVolumeSource)
func (*ConfigMapVolumeSource_FieldMask) SetFromCliFlag ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) SetFromCliFlag(raw string) error
func (*ConfigMapVolumeSource_FieldMask) SetRaw ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*ConfigMapVolumeSource_FieldMask) Size ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) Size() int
func (*ConfigMapVolumeSource_FieldMask) String ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) String() string
func (*ConfigMapVolumeSource_FieldMask) Subtract ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) Subtract(other *ConfigMapVolumeSource_FieldMask) *ConfigMapVolumeSource_FieldMask
func (*ConfigMapVolumeSource_FieldMask) SubtractRaw ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*ConfigMapVolumeSource_FieldMask) ToProtoFieldMask ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*ConfigMapVolumeSource_FieldMask) Unmarshal ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) Unmarshal(data []byte) error
func (*ConfigMapVolumeSource_FieldMask) UnmarshalJSON ¶
func (fieldMask *ConfigMapVolumeSource_FieldMask) UnmarshalJSON(data []byte) error
type ConfigMapVolumeSource_FieldPath ¶
type ConfigMapVolumeSource_FieldPath interface { gotenobject.FieldPath Selector() ConfigMapVolumeSource_FieldPathSelector Get(source *ConfigMapVolumeSource) []interface{} GetSingle(source *ConfigMapVolumeSource) (interface{}, bool) ClearValue(item *ConfigMapVolumeSource) // Those methods build corresponding ConfigMapVolumeSource_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) ConfigMapVolumeSource_FieldPathValue WithIArrayOfValues(values interface{}) ConfigMapVolumeSource_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) ConfigMapVolumeSource_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildConfigMapVolumeSource_FieldPath ¶
func BuildConfigMapVolumeSource_FieldPath(fp gotenobject.RawFieldPath) (ConfigMapVolumeSource_FieldPath, error)
func MustParseConfigMapVolumeSource_FieldPath ¶
func MustParseConfigMapVolumeSource_FieldPath(rawField string) ConfigMapVolumeSource_FieldPath
func ParseConfigMapVolumeSource_FieldPath ¶
func ParseConfigMapVolumeSource_FieldPath(rawField string) (ConfigMapVolumeSource_FieldPath, error)
type ConfigMapVolumeSource_FieldPathArrayItemValue ¶
type ConfigMapVolumeSource_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue ConfigMapVolumeSource_FieldPath ContainsValue(*ConfigMapVolumeSource) bool }
ConfigMapVolumeSource_FieldPathArrayItemValue allows storing single item in Path-specific values for ConfigMapVolumeSource according to their type Present only for array (repeated) types.
func MustParseConfigMapVolumeSource_FieldPathArrayItemValue ¶
func MustParseConfigMapVolumeSource_FieldPathArrayItemValue(pathStr, valueStr string) ConfigMapVolumeSource_FieldPathArrayItemValue
func ParseConfigMapVolumeSource_FieldPathArrayItemValue ¶
func ParseConfigMapVolumeSource_FieldPathArrayItemValue(pathStr, valueStr string) (ConfigMapVolumeSource_FieldPathArrayItemValue, error)
ParseConfigMapVolumeSource_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type ConfigMapVolumeSource_FieldPathArrayOfValues ¶
type ConfigMapVolumeSource_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues ConfigMapVolumeSource_FieldPath }
ConfigMapVolumeSource_FieldPathArrayOfValues allows storing slice of values for ConfigMapVolumeSource fields according to their type
func MustParseConfigMapVolumeSource_FieldPathArrayOfValues ¶
func MustParseConfigMapVolumeSource_FieldPathArrayOfValues(pathStr, valuesStr string) ConfigMapVolumeSource_FieldPathArrayOfValues
func ParseConfigMapVolumeSource_FieldPathArrayOfValues ¶
func ParseConfigMapVolumeSource_FieldPathArrayOfValues(pathStr, valuesStr string) (ConfigMapVolumeSource_FieldPathArrayOfValues, error)
type ConfigMapVolumeSource_FieldPathSelector ¶
type ConfigMapVolumeSource_FieldPathSelector int32
const ( ConfigMapVolumeSource_FieldPathSelectorName ConfigMapVolumeSource_FieldPathSelector = 0 ConfigMapVolumeSource_FieldPathSelectorItems ConfigMapVolumeSource_FieldPathSelector = 1 ConfigMapVolumeSource_FieldPathSelectorDefaultMode ConfigMapVolumeSource_FieldPathSelector = 2 ConfigMapVolumeSource_FieldPathSelectorOptional ConfigMapVolumeSource_FieldPathSelector = 3 )
func (ConfigMapVolumeSource_FieldPathSelector) String ¶
func (s ConfigMapVolumeSource_FieldPathSelector) String() string
type ConfigMapVolumeSource_FieldPathValue ¶
type ConfigMapVolumeSource_FieldPathValue interface { ConfigMapVolumeSource_FieldPath gotenobject.FieldPathValue SetTo(target **ConfigMapVolumeSource) CompareWith(*ConfigMapVolumeSource) (cmp int, comparable bool) }
ConfigMapVolumeSource_FieldPathValue allows storing values for ConfigMapVolumeSource fields according to their type
func MustParseConfigMapVolumeSource_FieldPathValue ¶
func MustParseConfigMapVolumeSource_FieldPathValue(pathStr, valueStr string) ConfigMapVolumeSource_FieldPathValue
func ParseConfigMapVolumeSource_FieldPathValue ¶
func ParseConfigMapVolumeSource_FieldPathValue(pathStr, valueStr string) (ConfigMapVolumeSource_FieldPathValue, error)
type ConfigMapVolumeSource_FieldSubPath ¶
type ConfigMapVolumeSource_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*ConfigMapVolumeSource_FieldSubPath) AsItemsSubPath ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) AsItemsSubPath() (KeyToPath_FieldPath, bool)
func (*ConfigMapVolumeSource_FieldSubPath) ClearValue ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) ClearValue(item *ConfigMapVolumeSource)
func (*ConfigMapVolumeSource_FieldSubPath) ClearValueRaw ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) ClearValueRaw(item proto.Message)
func (*ConfigMapVolumeSource_FieldSubPath) Get ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) Get(source *ConfigMapVolumeSource) (values []interface{})
Get returns all values pointed by selected field from source ConfigMapVolumeSource
func (*ConfigMapVolumeSource_FieldSubPath) GetDefault ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConfigMapVolumeSource_FieldSubPath) GetRaw ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*ConfigMapVolumeSource_FieldSubPath) GetSingle ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) GetSingle(source *ConfigMapVolumeSource) (interface{}, bool)
GetSingle returns value of selected field from source ConfigMapVolumeSource
func (*ConfigMapVolumeSource_FieldSubPath) GetSingleRaw ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConfigMapVolumeSource_FieldSubPath) IsLeaf ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConfigMapVolumeSource_FieldSubPath) JSONString ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConfigMapVolumeSource_FieldSubPath) Selector ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) Selector() ConfigMapVolumeSource_FieldPathSelector
func (*ConfigMapVolumeSource_FieldSubPath) String ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) String() string
String returns path representation in proto convention
func (*ConfigMapVolumeSource_FieldSubPath) WithIArrayItemValue ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) WithIArrayItemValue(value interface{}) ConfigMapVolumeSource_FieldPathArrayItemValue
func (*ConfigMapVolumeSource_FieldSubPath) WithIArrayOfValues ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) WithIArrayOfValues(values interface{}) ConfigMapVolumeSource_FieldPathArrayOfValues
func (*ConfigMapVolumeSource_FieldSubPath) WithIValue ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) WithIValue(value interface{}) ConfigMapVolumeSource_FieldPathValue
func (*ConfigMapVolumeSource_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConfigMapVolumeSource_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConfigMapVolumeSource_FieldSubPath) WithRawIValue ¶
func (fps *ConfigMapVolumeSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConfigMapVolumeSource_FieldSubPathArrayItemValue ¶
type ConfigMapVolumeSource_FieldSubPathArrayItemValue struct { ConfigMapVolumeSource_FieldPath // contains filtered or unexported fields }
func (*ConfigMapVolumeSource_FieldSubPathArrayItemValue) AsItemsPathItemValue ¶
func (fpaivs *ConfigMapVolumeSource_FieldSubPathArrayItemValue) AsItemsPathItemValue() (KeyToPath_FieldPathArrayItemValue, bool)
func (*ConfigMapVolumeSource_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ConfigMapVolumeSource_FieldSubPathArrayItemValue) ContainsValue(source *ConfigMapVolumeSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConfigMapVolumeSource'
func (*ConfigMapVolumeSource_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *ConfigMapVolumeSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type ConfigMapVolumeSource_FieldSubPathArrayOfValues ¶
type ConfigMapVolumeSource_FieldSubPathArrayOfValues struct { ConfigMapVolumeSource_FieldPath // contains filtered or unexported fields }
func (*ConfigMapVolumeSource_FieldSubPathArrayOfValues) AsItemsPathArrayOfValues ¶
func (fpsaov *ConfigMapVolumeSource_FieldSubPathArrayOfValues) AsItemsPathArrayOfValues() (KeyToPath_FieldPathArrayOfValues, bool)
func (*ConfigMapVolumeSource_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *ConfigMapVolumeSource_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type ConfigMapVolumeSource_FieldSubPathValue ¶
type ConfigMapVolumeSource_FieldSubPathValue struct { ConfigMapVolumeSource_FieldPath // contains filtered or unexported fields }
func (*ConfigMapVolumeSource_FieldSubPathValue) AsItemsPathValue ¶
func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) AsItemsPathValue() (KeyToPath_FieldPathValue, bool)
func (*ConfigMapVolumeSource_FieldSubPathValue) CompareWith ¶
func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) CompareWith(source *ConfigMapVolumeSource) (int, bool)
func (*ConfigMapVolumeSource_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConfigMapVolumeSource_FieldSubPathValue) GetRawValue ¶
func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) GetRawValue() interface{}
func (*ConfigMapVolumeSource_FieldSubPathValue) SetTo ¶
func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) SetTo(target **ConfigMapVolumeSource)
func (*ConfigMapVolumeSource_FieldSubPathValue) SetToRaw ¶
func (fpvs *ConfigMapVolumeSource_FieldSubPathValue) SetToRaw(target proto.Message)
type ConfigMapVolumeSource_FieldTerminalPath ¶
type ConfigMapVolumeSource_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ConfigMapVolumeSource_FieldTerminalPath) ClearValue ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) ClearValue(item *ConfigMapVolumeSource)
func (*ConfigMapVolumeSource_FieldTerminalPath) ClearValueRaw ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*ConfigMapVolumeSource_FieldTerminalPath) Get ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) Get(source *ConfigMapVolumeSource) (values []interface{})
Get returns all values pointed by specific field from source ConfigMapVolumeSource
func (*ConfigMapVolumeSource_FieldTerminalPath) GetDefault ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*ConfigMapVolumeSource_FieldTerminalPath) GetRaw ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*ConfigMapVolumeSource_FieldTerminalPath) GetSingle ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetSingle(source *ConfigMapVolumeSource) (interface{}, bool)
GetSingle returns value pointed by specific field of from source ConfigMapVolumeSource
func (*ConfigMapVolumeSource_FieldTerminalPath) GetSingleRaw ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*ConfigMapVolumeSource_FieldTerminalPath) IsLeaf ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ConfigMapVolumeSource_FieldTerminalPath) JSONString ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ConfigMapVolumeSource_FieldTerminalPath) Selector ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) Selector() ConfigMapVolumeSource_FieldPathSelector
func (*ConfigMapVolumeSource_FieldTerminalPath) String ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ConfigMapVolumeSource_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) ConfigMapVolumeSource_FieldPathArrayItemValue
func (*ConfigMapVolumeSource_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) ConfigMapVolumeSource_FieldPathArrayOfValues
func (*ConfigMapVolumeSource_FieldTerminalPath) WithIValue ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithIValue(value interface{}) ConfigMapVolumeSource_FieldPathValue
func (*ConfigMapVolumeSource_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*ConfigMapVolumeSource_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*ConfigMapVolumeSource_FieldTerminalPath) WithRawIValue ¶
func (fp *ConfigMapVolumeSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type ConfigMapVolumeSource_FieldTerminalPathArrayItemValue ¶
type ConfigMapVolumeSource_FieldTerminalPathArrayItemValue struct { ConfigMapVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) AsItemsItemValue ¶
func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) AsItemsItemValue() (*KeyToPath, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue(source *ConfigMapVolumeSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'ConfigMapVolumeSource'
func (*ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object ConfigMapVolumeSource as interface{}
func (*ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetSingle(source *ConfigMapVolumeSource) (interface{}, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *ConfigMapVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type ConfigMapVolumeSource_FieldTerminalPathArrayOfValues ¶
type ConfigMapVolumeSource_FieldTerminalPathArrayOfValues struct { ConfigMapVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsDefaultModeArrayOfValues ¶
func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsDefaultModeArrayOfValues() ([]int32, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsItemsArrayOfValues ¶
func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsItemsArrayOfValues() ([][]*KeyToPath, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues ¶
func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *ConfigMapVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type ConfigMapVolumeSource_FieldTerminalPathValue ¶
type ConfigMapVolumeSource_FieldTerminalPathValue struct { ConfigMapVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*ConfigMapVolumeSource_FieldTerminalPathValue) AsDefaultModeValue ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsDefaultModeValue() (int32, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathValue) AsItemsValue ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsItemsValue() ([]*KeyToPath, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathValue) AsNameValue ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathValue) AsOptionalValue ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathValue) CompareWith ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) CompareWith(source *ConfigMapVolumeSource) (int, bool)
CompareWith compares value in the 'ConfigMapVolumeSource_FieldTerminalPathValue' with the value under path in 'ConfigMapVolumeSource'.
func (*ConfigMapVolumeSource_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*ConfigMapVolumeSource_FieldTerminalPathValue) GetRawValue ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ConfigMapVolumeSource' as interface{}
func (*ConfigMapVolumeSource_FieldTerminalPathValue) SetTo ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) SetTo(target **ConfigMapVolumeSource)
SetTo stores value for selected field for object ConfigMapVolumeSource
func (*ConfigMapVolumeSource_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ConfigMapVolumeSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func GetDescriptor ¶
func GetDescriptor() *Descriptor
func (*Descriptor) GetNameDescriptor ¶
func (d *Descriptor) GetNameDescriptor() *gotenresource.NameDescriptor
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 ¶ added in v0.4.16
func (d *Descriptor) NewResourceFieldMask() gotenobject.FieldMask
func (*Descriptor) NewResourceFilter ¶ added in v0.4.16
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 ¶ added in v0.4.16
func (d *Descriptor) NewResourceOrderBy() gotenresource.OrderBy
func (*Descriptor) NewSearchQuery ¶
func (d *Descriptor) NewSearchQuery() gotenresource.SearchQuery
func (*Descriptor) NewSearchQueryResultSnapshot ¶
func (d *Descriptor) NewSearchQueryResultSnapshot() gotenresource.SearchQueryResultSnapshot
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)
type EnvFromSource ¶
type EnvFromSource struct { // An optional identifier to prepend to each key in the ConfigMap. Must be a // C_IDENTIFIER. Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty" firestore:"prefix"` // The ConfigMap to select from ConfigMapRef *ConfigMapEnvSource `protobuf:"bytes,2,opt,name=config_map_ref,json=configMapRef,proto3" json:"config_map_ref,omitempty" firestore:"configMapRef"` // The Secret to select from SecretRef *SecretEnvSource `protobuf:"bytes,3,opt,name=secret_ref,json=secretRef,proto3" json:"secret_ref,omitempty" firestore:"secretRef"` // contains filtered or unexported fields }
EnvFromSource represents the source of a set of ConfigMaps
func (*EnvFromSource) Clone ¶
func (o *EnvFromSource) Clone() *EnvFromSource
func (*EnvFromSource) CloneRaw ¶
func (o *EnvFromSource) CloneRaw() gotenobject.GotenObjectExt
func (*EnvFromSource) Descriptor ¶
func (*EnvFromSource) Descriptor() ([]byte, []int)
Deprecated, Use EnvFromSource.ProtoReflect.Descriptor instead.
func (*EnvFromSource) GetConfigMapRef ¶
func (m *EnvFromSource) GetConfigMapRef() *ConfigMapEnvSource
func (*EnvFromSource) GetPrefix ¶
func (m *EnvFromSource) GetPrefix() string
func (*EnvFromSource) GetSecretRef ¶
func (m *EnvFromSource) GetSecretRef() *SecretEnvSource
func (*EnvFromSource) GotenMessage ¶
func (*EnvFromSource) GotenMessage()
func (*EnvFromSource) GotenObjectExt ¶
func (o *EnvFromSource) GotenObjectExt()
func (*EnvFromSource) GotenValidate ¶
func (obj *EnvFromSource) GotenValidate() error
func (*EnvFromSource) MakeDiffFieldMask ¶
func (o *EnvFromSource) MakeDiffFieldMask(other *EnvFromSource) *EnvFromSource_FieldMask
func (*EnvFromSource) MakeFullFieldMask ¶
func (o *EnvFromSource) MakeFullFieldMask() *EnvFromSource_FieldMask
func (*EnvFromSource) MakeRawDiffFieldMask ¶
func (o *EnvFromSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*EnvFromSource) MakeRawFullFieldMask ¶
func (o *EnvFromSource) MakeRawFullFieldMask() gotenobject.FieldMask
func (*EnvFromSource) Marshal ¶
func (m *EnvFromSource) Marshal() ([]byte, error)
func (*EnvFromSource) MarshalJSON ¶
func (m *EnvFromSource) MarshalJSON() ([]byte, error)
func (*EnvFromSource) Merge ¶
func (o *EnvFromSource) Merge(source *EnvFromSource)
func (*EnvFromSource) MergeRaw ¶
func (o *EnvFromSource) MergeRaw(source gotenobject.GotenObjectExt)
func (*EnvFromSource) ProtoMessage ¶
func (*EnvFromSource) ProtoMessage()
func (*EnvFromSource) ProtoReflect ¶
func (m *EnvFromSource) ProtoReflect() preflect.Message
func (*EnvFromSource) Reset ¶
func (m *EnvFromSource) Reset()
func (*EnvFromSource) SetConfigMapRef ¶
func (m *EnvFromSource) SetConfigMapRef(fv *ConfigMapEnvSource)
func (*EnvFromSource) SetPrefix ¶
func (m *EnvFromSource) SetPrefix(fv string)
func (*EnvFromSource) SetSecretRef ¶
func (m *EnvFromSource) SetSecretRef(fv *SecretEnvSource)
func (*EnvFromSource) String ¶
func (m *EnvFromSource) String() string
func (*EnvFromSource) Unmarshal ¶
func (m *EnvFromSource) Unmarshal(b []byte) error
func (*EnvFromSource) UnmarshalJSON ¶
func (m *EnvFromSource) UnmarshalJSON(data []byte) error
type EnvFromSourceFieldPathBuilder ¶
type EnvFromSourceFieldPathBuilder struct{}
func NewEnvFromSourceFieldPathBuilder ¶
func NewEnvFromSourceFieldPathBuilder() EnvFromSourceFieldPathBuilder
func (EnvFromSourceFieldPathBuilder) ConfigMapRef ¶
func (EnvFromSourceFieldPathBuilder) ConfigMapRef() EnvFromSourcePathSelectorConfigMapRef
func (EnvFromSourceFieldPathBuilder) Prefix ¶
func (EnvFromSourceFieldPathBuilder) Prefix() EnvFromSourcePathSelectorPrefix
func (EnvFromSourceFieldPathBuilder) SecretRef ¶
func (EnvFromSourceFieldPathBuilder) SecretRef() EnvFromSourcePathSelectorSecretRef
type EnvFromSourcePathSelectorConfigMapRef ¶
type EnvFromSourcePathSelectorConfigMapRef struct{}
func (EnvFromSourcePathSelectorConfigMapRef) FieldPath ¶
func (EnvFromSourcePathSelectorConfigMapRef) FieldPath() *EnvFromSource_FieldTerminalPath
func (EnvFromSourcePathSelectorConfigMapRef) WithArrayOfValues ¶
func (s EnvFromSourcePathSelectorConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *EnvFromSource_FieldTerminalPathArrayOfValues
func (EnvFromSourcePathSelectorConfigMapRef) WithSubArrayItemValue ¶
func (s EnvFromSourcePathSelectorConfigMapRef) WithSubArrayItemValue(subPathArrayItemValue ConfigMapEnvSource_FieldPathArrayItemValue) *EnvFromSource_FieldSubPathArrayItemValue
func (EnvFromSourcePathSelectorConfigMapRef) WithSubArrayOfValues ¶
func (s EnvFromSourcePathSelectorConfigMapRef) WithSubArrayOfValues(subPathArrayOfValues ConfigMapEnvSource_FieldPathArrayOfValues) *EnvFromSource_FieldSubPathArrayOfValues
func (EnvFromSourcePathSelectorConfigMapRef) WithSubPath ¶
func (EnvFromSourcePathSelectorConfigMapRef) WithSubPath(subPath ConfigMapEnvSource_FieldPath) *EnvFromSource_FieldSubPath
func (EnvFromSourcePathSelectorConfigMapRef) WithSubValue ¶
func (s EnvFromSourcePathSelectorConfigMapRef) WithSubValue(subPathValue ConfigMapEnvSource_FieldPathValue) *EnvFromSource_FieldSubPathValue
func (EnvFromSourcePathSelectorConfigMapRef) WithValue ¶
func (s EnvFromSourcePathSelectorConfigMapRef) WithValue(value *ConfigMapEnvSource) *EnvFromSource_FieldTerminalPathValue
type EnvFromSourcePathSelectorConfigMapRefName ¶
type EnvFromSourcePathSelectorConfigMapRefName struct{}
func (EnvFromSourcePathSelectorConfigMapRefName) FieldPath ¶
func (EnvFromSourcePathSelectorConfigMapRefName) FieldPath() *EnvFromSource_FieldSubPath
func (EnvFromSourcePathSelectorConfigMapRefName) WithArrayOfValues ¶
func (s EnvFromSourcePathSelectorConfigMapRefName) WithArrayOfValues(values []string) *EnvFromSource_FieldSubPathArrayOfValues
func (EnvFromSourcePathSelectorConfigMapRefName) WithValue ¶
func (s EnvFromSourcePathSelectorConfigMapRefName) WithValue(value string) *EnvFromSource_FieldSubPathValue
type EnvFromSourcePathSelectorConfigMapRefOptional ¶
type EnvFromSourcePathSelectorConfigMapRefOptional struct{}
func (EnvFromSourcePathSelectorConfigMapRefOptional) FieldPath ¶
func (EnvFromSourcePathSelectorConfigMapRefOptional) FieldPath() *EnvFromSource_FieldSubPath
func (EnvFromSourcePathSelectorConfigMapRefOptional) WithArrayOfValues ¶
func (s EnvFromSourcePathSelectorConfigMapRefOptional) WithArrayOfValues(values []bool) *EnvFromSource_FieldSubPathArrayOfValues
func (EnvFromSourcePathSelectorConfigMapRefOptional) WithValue ¶
func (s EnvFromSourcePathSelectorConfigMapRefOptional) WithValue(value bool) *EnvFromSource_FieldSubPathValue
type EnvFromSourcePathSelectorPrefix ¶
type EnvFromSourcePathSelectorPrefix struct{}
func (EnvFromSourcePathSelectorPrefix) FieldPath ¶
func (EnvFromSourcePathSelectorPrefix) FieldPath() *EnvFromSource_FieldTerminalPath
func (EnvFromSourcePathSelectorPrefix) WithArrayOfValues ¶
func (s EnvFromSourcePathSelectorPrefix) WithArrayOfValues(values []string) *EnvFromSource_FieldTerminalPathArrayOfValues
func (EnvFromSourcePathSelectorPrefix) WithValue ¶
func (s EnvFromSourcePathSelectorPrefix) WithValue(value string) *EnvFromSource_FieldTerminalPathValue
type EnvFromSourcePathSelectorSecretRef ¶
type EnvFromSourcePathSelectorSecretRef struct{}
func (EnvFromSourcePathSelectorSecretRef) FieldPath ¶
func (EnvFromSourcePathSelectorSecretRef) FieldPath() *EnvFromSource_FieldTerminalPath
func (EnvFromSourcePathSelectorSecretRef) Optional ¶
func (EnvFromSourcePathSelectorSecretRef) Optional() EnvFromSourcePathSelectorSecretRefOptional
func (EnvFromSourcePathSelectorSecretRef) WithArrayOfValues ¶
func (s EnvFromSourcePathSelectorSecretRef) WithArrayOfValues(values []*SecretEnvSource) *EnvFromSource_FieldTerminalPathArrayOfValues
func (EnvFromSourcePathSelectorSecretRef) WithSubArrayItemValue ¶
func (s EnvFromSourcePathSelectorSecretRef) WithSubArrayItemValue(subPathArrayItemValue SecretEnvSource_FieldPathArrayItemValue) *EnvFromSource_FieldSubPathArrayItemValue
func (EnvFromSourcePathSelectorSecretRef) WithSubArrayOfValues ¶
func (s EnvFromSourcePathSelectorSecretRef) WithSubArrayOfValues(subPathArrayOfValues SecretEnvSource_FieldPathArrayOfValues) *EnvFromSource_FieldSubPathArrayOfValues
func (EnvFromSourcePathSelectorSecretRef) WithSubPath ¶
func (EnvFromSourcePathSelectorSecretRef) WithSubPath(subPath SecretEnvSource_FieldPath) *EnvFromSource_FieldSubPath
func (EnvFromSourcePathSelectorSecretRef) WithSubValue ¶
func (s EnvFromSourcePathSelectorSecretRef) WithSubValue(subPathValue SecretEnvSource_FieldPathValue) *EnvFromSource_FieldSubPathValue
func (EnvFromSourcePathSelectorSecretRef) WithValue ¶
func (s EnvFromSourcePathSelectorSecretRef) WithValue(value *SecretEnvSource) *EnvFromSource_FieldTerminalPathValue
type EnvFromSourcePathSelectorSecretRefName ¶
type EnvFromSourcePathSelectorSecretRefName struct{}
func (EnvFromSourcePathSelectorSecretRefName) FieldPath ¶
func (EnvFromSourcePathSelectorSecretRefName) FieldPath() *EnvFromSource_FieldSubPath
func (EnvFromSourcePathSelectorSecretRefName) WithArrayOfValues ¶
func (s EnvFromSourcePathSelectorSecretRefName) WithArrayOfValues(values []string) *EnvFromSource_FieldSubPathArrayOfValues
func (EnvFromSourcePathSelectorSecretRefName) WithValue ¶
func (s EnvFromSourcePathSelectorSecretRefName) WithValue(value string) *EnvFromSource_FieldSubPathValue
type EnvFromSourcePathSelectorSecretRefOptional ¶
type EnvFromSourcePathSelectorSecretRefOptional struct{}
func (EnvFromSourcePathSelectorSecretRefOptional) FieldPath ¶
func (EnvFromSourcePathSelectorSecretRefOptional) FieldPath() *EnvFromSource_FieldSubPath
func (EnvFromSourcePathSelectorSecretRefOptional) WithArrayOfValues ¶
func (s EnvFromSourcePathSelectorSecretRefOptional) WithArrayOfValues(values []bool) *EnvFromSource_FieldSubPathArrayOfValues
func (EnvFromSourcePathSelectorSecretRefOptional) WithValue ¶
func (s EnvFromSourcePathSelectorSecretRefOptional) WithValue(value bool) *EnvFromSource_FieldSubPathValue
type EnvFromSource_FieldMask ¶
type EnvFromSource_FieldMask struct {
Paths []EnvFromSource_FieldPath
}
func FullEnvFromSource_FieldMask ¶
func FullEnvFromSource_FieldMask() *EnvFromSource_FieldMask
func (*EnvFromSource_FieldMask) AppendPath ¶
func (fieldMask *EnvFromSource_FieldMask) AppendPath(path EnvFromSource_FieldPath)
func (*EnvFromSource_FieldMask) AppendRawPath ¶
func (fieldMask *EnvFromSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*EnvFromSource_FieldMask) DecodeFirestore ¶
func (fieldMask *EnvFromSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*EnvFromSource_FieldMask) EncodeFirestore ¶
func (fieldMask *EnvFromSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*EnvFromSource_FieldMask) FilterInputFields ¶
func (fieldMask *EnvFromSource_FieldMask) FilterInputFields() *EnvFromSource_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*EnvFromSource_FieldMask) FromProtoFieldMask ¶
func (fieldMask *EnvFromSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*EnvFromSource_FieldMask) GetPaths ¶
func (fieldMask *EnvFromSource_FieldMask) GetPaths() []EnvFromSource_FieldPath
func (*EnvFromSource_FieldMask) GetRawPaths ¶
func (fieldMask *EnvFromSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*EnvFromSource_FieldMask) IsFull ¶
func (fieldMask *EnvFromSource_FieldMask) IsFull() bool
func (EnvFromSource_FieldMask) Marshal ¶
func (fieldMask EnvFromSource_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (EnvFromSource_FieldMask) MarshalJSON ¶
func (fieldMask EnvFromSource_FieldMask) MarshalJSON() ([]byte, error)
func (*EnvFromSource_FieldMask) PathsCount ¶
func (fieldMask *EnvFromSource_FieldMask) PathsCount() int
func (*EnvFromSource_FieldMask) Project ¶
func (fieldMask *EnvFromSource_FieldMask) Project(source *EnvFromSource) *EnvFromSource
func (*EnvFromSource_FieldMask) ProjectRaw ¶
func (fieldMask *EnvFromSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*EnvFromSource_FieldMask) ProtoMessage ¶
func (fieldMask *EnvFromSource_FieldMask) ProtoMessage()
func (*EnvFromSource_FieldMask) ProtoReflect ¶
func (fieldMask *EnvFromSource_FieldMask) ProtoReflect() preflect.Message
func (*EnvFromSource_FieldMask) Reset ¶
func (fieldMask *EnvFromSource_FieldMask) Reset()
func (*EnvFromSource_FieldMask) Set ¶
func (fieldMask *EnvFromSource_FieldMask) Set(target, source *EnvFromSource)
func (*EnvFromSource_FieldMask) SetFromCliFlag ¶
func (fieldMask *EnvFromSource_FieldMask) SetFromCliFlag(raw string) error
func (*EnvFromSource_FieldMask) SetRaw ¶
func (fieldMask *EnvFromSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*EnvFromSource_FieldMask) Size ¶
func (fieldMask *EnvFromSource_FieldMask) Size() int
func (*EnvFromSource_FieldMask) String ¶
func (fieldMask *EnvFromSource_FieldMask) String() string
func (*EnvFromSource_FieldMask) Subtract ¶
func (fieldMask *EnvFromSource_FieldMask) Subtract(other *EnvFromSource_FieldMask) *EnvFromSource_FieldMask
func (*EnvFromSource_FieldMask) SubtractRaw ¶
func (fieldMask *EnvFromSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*EnvFromSource_FieldMask) ToProtoFieldMask ¶
func (fieldMask *EnvFromSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*EnvFromSource_FieldMask) Unmarshal ¶
func (fieldMask *EnvFromSource_FieldMask) Unmarshal(data []byte) error
func (*EnvFromSource_FieldMask) UnmarshalJSON ¶
func (fieldMask *EnvFromSource_FieldMask) UnmarshalJSON(data []byte) error
type EnvFromSource_FieldPath ¶
type EnvFromSource_FieldPath interface { gotenobject.FieldPath Selector() EnvFromSource_FieldPathSelector Get(source *EnvFromSource) []interface{} GetSingle(source *EnvFromSource) (interface{}, bool) ClearValue(item *EnvFromSource) // Those methods build corresponding EnvFromSource_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) EnvFromSource_FieldPathValue WithIArrayOfValues(values interface{}) EnvFromSource_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) EnvFromSource_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildEnvFromSource_FieldPath ¶
func BuildEnvFromSource_FieldPath(fp gotenobject.RawFieldPath) (EnvFromSource_FieldPath, error)
func MustParseEnvFromSource_FieldPath ¶
func MustParseEnvFromSource_FieldPath(rawField string) EnvFromSource_FieldPath
func ParseEnvFromSource_FieldPath ¶
func ParseEnvFromSource_FieldPath(rawField string) (EnvFromSource_FieldPath, error)
type EnvFromSource_FieldPathArrayItemValue ¶
type EnvFromSource_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue EnvFromSource_FieldPath ContainsValue(*EnvFromSource) bool }
EnvFromSource_FieldPathArrayItemValue allows storing single item in Path-specific values for EnvFromSource according to their type Present only for array (repeated) types.
func MustParseEnvFromSource_FieldPathArrayItemValue ¶
func MustParseEnvFromSource_FieldPathArrayItemValue(pathStr, valueStr string) EnvFromSource_FieldPathArrayItemValue
func ParseEnvFromSource_FieldPathArrayItemValue ¶
func ParseEnvFromSource_FieldPathArrayItemValue(pathStr, valueStr string) (EnvFromSource_FieldPathArrayItemValue, error)
ParseEnvFromSource_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type EnvFromSource_FieldPathArrayOfValues ¶
type EnvFromSource_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues EnvFromSource_FieldPath }
EnvFromSource_FieldPathArrayOfValues allows storing slice of values for EnvFromSource fields according to their type
func MustParseEnvFromSource_FieldPathArrayOfValues ¶
func MustParseEnvFromSource_FieldPathArrayOfValues(pathStr, valuesStr string) EnvFromSource_FieldPathArrayOfValues
func ParseEnvFromSource_FieldPathArrayOfValues ¶
func ParseEnvFromSource_FieldPathArrayOfValues(pathStr, valuesStr string) (EnvFromSource_FieldPathArrayOfValues, error)
type EnvFromSource_FieldPathSelector ¶
type EnvFromSource_FieldPathSelector int32
const ( EnvFromSource_FieldPathSelectorPrefix EnvFromSource_FieldPathSelector = 0 EnvFromSource_FieldPathSelectorConfigMapRef EnvFromSource_FieldPathSelector = 1 EnvFromSource_FieldPathSelectorSecretRef EnvFromSource_FieldPathSelector = 2 )
func (EnvFromSource_FieldPathSelector) String ¶
func (s EnvFromSource_FieldPathSelector) String() string
type EnvFromSource_FieldPathValue ¶
type EnvFromSource_FieldPathValue interface { EnvFromSource_FieldPath gotenobject.FieldPathValue SetTo(target **EnvFromSource) CompareWith(*EnvFromSource) (cmp int, comparable bool) }
EnvFromSource_FieldPathValue allows storing values for EnvFromSource fields according to their type
func MustParseEnvFromSource_FieldPathValue ¶
func MustParseEnvFromSource_FieldPathValue(pathStr, valueStr string) EnvFromSource_FieldPathValue
func ParseEnvFromSource_FieldPathValue ¶
func ParseEnvFromSource_FieldPathValue(pathStr, valueStr string) (EnvFromSource_FieldPathValue, error)
type EnvFromSource_FieldSubPath ¶
type EnvFromSource_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*EnvFromSource_FieldSubPath) AsConfigMapRefSubPath ¶
func (fps *EnvFromSource_FieldSubPath) AsConfigMapRefSubPath() (ConfigMapEnvSource_FieldPath, bool)
func (*EnvFromSource_FieldSubPath) AsSecretRefSubPath ¶
func (fps *EnvFromSource_FieldSubPath) AsSecretRefSubPath() (SecretEnvSource_FieldPath, bool)
func (*EnvFromSource_FieldSubPath) ClearValue ¶
func (fps *EnvFromSource_FieldSubPath) ClearValue(item *EnvFromSource)
func (*EnvFromSource_FieldSubPath) ClearValueRaw ¶
func (fps *EnvFromSource_FieldSubPath) ClearValueRaw(item proto.Message)
func (*EnvFromSource_FieldSubPath) Get ¶
func (fps *EnvFromSource_FieldSubPath) Get(source *EnvFromSource) (values []interface{})
Get returns all values pointed by selected field from source EnvFromSource
func (*EnvFromSource_FieldSubPath) GetDefault ¶
func (fps *EnvFromSource_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EnvFromSource_FieldSubPath) GetRaw ¶
func (fps *EnvFromSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*EnvFromSource_FieldSubPath) GetSingle ¶
func (fps *EnvFromSource_FieldSubPath) GetSingle(source *EnvFromSource) (interface{}, bool)
GetSingle returns value of selected field from source EnvFromSource
func (*EnvFromSource_FieldSubPath) GetSingleRaw ¶
func (fps *EnvFromSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EnvFromSource_FieldSubPath) IsLeaf ¶
func (fps *EnvFromSource_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EnvFromSource_FieldSubPath) JSONString ¶
func (fps *EnvFromSource_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EnvFromSource_FieldSubPath) Selector ¶
func (fps *EnvFromSource_FieldSubPath) Selector() EnvFromSource_FieldPathSelector
func (*EnvFromSource_FieldSubPath) String ¶
func (fps *EnvFromSource_FieldSubPath) String() string
String returns path representation in proto convention
func (*EnvFromSource_FieldSubPath) WithIArrayItemValue ¶
func (fps *EnvFromSource_FieldSubPath) WithIArrayItemValue(value interface{}) EnvFromSource_FieldPathArrayItemValue
func (*EnvFromSource_FieldSubPath) WithIArrayOfValues ¶
func (fps *EnvFromSource_FieldSubPath) WithIArrayOfValues(values interface{}) EnvFromSource_FieldPathArrayOfValues
func (*EnvFromSource_FieldSubPath) WithIValue ¶
func (fps *EnvFromSource_FieldSubPath) WithIValue(value interface{}) EnvFromSource_FieldPathValue
func (*EnvFromSource_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *EnvFromSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EnvFromSource_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *EnvFromSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EnvFromSource_FieldSubPath) WithRawIValue ¶
func (fps *EnvFromSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EnvFromSource_FieldSubPathArrayItemValue ¶
type EnvFromSource_FieldSubPathArrayItemValue struct { EnvFromSource_FieldPath // contains filtered or unexported fields }
func (*EnvFromSource_FieldSubPathArrayItemValue) AsConfigMapRefPathItemValue ¶
func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) AsConfigMapRefPathItemValue() (ConfigMapEnvSource_FieldPathArrayItemValue, bool)
func (*EnvFromSource_FieldSubPathArrayItemValue) AsSecretRefPathItemValue ¶
func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) AsSecretRefPathItemValue() (SecretEnvSource_FieldPathArrayItemValue, bool)
func (*EnvFromSource_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) ContainsValue(source *EnvFromSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'EnvFromSource'
func (*EnvFromSource_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *EnvFromSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type EnvFromSource_FieldSubPathArrayOfValues ¶
type EnvFromSource_FieldSubPathArrayOfValues struct { EnvFromSource_FieldPath // contains filtered or unexported fields }
func (*EnvFromSource_FieldSubPathArrayOfValues) AsConfigMapRefPathArrayOfValues ¶
func (fpsaov *EnvFromSource_FieldSubPathArrayOfValues) AsConfigMapRefPathArrayOfValues() (ConfigMapEnvSource_FieldPathArrayOfValues, bool)
func (*EnvFromSource_FieldSubPathArrayOfValues) AsSecretRefPathArrayOfValues ¶
func (fpsaov *EnvFromSource_FieldSubPathArrayOfValues) AsSecretRefPathArrayOfValues() (SecretEnvSource_FieldPathArrayOfValues, bool)
func (*EnvFromSource_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *EnvFromSource_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type EnvFromSource_FieldSubPathValue ¶
type EnvFromSource_FieldSubPathValue struct { EnvFromSource_FieldPath // contains filtered or unexported fields }
func (*EnvFromSource_FieldSubPathValue) AsConfigMapRefPathValue ¶
func (fpvs *EnvFromSource_FieldSubPathValue) AsConfigMapRefPathValue() (ConfigMapEnvSource_FieldPathValue, bool)
func (*EnvFromSource_FieldSubPathValue) AsSecretRefPathValue ¶
func (fpvs *EnvFromSource_FieldSubPathValue) AsSecretRefPathValue() (SecretEnvSource_FieldPathValue, bool)
func (*EnvFromSource_FieldSubPathValue) CompareWith ¶
func (fpvs *EnvFromSource_FieldSubPathValue) CompareWith(source *EnvFromSource) (int, bool)
func (*EnvFromSource_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *EnvFromSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EnvFromSource_FieldSubPathValue) GetRawValue ¶
func (fpvs *EnvFromSource_FieldSubPathValue) GetRawValue() interface{}
func (*EnvFromSource_FieldSubPathValue) SetTo ¶
func (fpvs *EnvFromSource_FieldSubPathValue) SetTo(target **EnvFromSource)
func (*EnvFromSource_FieldSubPathValue) SetToRaw ¶
func (fpvs *EnvFromSource_FieldSubPathValue) SetToRaw(target proto.Message)
type EnvFromSource_FieldTerminalPath ¶
type EnvFromSource_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*EnvFromSource_FieldTerminalPath) ClearValue ¶
func (fp *EnvFromSource_FieldTerminalPath) ClearValue(item *EnvFromSource)
func (*EnvFromSource_FieldTerminalPath) ClearValueRaw ¶
func (fp *EnvFromSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*EnvFromSource_FieldTerminalPath) Get ¶
func (fp *EnvFromSource_FieldTerminalPath) Get(source *EnvFromSource) (values []interface{})
Get returns all values pointed by specific field from source EnvFromSource
func (*EnvFromSource_FieldTerminalPath) GetDefault ¶
func (fp *EnvFromSource_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EnvFromSource_FieldTerminalPath) GetRaw ¶
func (fp *EnvFromSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*EnvFromSource_FieldTerminalPath) GetSingle ¶
func (fp *EnvFromSource_FieldTerminalPath) GetSingle(source *EnvFromSource) (interface{}, bool)
GetSingle returns value pointed by specific field of from source EnvFromSource
func (*EnvFromSource_FieldTerminalPath) GetSingleRaw ¶
func (fp *EnvFromSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EnvFromSource_FieldTerminalPath) IsLeaf ¶
func (fp *EnvFromSource_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EnvFromSource_FieldTerminalPath) JSONString ¶
func (fp *EnvFromSource_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EnvFromSource_FieldTerminalPath) Selector ¶
func (fp *EnvFromSource_FieldTerminalPath) Selector() EnvFromSource_FieldPathSelector
func (*EnvFromSource_FieldTerminalPath) String ¶
func (fp *EnvFromSource_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*EnvFromSource_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *EnvFromSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) EnvFromSource_FieldPathArrayItemValue
func (*EnvFromSource_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *EnvFromSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) EnvFromSource_FieldPathArrayOfValues
func (*EnvFromSource_FieldTerminalPath) WithIValue ¶
func (fp *EnvFromSource_FieldTerminalPath) WithIValue(value interface{}) EnvFromSource_FieldPathValue
func (*EnvFromSource_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *EnvFromSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EnvFromSource_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *EnvFromSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EnvFromSource_FieldTerminalPath) WithRawIValue ¶
func (fp *EnvFromSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EnvFromSource_FieldTerminalPathArrayItemValue ¶
type EnvFromSource_FieldTerminalPathArrayItemValue struct { EnvFromSource_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvFromSource_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) ContainsValue(source *EnvFromSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'EnvFromSource'
func (*EnvFromSource_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object EnvFromSource as interface{}
func (*EnvFromSource_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) GetSingle(source *EnvFromSource) (interface{}, bool)
func (*EnvFromSource_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *EnvFromSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type EnvFromSource_FieldTerminalPathArrayOfValues ¶
type EnvFromSource_FieldTerminalPathArrayOfValues struct { EnvFromSource_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvFromSource_FieldTerminalPathArrayOfValues) AsConfigMapRefArrayOfValues ¶
func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) AsConfigMapRefArrayOfValues() ([]*ConfigMapEnvSource, bool)
func (*EnvFromSource_FieldTerminalPathArrayOfValues) AsPrefixArrayOfValues ¶
func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) AsPrefixArrayOfValues() ([]string, bool)
func (*EnvFromSource_FieldTerminalPathArrayOfValues) AsSecretRefArrayOfValues ¶
func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) AsSecretRefArrayOfValues() ([]*SecretEnvSource, bool)
func (*EnvFromSource_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *EnvFromSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type EnvFromSource_FieldTerminalPathValue ¶
type EnvFromSource_FieldTerminalPathValue struct { EnvFromSource_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvFromSource_FieldTerminalPathValue) AsConfigMapRefValue ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) AsConfigMapRefValue() (*ConfigMapEnvSource, bool)
func (*EnvFromSource_FieldTerminalPathValue) AsPrefixValue ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) AsPrefixValue() (string, bool)
func (*EnvFromSource_FieldTerminalPathValue) AsSecretRefValue ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) AsSecretRefValue() (*SecretEnvSource, bool)
func (*EnvFromSource_FieldTerminalPathValue) CompareWith ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) CompareWith(source *EnvFromSource) (int, bool)
CompareWith compares value in the 'EnvFromSource_FieldTerminalPathValue' with the value under path in 'EnvFromSource'.
func (*EnvFromSource_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EnvFromSource_FieldTerminalPathValue) GetRawValue ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'EnvFromSource' as interface{}
func (*EnvFromSource_FieldTerminalPathValue) SetTo ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) SetTo(target **EnvFromSource)
SetTo stores value for selected field for object EnvFromSource
func (*EnvFromSource_FieldTerminalPathValue) SetToRaw ¶
func (fpv *EnvFromSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
type EnvVar ¶
type EnvVar struct { // name is the name of the environment variable. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // value is the value of the environment variable. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" firestore:"value"` // Source for the environment variable's value. Cannot be used if value is not // empty. ValueFrom *EnvVarSource `protobuf:"bytes,3,opt,name=value_from,json=valueFrom,proto3" json:"value_from,omitempty" firestore:"valueFrom"` // contains filtered or unexported fields }
EnvVar is a key value pair for environment variables.
func (*EnvVar) CloneRaw ¶
func (o *EnvVar) CloneRaw() gotenobject.GotenObjectExt
func (*EnvVar) Descriptor ¶
Deprecated, Use EnvVar.ProtoReflect.Descriptor instead.
func (*EnvVar) GetValueFrom ¶
func (m *EnvVar) GetValueFrom() *EnvVarSource
func (*EnvVar) GotenMessage ¶
func (*EnvVar) GotenMessage()
func (*EnvVar) GotenObjectExt ¶
func (o *EnvVar) GotenObjectExt()
func (*EnvVar) GotenValidate ¶
func (*EnvVar) MakeDiffFieldMask ¶
func (o *EnvVar) MakeDiffFieldMask(other *EnvVar) *EnvVar_FieldMask
func (*EnvVar) MakeFullFieldMask ¶
func (o *EnvVar) MakeFullFieldMask() *EnvVar_FieldMask
func (*EnvVar) MakeRawDiffFieldMask ¶
func (o *EnvVar) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*EnvVar) MakeRawFullFieldMask ¶
func (o *EnvVar) MakeRawFullFieldMask() gotenobject.FieldMask
func (*EnvVar) MarshalJSON ¶
func (*EnvVar) MergeRaw ¶
func (o *EnvVar) MergeRaw(source gotenobject.GotenObjectExt)
func (*EnvVar) ProtoMessage ¶
func (*EnvVar) ProtoMessage()
func (*EnvVar) ProtoReflect ¶
func (*EnvVar) SetValueFrom ¶
func (m *EnvVar) SetValueFrom(fv *EnvVarSource)
func (*EnvVar) UnmarshalJSON ¶
type EnvVarFieldPathBuilder ¶
type EnvVarFieldPathBuilder struct{}
func NewEnvVarFieldPathBuilder ¶
func NewEnvVarFieldPathBuilder() EnvVarFieldPathBuilder
func (EnvVarFieldPathBuilder) Name ¶
func (EnvVarFieldPathBuilder) Name() EnvVarPathSelectorName
func (EnvVarFieldPathBuilder) Value ¶
func (EnvVarFieldPathBuilder) Value() EnvVarPathSelectorValue
func (EnvVarFieldPathBuilder) ValueFrom ¶
func (EnvVarFieldPathBuilder) ValueFrom() EnvVarPathSelectorValueFrom
type EnvVarPathSelectorName ¶
type EnvVarPathSelectorName struct{}
func (EnvVarPathSelectorName) FieldPath ¶
func (EnvVarPathSelectorName) FieldPath() *EnvVar_FieldTerminalPath
func (EnvVarPathSelectorName) WithArrayOfValues ¶
func (s EnvVarPathSelectorName) WithArrayOfValues(values []string) *EnvVar_FieldTerminalPathArrayOfValues
func (EnvVarPathSelectorName) WithValue ¶
func (s EnvVarPathSelectorName) WithValue(value string) *EnvVar_FieldTerminalPathValue
type EnvVarPathSelectorValue ¶
type EnvVarPathSelectorValue struct{}
func (EnvVarPathSelectorValue) FieldPath ¶
func (EnvVarPathSelectorValue) FieldPath() *EnvVar_FieldTerminalPath
func (EnvVarPathSelectorValue) WithArrayOfValues ¶
func (s EnvVarPathSelectorValue) WithArrayOfValues(values []string) *EnvVar_FieldTerminalPathArrayOfValues
func (EnvVarPathSelectorValue) WithValue ¶
func (s EnvVarPathSelectorValue) WithValue(value string) *EnvVar_FieldTerminalPathValue
type EnvVarPathSelectorValueFrom ¶
type EnvVarPathSelectorValueFrom struct{}
func (EnvVarPathSelectorValueFrom) ConfigMapKeyRef ¶
func (EnvVarPathSelectorValueFrom) ConfigMapKeyRef() EnvVarPathSelectorValueFromConfigMapKeyRef
func (EnvVarPathSelectorValueFrom) FieldPath ¶
func (EnvVarPathSelectorValueFrom) FieldPath() *EnvVar_FieldTerminalPath
func (EnvVarPathSelectorValueFrom) SecretKeyRef ¶
func (EnvVarPathSelectorValueFrom) SecretKeyRef() EnvVarPathSelectorValueFromSecretKeyRef
func (EnvVarPathSelectorValueFrom) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFrom) WithArrayOfValues(values []*EnvVarSource) *EnvVar_FieldTerminalPathArrayOfValues
func (EnvVarPathSelectorValueFrom) WithSubArrayItemValue ¶
func (s EnvVarPathSelectorValueFrom) WithSubArrayItemValue(subPathArrayItemValue EnvVarSource_FieldPathArrayItemValue) *EnvVar_FieldSubPathArrayItemValue
func (EnvVarPathSelectorValueFrom) WithSubArrayOfValues ¶
func (s EnvVarPathSelectorValueFrom) WithSubArrayOfValues(subPathArrayOfValues EnvVarSource_FieldPathArrayOfValues) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFrom) WithSubPath ¶
func (EnvVarPathSelectorValueFrom) WithSubPath(subPath EnvVarSource_FieldPath) *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFrom) WithSubValue ¶
func (s EnvVarPathSelectorValueFrom) WithSubValue(subPathValue EnvVarSource_FieldPathValue) *EnvVar_FieldSubPathValue
func (EnvVarPathSelectorValueFrom) WithValue ¶
func (s EnvVarPathSelectorValueFrom) WithValue(value *EnvVarSource) *EnvVar_FieldTerminalPathValue
type EnvVarPathSelectorValueFromConfigMapKeyRef ¶
type EnvVarPathSelectorValueFromConfigMapKeyRef struct{}
func (EnvVarPathSelectorValueFromConfigMapKeyRef) FieldPath ¶
func (EnvVarPathSelectorValueFromConfigMapKeyRef) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromConfigMapKeyRef) WithValue ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *EnvVar_FieldSubPathValue
type EnvVarPathSelectorValueFromConfigMapKeyRefKey ¶
type EnvVarPathSelectorValueFromConfigMapKeyRefKey struct{}
func (EnvVarPathSelectorValueFromConfigMapKeyRefKey) FieldPath ¶
func (EnvVarPathSelectorValueFromConfigMapKeyRefKey) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromConfigMapKeyRefKey) WithValue ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRefKey) WithValue(value string) *EnvVar_FieldSubPathValue
type EnvVarPathSelectorValueFromConfigMapKeyRefName ¶
type EnvVarPathSelectorValueFromConfigMapKeyRefName struct{}
func (EnvVarPathSelectorValueFromConfigMapKeyRefName) FieldPath ¶
func (EnvVarPathSelectorValueFromConfigMapKeyRefName) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromConfigMapKeyRefName) WithValue ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRefName) WithValue(value string) *EnvVar_FieldSubPathValue
type EnvVarPathSelectorValueFromConfigMapKeyRefOptional ¶
type EnvVarPathSelectorValueFromConfigMapKeyRefOptional struct{}
func (EnvVarPathSelectorValueFromConfigMapKeyRefOptional) FieldPath ¶
func (EnvVarPathSelectorValueFromConfigMapKeyRefOptional) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromConfigMapKeyRefOptional) WithValue ¶
func (s EnvVarPathSelectorValueFromConfigMapKeyRefOptional) WithValue(value bool) *EnvVar_FieldSubPathValue
type EnvVarPathSelectorValueFromSecretKeyRef ¶
type EnvVarPathSelectorValueFromSecretKeyRef struct{}
func (EnvVarPathSelectorValueFromSecretKeyRef) FieldPath ¶
func (EnvVarPathSelectorValueFromSecretKeyRef) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromSecretKeyRef) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromSecretKeyRef) WithValue ¶
func (s EnvVarPathSelectorValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *EnvVar_FieldSubPathValue
type EnvVarPathSelectorValueFromSecretKeyRefKey ¶
type EnvVarPathSelectorValueFromSecretKeyRefKey struct{}
func (EnvVarPathSelectorValueFromSecretKeyRefKey) FieldPath ¶
func (EnvVarPathSelectorValueFromSecretKeyRefKey) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromSecretKeyRefKey) WithValue ¶
func (s EnvVarPathSelectorValueFromSecretKeyRefKey) WithValue(value string) *EnvVar_FieldSubPathValue
type EnvVarPathSelectorValueFromSecretKeyRefName ¶
type EnvVarPathSelectorValueFromSecretKeyRefName struct{}
func (EnvVarPathSelectorValueFromSecretKeyRefName) FieldPath ¶
func (EnvVarPathSelectorValueFromSecretKeyRefName) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromSecretKeyRefName) WithArrayOfValues(values []string) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromSecretKeyRefName) WithValue ¶
func (s EnvVarPathSelectorValueFromSecretKeyRefName) WithValue(value string) *EnvVar_FieldSubPathValue
type EnvVarPathSelectorValueFromSecretKeyRefOptional ¶
type EnvVarPathSelectorValueFromSecretKeyRefOptional struct{}
func (EnvVarPathSelectorValueFromSecretKeyRefOptional) FieldPath ¶
func (EnvVarPathSelectorValueFromSecretKeyRefOptional) FieldPath() *EnvVar_FieldSubPath
func (EnvVarPathSelectorValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s EnvVarPathSelectorValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *EnvVar_FieldSubPathArrayOfValues
func (EnvVarPathSelectorValueFromSecretKeyRefOptional) WithValue ¶
func (s EnvVarPathSelectorValueFromSecretKeyRefOptional) WithValue(value bool) *EnvVar_FieldSubPathValue
type EnvVarSource ¶
type EnvVarSource struct { // Selects a key of a ConfigMap. ConfigMapKeyRef *ConfigMapKeySelector `` /* 138-byte string literal not displayed */ // Selects a key of a secret in the pod's namespace SecretKeyRef *SecretKeySelector `protobuf:"bytes,4,opt,name=secret_key_ref,json=secretKeyRef,proto3" json:"secret_key_ref,omitempty" firestore:"secretKeyRef"` // contains filtered or unexported fields }
EnvVarSource represents a source for the value of an EnvVar.
func (*EnvVarSource) Clone ¶
func (o *EnvVarSource) Clone() *EnvVarSource
func (*EnvVarSource) CloneRaw ¶
func (o *EnvVarSource) CloneRaw() gotenobject.GotenObjectExt
func (*EnvVarSource) Descriptor ¶
func (*EnvVarSource) Descriptor() ([]byte, []int)
Deprecated, Use EnvVarSource.ProtoReflect.Descriptor instead.
func (*EnvVarSource) GetConfigMapKeyRef ¶
func (m *EnvVarSource) GetConfigMapKeyRef() *ConfigMapKeySelector
func (*EnvVarSource) GetSecretKeyRef ¶
func (m *EnvVarSource) GetSecretKeyRef() *SecretKeySelector
func (*EnvVarSource) GotenMessage ¶
func (*EnvVarSource) GotenMessage()
func (*EnvVarSource) GotenObjectExt ¶
func (o *EnvVarSource) GotenObjectExt()
func (*EnvVarSource) GotenValidate ¶
func (obj *EnvVarSource) GotenValidate() error
func (*EnvVarSource) MakeDiffFieldMask ¶
func (o *EnvVarSource) MakeDiffFieldMask(other *EnvVarSource) *EnvVarSource_FieldMask
func (*EnvVarSource) MakeFullFieldMask ¶
func (o *EnvVarSource) MakeFullFieldMask() *EnvVarSource_FieldMask
func (*EnvVarSource) MakeRawDiffFieldMask ¶
func (o *EnvVarSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*EnvVarSource) MakeRawFullFieldMask ¶
func (o *EnvVarSource) MakeRawFullFieldMask() gotenobject.FieldMask
func (*EnvVarSource) Marshal ¶
func (m *EnvVarSource) Marshal() ([]byte, error)
func (*EnvVarSource) MarshalJSON ¶
func (m *EnvVarSource) MarshalJSON() ([]byte, error)
func (*EnvVarSource) Merge ¶
func (o *EnvVarSource) Merge(source *EnvVarSource)
func (*EnvVarSource) MergeRaw ¶
func (o *EnvVarSource) MergeRaw(source gotenobject.GotenObjectExt)
func (*EnvVarSource) ProtoMessage ¶
func (*EnvVarSource) ProtoMessage()
func (*EnvVarSource) ProtoReflect ¶
func (m *EnvVarSource) ProtoReflect() preflect.Message
func (*EnvVarSource) Reset ¶
func (m *EnvVarSource) Reset()
func (*EnvVarSource) SetConfigMapKeyRef ¶
func (m *EnvVarSource) SetConfigMapKeyRef(fv *ConfigMapKeySelector)
func (*EnvVarSource) SetSecretKeyRef ¶
func (m *EnvVarSource) SetSecretKeyRef(fv *SecretKeySelector)
func (*EnvVarSource) String ¶
func (m *EnvVarSource) String() string
func (*EnvVarSource) Unmarshal ¶
func (m *EnvVarSource) Unmarshal(b []byte) error
func (*EnvVarSource) UnmarshalJSON ¶
func (m *EnvVarSource) UnmarshalJSON(data []byte) error
type EnvVarSourceFieldPathBuilder ¶
type EnvVarSourceFieldPathBuilder struct{}
func NewEnvVarSourceFieldPathBuilder ¶
func NewEnvVarSourceFieldPathBuilder() EnvVarSourceFieldPathBuilder
func (EnvVarSourceFieldPathBuilder) ConfigMapKeyRef ¶
func (EnvVarSourceFieldPathBuilder) ConfigMapKeyRef() EnvVarSourcePathSelectorConfigMapKeyRef
func (EnvVarSourceFieldPathBuilder) SecretKeyRef ¶
func (EnvVarSourceFieldPathBuilder) SecretKeyRef() EnvVarSourcePathSelectorSecretKeyRef
type EnvVarSourcePathSelectorConfigMapKeyRef ¶
type EnvVarSourcePathSelectorConfigMapKeyRef struct{}
func (EnvVarSourcePathSelectorConfigMapKeyRef) FieldPath ¶
func (EnvVarSourcePathSelectorConfigMapKeyRef) FieldPath() *EnvVarSource_FieldTerminalPath
func (EnvVarSourcePathSelectorConfigMapKeyRef) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *EnvVarSource_FieldTerminalPathArrayOfValues
func (EnvVarSourcePathSelectorConfigMapKeyRef) WithSubArrayItemValue ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithSubArrayItemValue(subPathArrayItemValue ConfigMapKeySelector_FieldPathArrayItemValue) *EnvVarSource_FieldSubPathArrayItemValue
func (EnvVarSourcePathSelectorConfigMapKeyRef) WithSubArrayOfValues ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithSubArrayOfValues(subPathArrayOfValues ConfigMapKeySelector_FieldPathArrayOfValues) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorConfigMapKeyRef) WithSubPath ¶
func (EnvVarSourcePathSelectorConfigMapKeyRef) WithSubPath(subPath ConfigMapKeySelector_FieldPath) *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorConfigMapKeyRef) WithSubValue ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithSubValue(subPathValue ConfigMapKeySelector_FieldPathValue) *EnvVarSource_FieldSubPathValue
func (EnvVarSourcePathSelectorConfigMapKeyRef) WithValue ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *EnvVarSource_FieldTerminalPathValue
type EnvVarSourcePathSelectorConfigMapKeyRefKey ¶
type EnvVarSourcePathSelectorConfigMapKeyRefKey struct{}
func (EnvVarSourcePathSelectorConfigMapKeyRefKey) FieldPath ¶
func (EnvVarSourcePathSelectorConfigMapKeyRefKey) FieldPath() *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorConfigMapKeyRefKey) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRefKey) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorConfigMapKeyRefKey) WithValue ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRefKey) WithValue(value string) *EnvVarSource_FieldSubPathValue
type EnvVarSourcePathSelectorConfigMapKeyRefName ¶
type EnvVarSourcePathSelectorConfigMapKeyRefName struct{}
func (EnvVarSourcePathSelectorConfigMapKeyRefName) FieldPath ¶
func (EnvVarSourcePathSelectorConfigMapKeyRefName) FieldPath() *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorConfigMapKeyRefName) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRefName) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorConfigMapKeyRefName) WithValue ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRefName) WithValue(value string) *EnvVarSource_FieldSubPathValue
type EnvVarSourcePathSelectorConfigMapKeyRefOptional ¶
type EnvVarSourcePathSelectorConfigMapKeyRefOptional struct{}
func (EnvVarSourcePathSelectorConfigMapKeyRefOptional) FieldPath ¶
func (EnvVarSourcePathSelectorConfigMapKeyRefOptional) FieldPath() *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorConfigMapKeyRefOptional) WithValue ¶
func (s EnvVarSourcePathSelectorConfigMapKeyRefOptional) WithValue(value bool) *EnvVarSource_FieldSubPathValue
type EnvVarSourcePathSelectorSecretKeyRef ¶
type EnvVarSourcePathSelectorSecretKeyRef struct{}
func (EnvVarSourcePathSelectorSecretKeyRef) FieldPath ¶
func (EnvVarSourcePathSelectorSecretKeyRef) FieldPath() *EnvVarSource_FieldTerminalPath
func (EnvVarSourcePathSelectorSecretKeyRef) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *EnvVarSource_FieldTerminalPathArrayOfValues
func (EnvVarSourcePathSelectorSecretKeyRef) WithSubArrayItemValue ¶
func (s EnvVarSourcePathSelectorSecretKeyRef) WithSubArrayItemValue(subPathArrayItemValue SecretKeySelector_FieldPathArrayItemValue) *EnvVarSource_FieldSubPathArrayItemValue
func (EnvVarSourcePathSelectorSecretKeyRef) WithSubArrayOfValues ¶
func (s EnvVarSourcePathSelectorSecretKeyRef) WithSubArrayOfValues(subPathArrayOfValues SecretKeySelector_FieldPathArrayOfValues) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorSecretKeyRef) WithSubPath ¶
func (EnvVarSourcePathSelectorSecretKeyRef) WithSubPath(subPath SecretKeySelector_FieldPath) *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorSecretKeyRef) WithSubValue ¶
func (s EnvVarSourcePathSelectorSecretKeyRef) WithSubValue(subPathValue SecretKeySelector_FieldPathValue) *EnvVarSource_FieldSubPathValue
func (EnvVarSourcePathSelectorSecretKeyRef) WithValue ¶
func (s EnvVarSourcePathSelectorSecretKeyRef) WithValue(value *SecretKeySelector) *EnvVarSource_FieldTerminalPathValue
type EnvVarSourcePathSelectorSecretKeyRefKey ¶
type EnvVarSourcePathSelectorSecretKeyRefKey struct{}
func (EnvVarSourcePathSelectorSecretKeyRefKey) FieldPath ¶
func (EnvVarSourcePathSelectorSecretKeyRefKey) FieldPath() *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorSecretKeyRefKey) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorSecretKeyRefKey) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorSecretKeyRefKey) WithValue ¶
func (s EnvVarSourcePathSelectorSecretKeyRefKey) WithValue(value string) *EnvVarSource_FieldSubPathValue
type EnvVarSourcePathSelectorSecretKeyRefName ¶
type EnvVarSourcePathSelectorSecretKeyRefName struct{}
func (EnvVarSourcePathSelectorSecretKeyRefName) FieldPath ¶
func (EnvVarSourcePathSelectorSecretKeyRefName) FieldPath() *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorSecretKeyRefName) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorSecretKeyRefName) WithArrayOfValues(values []string) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorSecretKeyRefName) WithValue ¶
func (s EnvVarSourcePathSelectorSecretKeyRefName) WithValue(value string) *EnvVarSource_FieldSubPathValue
type EnvVarSourcePathSelectorSecretKeyRefOptional ¶
type EnvVarSourcePathSelectorSecretKeyRefOptional struct{}
func (EnvVarSourcePathSelectorSecretKeyRefOptional) FieldPath ¶
func (EnvVarSourcePathSelectorSecretKeyRefOptional) FieldPath() *EnvVarSource_FieldSubPath
func (EnvVarSourcePathSelectorSecretKeyRefOptional) WithArrayOfValues ¶
func (s EnvVarSourcePathSelectorSecretKeyRefOptional) WithArrayOfValues(values []bool) *EnvVarSource_FieldSubPathArrayOfValues
func (EnvVarSourcePathSelectorSecretKeyRefOptional) WithValue ¶
func (s EnvVarSourcePathSelectorSecretKeyRefOptional) WithValue(value bool) *EnvVarSource_FieldSubPathValue
type EnvVarSource_FieldMask ¶
type EnvVarSource_FieldMask struct {
Paths []EnvVarSource_FieldPath
}
func FullEnvVarSource_FieldMask ¶
func FullEnvVarSource_FieldMask() *EnvVarSource_FieldMask
func (*EnvVarSource_FieldMask) AppendPath ¶
func (fieldMask *EnvVarSource_FieldMask) AppendPath(path EnvVarSource_FieldPath)
func (*EnvVarSource_FieldMask) AppendRawPath ¶
func (fieldMask *EnvVarSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*EnvVarSource_FieldMask) DecodeFirestore ¶
func (fieldMask *EnvVarSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*EnvVarSource_FieldMask) EncodeFirestore ¶
func (fieldMask *EnvVarSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*EnvVarSource_FieldMask) FilterInputFields ¶
func (fieldMask *EnvVarSource_FieldMask) FilterInputFields() *EnvVarSource_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*EnvVarSource_FieldMask) FromProtoFieldMask ¶
func (fieldMask *EnvVarSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*EnvVarSource_FieldMask) GetPaths ¶
func (fieldMask *EnvVarSource_FieldMask) GetPaths() []EnvVarSource_FieldPath
func (*EnvVarSource_FieldMask) GetRawPaths ¶
func (fieldMask *EnvVarSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*EnvVarSource_FieldMask) IsFull ¶
func (fieldMask *EnvVarSource_FieldMask) IsFull() bool
func (EnvVarSource_FieldMask) Marshal ¶
func (fieldMask EnvVarSource_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (EnvVarSource_FieldMask) MarshalJSON ¶
func (fieldMask EnvVarSource_FieldMask) MarshalJSON() ([]byte, error)
func (*EnvVarSource_FieldMask) PathsCount ¶
func (fieldMask *EnvVarSource_FieldMask) PathsCount() int
func (*EnvVarSource_FieldMask) Project ¶
func (fieldMask *EnvVarSource_FieldMask) Project(source *EnvVarSource) *EnvVarSource
func (*EnvVarSource_FieldMask) ProjectRaw ¶
func (fieldMask *EnvVarSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*EnvVarSource_FieldMask) ProtoMessage ¶
func (fieldMask *EnvVarSource_FieldMask) ProtoMessage()
func (*EnvVarSource_FieldMask) ProtoReflect ¶
func (fieldMask *EnvVarSource_FieldMask) ProtoReflect() preflect.Message
func (*EnvVarSource_FieldMask) Reset ¶
func (fieldMask *EnvVarSource_FieldMask) Reset()
func (*EnvVarSource_FieldMask) Set ¶
func (fieldMask *EnvVarSource_FieldMask) Set(target, source *EnvVarSource)
func (*EnvVarSource_FieldMask) SetFromCliFlag ¶
func (fieldMask *EnvVarSource_FieldMask) SetFromCliFlag(raw string) error
func (*EnvVarSource_FieldMask) SetRaw ¶
func (fieldMask *EnvVarSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*EnvVarSource_FieldMask) Size ¶
func (fieldMask *EnvVarSource_FieldMask) Size() int
func (*EnvVarSource_FieldMask) String ¶
func (fieldMask *EnvVarSource_FieldMask) String() string
func (*EnvVarSource_FieldMask) Subtract ¶
func (fieldMask *EnvVarSource_FieldMask) Subtract(other *EnvVarSource_FieldMask) *EnvVarSource_FieldMask
func (*EnvVarSource_FieldMask) SubtractRaw ¶
func (fieldMask *EnvVarSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*EnvVarSource_FieldMask) ToProtoFieldMask ¶
func (fieldMask *EnvVarSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*EnvVarSource_FieldMask) Unmarshal ¶
func (fieldMask *EnvVarSource_FieldMask) Unmarshal(data []byte) error
func (*EnvVarSource_FieldMask) UnmarshalJSON ¶
func (fieldMask *EnvVarSource_FieldMask) UnmarshalJSON(data []byte) error
type EnvVarSource_FieldPath ¶
type EnvVarSource_FieldPath interface { gotenobject.FieldPath Selector() EnvVarSource_FieldPathSelector Get(source *EnvVarSource) []interface{} GetSingle(source *EnvVarSource) (interface{}, bool) ClearValue(item *EnvVarSource) // Those methods build corresponding EnvVarSource_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) EnvVarSource_FieldPathValue WithIArrayOfValues(values interface{}) EnvVarSource_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) EnvVarSource_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildEnvVarSource_FieldPath ¶
func BuildEnvVarSource_FieldPath(fp gotenobject.RawFieldPath) (EnvVarSource_FieldPath, error)
func MustParseEnvVarSource_FieldPath ¶
func MustParseEnvVarSource_FieldPath(rawField string) EnvVarSource_FieldPath
func ParseEnvVarSource_FieldPath ¶
func ParseEnvVarSource_FieldPath(rawField string) (EnvVarSource_FieldPath, error)
type EnvVarSource_FieldPathArrayItemValue ¶
type EnvVarSource_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue EnvVarSource_FieldPath ContainsValue(*EnvVarSource) bool }
EnvVarSource_FieldPathArrayItemValue allows storing single item in Path-specific values for EnvVarSource according to their type Present only for array (repeated) types.
func MustParseEnvVarSource_FieldPathArrayItemValue ¶
func MustParseEnvVarSource_FieldPathArrayItemValue(pathStr, valueStr string) EnvVarSource_FieldPathArrayItemValue
func ParseEnvVarSource_FieldPathArrayItemValue ¶
func ParseEnvVarSource_FieldPathArrayItemValue(pathStr, valueStr string) (EnvVarSource_FieldPathArrayItemValue, error)
ParseEnvVarSource_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type EnvVarSource_FieldPathArrayOfValues ¶
type EnvVarSource_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues EnvVarSource_FieldPath }
EnvVarSource_FieldPathArrayOfValues allows storing slice of values for EnvVarSource fields according to their type
func MustParseEnvVarSource_FieldPathArrayOfValues ¶
func MustParseEnvVarSource_FieldPathArrayOfValues(pathStr, valuesStr string) EnvVarSource_FieldPathArrayOfValues
func ParseEnvVarSource_FieldPathArrayOfValues ¶
func ParseEnvVarSource_FieldPathArrayOfValues(pathStr, valuesStr string) (EnvVarSource_FieldPathArrayOfValues, error)
type EnvVarSource_FieldPathSelector ¶
type EnvVarSource_FieldPathSelector int32
const ( EnvVarSource_FieldPathSelectorConfigMapKeyRef EnvVarSource_FieldPathSelector = 0 EnvVarSource_FieldPathSelectorSecretKeyRef EnvVarSource_FieldPathSelector = 1 )
func (EnvVarSource_FieldPathSelector) String ¶
func (s EnvVarSource_FieldPathSelector) String() string
type EnvVarSource_FieldPathValue ¶
type EnvVarSource_FieldPathValue interface { EnvVarSource_FieldPath gotenobject.FieldPathValue SetTo(target **EnvVarSource) CompareWith(*EnvVarSource) (cmp int, comparable bool) }
EnvVarSource_FieldPathValue allows storing values for EnvVarSource fields according to their type
func MustParseEnvVarSource_FieldPathValue ¶
func MustParseEnvVarSource_FieldPathValue(pathStr, valueStr string) EnvVarSource_FieldPathValue
func ParseEnvVarSource_FieldPathValue ¶
func ParseEnvVarSource_FieldPathValue(pathStr, valueStr string) (EnvVarSource_FieldPathValue, error)
type EnvVarSource_FieldSubPath ¶
type EnvVarSource_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*EnvVarSource_FieldSubPath) AsConfigMapKeyRefSubPath ¶
func (fps *EnvVarSource_FieldSubPath) AsConfigMapKeyRefSubPath() (ConfigMapKeySelector_FieldPath, bool)
func (*EnvVarSource_FieldSubPath) AsSecretKeyRefSubPath ¶
func (fps *EnvVarSource_FieldSubPath) AsSecretKeyRefSubPath() (SecretKeySelector_FieldPath, bool)
func (*EnvVarSource_FieldSubPath) ClearValue ¶
func (fps *EnvVarSource_FieldSubPath) ClearValue(item *EnvVarSource)
func (*EnvVarSource_FieldSubPath) ClearValueRaw ¶
func (fps *EnvVarSource_FieldSubPath) ClearValueRaw(item proto.Message)
func (*EnvVarSource_FieldSubPath) Get ¶
func (fps *EnvVarSource_FieldSubPath) Get(source *EnvVarSource) (values []interface{})
Get returns all values pointed by selected field from source EnvVarSource
func (*EnvVarSource_FieldSubPath) GetDefault ¶
func (fps *EnvVarSource_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EnvVarSource_FieldSubPath) GetRaw ¶
func (fps *EnvVarSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*EnvVarSource_FieldSubPath) GetSingle ¶
func (fps *EnvVarSource_FieldSubPath) GetSingle(source *EnvVarSource) (interface{}, bool)
GetSingle returns value of selected field from source EnvVarSource
func (*EnvVarSource_FieldSubPath) GetSingleRaw ¶
func (fps *EnvVarSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EnvVarSource_FieldSubPath) IsLeaf ¶
func (fps *EnvVarSource_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EnvVarSource_FieldSubPath) JSONString ¶
func (fps *EnvVarSource_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EnvVarSource_FieldSubPath) Selector ¶
func (fps *EnvVarSource_FieldSubPath) Selector() EnvVarSource_FieldPathSelector
func (*EnvVarSource_FieldSubPath) String ¶
func (fps *EnvVarSource_FieldSubPath) String() string
String returns path representation in proto convention
func (*EnvVarSource_FieldSubPath) WithIArrayItemValue ¶
func (fps *EnvVarSource_FieldSubPath) WithIArrayItemValue(value interface{}) EnvVarSource_FieldPathArrayItemValue
func (*EnvVarSource_FieldSubPath) WithIArrayOfValues ¶
func (fps *EnvVarSource_FieldSubPath) WithIArrayOfValues(values interface{}) EnvVarSource_FieldPathArrayOfValues
func (*EnvVarSource_FieldSubPath) WithIValue ¶
func (fps *EnvVarSource_FieldSubPath) WithIValue(value interface{}) EnvVarSource_FieldPathValue
func (*EnvVarSource_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *EnvVarSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EnvVarSource_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *EnvVarSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EnvVarSource_FieldSubPath) WithRawIValue ¶
func (fps *EnvVarSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EnvVarSource_FieldSubPathArrayItemValue ¶
type EnvVarSource_FieldSubPathArrayItemValue struct { EnvVarSource_FieldPath // contains filtered or unexported fields }
func (*EnvVarSource_FieldSubPathArrayItemValue) AsConfigMapKeyRefPathItemValue ¶
func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) AsConfigMapKeyRefPathItemValue() (ConfigMapKeySelector_FieldPathArrayItemValue, bool)
func (*EnvVarSource_FieldSubPathArrayItemValue) AsSecretKeyRefPathItemValue ¶
func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) AsSecretKeyRefPathItemValue() (SecretKeySelector_FieldPathArrayItemValue, bool)
func (*EnvVarSource_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) ContainsValue(source *EnvVarSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'EnvVarSource'
func (*EnvVarSource_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *EnvVarSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type EnvVarSource_FieldSubPathArrayOfValues ¶
type EnvVarSource_FieldSubPathArrayOfValues struct { EnvVarSource_FieldPath // contains filtered or unexported fields }
func (*EnvVarSource_FieldSubPathArrayOfValues) AsConfigMapKeyRefPathArrayOfValues ¶
func (fpsaov *EnvVarSource_FieldSubPathArrayOfValues) AsConfigMapKeyRefPathArrayOfValues() (ConfigMapKeySelector_FieldPathArrayOfValues, bool)
func (*EnvVarSource_FieldSubPathArrayOfValues) AsSecretKeyRefPathArrayOfValues ¶
func (fpsaov *EnvVarSource_FieldSubPathArrayOfValues) AsSecretKeyRefPathArrayOfValues() (SecretKeySelector_FieldPathArrayOfValues, bool)
func (*EnvVarSource_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *EnvVarSource_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type EnvVarSource_FieldSubPathValue ¶
type EnvVarSource_FieldSubPathValue struct { EnvVarSource_FieldPath // contains filtered or unexported fields }
func (*EnvVarSource_FieldSubPathValue) AsConfigMapKeyRefPathValue ¶
func (fpvs *EnvVarSource_FieldSubPathValue) AsConfigMapKeyRefPathValue() (ConfigMapKeySelector_FieldPathValue, bool)
func (*EnvVarSource_FieldSubPathValue) AsSecretKeyRefPathValue ¶
func (fpvs *EnvVarSource_FieldSubPathValue) AsSecretKeyRefPathValue() (SecretKeySelector_FieldPathValue, bool)
func (*EnvVarSource_FieldSubPathValue) CompareWith ¶
func (fpvs *EnvVarSource_FieldSubPathValue) CompareWith(source *EnvVarSource) (int, bool)
func (*EnvVarSource_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *EnvVarSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EnvVarSource_FieldSubPathValue) GetRawValue ¶
func (fpvs *EnvVarSource_FieldSubPathValue) GetRawValue() interface{}
func (*EnvVarSource_FieldSubPathValue) SetTo ¶
func (fpvs *EnvVarSource_FieldSubPathValue) SetTo(target **EnvVarSource)
func (*EnvVarSource_FieldSubPathValue) SetToRaw ¶
func (fpvs *EnvVarSource_FieldSubPathValue) SetToRaw(target proto.Message)
type EnvVarSource_FieldTerminalPath ¶
type EnvVarSource_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*EnvVarSource_FieldTerminalPath) ClearValue ¶
func (fp *EnvVarSource_FieldTerminalPath) ClearValue(item *EnvVarSource)
func (*EnvVarSource_FieldTerminalPath) ClearValueRaw ¶
func (fp *EnvVarSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*EnvVarSource_FieldTerminalPath) Get ¶
func (fp *EnvVarSource_FieldTerminalPath) Get(source *EnvVarSource) (values []interface{})
Get returns all values pointed by specific field from source EnvVarSource
func (*EnvVarSource_FieldTerminalPath) GetDefault ¶
func (fp *EnvVarSource_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EnvVarSource_FieldTerminalPath) GetRaw ¶
func (fp *EnvVarSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*EnvVarSource_FieldTerminalPath) GetSingle ¶
func (fp *EnvVarSource_FieldTerminalPath) GetSingle(source *EnvVarSource) (interface{}, bool)
GetSingle returns value pointed by specific field of from source EnvVarSource
func (*EnvVarSource_FieldTerminalPath) GetSingleRaw ¶
func (fp *EnvVarSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EnvVarSource_FieldTerminalPath) IsLeaf ¶
func (fp *EnvVarSource_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EnvVarSource_FieldTerminalPath) JSONString ¶
func (fp *EnvVarSource_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EnvVarSource_FieldTerminalPath) Selector ¶
func (fp *EnvVarSource_FieldTerminalPath) Selector() EnvVarSource_FieldPathSelector
func (*EnvVarSource_FieldTerminalPath) String ¶
func (fp *EnvVarSource_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*EnvVarSource_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *EnvVarSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) EnvVarSource_FieldPathArrayItemValue
func (*EnvVarSource_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *EnvVarSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) EnvVarSource_FieldPathArrayOfValues
func (*EnvVarSource_FieldTerminalPath) WithIValue ¶
func (fp *EnvVarSource_FieldTerminalPath) WithIValue(value interface{}) EnvVarSource_FieldPathValue
func (*EnvVarSource_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *EnvVarSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EnvVarSource_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *EnvVarSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EnvVarSource_FieldTerminalPath) WithRawIValue ¶
func (fp *EnvVarSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EnvVarSource_FieldTerminalPathArrayItemValue ¶
type EnvVarSource_FieldTerminalPathArrayItemValue struct { EnvVarSource_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvVarSource_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) ContainsValue(source *EnvVarSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'EnvVarSource'
func (*EnvVarSource_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object EnvVarSource as interface{}
func (*EnvVarSource_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) GetSingle(source *EnvVarSource) (interface{}, bool)
func (*EnvVarSource_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *EnvVarSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type EnvVarSource_FieldTerminalPathArrayOfValues ¶
type EnvVarSource_FieldTerminalPathArrayOfValues struct { EnvVarSource_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvVarSource_FieldTerminalPathArrayOfValues) AsConfigMapKeyRefArrayOfValues ¶
func (fpaov *EnvVarSource_FieldTerminalPathArrayOfValues) AsConfigMapKeyRefArrayOfValues() ([]*ConfigMapKeySelector, bool)
func (*EnvVarSource_FieldTerminalPathArrayOfValues) AsSecretKeyRefArrayOfValues ¶
func (fpaov *EnvVarSource_FieldTerminalPathArrayOfValues) AsSecretKeyRefArrayOfValues() ([]*SecretKeySelector, bool)
func (*EnvVarSource_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *EnvVarSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type EnvVarSource_FieldTerminalPathValue ¶
type EnvVarSource_FieldTerminalPathValue struct { EnvVarSource_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvVarSource_FieldTerminalPathValue) AsConfigMapKeyRefValue ¶
func (fpv *EnvVarSource_FieldTerminalPathValue) AsConfigMapKeyRefValue() (*ConfigMapKeySelector, bool)
func (*EnvVarSource_FieldTerminalPathValue) AsSecretKeyRefValue ¶
func (fpv *EnvVarSource_FieldTerminalPathValue) AsSecretKeyRefValue() (*SecretKeySelector, bool)
func (*EnvVarSource_FieldTerminalPathValue) CompareWith ¶
func (fpv *EnvVarSource_FieldTerminalPathValue) CompareWith(source *EnvVarSource) (int, bool)
CompareWith compares value in the 'EnvVarSource_FieldTerminalPathValue' with the value under path in 'EnvVarSource'.
func (*EnvVarSource_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *EnvVarSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EnvVarSource_FieldTerminalPathValue) GetRawValue ¶
func (fpv *EnvVarSource_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'EnvVarSource' as interface{}
func (*EnvVarSource_FieldTerminalPathValue) SetTo ¶
func (fpv *EnvVarSource_FieldTerminalPathValue) SetTo(target **EnvVarSource)
SetTo stores value for selected field for object EnvVarSource
func (*EnvVarSource_FieldTerminalPathValue) SetToRaw ¶
func (fpv *EnvVarSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
type EnvVar_FieldMask ¶
type EnvVar_FieldMask struct {
Paths []EnvVar_FieldPath
}
func FullEnvVar_FieldMask ¶
func FullEnvVar_FieldMask() *EnvVar_FieldMask
func (*EnvVar_FieldMask) AppendPath ¶
func (fieldMask *EnvVar_FieldMask) AppendPath(path EnvVar_FieldPath)
func (*EnvVar_FieldMask) AppendRawPath ¶
func (fieldMask *EnvVar_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*EnvVar_FieldMask) DecodeFirestore ¶
func (fieldMask *EnvVar_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*EnvVar_FieldMask) EncodeFirestore ¶
func (fieldMask *EnvVar_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*EnvVar_FieldMask) FilterInputFields ¶
func (fieldMask *EnvVar_FieldMask) FilterInputFields() *EnvVar_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*EnvVar_FieldMask) FromProtoFieldMask ¶
func (fieldMask *EnvVar_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*EnvVar_FieldMask) GetPaths ¶
func (fieldMask *EnvVar_FieldMask) GetPaths() []EnvVar_FieldPath
func (*EnvVar_FieldMask) GetRawPaths ¶
func (fieldMask *EnvVar_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*EnvVar_FieldMask) IsFull ¶
func (fieldMask *EnvVar_FieldMask) IsFull() bool
func (EnvVar_FieldMask) Marshal ¶
func (fieldMask EnvVar_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (EnvVar_FieldMask) MarshalJSON ¶
func (fieldMask EnvVar_FieldMask) MarshalJSON() ([]byte, error)
func (*EnvVar_FieldMask) PathsCount ¶
func (fieldMask *EnvVar_FieldMask) PathsCount() int
func (*EnvVar_FieldMask) Project ¶
func (fieldMask *EnvVar_FieldMask) Project(source *EnvVar) *EnvVar
func (*EnvVar_FieldMask) ProjectRaw ¶
func (fieldMask *EnvVar_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*EnvVar_FieldMask) ProtoMessage ¶
func (fieldMask *EnvVar_FieldMask) ProtoMessage()
func (*EnvVar_FieldMask) ProtoReflect ¶
func (fieldMask *EnvVar_FieldMask) ProtoReflect() preflect.Message
func (*EnvVar_FieldMask) Reset ¶
func (fieldMask *EnvVar_FieldMask) Reset()
func (*EnvVar_FieldMask) Set ¶
func (fieldMask *EnvVar_FieldMask) Set(target, source *EnvVar)
func (*EnvVar_FieldMask) SetFromCliFlag ¶
func (fieldMask *EnvVar_FieldMask) SetFromCliFlag(raw string) error
func (*EnvVar_FieldMask) SetRaw ¶
func (fieldMask *EnvVar_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*EnvVar_FieldMask) Size ¶
func (fieldMask *EnvVar_FieldMask) Size() int
func (*EnvVar_FieldMask) String ¶
func (fieldMask *EnvVar_FieldMask) String() string
func (*EnvVar_FieldMask) Subtract ¶
func (fieldMask *EnvVar_FieldMask) Subtract(other *EnvVar_FieldMask) *EnvVar_FieldMask
func (*EnvVar_FieldMask) SubtractRaw ¶
func (fieldMask *EnvVar_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*EnvVar_FieldMask) ToProtoFieldMask ¶
func (fieldMask *EnvVar_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*EnvVar_FieldMask) Unmarshal ¶
func (fieldMask *EnvVar_FieldMask) Unmarshal(data []byte) error
func (*EnvVar_FieldMask) UnmarshalJSON ¶
func (fieldMask *EnvVar_FieldMask) UnmarshalJSON(data []byte) error
type EnvVar_FieldPath ¶
type EnvVar_FieldPath interface { gotenobject.FieldPath Selector() EnvVar_FieldPathSelector Get(source *EnvVar) []interface{} GetSingle(source *EnvVar) (interface{}, bool) ClearValue(item *EnvVar) // Those methods build corresponding EnvVar_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) EnvVar_FieldPathValue WithIArrayOfValues(values interface{}) EnvVar_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) EnvVar_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildEnvVar_FieldPath ¶
func BuildEnvVar_FieldPath(fp gotenobject.RawFieldPath) (EnvVar_FieldPath, error)
func MustParseEnvVar_FieldPath ¶
func MustParseEnvVar_FieldPath(rawField string) EnvVar_FieldPath
func ParseEnvVar_FieldPath ¶
func ParseEnvVar_FieldPath(rawField string) (EnvVar_FieldPath, error)
type EnvVar_FieldPathArrayItemValue ¶
type EnvVar_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue EnvVar_FieldPath ContainsValue(*EnvVar) bool }
EnvVar_FieldPathArrayItemValue allows storing single item in Path-specific values for EnvVar according to their type Present only for array (repeated) types.
func MustParseEnvVar_FieldPathArrayItemValue ¶
func MustParseEnvVar_FieldPathArrayItemValue(pathStr, valueStr string) EnvVar_FieldPathArrayItemValue
func ParseEnvVar_FieldPathArrayItemValue ¶
func ParseEnvVar_FieldPathArrayItemValue(pathStr, valueStr string) (EnvVar_FieldPathArrayItemValue, error)
ParseEnvVar_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type EnvVar_FieldPathArrayOfValues ¶
type EnvVar_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues EnvVar_FieldPath }
EnvVar_FieldPathArrayOfValues allows storing slice of values for EnvVar fields according to their type
func MustParseEnvVar_FieldPathArrayOfValues ¶
func MustParseEnvVar_FieldPathArrayOfValues(pathStr, valuesStr string) EnvVar_FieldPathArrayOfValues
func ParseEnvVar_FieldPathArrayOfValues ¶
func ParseEnvVar_FieldPathArrayOfValues(pathStr, valuesStr string) (EnvVar_FieldPathArrayOfValues, error)
type EnvVar_FieldPathSelector ¶
type EnvVar_FieldPathSelector int32
const ( EnvVar_FieldPathSelectorName EnvVar_FieldPathSelector = 0 EnvVar_FieldPathSelectorValue EnvVar_FieldPathSelector = 1 EnvVar_FieldPathSelectorValueFrom EnvVar_FieldPathSelector = 2 )
func (EnvVar_FieldPathSelector) String ¶
func (s EnvVar_FieldPathSelector) String() string
type EnvVar_FieldPathValue ¶
type EnvVar_FieldPathValue interface { EnvVar_FieldPath gotenobject.FieldPathValue SetTo(target **EnvVar) CompareWith(*EnvVar) (cmp int, comparable bool) }
EnvVar_FieldPathValue allows storing values for EnvVar fields according to their type
func MustParseEnvVar_FieldPathValue ¶
func MustParseEnvVar_FieldPathValue(pathStr, valueStr string) EnvVar_FieldPathValue
func ParseEnvVar_FieldPathValue ¶
func ParseEnvVar_FieldPathValue(pathStr, valueStr string) (EnvVar_FieldPathValue, error)
type EnvVar_FieldSubPath ¶
type EnvVar_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*EnvVar_FieldSubPath) AsValueFromSubPath ¶
func (fps *EnvVar_FieldSubPath) AsValueFromSubPath() (EnvVarSource_FieldPath, bool)
func (*EnvVar_FieldSubPath) ClearValue ¶
func (fps *EnvVar_FieldSubPath) ClearValue(item *EnvVar)
func (*EnvVar_FieldSubPath) ClearValueRaw ¶
func (fps *EnvVar_FieldSubPath) ClearValueRaw(item proto.Message)
func (*EnvVar_FieldSubPath) Get ¶
func (fps *EnvVar_FieldSubPath) Get(source *EnvVar) (values []interface{})
Get returns all values pointed by selected field from source EnvVar
func (*EnvVar_FieldSubPath) GetDefault ¶
func (fps *EnvVar_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EnvVar_FieldSubPath) GetRaw ¶
func (fps *EnvVar_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*EnvVar_FieldSubPath) GetSingle ¶
func (fps *EnvVar_FieldSubPath) GetSingle(source *EnvVar) (interface{}, bool)
GetSingle returns value of selected field from source EnvVar
func (*EnvVar_FieldSubPath) GetSingleRaw ¶
func (fps *EnvVar_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EnvVar_FieldSubPath) IsLeaf ¶
func (fps *EnvVar_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EnvVar_FieldSubPath) JSONString ¶
func (fps *EnvVar_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EnvVar_FieldSubPath) Selector ¶
func (fps *EnvVar_FieldSubPath) Selector() EnvVar_FieldPathSelector
func (*EnvVar_FieldSubPath) String ¶
func (fps *EnvVar_FieldSubPath) String() string
String returns path representation in proto convention
func (*EnvVar_FieldSubPath) WithIArrayItemValue ¶
func (fps *EnvVar_FieldSubPath) WithIArrayItemValue(value interface{}) EnvVar_FieldPathArrayItemValue
func (*EnvVar_FieldSubPath) WithIArrayOfValues ¶
func (fps *EnvVar_FieldSubPath) WithIArrayOfValues(values interface{}) EnvVar_FieldPathArrayOfValues
func (*EnvVar_FieldSubPath) WithIValue ¶
func (fps *EnvVar_FieldSubPath) WithIValue(value interface{}) EnvVar_FieldPathValue
func (*EnvVar_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *EnvVar_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EnvVar_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *EnvVar_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EnvVar_FieldSubPath) WithRawIValue ¶
func (fps *EnvVar_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EnvVar_FieldSubPathArrayItemValue ¶
type EnvVar_FieldSubPathArrayItemValue struct { EnvVar_FieldPath // contains filtered or unexported fields }
func (*EnvVar_FieldSubPathArrayItemValue) AsValueFromPathItemValue ¶
func (fpaivs *EnvVar_FieldSubPathArrayItemValue) AsValueFromPathItemValue() (EnvVarSource_FieldPathArrayItemValue, bool)
func (*EnvVar_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *EnvVar_FieldSubPathArrayItemValue) ContainsValue(source *EnvVar) bool
Contains returns a boolean indicating if value that is being held is present in given 'EnvVar'
func (*EnvVar_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *EnvVar_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type EnvVar_FieldSubPathArrayOfValues ¶
type EnvVar_FieldSubPathArrayOfValues struct { EnvVar_FieldPath // contains filtered or unexported fields }
func (*EnvVar_FieldSubPathArrayOfValues) AsValueFromPathArrayOfValues ¶
func (fpsaov *EnvVar_FieldSubPathArrayOfValues) AsValueFromPathArrayOfValues() (EnvVarSource_FieldPathArrayOfValues, bool)
func (*EnvVar_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *EnvVar_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type EnvVar_FieldSubPathValue ¶
type EnvVar_FieldSubPathValue struct { EnvVar_FieldPath // contains filtered or unexported fields }
func (*EnvVar_FieldSubPathValue) AsValueFromPathValue ¶
func (fpvs *EnvVar_FieldSubPathValue) AsValueFromPathValue() (EnvVarSource_FieldPathValue, bool)
func (*EnvVar_FieldSubPathValue) CompareWith ¶
func (fpvs *EnvVar_FieldSubPathValue) CompareWith(source *EnvVar) (int, bool)
func (*EnvVar_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *EnvVar_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EnvVar_FieldSubPathValue) GetRawValue ¶
func (fpvs *EnvVar_FieldSubPathValue) GetRawValue() interface{}
func (*EnvVar_FieldSubPathValue) SetTo ¶
func (fpvs *EnvVar_FieldSubPathValue) SetTo(target **EnvVar)
func (*EnvVar_FieldSubPathValue) SetToRaw ¶
func (fpvs *EnvVar_FieldSubPathValue) SetToRaw(target proto.Message)
type EnvVar_FieldTerminalPath ¶
type EnvVar_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*EnvVar_FieldTerminalPath) ClearValue ¶
func (fp *EnvVar_FieldTerminalPath) ClearValue(item *EnvVar)
func (*EnvVar_FieldTerminalPath) ClearValueRaw ¶
func (fp *EnvVar_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*EnvVar_FieldTerminalPath) Get ¶
func (fp *EnvVar_FieldTerminalPath) Get(source *EnvVar) (values []interface{})
Get returns all values pointed by specific field from source EnvVar
func (*EnvVar_FieldTerminalPath) GetDefault ¶
func (fp *EnvVar_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*EnvVar_FieldTerminalPath) GetRaw ¶
func (fp *EnvVar_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*EnvVar_FieldTerminalPath) GetSingle ¶
func (fp *EnvVar_FieldTerminalPath) GetSingle(source *EnvVar) (interface{}, bool)
GetSingle returns value pointed by specific field of from source EnvVar
func (*EnvVar_FieldTerminalPath) GetSingleRaw ¶
func (fp *EnvVar_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*EnvVar_FieldTerminalPath) IsLeaf ¶
func (fp *EnvVar_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*EnvVar_FieldTerminalPath) JSONString ¶
func (fp *EnvVar_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*EnvVar_FieldTerminalPath) Selector ¶
func (fp *EnvVar_FieldTerminalPath) Selector() EnvVar_FieldPathSelector
func (*EnvVar_FieldTerminalPath) String ¶
func (fp *EnvVar_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*EnvVar_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *EnvVar_FieldTerminalPath) WithIArrayItemValue(value interface{}) EnvVar_FieldPathArrayItemValue
func (*EnvVar_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *EnvVar_FieldTerminalPath) WithIArrayOfValues(values interface{}) EnvVar_FieldPathArrayOfValues
func (*EnvVar_FieldTerminalPath) WithIValue ¶
func (fp *EnvVar_FieldTerminalPath) WithIValue(value interface{}) EnvVar_FieldPathValue
func (*EnvVar_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *EnvVar_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*EnvVar_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *EnvVar_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*EnvVar_FieldTerminalPath) WithRawIValue ¶
func (fp *EnvVar_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type EnvVar_FieldTerminalPathArrayItemValue ¶
type EnvVar_FieldTerminalPathArrayItemValue struct { EnvVar_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvVar_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) ContainsValue(source *EnvVar) bool
Contains returns a boolean indicating if value that is being held is present in given 'EnvVar'
func (*EnvVar_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object EnvVar as interface{}
func (*EnvVar_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) GetSingle(source *EnvVar) (interface{}, bool)
func (*EnvVar_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *EnvVar_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type EnvVar_FieldTerminalPathArrayOfValues ¶
type EnvVar_FieldTerminalPathArrayOfValues struct { EnvVar_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvVar_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*EnvVar_FieldTerminalPathArrayOfValues) AsValueArrayOfValues ¶
func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) AsValueArrayOfValues() ([]string, bool)
func (*EnvVar_FieldTerminalPathArrayOfValues) AsValueFromArrayOfValues ¶
func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) AsValueFromArrayOfValues() ([]*EnvVarSource, bool)
func (*EnvVar_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *EnvVar_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type EnvVar_FieldTerminalPathValue ¶
type EnvVar_FieldTerminalPathValue struct { EnvVar_FieldTerminalPath // contains filtered or unexported fields }
func (*EnvVar_FieldTerminalPathValue) AsNameValue ¶
func (fpv *EnvVar_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*EnvVar_FieldTerminalPathValue) AsValueFromValue ¶
func (fpv *EnvVar_FieldTerminalPathValue) AsValueFromValue() (*EnvVarSource, bool)
func (*EnvVar_FieldTerminalPathValue) AsValueValue ¶
func (fpv *EnvVar_FieldTerminalPathValue) AsValueValue() (string, bool)
func (*EnvVar_FieldTerminalPathValue) CompareWith ¶
func (fpv *EnvVar_FieldTerminalPathValue) CompareWith(source *EnvVar) (int, bool)
CompareWith compares value in the 'EnvVar_FieldTerminalPathValue' with the value under path in 'EnvVar'.
func (*EnvVar_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *EnvVar_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*EnvVar_FieldTerminalPathValue) GetRawValue ¶
func (fpv *EnvVar_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'EnvVar' as interface{}
func (*EnvVar_FieldTerminalPathValue) SetTo ¶
func (fpv *EnvVar_FieldTerminalPathValue) SetTo(target **EnvVar)
SetTo stores value for selected field for object EnvVar
func (*EnvVar_FieldTerminalPathValue) SetToRaw ¶
func (fpv *EnvVar_FieldTerminalPathValue) SetToRaw(target proto.Message)
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) EvaluateRaw ¶
func (filter *Filter) EvaluateRaw(res gotenresource.Resource) bool
func (*Filter) FilterSlice ¶
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 Pod_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 *Pod) bool // Whether this condition is at least as specific as other. // When true, any Pod 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 Pod_FieldPath) bool // contains filtered or unexported methods }
func AndFilterConditions ¶
func AndFilterConditions(conds ...FilterCondition) FilterCondition
type FilterConditionCompare ¶
type FilterConditionCompare struct { Operator filterParser.CompareOperator Pod_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 *Pod) 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 Pod_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 *Pod) 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 Pod_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 Pod_FieldPath Value Pod_FieldPathArrayItemValue Values []Pod_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 *Pod) bool
func (*FilterConditionContains) EvaluateRaw ¶
func (cond *FilterConditionContains) EvaluateRaw(res gotenresource.Resource) bool
func (*FilterConditionContains) GetFieldPath ¶
func (cond *FilterConditionContains) GetFieldPath() Pod_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 Pod_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 {
Pod_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 *Pod) 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 Pod_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 Pod_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 *Pod) 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 Pod_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 Pod_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 *Pod) 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 Pod_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 *Pod) 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 Pod_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 {
Pod_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 *Pod) 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 Pod_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 *Pod_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 HostPathVolumeSource ¶
type HostPathVolumeSource struct { // Path of the directory on the host. // If the path is a symlink, it will follow the link to the real path. Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty" firestore:"path"` // Type for HostPath Volume Type HostPathVolumeSource_Type `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
Represents a host path mapped into a pod.
func (*HostPathVolumeSource) Clone ¶
func (o *HostPathVolumeSource) Clone() *HostPathVolumeSource
func (*HostPathVolumeSource) CloneRaw ¶
func (o *HostPathVolumeSource) CloneRaw() gotenobject.GotenObjectExt
func (*HostPathVolumeSource) Descriptor ¶
func (*HostPathVolumeSource) Descriptor() ([]byte, []int)
Deprecated, Use HostPathVolumeSource.ProtoReflect.Descriptor instead.
func (*HostPathVolumeSource) GetPath ¶
func (m *HostPathVolumeSource) GetPath() string
func (*HostPathVolumeSource) GetType ¶
func (m *HostPathVolumeSource) GetType() HostPathVolumeSource_Type
func (*HostPathVolumeSource) GotenMessage ¶
func (*HostPathVolumeSource) GotenMessage()
func (*HostPathVolumeSource) GotenObjectExt ¶
func (o *HostPathVolumeSource) GotenObjectExt()
func (*HostPathVolumeSource) GotenValidate ¶
func (obj *HostPathVolumeSource) GotenValidate() error
func (*HostPathVolumeSource) MakeDiffFieldMask ¶
func (o *HostPathVolumeSource) MakeDiffFieldMask(other *HostPathVolumeSource) *HostPathVolumeSource_FieldMask
func (*HostPathVolumeSource) MakeFullFieldMask ¶
func (o *HostPathVolumeSource) MakeFullFieldMask() *HostPathVolumeSource_FieldMask
func (*HostPathVolumeSource) MakeRawDiffFieldMask ¶
func (o *HostPathVolumeSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*HostPathVolumeSource) MakeRawFullFieldMask ¶
func (o *HostPathVolumeSource) MakeRawFullFieldMask() gotenobject.FieldMask
func (*HostPathVolumeSource) Marshal ¶
func (m *HostPathVolumeSource) Marshal() ([]byte, error)
func (*HostPathVolumeSource) MarshalJSON ¶
func (m *HostPathVolumeSource) MarshalJSON() ([]byte, error)
func (*HostPathVolumeSource) Merge ¶
func (o *HostPathVolumeSource) Merge(source *HostPathVolumeSource)
func (*HostPathVolumeSource) MergeRaw ¶
func (o *HostPathVolumeSource) MergeRaw(source gotenobject.GotenObjectExt)
func (*HostPathVolumeSource) ProtoMessage ¶
func (*HostPathVolumeSource) ProtoMessage()
func (*HostPathVolumeSource) ProtoReflect ¶
func (m *HostPathVolumeSource) ProtoReflect() preflect.Message
func (*HostPathVolumeSource) Reset ¶
func (m *HostPathVolumeSource) Reset()
func (*HostPathVolumeSource) SetPath ¶
func (m *HostPathVolumeSource) SetPath(fv string)
func (*HostPathVolumeSource) SetType ¶
func (m *HostPathVolumeSource) SetType(fv HostPathVolumeSource_Type)
func (*HostPathVolumeSource) String ¶
func (m *HostPathVolumeSource) String() string
func (*HostPathVolumeSource) Unmarshal ¶
func (m *HostPathVolumeSource) Unmarshal(b []byte) error
func (*HostPathVolumeSource) UnmarshalJSON ¶
func (m *HostPathVolumeSource) UnmarshalJSON(data []byte) error
type HostPathVolumeSourceFieldPathBuilder ¶
type HostPathVolumeSourceFieldPathBuilder struct{}
func NewHostPathVolumeSourceFieldPathBuilder ¶
func NewHostPathVolumeSourceFieldPathBuilder() HostPathVolumeSourceFieldPathBuilder
type HostPathVolumeSourcePathSelectorPath ¶
type HostPathVolumeSourcePathSelectorPath struct{}
func (HostPathVolumeSourcePathSelectorPath) FieldPath ¶
func (HostPathVolumeSourcePathSelectorPath) FieldPath() *HostPathVolumeSource_FieldTerminalPath
func (HostPathVolumeSourcePathSelectorPath) WithArrayOfValues ¶
func (s HostPathVolumeSourcePathSelectorPath) WithArrayOfValues(values []string) *HostPathVolumeSource_FieldTerminalPathArrayOfValues
func (HostPathVolumeSourcePathSelectorPath) WithValue ¶
func (s HostPathVolumeSourcePathSelectorPath) WithValue(value string) *HostPathVolumeSource_FieldTerminalPathValue
type HostPathVolumeSourcePathSelectorType ¶
type HostPathVolumeSourcePathSelectorType struct{}
func (HostPathVolumeSourcePathSelectorType) FieldPath ¶
func (HostPathVolumeSourcePathSelectorType) FieldPath() *HostPathVolumeSource_FieldTerminalPath
func (HostPathVolumeSourcePathSelectorType) WithArrayOfValues ¶
func (s HostPathVolumeSourcePathSelectorType) WithArrayOfValues(values []HostPathVolumeSource_Type) *HostPathVolumeSource_FieldTerminalPathArrayOfValues
func (HostPathVolumeSourcePathSelectorType) WithValue ¶
func (s HostPathVolumeSourcePathSelectorType) WithValue(value HostPathVolumeSource_Type) *HostPathVolumeSource_FieldTerminalPathValue
type HostPathVolumeSource_FieldMask ¶
type HostPathVolumeSource_FieldMask struct {
Paths []HostPathVolumeSource_FieldPath
}
func FullHostPathVolumeSource_FieldMask ¶
func FullHostPathVolumeSource_FieldMask() *HostPathVolumeSource_FieldMask
func (*HostPathVolumeSource_FieldMask) AppendPath ¶
func (fieldMask *HostPathVolumeSource_FieldMask) AppendPath(path HostPathVolumeSource_FieldPath)
func (*HostPathVolumeSource_FieldMask) AppendRawPath ¶
func (fieldMask *HostPathVolumeSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*HostPathVolumeSource_FieldMask) DecodeFirestore ¶
func (fieldMask *HostPathVolumeSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*HostPathVolumeSource_FieldMask) EncodeFirestore ¶
func (fieldMask *HostPathVolumeSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*HostPathVolumeSource_FieldMask) FilterInputFields ¶
func (fieldMask *HostPathVolumeSource_FieldMask) FilterInputFields() *HostPathVolumeSource_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*HostPathVolumeSource_FieldMask) FromProtoFieldMask ¶
func (fieldMask *HostPathVolumeSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*HostPathVolumeSource_FieldMask) GetPaths ¶
func (fieldMask *HostPathVolumeSource_FieldMask) GetPaths() []HostPathVolumeSource_FieldPath
func (*HostPathVolumeSource_FieldMask) GetRawPaths ¶
func (fieldMask *HostPathVolumeSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*HostPathVolumeSource_FieldMask) IsFull ¶
func (fieldMask *HostPathVolumeSource_FieldMask) IsFull() bool
func (HostPathVolumeSource_FieldMask) Marshal ¶
func (fieldMask HostPathVolumeSource_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (HostPathVolumeSource_FieldMask) MarshalJSON ¶
func (fieldMask HostPathVolumeSource_FieldMask) MarshalJSON() ([]byte, error)
func (*HostPathVolumeSource_FieldMask) PathsCount ¶
func (fieldMask *HostPathVolumeSource_FieldMask) PathsCount() int
func (*HostPathVolumeSource_FieldMask) Project ¶
func (fieldMask *HostPathVolumeSource_FieldMask) Project(source *HostPathVolumeSource) *HostPathVolumeSource
func (*HostPathVolumeSource_FieldMask) ProjectRaw ¶
func (fieldMask *HostPathVolumeSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*HostPathVolumeSource_FieldMask) ProtoMessage ¶
func (fieldMask *HostPathVolumeSource_FieldMask) ProtoMessage()
func (*HostPathVolumeSource_FieldMask) ProtoReflect ¶
func (fieldMask *HostPathVolumeSource_FieldMask) ProtoReflect() preflect.Message
func (*HostPathVolumeSource_FieldMask) Reset ¶
func (fieldMask *HostPathVolumeSource_FieldMask) Reset()
func (*HostPathVolumeSource_FieldMask) Set ¶
func (fieldMask *HostPathVolumeSource_FieldMask) Set(target, source *HostPathVolumeSource)
func (*HostPathVolumeSource_FieldMask) SetFromCliFlag ¶
func (fieldMask *HostPathVolumeSource_FieldMask) SetFromCliFlag(raw string) error
func (*HostPathVolumeSource_FieldMask) SetRaw ¶
func (fieldMask *HostPathVolumeSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*HostPathVolumeSource_FieldMask) Size ¶
func (fieldMask *HostPathVolumeSource_FieldMask) Size() int
func (*HostPathVolumeSource_FieldMask) String ¶
func (fieldMask *HostPathVolumeSource_FieldMask) String() string
func (*HostPathVolumeSource_FieldMask) Subtract ¶
func (fieldMask *HostPathVolumeSource_FieldMask) Subtract(other *HostPathVolumeSource_FieldMask) *HostPathVolumeSource_FieldMask
func (*HostPathVolumeSource_FieldMask) SubtractRaw ¶
func (fieldMask *HostPathVolumeSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*HostPathVolumeSource_FieldMask) ToProtoFieldMask ¶
func (fieldMask *HostPathVolumeSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*HostPathVolumeSource_FieldMask) Unmarshal ¶
func (fieldMask *HostPathVolumeSource_FieldMask) Unmarshal(data []byte) error
func (*HostPathVolumeSource_FieldMask) UnmarshalJSON ¶
func (fieldMask *HostPathVolumeSource_FieldMask) UnmarshalJSON(data []byte) error
type HostPathVolumeSource_FieldPath ¶
type HostPathVolumeSource_FieldPath interface { gotenobject.FieldPath Selector() HostPathVolumeSource_FieldPathSelector Get(source *HostPathVolumeSource) []interface{} GetSingle(source *HostPathVolumeSource) (interface{}, bool) ClearValue(item *HostPathVolumeSource) // Those methods build corresponding HostPathVolumeSource_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) HostPathVolumeSource_FieldPathValue WithIArrayOfValues(values interface{}) HostPathVolumeSource_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) HostPathVolumeSource_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildHostPathVolumeSource_FieldPath ¶
func BuildHostPathVolumeSource_FieldPath(fp gotenobject.RawFieldPath) (HostPathVolumeSource_FieldPath, error)
func MustParseHostPathVolumeSource_FieldPath ¶
func MustParseHostPathVolumeSource_FieldPath(rawField string) HostPathVolumeSource_FieldPath
func ParseHostPathVolumeSource_FieldPath ¶
func ParseHostPathVolumeSource_FieldPath(rawField string) (HostPathVolumeSource_FieldPath, error)
type HostPathVolumeSource_FieldPathArrayItemValue ¶
type HostPathVolumeSource_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue HostPathVolumeSource_FieldPath ContainsValue(*HostPathVolumeSource) bool }
HostPathVolumeSource_FieldPathArrayItemValue allows storing single item in Path-specific values for HostPathVolumeSource according to their type Present only for array (repeated) types.
func MustParseHostPathVolumeSource_FieldPathArrayItemValue ¶
func MustParseHostPathVolumeSource_FieldPathArrayItemValue(pathStr, valueStr string) HostPathVolumeSource_FieldPathArrayItemValue
func ParseHostPathVolumeSource_FieldPathArrayItemValue ¶
func ParseHostPathVolumeSource_FieldPathArrayItemValue(pathStr, valueStr string) (HostPathVolumeSource_FieldPathArrayItemValue, error)
ParseHostPathVolumeSource_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type HostPathVolumeSource_FieldPathArrayOfValues ¶
type HostPathVolumeSource_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues HostPathVolumeSource_FieldPath }
HostPathVolumeSource_FieldPathArrayOfValues allows storing slice of values for HostPathVolumeSource fields according to their type
func MustParseHostPathVolumeSource_FieldPathArrayOfValues ¶
func MustParseHostPathVolumeSource_FieldPathArrayOfValues(pathStr, valuesStr string) HostPathVolumeSource_FieldPathArrayOfValues
func ParseHostPathVolumeSource_FieldPathArrayOfValues ¶
func ParseHostPathVolumeSource_FieldPathArrayOfValues(pathStr, valuesStr string) (HostPathVolumeSource_FieldPathArrayOfValues, error)
type HostPathVolumeSource_FieldPathSelector ¶
type HostPathVolumeSource_FieldPathSelector int32
const ( HostPathVolumeSource_FieldPathSelectorPath HostPathVolumeSource_FieldPathSelector = 0 HostPathVolumeSource_FieldPathSelectorType HostPathVolumeSource_FieldPathSelector = 1 )
func (HostPathVolumeSource_FieldPathSelector) String ¶
func (s HostPathVolumeSource_FieldPathSelector) String() string
type HostPathVolumeSource_FieldPathValue ¶
type HostPathVolumeSource_FieldPathValue interface { HostPathVolumeSource_FieldPath gotenobject.FieldPathValue SetTo(target **HostPathVolumeSource) CompareWith(*HostPathVolumeSource) (cmp int, comparable bool) }
HostPathVolumeSource_FieldPathValue allows storing values for HostPathVolumeSource fields according to their type
func MustParseHostPathVolumeSource_FieldPathValue ¶
func MustParseHostPathVolumeSource_FieldPathValue(pathStr, valueStr string) HostPathVolumeSource_FieldPathValue
func ParseHostPathVolumeSource_FieldPathValue ¶
func ParseHostPathVolumeSource_FieldPathValue(pathStr, valueStr string) (HostPathVolumeSource_FieldPathValue, error)
type HostPathVolumeSource_FieldTerminalPath ¶
type HostPathVolumeSource_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*HostPathVolumeSource_FieldTerminalPath) ClearValue ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) ClearValue(item *HostPathVolumeSource)
func (*HostPathVolumeSource_FieldTerminalPath) ClearValueRaw ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*HostPathVolumeSource_FieldTerminalPath) Get ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) Get(source *HostPathVolumeSource) (values []interface{})
Get returns all values pointed by specific field from source HostPathVolumeSource
func (*HostPathVolumeSource_FieldTerminalPath) GetDefault ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*HostPathVolumeSource_FieldTerminalPath) GetRaw ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*HostPathVolumeSource_FieldTerminalPath) GetSingle ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) GetSingle(source *HostPathVolumeSource) (interface{}, bool)
GetSingle returns value pointed by specific field of from source HostPathVolumeSource
func (*HostPathVolumeSource_FieldTerminalPath) GetSingleRaw ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*HostPathVolumeSource_FieldTerminalPath) IsLeaf ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*HostPathVolumeSource_FieldTerminalPath) JSONString ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*HostPathVolumeSource_FieldTerminalPath) Selector ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) Selector() HostPathVolumeSource_FieldPathSelector
func (*HostPathVolumeSource_FieldTerminalPath) String ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*HostPathVolumeSource_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) HostPathVolumeSource_FieldPathArrayItemValue
func (*HostPathVolumeSource_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) HostPathVolumeSource_FieldPathArrayOfValues
func (*HostPathVolumeSource_FieldTerminalPath) WithIValue ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) WithIValue(value interface{}) HostPathVolumeSource_FieldPathValue
func (*HostPathVolumeSource_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*HostPathVolumeSource_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*HostPathVolumeSource_FieldTerminalPath) WithRawIValue ¶
func (fp *HostPathVolumeSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type HostPathVolumeSource_FieldTerminalPathArrayItemValue ¶
type HostPathVolumeSource_FieldTerminalPathArrayItemValue struct { HostPathVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*HostPathVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue(source *HostPathVolumeSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'HostPathVolumeSource'
func (*HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object HostPathVolumeSource as interface{}
func (*HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetSingle(source *HostPathVolumeSource) (interface{}, bool)
func (*HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *HostPathVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type HostPathVolumeSource_FieldTerminalPathArrayOfValues ¶
type HostPathVolumeSource_FieldTerminalPathArrayOfValues struct { HostPathVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*HostPathVolumeSource_FieldTerminalPathArrayOfValues) AsPathArrayOfValues ¶
func (fpaov *HostPathVolumeSource_FieldTerminalPathArrayOfValues) AsPathArrayOfValues() ([]string, bool)
func (*HostPathVolumeSource_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues ¶
func (fpaov *HostPathVolumeSource_FieldTerminalPathArrayOfValues) AsTypeArrayOfValues() ([]HostPathVolumeSource_Type, bool)
func (*HostPathVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *HostPathVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type HostPathVolumeSource_FieldTerminalPathValue ¶
type HostPathVolumeSource_FieldTerminalPathValue struct { HostPathVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*HostPathVolumeSource_FieldTerminalPathValue) AsPathValue ¶
func (fpv *HostPathVolumeSource_FieldTerminalPathValue) AsPathValue() (string, bool)
func (*HostPathVolumeSource_FieldTerminalPathValue) AsTypeValue ¶
func (fpv *HostPathVolumeSource_FieldTerminalPathValue) AsTypeValue() (HostPathVolumeSource_Type, bool)
func (*HostPathVolumeSource_FieldTerminalPathValue) CompareWith ¶
func (fpv *HostPathVolumeSource_FieldTerminalPathValue) CompareWith(source *HostPathVolumeSource) (int, bool)
CompareWith compares value in the 'HostPathVolumeSource_FieldTerminalPathValue' with the value under path in 'HostPathVolumeSource'.
func (*HostPathVolumeSource_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *HostPathVolumeSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*HostPathVolumeSource_FieldTerminalPathValue) GetRawValue ¶
func (fpv *HostPathVolumeSource_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'HostPathVolumeSource' as interface{}
func (*HostPathVolumeSource_FieldTerminalPathValue) SetTo ¶
func (fpv *HostPathVolumeSource_FieldTerminalPathValue) SetTo(target **HostPathVolumeSource)
SetTo stores value for selected field for object HostPathVolumeSource
func (*HostPathVolumeSource_FieldTerminalPathValue) SetToRaw ¶
func (fpv *HostPathVolumeSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
type HostPathVolumeSource_Type ¶
type HostPathVolumeSource_Type int32
const ( // TYPE_UNSPECIFIED is not used. Type must be set to one of the concreate // values. HostPathVolumeSource_TYPE_UNSPECIFIED HostPathVolumeSource_Type = 0 // If nothing exists at the given path, an empty directory will be created // there as needed with permission set to 0755, having the same group and // ownership with Droplet. HostPathVolumeSource_DIRECTORY_OR_CREATE HostPathVolumeSource_Type = 1 // A directory must exist at the given path HostPathVolumeSource_DIRECTORY HostPathVolumeSource_Type = 2 // If nothing exists at the given path, an empty file will be created there // as needed with permission set to 0644, having the same group and // ownership with Droplet. HostPathVolumeSource_FILE_OR_CREATE HostPathVolumeSource_Type = 3 // A file must exist at the given path HostPathVolumeSource_FILE HostPathVolumeSource_Type = 4 // A UNIX socket must exist at the given path HostPathVolumeSource_SOCKET HostPathVolumeSource_Type = 5 // A character device must exist at the given path HostPathVolumeSource_CHAR_DEVICE HostPathVolumeSource_Type = 6 // A block device must exist at the given path HostPathVolumeSource_BLOCK_DEVICE HostPathVolumeSource_Type = 7 )
func (HostPathVolumeSource_Type) Descriptor ¶
func (HostPathVolumeSource_Type) Descriptor() preflect.EnumDescriptor
func (HostPathVolumeSource_Type) Enum ¶
func (x HostPathVolumeSource_Type) Enum() *HostPathVolumeSource_Type
func (HostPathVolumeSource_Type) EnumDescriptor ¶
func (HostPathVolumeSource_Type) EnumDescriptor() ([]byte, []int)
Deprecated, Use HostPathVolumeSource_Type.ProtoReflect.Descriptor instead.
func (HostPathVolumeSource_Type) Number ¶
func (x HostPathVolumeSource_Type) Number() preflect.EnumNumber
func (HostPathVolumeSource_Type) String ¶
func (x HostPathVolumeSource_Type) String() string
func (HostPathVolumeSource_Type) Type ¶
func (HostPathVolumeSource_Type) Type() preflect.EnumType
type KeyToPath ¶
type KeyToPath struct { // The key to project. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" firestore:"key"` // The relative path of the file to map the key to. // May not be an absolute path. // May not contain the path element '..'. // May not start with the string '..'. Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty" firestore:"path"` // Optional: mode bits used to set permissions on this file. // Must be an octal value between 0000 and 0777 or a decimal value between 0 // and 511. YAML accepts both octal and decimal values, JSON requires decimal // values for mode bits. If not specified, the volume defaultMode will be // used. This might be in conflict with other options that affect the file // mode, like fsGroup, and the result can be other mode bits set. Mode int32 `protobuf:"varint,3,opt,name=mode,proto3" json:"mode,omitempty" firestore:"mode"` // contains filtered or unexported fields }
Maps a string key to a path within a volume.
func (*KeyToPath) CloneRaw ¶
func (o *KeyToPath) CloneRaw() gotenobject.GotenObjectExt
func (*KeyToPath) Descriptor ¶
Deprecated, Use KeyToPath.ProtoReflect.Descriptor instead.
func (*KeyToPath) GotenMessage ¶
func (*KeyToPath) GotenMessage()
func (*KeyToPath) GotenObjectExt ¶
func (o *KeyToPath) GotenObjectExt()
func (*KeyToPath) GotenValidate ¶
func (*KeyToPath) MakeDiffFieldMask ¶
func (o *KeyToPath) MakeDiffFieldMask(other *KeyToPath) *KeyToPath_FieldMask
func (*KeyToPath) MakeFullFieldMask ¶
func (o *KeyToPath) MakeFullFieldMask() *KeyToPath_FieldMask
func (*KeyToPath) MakeRawDiffFieldMask ¶
func (o *KeyToPath) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*KeyToPath) MakeRawFullFieldMask ¶
func (o *KeyToPath) MakeRawFullFieldMask() gotenobject.FieldMask
func (*KeyToPath) MarshalJSON ¶
func (*KeyToPath) MergeRaw ¶
func (o *KeyToPath) MergeRaw(source gotenobject.GotenObjectExt)
func (*KeyToPath) ProtoMessage ¶
func (*KeyToPath) ProtoMessage()
func (*KeyToPath) ProtoReflect ¶
func (*KeyToPath) UnmarshalJSON ¶
type KeyToPathFieldPathBuilder ¶
type KeyToPathFieldPathBuilder struct{}
func NewKeyToPathFieldPathBuilder ¶
func NewKeyToPathFieldPathBuilder() KeyToPathFieldPathBuilder
func (KeyToPathFieldPathBuilder) Key ¶
func (KeyToPathFieldPathBuilder) Key() KeyToPathPathSelectorKey
func (KeyToPathFieldPathBuilder) Mode ¶
func (KeyToPathFieldPathBuilder) Mode() KeyToPathPathSelectorMode
func (KeyToPathFieldPathBuilder) Path ¶
func (KeyToPathFieldPathBuilder) Path() KeyToPathPathSelectorPath
type KeyToPathPathSelectorKey ¶
type KeyToPathPathSelectorKey struct{}
func (KeyToPathPathSelectorKey) FieldPath ¶
func (KeyToPathPathSelectorKey) FieldPath() *KeyToPath_FieldTerminalPath
func (KeyToPathPathSelectorKey) WithArrayOfValues ¶
func (s KeyToPathPathSelectorKey) WithArrayOfValues(values []string) *KeyToPath_FieldTerminalPathArrayOfValues
func (KeyToPathPathSelectorKey) WithValue ¶
func (s KeyToPathPathSelectorKey) WithValue(value string) *KeyToPath_FieldTerminalPathValue
type KeyToPathPathSelectorMode ¶
type KeyToPathPathSelectorMode struct{}
func (KeyToPathPathSelectorMode) FieldPath ¶
func (KeyToPathPathSelectorMode) FieldPath() *KeyToPath_FieldTerminalPath
func (KeyToPathPathSelectorMode) WithArrayOfValues ¶
func (s KeyToPathPathSelectorMode) WithArrayOfValues(values []int32) *KeyToPath_FieldTerminalPathArrayOfValues
func (KeyToPathPathSelectorMode) WithValue ¶
func (s KeyToPathPathSelectorMode) WithValue(value int32) *KeyToPath_FieldTerminalPathValue
type KeyToPathPathSelectorPath ¶
type KeyToPathPathSelectorPath struct{}
func (KeyToPathPathSelectorPath) FieldPath ¶
func (KeyToPathPathSelectorPath) FieldPath() *KeyToPath_FieldTerminalPath
func (KeyToPathPathSelectorPath) WithArrayOfValues ¶
func (s KeyToPathPathSelectorPath) WithArrayOfValues(values []string) *KeyToPath_FieldTerminalPathArrayOfValues
func (KeyToPathPathSelectorPath) WithValue ¶
func (s KeyToPathPathSelectorPath) WithValue(value string) *KeyToPath_FieldTerminalPathValue
type KeyToPath_FieldMask ¶
type KeyToPath_FieldMask struct {
Paths []KeyToPath_FieldPath
}
func FullKeyToPath_FieldMask ¶
func FullKeyToPath_FieldMask() *KeyToPath_FieldMask
func (*KeyToPath_FieldMask) AppendPath ¶
func (fieldMask *KeyToPath_FieldMask) AppendPath(path KeyToPath_FieldPath)
func (*KeyToPath_FieldMask) AppendRawPath ¶
func (fieldMask *KeyToPath_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*KeyToPath_FieldMask) DecodeFirestore ¶
func (fieldMask *KeyToPath_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*KeyToPath_FieldMask) EncodeFirestore ¶
func (fieldMask *KeyToPath_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*KeyToPath_FieldMask) FilterInputFields ¶
func (fieldMask *KeyToPath_FieldMask) FilterInputFields() *KeyToPath_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*KeyToPath_FieldMask) FromProtoFieldMask ¶
func (fieldMask *KeyToPath_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*KeyToPath_FieldMask) GetPaths ¶
func (fieldMask *KeyToPath_FieldMask) GetPaths() []KeyToPath_FieldPath
func (*KeyToPath_FieldMask) GetRawPaths ¶
func (fieldMask *KeyToPath_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*KeyToPath_FieldMask) IsFull ¶
func (fieldMask *KeyToPath_FieldMask) IsFull() bool
func (KeyToPath_FieldMask) Marshal ¶
func (fieldMask KeyToPath_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (KeyToPath_FieldMask) MarshalJSON ¶
func (fieldMask KeyToPath_FieldMask) MarshalJSON() ([]byte, error)
func (*KeyToPath_FieldMask) PathsCount ¶
func (fieldMask *KeyToPath_FieldMask) PathsCount() int
func (*KeyToPath_FieldMask) Project ¶
func (fieldMask *KeyToPath_FieldMask) Project(source *KeyToPath) *KeyToPath
func (*KeyToPath_FieldMask) ProjectRaw ¶
func (fieldMask *KeyToPath_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*KeyToPath_FieldMask) ProtoMessage ¶
func (fieldMask *KeyToPath_FieldMask) ProtoMessage()
func (*KeyToPath_FieldMask) ProtoReflect ¶
func (fieldMask *KeyToPath_FieldMask) ProtoReflect() preflect.Message
func (*KeyToPath_FieldMask) Reset ¶
func (fieldMask *KeyToPath_FieldMask) Reset()
func (*KeyToPath_FieldMask) Set ¶
func (fieldMask *KeyToPath_FieldMask) Set(target, source *KeyToPath)
func (*KeyToPath_FieldMask) SetFromCliFlag ¶
func (fieldMask *KeyToPath_FieldMask) SetFromCliFlag(raw string) error
func (*KeyToPath_FieldMask) SetRaw ¶
func (fieldMask *KeyToPath_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*KeyToPath_FieldMask) Size ¶
func (fieldMask *KeyToPath_FieldMask) Size() int
func (*KeyToPath_FieldMask) String ¶
func (fieldMask *KeyToPath_FieldMask) String() string
func (*KeyToPath_FieldMask) Subtract ¶
func (fieldMask *KeyToPath_FieldMask) Subtract(other *KeyToPath_FieldMask) *KeyToPath_FieldMask
func (*KeyToPath_FieldMask) SubtractRaw ¶
func (fieldMask *KeyToPath_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*KeyToPath_FieldMask) ToProtoFieldMask ¶
func (fieldMask *KeyToPath_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*KeyToPath_FieldMask) Unmarshal ¶
func (fieldMask *KeyToPath_FieldMask) Unmarshal(data []byte) error
func (*KeyToPath_FieldMask) UnmarshalJSON ¶
func (fieldMask *KeyToPath_FieldMask) UnmarshalJSON(data []byte) error
type KeyToPath_FieldPath ¶
type KeyToPath_FieldPath interface { gotenobject.FieldPath Selector() KeyToPath_FieldPathSelector Get(source *KeyToPath) []interface{} GetSingle(source *KeyToPath) (interface{}, bool) ClearValue(item *KeyToPath) // Those methods build corresponding KeyToPath_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) KeyToPath_FieldPathValue WithIArrayOfValues(values interface{}) KeyToPath_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) KeyToPath_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildKeyToPath_FieldPath ¶
func BuildKeyToPath_FieldPath(fp gotenobject.RawFieldPath) (KeyToPath_FieldPath, error)
func MustParseKeyToPath_FieldPath ¶
func MustParseKeyToPath_FieldPath(rawField string) KeyToPath_FieldPath
func ParseKeyToPath_FieldPath ¶
func ParseKeyToPath_FieldPath(rawField string) (KeyToPath_FieldPath, error)
type KeyToPath_FieldPathArrayItemValue ¶
type KeyToPath_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue KeyToPath_FieldPath ContainsValue(*KeyToPath) bool }
KeyToPath_FieldPathArrayItemValue allows storing single item in Path-specific values for KeyToPath according to their type Present only for array (repeated) types.
func MustParseKeyToPath_FieldPathArrayItemValue ¶
func MustParseKeyToPath_FieldPathArrayItemValue(pathStr, valueStr string) KeyToPath_FieldPathArrayItemValue
func ParseKeyToPath_FieldPathArrayItemValue ¶
func ParseKeyToPath_FieldPathArrayItemValue(pathStr, valueStr string) (KeyToPath_FieldPathArrayItemValue, error)
ParseKeyToPath_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type KeyToPath_FieldPathArrayOfValues ¶
type KeyToPath_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues KeyToPath_FieldPath }
KeyToPath_FieldPathArrayOfValues allows storing slice of values for KeyToPath fields according to their type
func MustParseKeyToPath_FieldPathArrayOfValues ¶
func MustParseKeyToPath_FieldPathArrayOfValues(pathStr, valuesStr string) KeyToPath_FieldPathArrayOfValues
func ParseKeyToPath_FieldPathArrayOfValues ¶
func ParseKeyToPath_FieldPathArrayOfValues(pathStr, valuesStr string) (KeyToPath_FieldPathArrayOfValues, error)
type KeyToPath_FieldPathSelector ¶
type KeyToPath_FieldPathSelector int32
const ( KeyToPath_FieldPathSelectorKey KeyToPath_FieldPathSelector = 0 KeyToPath_FieldPathSelectorPath KeyToPath_FieldPathSelector = 1 KeyToPath_FieldPathSelectorMode KeyToPath_FieldPathSelector = 2 )
func (KeyToPath_FieldPathSelector) String ¶
func (s KeyToPath_FieldPathSelector) String() string
type KeyToPath_FieldPathValue ¶
type KeyToPath_FieldPathValue interface { KeyToPath_FieldPath gotenobject.FieldPathValue SetTo(target **KeyToPath) CompareWith(*KeyToPath) (cmp int, comparable bool) }
KeyToPath_FieldPathValue allows storing values for KeyToPath fields according to their type
func MustParseKeyToPath_FieldPathValue ¶
func MustParseKeyToPath_FieldPathValue(pathStr, valueStr string) KeyToPath_FieldPathValue
func ParseKeyToPath_FieldPathValue ¶
func ParseKeyToPath_FieldPathValue(pathStr, valueStr string) (KeyToPath_FieldPathValue, error)
type KeyToPath_FieldTerminalPath ¶
type KeyToPath_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*KeyToPath_FieldTerminalPath) ClearValue ¶
func (fp *KeyToPath_FieldTerminalPath) ClearValue(item *KeyToPath)
func (*KeyToPath_FieldTerminalPath) ClearValueRaw ¶
func (fp *KeyToPath_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*KeyToPath_FieldTerminalPath) Get ¶
func (fp *KeyToPath_FieldTerminalPath) Get(source *KeyToPath) (values []interface{})
Get returns all values pointed by specific field from source KeyToPath
func (*KeyToPath_FieldTerminalPath) GetDefault ¶
func (fp *KeyToPath_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*KeyToPath_FieldTerminalPath) GetRaw ¶
func (fp *KeyToPath_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*KeyToPath_FieldTerminalPath) GetSingle ¶
func (fp *KeyToPath_FieldTerminalPath) GetSingle(source *KeyToPath) (interface{}, bool)
GetSingle returns value pointed by specific field of from source KeyToPath
func (*KeyToPath_FieldTerminalPath) GetSingleRaw ¶
func (fp *KeyToPath_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*KeyToPath_FieldTerminalPath) IsLeaf ¶
func (fp *KeyToPath_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*KeyToPath_FieldTerminalPath) JSONString ¶
func (fp *KeyToPath_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*KeyToPath_FieldTerminalPath) Selector ¶
func (fp *KeyToPath_FieldTerminalPath) Selector() KeyToPath_FieldPathSelector
func (*KeyToPath_FieldTerminalPath) String ¶
func (fp *KeyToPath_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*KeyToPath_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *KeyToPath_FieldTerminalPath) WithIArrayItemValue(value interface{}) KeyToPath_FieldPathArrayItemValue
func (*KeyToPath_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *KeyToPath_FieldTerminalPath) WithIArrayOfValues(values interface{}) KeyToPath_FieldPathArrayOfValues
func (*KeyToPath_FieldTerminalPath) WithIValue ¶
func (fp *KeyToPath_FieldTerminalPath) WithIValue(value interface{}) KeyToPath_FieldPathValue
func (*KeyToPath_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *KeyToPath_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*KeyToPath_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *KeyToPath_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*KeyToPath_FieldTerminalPath) WithRawIValue ¶
func (fp *KeyToPath_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type KeyToPath_FieldTerminalPathArrayItemValue ¶
type KeyToPath_FieldTerminalPathArrayItemValue struct { KeyToPath_FieldTerminalPath // contains filtered or unexported fields }
func (*KeyToPath_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) ContainsValue(source *KeyToPath) bool
Contains returns a boolean indicating if value that is being held is present in given 'KeyToPath'
func (*KeyToPath_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object KeyToPath as interface{}
func (*KeyToPath_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) GetSingle(source *KeyToPath) (interface{}, bool)
func (*KeyToPath_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *KeyToPath_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type KeyToPath_FieldTerminalPathArrayOfValues ¶
type KeyToPath_FieldTerminalPathArrayOfValues struct { KeyToPath_FieldTerminalPath // contains filtered or unexported fields }
func (*KeyToPath_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues ¶
func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
func (*KeyToPath_FieldTerminalPathArrayOfValues) AsModeArrayOfValues ¶
func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) AsModeArrayOfValues() ([]int32, bool)
func (*KeyToPath_FieldTerminalPathArrayOfValues) AsPathArrayOfValues ¶
func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) AsPathArrayOfValues() ([]string, bool)
func (*KeyToPath_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *KeyToPath_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type KeyToPath_FieldTerminalPathValue ¶
type KeyToPath_FieldTerminalPathValue struct { KeyToPath_FieldTerminalPath // contains filtered or unexported fields }
func (*KeyToPath_FieldTerminalPathValue) AsKeyValue ¶
func (fpv *KeyToPath_FieldTerminalPathValue) AsKeyValue() (string, bool)
func (*KeyToPath_FieldTerminalPathValue) AsModeValue ¶
func (fpv *KeyToPath_FieldTerminalPathValue) AsModeValue() (int32, bool)
func (*KeyToPath_FieldTerminalPathValue) AsPathValue ¶
func (fpv *KeyToPath_FieldTerminalPathValue) AsPathValue() (string, bool)
func (*KeyToPath_FieldTerminalPathValue) CompareWith ¶
func (fpv *KeyToPath_FieldTerminalPathValue) CompareWith(source *KeyToPath) (int, bool)
CompareWith compares value in the 'KeyToPath_FieldTerminalPathValue' with the value under path in 'KeyToPath'.
func (*KeyToPath_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *KeyToPath_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*KeyToPath_FieldTerminalPathValue) GetRawValue ¶
func (fpv *KeyToPath_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'KeyToPath' as interface{}
func (*KeyToPath_FieldTerminalPathValue) SetTo ¶
func (fpv *KeyToPath_FieldTerminalPathValue) SetTo(target **KeyToPath)
SetTo stores value for selected field for object KeyToPath
func (*KeyToPath_FieldTerminalPathValue) SetToRaw ¶
func (fpv *KeyToPath_FieldTerminalPathValue) SetToRaw(target proto.Message)
type ListQuery ¶
type ListQuery struct { Filter *Filter Pager *PagerQuery Mask *Pod_FieldMask }
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) 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)
type LocalObjectReferenceSecret ¶
type LocalObjectReferenceSecret struct { // Name of the referent. Name *secrets_secret.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
func (*LocalObjectReferenceSecret) Clone ¶
func (o *LocalObjectReferenceSecret) Clone() *LocalObjectReferenceSecret
func (*LocalObjectReferenceSecret) CloneRaw ¶
func (o *LocalObjectReferenceSecret) CloneRaw() gotenobject.GotenObjectExt
func (*LocalObjectReferenceSecret) Descriptor ¶
func (*LocalObjectReferenceSecret) Descriptor() ([]byte, []int)
Deprecated, Use LocalObjectReferenceSecret.ProtoReflect.Descriptor instead.
func (*LocalObjectReferenceSecret) GetName ¶
func (m *LocalObjectReferenceSecret) GetName() *secrets_secret.Reference
func (*LocalObjectReferenceSecret) GotenMessage ¶
func (*LocalObjectReferenceSecret) GotenMessage()
func (*LocalObjectReferenceSecret) GotenObjectExt ¶
func (o *LocalObjectReferenceSecret) GotenObjectExt()
func (*LocalObjectReferenceSecret) GotenValidate ¶
func (obj *LocalObjectReferenceSecret) GotenValidate() error
func (*LocalObjectReferenceSecret) MakeDiffFieldMask ¶
func (o *LocalObjectReferenceSecret) MakeDiffFieldMask(other *LocalObjectReferenceSecret) *LocalObjectReferenceSecret_FieldMask
func (*LocalObjectReferenceSecret) MakeFullFieldMask ¶
func (o *LocalObjectReferenceSecret) MakeFullFieldMask() *LocalObjectReferenceSecret_FieldMask
func (*LocalObjectReferenceSecret) MakeRawDiffFieldMask ¶
func (o *LocalObjectReferenceSecret) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*LocalObjectReferenceSecret) MakeRawFullFieldMask ¶
func (o *LocalObjectReferenceSecret) MakeRawFullFieldMask() gotenobject.FieldMask
func (*LocalObjectReferenceSecret) Marshal ¶
func (m *LocalObjectReferenceSecret) Marshal() ([]byte, error)
func (*LocalObjectReferenceSecret) MarshalJSON ¶
func (m *LocalObjectReferenceSecret) MarshalJSON() ([]byte, error)
func (*LocalObjectReferenceSecret) Merge ¶
func (o *LocalObjectReferenceSecret) Merge(source *LocalObjectReferenceSecret)
func (*LocalObjectReferenceSecret) MergeRaw ¶
func (o *LocalObjectReferenceSecret) MergeRaw(source gotenobject.GotenObjectExt)
func (*LocalObjectReferenceSecret) ProtoMessage ¶
func (*LocalObjectReferenceSecret) ProtoMessage()
func (*LocalObjectReferenceSecret) ProtoReflect ¶
func (m *LocalObjectReferenceSecret) ProtoReflect() preflect.Message
func (*LocalObjectReferenceSecret) Reset ¶
func (m *LocalObjectReferenceSecret) Reset()
func (*LocalObjectReferenceSecret) SetName ¶
func (m *LocalObjectReferenceSecret) SetName(fv *secrets_secret.Reference)
func (*LocalObjectReferenceSecret) String ¶
func (m *LocalObjectReferenceSecret) String() string
func (*LocalObjectReferenceSecret) Unmarshal ¶
func (m *LocalObjectReferenceSecret) Unmarshal(b []byte) error
func (*LocalObjectReferenceSecret) UnmarshalJSON ¶
func (m *LocalObjectReferenceSecret) UnmarshalJSON(data []byte) error
type LocalObjectReferenceSecretFieldPathBuilder ¶
type LocalObjectReferenceSecretFieldPathBuilder struct{}
func NewLocalObjectReferenceSecretFieldPathBuilder ¶
func NewLocalObjectReferenceSecretFieldPathBuilder() LocalObjectReferenceSecretFieldPathBuilder
type LocalObjectReferenceSecretPathSelectorName ¶
type LocalObjectReferenceSecretPathSelectorName struct{}
func (LocalObjectReferenceSecretPathSelectorName) WithArrayOfValues ¶
func (s LocalObjectReferenceSecretPathSelectorName) WithArrayOfValues(values []*secrets_secret.Reference) *LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues
func (LocalObjectReferenceSecretPathSelectorName) WithValue ¶
func (s LocalObjectReferenceSecretPathSelectorName) WithValue(value *secrets_secret.Reference) *LocalObjectReferenceSecret_FieldTerminalPathValue
type LocalObjectReferenceSecret_FieldMask ¶
type LocalObjectReferenceSecret_FieldMask struct {
Paths []LocalObjectReferenceSecret_FieldPath
}
func FullLocalObjectReferenceSecret_FieldMask ¶
func FullLocalObjectReferenceSecret_FieldMask() *LocalObjectReferenceSecret_FieldMask
func (*LocalObjectReferenceSecret_FieldMask) AppendPath ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) AppendPath(path LocalObjectReferenceSecret_FieldPath)
func (*LocalObjectReferenceSecret_FieldMask) AppendRawPath ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*LocalObjectReferenceSecret_FieldMask) DecodeFirestore ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*LocalObjectReferenceSecret_FieldMask) EncodeFirestore ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*LocalObjectReferenceSecret_FieldMask) FilterInputFields ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) FilterInputFields() *LocalObjectReferenceSecret_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*LocalObjectReferenceSecret_FieldMask) FromProtoFieldMask ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*LocalObjectReferenceSecret_FieldMask) GetPaths ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) GetPaths() []LocalObjectReferenceSecret_FieldPath
func (*LocalObjectReferenceSecret_FieldMask) GetRawPaths ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*LocalObjectReferenceSecret_FieldMask) IsFull ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) IsFull() bool
func (LocalObjectReferenceSecret_FieldMask) Marshal ¶
func (fieldMask LocalObjectReferenceSecret_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (LocalObjectReferenceSecret_FieldMask) MarshalJSON ¶
func (fieldMask LocalObjectReferenceSecret_FieldMask) MarshalJSON() ([]byte, error)
func (*LocalObjectReferenceSecret_FieldMask) PathsCount ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) PathsCount() int
func (*LocalObjectReferenceSecret_FieldMask) Project ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) Project(source *LocalObjectReferenceSecret) *LocalObjectReferenceSecret
func (*LocalObjectReferenceSecret_FieldMask) ProjectRaw ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*LocalObjectReferenceSecret_FieldMask) ProtoMessage ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) ProtoMessage()
func (*LocalObjectReferenceSecret_FieldMask) ProtoReflect ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) ProtoReflect() preflect.Message
func (*LocalObjectReferenceSecret_FieldMask) Reset ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) Reset()
func (*LocalObjectReferenceSecret_FieldMask) Set ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) Set(target, source *LocalObjectReferenceSecret)
func (*LocalObjectReferenceSecret_FieldMask) SetFromCliFlag ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) SetFromCliFlag(raw string) error
func (*LocalObjectReferenceSecret_FieldMask) SetRaw ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*LocalObjectReferenceSecret_FieldMask) Size ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) Size() int
func (*LocalObjectReferenceSecret_FieldMask) String ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) String() string
func (*LocalObjectReferenceSecret_FieldMask) Subtract ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) Subtract(other *LocalObjectReferenceSecret_FieldMask) *LocalObjectReferenceSecret_FieldMask
func (*LocalObjectReferenceSecret_FieldMask) SubtractRaw ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*LocalObjectReferenceSecret_FieldMask) ToProtoFieldMask ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*LocalObjectReferenceSecret_FieldMask) Unmarshal ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) Unmarshal(data []byte) error
func (*LocalObjectReferenceSecret_FieldMask) UnmarshalJSON ¶
func (fieldMask *LocalObjectReferenceSecret_FieldMask) UnmarshalJSON(data []byte) error
type LocalObjectReferenceSecret_FieldPath ¶
type LocalObjectReferenceSecret_FieldPath interface { gotenobject.FieldPath Selector() LocalObjectReferenceSecret_FieldPathSelector Get(source *LocalObjectReferenceSecret) []interface{} GetSingle(source *LocalObjectReferenceSecret) (interface{}, bool) ClearValue(item *LocalObjectReferenceSecret) // Those methods build corresponding LocalObjectReferenceSecret_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) LocalObjectReferenceSecret_FieldPathValue WithIArrayOfValues(values interface{}) LocalObjectReferenceSecret_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) LocalObjectReferenceSecret_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildLocalObjectReferenceSecret_FieldPath ¶
func BuildLocalObjectReferenceSecret_FieldPath(fp gotenobject.RawFieldPath) (LocalObjectReferenceSecret_FieldPath, error)
func MustParseLocalObjectReferenceSecret_FieldPath ¶
func MustParseLocalObjectReferenceSecret_FieldPath(rawField string) LocalObjectReferenceSecret_FieldPath
func ParseLocalObjectReferenceSecret_FieldPath ¶
func ParseLocalObjectReferenceSecret_FieldPath(rawField string) (LocalObjectReferenceSecret_FieldPath, error)
type LocalObjectReferenceSecret_FieldPathArrayItemValue ¶
type LocalObjectReferenceSecret_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue LocalObjectReferenceSecret_FieldPath ContainsValue(*LocalObjectReferenceSecret) bool }
LocalObjectReferenceSecret_FieldPathArrayItemValue allows storing single item in Path-specific values for LocalObjectReferenceSecret according to their type Present only for array (repeated) types.
func MustParseLocalObjectReferenceSecret_FieldPathArrayItemValue ¶
func MustParseLocalObjectReferenceSecret_FieldPathArrayItemValue(pathStr, valueStr string) LocalObjectReferenceSecret_FieldPathArrayItemValue
func ParseLocalObjectReferenceSecret_FieldPathArrayItemValue ¶
func ParseLocalObjectReferenceSecret_FieldPathArrayItemValue(pathStr, valueStr string) (LocalObjectReferenceSecret_FieldPathArrayItemValue, error)
ParseLocalObjectReferenceSecret_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type LocalObjectReferenceSecret_FieldPathArrayOfValues ¶
type LocalObjectReferenceSecret_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues LocalObjectReferenceSecret_FieldPath }
LocalObjectReferenceSecret_FieldPathArrayOfValues allows storing slice of values for LocalObjectReferenceSecret fields according to their type
func MustParseLocalObjectReferenceSecret_FieldPathArrayOfValues ¶
func MustParseLocalObjectReferenceSecret_FieldPathArrayOfValues(pathStr, valuesStr string) LocalObjectReferenceSecret_FieldPathArrayOfValues
func ParseLocalObjectReferenceSecret_FieldPathArrayOfValues ¶
func ParseLocalObjectReferenceSecret_FieldPathArrayOfValues(pathStr, valuesStr string) (LocalObjectReferenceSecret_FieldPathArrayOfValues, error)
type LocalObjectReferenceSecret_FieldPathSelector ¶
type LocalObjectReferenceSecret_FieldPathSelector int32
const (
LocalObjectReferenceSecret_FieldPathSelectorName LocalObjectReferenceSecret_FieldPathSelector = 0
)
func (LocalObjectReferenceSecret_FieldPathSelector) String ¶
func (s LocalObjectReferenceSecret_FieldPathSelector) String() string
type LocalObjectReferenceSecret_FieldPathValue ¶
type LocalObjectReferenceSecret_FieldPathValue interface { LocalObjectReferenceSecret_FieldPath gotenobject.FieldPathValue SetTo(target **LocalObjectReferenceSecret) CompareWith(*LocalObjectReferenceSecret) (cmp int, comparable bool) }
LocalObjectReferenceSecret_FieldPathValue allows storing values for LocalObjectReferenceSecret fields according to their type
func MustParseLocalObjectReferenceSecret_FieldPathValue ¶
func MustParseLocalObjectReferenceSecret_FieldPathValue(pathStr, valueStr string) LocalObjectReferenceSecret_FieldPathValue
func ParseLocalObjectReferenceSecret_FieldPathValue ¶
func ParseLocalObjectReferenceSecret_FieldPathValue(pathStr, valueStr string) (LocalObjectReferenceSecret_FieldPathValue, error)
type LocalObjectReferenceSecret_FieldTerminalPath ¶
type LocalObjectReferenceSecret_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*LocalObjectReferenceSecret_FieldTerminalPath) ClearValue ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) ClearValue(item *LocalObjectReferenceSecret)
func (*LocalObjectReferenceSecret_FieldTerminalPath) ClearValueRaw ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*LocalObjectReferenceSecret_FieldTerminalPath) Get ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) Get(source *LocalObjectReferenceSecret) (values []interface{})
Get returns all values pointed by specific field from source LocalObjectReferenceSecret
func (*LocalObjectReferenceSecret_FieldTerminalPath) GetDefault ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*LocalObjectReferenceSecret_FieldTerminalPath) GetRaw ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*LocalObjectReferenceSecret_FieldTerminalPath) GetSingle ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetSingle(source *LocalObjectReferenceSecret) (interface{}, bool)
GetSingle returns value pointed by specific field of from source LocalObjectReferenceSecret
func (*LocalObjectReferenceSecret_FieldTerminalPath) GetSingleRaw ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*LocalObjectReferenceSecret_FieldTerminalPath) IsLeaf ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*LocalObjectReferenceSecret_FieldTerminalPath) JSONString ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*LocalObjectReferenceSecret_FieldTerminalPath) Selector ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) Selector() LocalObjectReferenceSecret_FieldPathSelector
func (*LocalObjectReferenceSecret_FieldTerminalPath) String ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*LocalObjectReferenceSecret_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithIArrayItemValue(value interface{}) LocalObjectReferenceSecret_FieldPathArrayItemValue
func (*LocalObjectReferenceSecret_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithIArrayOfValues(values interface{}) LocalObjectReferenceSecret_FieldPathArrayOfValues
func (*LocalObjectReferenceSecret_FieldTerminalPath) WithIValue ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithIValue(value interface{}) LocalObjectReferenceSecret_FieldPathValue
func (*LocalObjectReferenceSecret_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*LocalObjectReferenceSecret_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*LocalObjectReferenceSecret_FieldTerminalPath) WithRawIValue ¶
func (fp *LocalObjectReferenceSecret_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue ¶
type LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue struct { LocalObjectReferenceSecret_FieldTerminalPath // contains filtered or unexported fields }
func (*LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) ContainsValue(source *LocalObjectReferenceSecret) bool
Contains returns a boolean indicating if value that is being held is present in given 'LocalObjectReferenceSecret'
func (*LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object LocalObjectReferenceSecret as interface{}
func (*LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetSingle(source *LocalObjectReferenceSecret) (interface{}, bool)
func (*LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *LocalObjectReferenceSecret_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues ¶
type LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues struct { LocalObjectReferenceSecret_FieldTerminalPath // contains filtered or unexported fields }
func (*LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*secrets_secret.Reference, bool)
func (*LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *LocalObjectReferenceSecret_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type LocalObjectReferenceSecret_FieldTerminalPathValue ¶
type LocalObjectReferenceSecret_FieldTerminalPathValue struct { LocalObjectReferenceSecret_FieldTerminalPath // contains filtered or unexported fields }
func (*LocalObjectReferenceSecret_FieldTerminalPathValue) AsNameValue ¶
func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) AsNameValue() (*secrets_secret.Reference, bool)
func (*LocalObjectReferenceSecret_FieldTerminalPathValue) CompareWith ¶
func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) CompareWith(source *LocalObjectReferenceSecret) (int, bool)
CompareWith compares value in the 'LocalObjectReferenceSecret_FieldTerminalPathValue' with the value under path in 'LocalObjectReferenceSecret'.
func (*LocalObjectReferenceSecret_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*LocalObjectReferenceSecret_FieldTerminalPathValue) GetRawValue ¶
func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'LocalObjectReferenceSecret' as interface{}
func (*LocalObjectReferenceSecret_FieldTerminalPathValue) SetTo ¶
func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) SetTo(target **LocalObjectReferenceSecret)
SetTo stores value for selected field for object LocalObjectReferenceSecret
func (*LocalObjectReferenceSecret_FieldTerminalPathValue) SetToRaw ¶
func (fpv *LocalObjectReferenceSecret_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Name ¶
type Name struct { ParentName PodId string `firestore:"podId"` }
func MustParseName ¶
func ParseNameOrId ¶
func (*Name) AsRawReference ¶
func (name *Name) AsRawReference() gotenresource.Reference
func (*Name) AsReference ¶
func (*Name) ConvertToNative ¶
func (*Name) FullyQualifiedName ¶
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
func (*NameBuilder) SetRegionId ¶
func (b *NameBuilder) SetRegionId(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) CompareRaw ¶
func (orderBy *OrderBy) CompareRaw(left, right gotenresource.Resource) int
func (*OrderBy) GetFieldMask ¶
func (orderBy *OrderBy) GetFieldMask() *Pod_FieldMask
func (*OrderBy) GetOrderByFields ¶
func (orderBy *OrderBy) GetOrderByFields() []gotenresource.OrderByField
func (*OrderBy) GetRawFieldMask ¶
func (orderBy *OrderBy) GetRawFieldMask() gotenobject.FieldMask
func (*OrderBy) InsertSorted ¶
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) SortRaw ¶
func (orderBy *OrderBy) SortRaw(results gotenresource.ResourceList)
type OrderByField ¶
type OrderByField struct { FieldPath Pod_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 *Pod) 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
type ParentName ¶
type ParentName struct { NamePattern ProjectId string `firestore:"projectId"` RegionId string `firestore:"regionId"` }
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) DescendsFrom ¶
func (name *ParentName) DescendsFrom(ancestor string) bool
func (*ParentName) FullyQualifiedName ¶
func (name *ParentName) FullyQualifiedName() (string, error)
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) 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
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) 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 Pod ¶
type Pod struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Display name of Pod DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty" firestore:"displayName"` Metadata *ntt_meta.Meta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty" firestore:"metadata"` Spec *Pod_Spec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty" firestore:"spec"` Status *Pod_Status `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // contains filtered or unexported fields }
Pod Resource
func (*Pod) CloneRaw ¶
func (o *Pod) CloneRaw() gotenobject.GotenObjectExt
func (*Pod) Descriptor ¶
Deprecated, Use Pod.ProtoReflect.Descriptor instead.
func (*Pod) GetDisplayName ¶
func (*Pod) GetMetadata ¶
func (*Pod) GetRawName ¶
func (r *Pod) GetRawName() gotenresource.Name
func (*Pod) GetResourceDescriptor ¶
func (r *Pod) GetResourceDescriptor() gotenresource.Descriptor
func (*Pod) GetStatus ¶
func (m *Pod) GetStatus() *Pod_Status
func (*Pod) GotenMessage ¶
func (*Pod) GotenMessage()
func (*Pod) GotenObjectExt ¶
func (o *Pod) GotenObjectExt()
func (*Pod) GotenValidate ¶
func (*Pod) MakeDiffFieldMask ¶
func (o *Pod) MakeDiffFieldMask(other *Pod) *Pod_FieldMask
func (*Pod) MakeFullFieldMask ¶
func (o *Pod) MakeFullFieldMask() *Pod_FieldMask
func (*Pod) MakeRawDiffFieldMask ¶
func (o *Pod) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod) MakeRawFullFieldMask ¶
func (o *Pod) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod) MarshalJSON ¶
func (*Pod) MaybePopulateDefaults ¶
func (*Pod) MergeRaw ¶
func (o *Pod) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod) ProtoMessage ¶
func (*Pod) ProtoMessage()
func (*Pod) ProtoReflect ¶
func (*Pod) SetDisplayName ¶
func (*Pod) SetMetadata ¶
func (*Pod) SetStatus ¶
func (m *Pod) SetStatus(fv *Pod_Status)
func (*Pod) UnmarshalJSON ¶
type PodAccess ¶
type PodAccess interface { GetPod(context.Context, *GetQuery) (*Pod, error) BatchGetPods(context.Context, []*Reference, ...gotenresource.BatchGetOption) error QueryPods(context.Context, *ListQuery) (*QueryResultSnapshot, error) WatchPod(context.Context, *GetQuery, func(*PodChange) error) error WatchPods(context.Context, *WatchQuery, func(*QueryResultChange) error) error SavePod(context.Context, *Pod, ...gotenresource.SaveOption) error DeletePod(context.Context, *Reference, ...gotenresource.DeleteOption) error }
type PodChange ¶
type PodChange struct { // Pod change // // Types that are valid to be assigned to ChangeType: // *PodChange_Added_ // *PodChange_Modified_ // *PodChange_Current_ // *PodChange_Removed_ ChangeType isPodChange_ChangeType `protobuf_oneof:"change_type"` // contains filtered or unexported fields }
PodChange is used by Watch notifications Responses to describe change of single Pod One of Added, Modified, Removed
func (*PodChange) Descriptor ¶
Deprecated, Use PodChange.ProtoReflect.Descriptor instead.
func (*PodChange) GetAdded ¶
func (m *PodChange) GetAdded() *PodChange_Added
func (*PodChange) GetChangeType ¶
func (m *PodChange) GetChangeType() isPodChange_ChangeType
func (*PodChange) GetCurrent ¶
func (m *PodChange) GetCurrent() *PodChange_Current
func (*PodChange) GetCurrentViewIndex ¶
func (*PodChange) GetModified ¶
func (m *PodChange) GetModified() *PodChange_Modified
func (*PodChange) GetPodName ¶
func (*PodChange) GetPreviousViewIndex ¶
func (*PodChange) GetRawName ¶
func (c *PodChange) GetRawName() gotenresource.Name
func (*PodChange) GetRemoved ¶
func (m *PodChange) GetRemoved() *PodChange_Removed
func (*PodChange) GetResource ¶
func (c *PodChange) GetResource() gotenresource.Resource
func (*PodChange) GotenMessage ¶
func (*PodChange) GotenMessage()
func (*PodChange) GotenValidate ¶
func (*PodChange) MarshalJSON ¶
func (*PodChange) ProtoMessage ¶
func (*PodChange) ProtoMessage()
func (*PodChange) ProtoReflect ¶
func (*PodChange) SetAdded ¶
func (m *PodChange) SetAdded(fv *PodChange_Added)
func (*PodChange) SetAddedRaw ¶
func (c *PodChange) SetAddedRaw(snapshot gotenresource.Resource, idx int)
func (*PodChange) SetChangeType ¶
func (m *PodChange) SetChangeType(ofv isPodChange_ChangeType)
func (*PodChange) SetCurrent ¶
func (m *PodChange) SetCurrent(fv *PodChange_Current)
func (*PodChange) SetCurrentRaw ¶
func (c *PodChange) SetCurrentRaw(snapshot gotenresource.Resource)
func (*PodChange) SetDeletedRaw ¶
func (c *PodChange) SetDeletedRaw(name gotenresource.Name, idx int)
func (*PodChange) SetModified ¶
func (m *PodChange) SetModified(fv *PodChange_Modified)
func (*PodChange) SetModifiedRaw ¶
func (c *PodChange) SetModifiedRaw(name gotenresource.Name, snapshot gotenresource.Resource, prevIdx int, newIdx int)
func (*PodChange) SetRemoved ¶
func (m *PodChange) SetRemoved(fv *PodChange_Removed)
func (*PodChange) UnmarshalJSON ¶
type PodChangeList ¶
type PodChangeList []*PodChange
func (PodChangeList) Append ¶
func (l PodChangeList) Append(item gotenresource.ResourceChange) gotenresource.ResourceChangeList
func (PodChangeList) AppendList ¶
func (l PodChangeList) AppendList(list gotenresource.ResourceChangeList) gotenresource.ResourceChangeList
func (PodChangeList) At ¶
func (l PodChangeList) At(idx int) gotenresource.ResourceChange
func (PodChangeList) Length ¶
func (l PodChangeList) Length() int
func (PodChangeList) Set ¶
func (l PodChangeList) Set(idx int, change gotenresource.ResourceChange)
func (PodChangeList) Slice ¶
func (l PodChangeList) Slice(first, second int) gotenresource.ResourceChangeList
type PodChangeMap ¶
func (PodChangeMap) Delete ¶
func (m PodChangeMap) Delete(name gotenresource.Name)
func (PodChangeMap) ForEach ¶
func (m PodChangeMap) ForEach(cb func(gotenresource.Name, gotenresource.ResourceChange) bool)
func (PodChangeMap) Get ¶
func (m PodChangeMap) Get(name gotenresource.Name) gotenresource.ResourceChange
func (PodChangeMap) Length ¶
func (m PodChangeMap) Length() int
func (PodChangeMap) Set ¶
func (m PodChangeMap) Set(change gotenresource.ResourceChange)
type PodChange_Added ¶
type PodChange_Added struct { Pod *Pod `protobuf:"bytes,1,opt,name=pod,proto3" json:"pod,omitempty" firestore:"pod"` // Integer describing index of added Pod 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 }
Pod has been added to query view
func (*PodChange_Added) Descriptor ¶
func (*PodChange_Added) Descriptor() ([]byte, []int)
Deprecated, Use PodChange_Added.ProtoReflect.Descriptor instead.
func (*PodChange_Added) GetPod ¶
func (m *PodChange_Added) GetPod() *Pod
func (*PodChange_Added) GetViewIndex ¶
func (m *PodChange_Added) GetViewIndex() int32
func (*PodChange_Added) GotenMessage ¶
func (*PodChange_Added) GotenMessage()
func (*PodChange_Added) GotenValidate ¶
func (obj *PodChange_Added) GotenValidate() error
func (*PodChange_Added) Marshal ¶
func (m *PodChange_Added) Marshal() ([]byte, error)
func (*PodChange_Added) MarshalJSON ¶
func (m *PodChange_Added) MarshalJSON() ([]byte, error)
func (*PodChange_Added) ProtoMessage ¶
func (*PodChange_Added) ProtoMessage()
func (*PodChange_Added) ProtoReflect ¶
func (m *PodChange_Added) ProtoReflect() preflect.Message
func (*PodChange_Added) Reset ¶
func (m *PodChange_Added) Reset()
func (*PodChange_Added) SetPod ¶
func (m *PodChange_Added) SetPod(fv *Pod)
func (*PodChange_Added) SetViewIndex ¶
func (m *PodChange_Added) SetViewIndex(fv int32)
func (*PodChange_Added) String ¶
func (m *PodChange_Added) String() string
func (*PodChange_Added) Unmarshal ¶
func (m *PodChange_Added) Unmarshal(b []byte) error
func (*PodChange_Added) UnmarshalJSON ¶
func (m *PodChange_Added) UnmarshalJSON(data []byte) error
type PodChange_Added_ ¶
type PodChange_Added_ struct { // Added is returned when watched document is added, either created or // enters Query view Added *PodChange_Added `protobuf:"bytes,1,opt,name=added,proto3,oneof" firestore:"added"` }
type PodChange_Current ¶
type PodChange_Current struct { Pod *Pod `protobuf:"bytes,1,opt,name=pod,proto3" json:"pod,omitempty" firestore:"pod"` // contains filtered or unexported fields }
Pod has been added or modified in a query view. Version used for stateless watching
func (*PodChange_Current) Descriptor ¶
func (*PodChange_Current) Descriptor() ([]byte, []int)
Deprecated, Use PodChange_Current.ProtoReflect.Descriptor instead.
func (*PodChange_Current) GetPod ¶
func (m *PodChange_Current) GetPod() *Pod
func (*PodChange_Current) GotenMessage ¶
func (*PodChange_Current) GotenMessage()
func (*PodChange_Current) GotenValidate ¶
func (obj *PodChange_Current) GotenValidate() error
func (*PodChange_Current) Marshal ¶
func (m *PodChange_Current) Marshal() ([]byte, error)
func (*PodChange_Current) MarshalJSON ¶
func (m *PodChange_Current) MarshalJSON() ([]byte, error)
func (*PodChange_Current) ProtoMessage ¶
func (*PodChange_Current) ProtoMessage()
func (*PodChange_Current) ProtoReflect ¶
func (m *PodChange_Current) ProtoReflect() preflect.Message
func (*PodChange_Current) Reset ¶
func (m *PodChange_Current) Reset()
func (*PodChange_Current) SetPod ¶
func (m *PodChange_Current) SetPod(fv *Pod)
func (*PodChange_Current) String ¶
func (m *PodChange_Current) String() string
func (*PodChange_Current) Unmarshal ¶
func (m *PodChange_Current) Unmarshal(b []byte) error
func (*PodChange_Current) UnmarshalJSON ¶
func (m *PodChange_Current) UnmarshalJSON(data []byte) error
type PodChange_Current_ ¶
type PodChange_Current_ struct { // Current is returned in stateless watch when document enters query view or // is modified within. Current *PodChange_Current `protobuf:"bytes,4,opt,name=current,proto3,oneof" firestore:"current"` }
type PodChange_Modified ¶
type PodChange_Modified struct { // Name of modified Pod Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // New version of Pod or masked difference, depending on mask_changes // instrumentation of issued [WatchPodRequest] or [WatchPodsRequest] Pod *Pod `protobuf:"bytes,2,opt,name=pod,proto3" json:"pod,omitempty" firestore:"pod"` // Used when mask_changes is set, contains field paths of modified // properties. FieldMask *Pod_FieldMask `` /* 135-byte string literal not displayed */ // Previous view index specifies previous position of modified Pod. // When modification doesn't affect sorted order, value will remain // identical to [view_index]. PreviousViewIndex int32 `` /* 145-byte string literal not displayed */ // Integer specifying Pod 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 }
Pod changed some of it's fields - contains either full document or masked change
func (*PodChange_Modified) Descriptor ¶
func (*PodChange_Modified) Descriptor() ([]byte, []int)
Deprecated, Use PodChange_Modified.ProtoReflect.Descriptor instead.
func (*PodChange_Modified) GetFieldMask ¶
func (m *PodChange_Modified) GetFieldMask() *Pod_FieldMask
func (*PodChange_Modified) GetName ¶
func (m *PodChange_Modified) GetName() *Name
func (*PodChange_Modified) GetPod ¶
func (m *PodChange_Modified) GetPod() *Pod
func (*PodChange_Modified) GetPreviousViewIndex ¶
func (m *PodChange_Modified) GetPreviousViewIndex() int32
func (*PodChange_Modified) GetViewIndex ¶
func (m *PodChange_Modified) GetViewIndex() int32
func (*PodChange_Modified) GotenMessage ¶
func (*PodChange_Modified) GotenMessage()
func (*PodChange_Modified) GotenValidate ¶
func (obj *PodChange_Modified) GotenValidate() error
func (*PodChange_Modified) Marshal ¶
func (m *PodChange_Modified) Marshal() ([]byte, error)
func (*PodChange_Modified) MarshalJSON ¶
func (m *PodChange_Modified) MarshalJSON() ([]byte, error)
func (*PodChange_Modified) ProtoMessage ¶
func (*PodChange_Modified) ProtoMessage()
func (*PodChange_Modified) ProtoReflect ¶
func (m *PodChange_Modified) ProtoReflect() preflect.Message
func (*PodChange_Modified) Reset ¶
func (m *PodChange_Modified) Reset()
func (*PodChange_Modified) SetFieldMask ¶
func (m *PodChange_Modified) SetFieldMask(fv *Pod_FieldMask)
func (*PodChange_Modified) SetName ¶
func (m *PodChange_Modified) SetName(fv *Name)
func (*PodChange_Modified) SetPod ¶
func (m *PodChange_Modified) SetPod(fv *Pod)
func (*PodChange_Modified) SetPreviousViewIndex ¶
func (m *PodChange_Modified) SetPreviousViewIndex(fv int32)
func (*PodChange_Modified) SetViewIndex ¶
func (m *PodChange_Modified) SetViewIndex(fv int32)
func (*PodChange_Modified) String ¶
func (m *PodChange_Modified) String() string
func (*PodChange_Modified) Unmarshal ¶
func (m *PodChange_Modified) Unmarshal(b []byte) error
func (*PodChange_Modified) UnmarshalJSON ¶
func (m *PodChange_Modified) UnmarshalJSON(data []byte) error
type PodChange_Modified_ ¶
type PodChange_Modified_ struct { // Modified is returned when watched document is modified Modified *PodChange_Modified `protobuf:"bytes,2,opt,name=modified,proto3,oneof" firestore:"modified"` }
type PodChange_Removed ¶
type PodChange_Removed struct { Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // Integer specifying removed Pod 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 Pod is deleted or leaves Query view
func (*PodChange_Removed) Descriptor ¶
func (*PodChange_Removed) Descriptor() ([]byte, []int)
Deprecated, Use PodChange_Removed.ProtoReflect.Descriptor instead.
func (*PodChange_Removed) GetName ¶
func (m *PodChange_Removed) GetName() *Name
func (*PodChange_Removed) GetViewIndex ¶
func (m *PodChange_Removed) GetViewIndex() int32
func (*PodChange_Removed) GotenMessage ¶
func (*PodChange_Removed) GotenMessage()
func (*PodChange_Removed) GotenValidate ¶
func (obj *PodChange_Removed) GotenValidate() error
func (*PodChange_Removed) Marshal ¶
func (m *PodChange_Removed) Marshal() ([]byte, error)
func (*PodChange_Removed) MarshalJSON ¶
func (m *PodChange_Removed) MarshalJSON() ([]byte, error)
func (*PodChange_Removed) ProtoMessage ¶
func (*PodChange_Removed) ProtoMessage()
func (*PodChange_Removed) ProtoReflect ¶
func (m *PodChange_Removed) ProtoReflect() preflect.Message
func (*PodChange_Removed) Reset ¶
func (m *PodChange_Removed) Reset()
func (*PodChange_Removed) SetName ¶
func (m *PodChange_Removed) SetName(fv *Name)
func (*PodChange_Removed) SetViewIndex ¶
func (m *PodChange_Removed) SetViewIndex(fv int32)
func (*PodChange_Removed) String ¶
func (m *PodChange_Removed) String() string
func (*PodChange_Removed) Unmarshal ¶
func (m *PodChange_Removed) Unmarshal(b []byte) error
func (*PodChange_Removed) UnmarshalJSON ¶
func (m *PodChange_Removed) UnmarshalJSON(data []byte) error
type PodChange_Removed_ ¶
type PodChange_Removed_ struct { // Removed is returned when Pod is deleted or leaves Query view Removed *PodChange_Removed `protobuf:"bytes,3,opt,name=removed,proto3,oneof" firestore:"removed"` }
type PodFieldPathBuilder ¶
type PodFieldPathBuilder struct{}
func NewPodFieldPathBuilder ¶
func NewPodFieldPathBuilder() PodFieldPathBuilder
func (PodFieldPathBuilder) DisplayName ¶
func (PodFieldPathBuilder) DisplayName() PodPathSelectorDisplayName
func (PodFieldPathBuilder) Metadata ¶
func (PodFieldPathBuilder) Metadata() PodPathSelectorMetadata
func (PodFieldPathBuilder) Name ¶
func (PodFieldPathBuilder) Name() PodPathSelectorName
func (PodFieldPathBuilder) Spec ¶
func (PodFieldPathBuilder) Spec() PodPathSelectorSpec
func (PodFieldPathBuilder) Status ¶
func (PodFieldPathBuilder) Status() PodPathSelectorStatus
type PodList ¶
type PodList []*Pod
func (PodList) Append ¶
func (l PodList) Append(item gotenresource.Resource) gotenresource.ResourceList
func (PodList) AppendList ¶
func (l PodList) AppendList(list gotenresource.ResourceList) gotenresource.ResourceList
func (PodList) Slice ¶
func (l PodList) Slice(first, second int) gotenresource.ResourceList
type PodMap ¶
func (PodMap) Delete ¶
func (m PodMap) Delete(name gotenresource.Name)
func (PodMap) ForEach ¶
func (m PodMap) ForEach(cb func(gotenresource.Name, gotenresource.Resource) bool)
func (PodMap) Get ¶
func (m PodMap) Get(name gotenresource.Name) gotenresource.Resource
func (PodMap) Set ¶
func (m PodMap) Set(res gotenresource.Resource)
type PodMapPathSelectorMetadataAnnotations ¶
type PodMapPathSelectorMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (PodMapPathSelectorMetadataAnnotations) FieldPath ¶
func (s PodMapPathSelectorMetadataAnnotations) FieldPath() *Pod_FieldSubPath
func (PodMapPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s PodMapPathSelectorMetadataAnnotations) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodMapPathSelectorMetadataAnnotations) WithValue ¶
func (s PodMapPathSelectorMetadataAnnotations) WithValue(value string) *Pod_FieldSubPathValue
type PodMapPathSelectorMetadataLabels ¶
type PodMapPathSelectorMetadataLabels struct {
// contains filtered or unexported fields
}
func (PodMapPathSelectorMetadataLabels) FieldPath ¶
func (s PodMapPathSelectorMetadataLabels) FieldPath() *Pod_FieldSubPath
func (PodMapPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s PodMapPathSelectorMetadataLabels) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodMapPathSelectorMetadataLabels) WithValue ¶
func (s PodMapPathSelectorMetadataLabels) WithValue(value string) *Pod_FieldSubPathValue
type PodMapPathSelectorMetadataShards ¶
type PodMapPathSelectorMetadataShards struct {
// contains filtered or unexported fields
}
func (PodMapPathSelectorMetadataShards) FieldPath ¶
func (s PodMapPathSelectorMetadataShards) FieldPath() *Pod_FieldSubPath
func (PodMapPathSelectorMetadataShards) WithArrayOfValues ¶
func (s PodMapPathSelectorMetadataShards) WithArrayOfValues(values []int64) *Pod_FieldSubPathArrayOfValues
func (PodMapPathSelectorMetadataShards) WithValue ¶
func (s PodMapPathSelectorMetadataShards) WithValue(value int64) *Pod_FieldSubPathValue
type PodMapPathSelectorSpecContainersResourcesLimits ¶
type PodMapPathSelectorSpecContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (PodMapPathSelectorSpecContainersResourcesLimits) FieldPath ¶
func (s PodMapPathSelectorSpecContainersResourcesLimits) FieldPath() *Pod_FieldSubPath
func (PodMapPathSelectorSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s PodMapPathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []int64) *Pod_FieldSubPathArrayOfValues
func (PodMapPathSelectorSpecContainersResourcesLimits) WithValue ¶
func (s PodMapPathSelectorSpecContainersResourcesLimits) WithValue(value int64) *Pod_FieldSubPathValue
type PodMapPathSelectorSpecContainersResourcesRequests ¶
type PodMapPathSelectorSpecContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (PodMapPathSelectorSpecContainersResourcesRequests) FieldPath ¶
func (s PodMapPathSelectorSpecContainersResourcesRequests) FieldPath() *Pod_FieldSubPath
func (PodMapPathSelectorSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s PodMapPathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []int64) *Pod_FieldSubPathArrayOfValues
func (PodMapPathSelectorSpecContainersResourcesRequests) WithValue ¶
func (s PodMapPathSelectorSpecContainersResourcesRequests) WithValue(value int64) *Pod_FieldSubPathValue
type PodNameList ¶
type PodNameList []*Name
func (PodNameList) Append ¶
func (l PodNameList) Append(name gotenresource.Name) gotenresource.NameList
func (PodNameList) AppendList ¶
func (l PodNameList) AppendList(list gotenresource.NameList) gotenresource.NameList
func (PodNameList) At ¶
func (l PodNameList) At(idx int) gotenresource.Name
func (PodNameList) Length ¶
func (l PodNameList) Length() int
func (PodNameList) Set ¶
func (l PodNameList) Set(idx int, name gotenresource.Name)
func (PodNameList) Slice ¶
func (l PodNameList) Slice(first, second int) gotenresource.NameList
type PodParentNameList ¶
type PodParentNameList []*ParentName
func (PodParentNameList) Append ¶
func (l PodParentNameList) Append(name gotenresource.Name) gotenresource.ParentNameList
func (PodParentNameList) AppendList ¶
func (l PodParentNameList) AppendList(list gotenresource.ParentNameList) gotenresource.ParentNameList
func (PodParentNameList) At ¶
func (l PodParentNameList) At(idx int) gotenresource.Name
func (PodParentNameList) Length ¶
func (l PodParentNameList) Length() int
func (PodParentNameList) Set ¶
func (l PodParentNameList) Set(idx int, name gotenresource.Name)
func (PodParentNameList) Slice ¶
func (l PodParentNameList) Slice(first, second int) gotenresource.ParentNameList
type PodParentReferenceList ¶
type PodParentReferenceList []*ParentReference
func (PodParentReferenceList) Append ¶
func (l PodParentReferenceList) Append(ref gotenresource.Reference) gotenresource.ParentReferenceList
func (PodParentReferenceList) AppendList ¶
func (l PodParentReferenceList) AppendList(list gotenresource.ParentReferenceList) gotenresource.ParentReferenceList
func (PodParentReferenceList) At ¶
func (l PodParentReferenceList) At(idx int) gotenresource.Reference
func (PodParentReferenceList) Length ¶
func (l PodParentReferenceList) Length() int
func (PodParentReferenceList) Set ¶
func (l PodParentReferenceList) Set(idx int, ref gotenresource.Reference)
func (PodParentReferenceList) Slice ¶
func (l PodParentReferenceList) Slice(first, second int) gotenresource.ParentReferenceList
type PodPathSelectorDisplayName ¶
type PodPathSelectorDisplayName struct{}
func (PodPathSelectorDisplayName) FieldPath ¶
func (PodPathSelectorDisplayName) FieldPath() *Pod_FieldTerminalPath
func (PodPathSelectorDisplayName) WithArrayOfValues ¶
func (s PodPathSelectorDisplayName) WithArrayOfValues(values []string) *Pod_FieldTerminalPathArrayOfValues
func (PodPathSelectorDisplayName) WithValue ¶
func (s PodPathSelectorDisplayName) WithValue(value string) *Pod_FieldTerminalPathValue
type PodPathSelectorMetadata ¶
type PodPathSelectorMetadata struct{}
func (PodPathSelectorMetadata) Annotations ¶
func (PodPathSelectorMetadata) Annotations() PodPathSelectorMetadataAnnotations
func (PodPathSelectorMetadata) CreateTime ¶
func (PodPathSelectorMetadata) CreateTime() PodPathSelectorMetadataCreateTime
func (PodPathSelectorMetadata) FieldPath ¶
func (PodPathSelectorMetadata) FieldPath() *Pod_FieldTerminalPath
func (PodPathSelectorMetadata) Generation ¶
func (PodPathSelectorMetadata) Generation() PodPathSelectorMetadataGeneration
func (PodPathSelectorMetadata) Labels ¶
func (PodPathSelectorMetadata) Labels() PodPathSelectorMetadataLabels
func (PodPathSelectorMetadata) OwnerReferences ¶
func (PodPathSelectorMetadata) OwnerReferences() PodPathSelectorMetadataOwnerReferences
func (PodPathSelectorMetadata) ResourceVersion ¶
func (PodPathSelectorMetadata) ResourceVersion() PodPathSelectorMetadataResourceVersion
func (PodPathSelectorMetadata) Shards ¶
func (PodPathSelectorMetadata) Shards() PodPathSelectorMetadataShards
func (PodPathSelectorMetadata) Syncing ¶
func (PodPathSelectorMetadata) Syncing() PodPathSelectorMetadataSyncing
func (PodPathSelectorMetadata) Tags ¶
func (PodPathSelectorMetadata) Tags() PodPathSelectorMetadataTags
func (PodPathSelectorMetadata) UpdateTime ¶
func (PodPathSelectorMetadata) UpdateTime() PodPathSelectorMetadataUpdateTime
func (PodPathSelectorMetadata) Uuid ¶
func (PodPathSelectorMetadata) Uuid() PodPathSelectorMetadataUuid
func (PodPathSelectorMetadata) WithArrayOfValues ¶
func (s PodPathSelectorMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *Pod_FieldTerminalPathArrayOfValues
func (PodPathSelectorMetadata) WithSubArrayItemValue ¶
func (s PodPathSelectorMetadata) WithSubArrayItemValue(subPathArrayItemValue ntt_meta.Meta_FieldPathArrayItemValue) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorMetadata) WithSubArrayOfValues ¶
func (s PodPathSelectorMetadata) WithSubArrayOfValues(subPathArrayOfValues ntt_meta.Meta_FieldPathArrayOfValues) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadata) WithSubPath ¶
func (PodPathSelectorMetadata) WithSubPath(subPath ntt_meta.Meta_FieldPath) *Pod_FieldSubPath
func (PodPathSelectorMetadata) WithSubValue ¶
func (s PodPathSelectorMetadata) WithSubValue(subPathValue ntt_meta.Meta_FieldPathValue) *Pod_FieldSubPathValue
func (PodPathSelectorMetadata) WithValue ¶
func (s PodPathSelectorMetadata) WithValue(value *ntt_meta.Meta) *Pod_FieldTerminalPathValue
type PodPathSelectorMetadataAnnotations ¶
type PodPathSelectorMetadataAnnotations struct{}
func (PodPathSelectorMetadataAnnotations) FieldPath ¶
func (PodPathSelectorMetadataAnnotations) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataAnnotations) WithArrayOfValues ¶
func (s PodPathSelectorMetadataAnnotations) WithArrayOfValues(values []map[string]string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataAnnotations) WithKey ¶
func (PodPathSelectorMetadataAnnotations) WithKey(key string) PodMapPathSelectorMetadataAnnotations
func (PodPathSelectorMetadataAnnotations) WithValue ¶
func (s PodPathSelectorMetadataAnnotations) WithValue(value map[string]string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataCreateTime ¶
type PodPathSelectorMetadataCreateTime struct{}
func (PodPathSelectorMetadataCreateTime) FieldPath ¶
func (PodPathSelectorMetadataCreateTime) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataCreateTime) WithArrayOfValues ¶
func (s PodPathSelectorMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataCreateTime) WithValue ¶
func (s PodPathSelectorMetadataCreateTime) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
type PodPathSelectorMetadataGeneration ¶
type PodPathSelectorMetadataGeneration struct{}
func (PodPathSelectorMetadataGeneration) FieldPath ¶
func (PodPathSelectorMetadataGeneration) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataGeneration) WithArrayOfValues ¶
func (s PodPathSelectorMetadataGeneration) WithArrayOfValues(values []int64) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataGeneration) WithValue ¶
func (s PodPathSelectorMetadataGeneration) WithValue(value int64) *Pod_FieldSubPathValue
type PodPathSelectorMetadataLabels ¶
type PodPathSelectorMetadataLabels struct{}
func (PodPathSelectorMetadataLabels) FieldPath ¶
func (PodPathSelectorMetadataLabels) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataLabels) WithArrayOfValues ¶
func (s PodPathSelectorMetadataLabels) WithArrayOfValues(values []map[string]string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataLabels) WithKey ¶
func (PodPathSelectorMetadataLabels) WithKey(key string) PodMapPathSelectorMetadataLabels
func (PodPathSelectorMetadataLabels) WithValue ¶
func (s PodPathSelectorMetadataLabels) WithValue(value map[string]string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataOwnerReferences ¶
type PodPathSelectorMetadataOwnerReferences struct{}
func (PodPathSelectorMetadataOwnerReferences) ApiVersion ¶
func (PodPathSelectorMetadataOwnerReferences) BlockOwnerDeletion ¶
func (PodPathSelectorMetadataOwnerReferences) BlockOwnerDeletion() PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion
func (PodPathSelectorMetadataOwnerReferences) Controller ¶
func (PodPathSelectorMetadataOwnerReferences) FieldPath ¶
func (PodPathSelectorMetadataOwnerReferences) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataOwnerReferences) WithArrayOfValues ¶
func (s PodPathSelectorMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataOwnerReferences) WithItemValue ¶
func (s PodPathSelectorMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorMetadataOwnerReferences) WithValue ¶
func (s PodPathSelectorMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *Pod_FieldSubPathValue
type PodPathSelectorMetadataOwnerReferencesApiVersion ¶
type PodPathSelectorMetadataOwnerReferencesApiVersion struct{}
func (PodPathSelectorMetadataOwnerReferencesApiVersion) FieldPath ¶
func (PodPathSelectorMetadataOwnerReferencesApiVersion) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues ¶
func (s PodPathSelectorMetadataOwnerReferencesApiVersion) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataOwnerReferencesApiVersion) WithValue ¶
func (s PodPathSelectorMetadataOwnerReferencesApiVersion) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion ¶
type PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue ¶
func (s PodPathSelectorMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorMetadataOwnerReferencesController ¶
type PodPathSelectorMetadataOwnerReferencesController struct{}
func (PodPathSelectorMetadataOwnerReferencesController) FieldPath ¶
func (PodPathSelectorMetadataOwnerReferencesController) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s PodPathSelectorMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataOwnerReferencesController) WithValue ¶
func (s PodPathSelectorMetadataOwnerReferencesController) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorMetadataOwnerReferencesKind ¶
type PodPathSelectorMetadataOwnerReferencesKind struct{}
func (PodPathSelectorMetadataOwnerReferencesKind) FieldPath ¶
func (PodPathSelectorMetadataOwnerReferencesKind) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s PodPathSelectorMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataOwnerReferencesKind) WithValue ¶
func (s PodPathSelectorMetadataOwnerReferencesKind) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataOwnerReferencesName ¶
type PodPathSelectorMetadataOwnerReferencesName struct{}
func (PodPathSelectorMetadataOwnerReferencesName) FieldPath ¶
func (PodPathSelectorMetadataOwnerReferencesName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s PodPathSelectorMetadataOwnerReferencesName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataOwnerReferencesName) WithValue ¶
func (s PodPathSelectorMetadataOwnerReferencesName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataOwnerReferencesUid ¶
type PodPathSelectorMetadataOwnerReferencesUid struct{}
func (PodPathSelectorMetadataOwnerReferencesUid) FieldPath ¶
func (PodPathSelectorMetadataOwnerReferencesUid) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues ¶
func (s PodPathSelectorMetadataOwnerReferencesUid) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataOwnerReferencesUid) WithValue ¶
func (s PodPathSelectorMetadataOwnerReferencesUid) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataResourceVersion ¶
type PodPathSelectorMetadataResourceVersion struct{}
func (PodPathSelectorMetadataResourceVersion) FieldPath ¶
func (PodPathSelectorMetadataResourceVersion) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataResourceVersion) WithArrayOfValues ¶
func (s PodPathSelectorMetadataResourceVersion) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataResourceVersion) WithValue ¶
func (s PodPathSelectorMetadataResourceVersion) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataShards ¶
type PodPathSelectorMetadataShards struct{}
func (PodPathSelectorMetadataShards) FieldPath ¶
func (PodPathSelectorMetadataShards) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataShards) WithArrayOfValues ¶
func (s PodPathSelectorMetadataShards) WithArrayOfValues(values []map[string]int64) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataShards) WithKey ¶
func (PodPathSelectorMetadataShards) WithKey(key string) PodMapPathSelectorMetadataShards
func (PodPathSelectorMetadataShards) WithValue ¶
func (s PodPathSelectorMetadataShards) WithValue(value map[string]int64) *Pod_FieldSubPathValue
type PodPathSelectorMetadataSyncing ¶
type PodPathSelectorMetadataSyncing struct{}
func (PodPathSelectorMetadataSyncing) FieldPath ¶
func (PodPathSelectorMetadataSyncing) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataSyncing) OwningRegion ¶
func (PodPathSelectorMetadataSyncing) OwningRegion() PodPathSelectorMetadataSyncingOwningRegion
func (PodPathSelectorMetadataSyncing) Regions ¶
func (PodPathSelectorMetadataSyncing) Regions() PodPathSelectorMetadataSyncingRegions
func (PodPathSelectorMetadataSyncing) WithArrayOfValues ¶
func (s PodPathSelectorMetadataSyncing) WithArrayOfValues(values []*syncing_meta.SyncingMeta) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataSyncing) WithValue ¶
func (s PodPathSelectorMetadataSyncing) WithValue(value *syncing_meta.SyncingMeta) *Pod_FieldSubPathValue
type PodPathSelectorMetadataSyncingOwningRegion ¶
type PodPathSelectorMetadataSyncingOwningRegion struct{}
func (PodPathSelectorMetadataSyncingOwningRegion) FieldPath ¶
func (PodPathSelectorMetadataSyncingOwningRegion) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s PodPathSelectorMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataSyncingOwningRegion) WithValue ¶
func (s PodPathSelectorMetadataSyncingOwningRegion) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataSyncingRegions ¶
type PodPathSelectorMetadataSyncingRegions struct{}
func (PodPathSelectorMetadataSyncingRegions) FieldPath ¶
func (PodPathSelectorMetadataSyncingRegions) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataSyncingRegions) WithArrayOfValues ¶
func (s PodPathSelectorMetadataSyncingRegions) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataSyncingRegions) WithItemValue ¶
func (s PodPathSelectorMetadataSyncingRegions) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorMetadataSyncingRegions) WithValue ¶
func (s PodPathSelectorMetadataSyncingRegions) WithValue(value []string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataTags ¶
type PodPathSelectorMetadataTags struct{}
func (PodPathSelectorMetadataTags) FieldPath ¶
func (PodPathSelectorMetadataTags) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataTags) WithArrayOfValues ¶
func (s PodPathSelectorMetadataTags) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataTags) WithItemValue ¶
func (s PodPathSelectorMetadataTags) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorMetadataTags) WithValue ¶
func (s PodPathSelectorMetadataTags) WithValue(value []string) *Pod_FieldSubPathValue
type PodPathSelectorMetadataUpdateTime ¶
type PodPathSelectorMetadataUpdateTime struct{}
func (PodPathSelectorMetadataUpdateTime) FieldPath ¶
func (PodPathSelectorMetadataUpdateTime) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataUpdateTime) WithArrayOfValues ¶
func (s PodPathSelectorMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataUpdateTime) WithValue ¶
func (s PodPathSelectorMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
type PodPathSelectorMetadataUuid ¶
type PodPathSelectorMetadataUuid struct{}
func (PodPathSelectorMetadataUuid) FieldPath ¶
func (PodPathSelectorMetadataUuid) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorMetadataUuid) WithArrayOfValues ¶
func (s PodPathSelectorMetadataUuid) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorMetadataUuid) WithValue ¶
func (s PodPathSelectorMetadataUuid) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorName ¶
type PodPathSelectorName struct{}
func (PodPathSelectorName) FieldPath ¶
func (PodPathSelectorName) FieldPath() *Pod_FieldTerminalPath
func (PodPathSelectorName) WithArrayOfValues ¶
func (s PodPathSelectorName) WithArrayOfValues(values []*Name) *Pod_FieldTerminalPathArrayOfValues
func (PodPathSelectorName) WithValue ¶
func (s PodPathSelectorName) WithValue(value *Name) *Pod_FieldTerminalPathValue
type PodPathSelectorSpec ¶
type PodPathSelectorSpec struct{}
func (PodPathSelectorSpec) Compose ¶
func (PodPathSelectorSpec) Compose() PodPathSelectorSpecCompose
func (PodPathSelectorSpec) Containers ¶
func (PodPathSelectorSpec) Containers() PodPathSelectorSpecContainers
func (PodPathSelectorSpec) FieldPath ¶
func (PodPathSelectorSpec) FieldPath() *Pod_FieldTerminalPath
func (PodPathSelectorSpec) HostNetwork ¶
func (PodPathSelectorSpec) HostNetwork() PodPathSelectorSpecHostNetwork
func (PodPathSelectorSpec) HostVolumeMounts ¶
func (PodPathSelectorSpec) HostVolumeMounts() PodPathSelectorSpecHostVolumeMounts
func (PodPathSelectorSpec) ImagePullSecrets ¶
func (PodPathSelectorSpec) ImagePullSecrets() PodPathSelectorSpecImagePullSecrets
func (PodPathSelectorSpec) Node ¶
func (PodPathSelectorSpec) Node() PodPathSelectorSpecNode
func (PodPathSelectorSpec) RestartPolicy ¶
func (PodPathSelectorSpec) RestartPolicy() PodPathSelectorSpecRestartPolicy
func (PodPathSelectorSpec) Volumes ¶
func (PodPathSelectorSpec) Volumes() PodPathSelectorSpecVolumes
func (PodPathSelectorSpec) WithArrayOfValues ¶
func (s PodPathSelectorSpec) WithArrayOfValues(values []*Pod_Spec) *Pod_FieldTerminalPathArrayOfValues
func (PodPathSelectorSpec) WithSubArrayItemValue ¶
func (s PodPathSelectorSpec) WithSubArrayItemValue(subPathArrayItemValue PodSpec_FieldPathArrayItemValue) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpec) WithSubArrayOfValues ¶
func (s PodPathSelectorSpec) WithSubArrayOfValues(subPathArrayOfValues PodSpec_FieldPathArrayOfValues) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpec) WithSubPath ¶
func (PodPathSelectorSpec) WithSubPath(subPath PodSpec_FieldPath) *Pod_FieldSubPath
func (PodPathSelectorSpec) WithSubValue ¶
func (s PodPathSelectorSpec) WithSubValue(subPathValue PodSpec_FieldPathValue) *Pod_FieldSubPathValue
func (PodPathSelectorSpec) WithValue ¶
func (s PodPathSelectorSpec) WithValue(value *Pod_Spec) *Pod_FieldTerminalPathValue
type PodPathSelectorSpecCompose ¶
type PodPathSelectorSpecCompose struct{}
func (PodPathSelectorSpecCompose) FieldPath ¶
func (PodPathSelectorSpecCompose) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecCompose) WithArrayOfValues ¶
func (s PodPathSelectorSpecCompose) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecCompose) WithValue ¶
func (s PodPathSelectorSpecCompose) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainers ¶
type PodPathSelectorSpecContainers struct{}
func (PodPathSelectorSpecContainers) Command ¶
func (PodPathSelectorSpecContainers) Command() PodPathSelectorSpecContainersCommand
func (PodPathSelectorSpecContainers) EnvFrom ¶
func (PodPathSelectorSpecContainers) EnvFrom() PodPathSelectorSpecContainersEnvFrom
func (PodPathSelectorSpecContainers) FieldPath ¶
func (PodPathSelectorSpecContainers) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainers) Image ¶
func (PodPathSelectorSpecContainers) Image() PodPathSelectorSpecContainersImage
func (PodPathSelectorSpecContainers) ImagePullPolicy ¶
func (PodPathSelectorSpecContainers) ImagePullPolicy() PodPathSelectorSpecContainersImagePullPolicy
func (PodPathSelectorSpecContainers) Resources ¶
func (PodPathSelectorSpecContainers) Resources() PodPathSelectorSpecContainersResources
func (PodPathSelectorSpecContainers) SecurityContext ¶
func (PodPathSelectorSpecContainers) SecurityContext() PodPathSelectorSpecContainersSecurityContext
func (PodPathSelectorSpecContainers) VolumeMounts ¶
func (PodPathSelectorSpecContainers) VolumeMounts() PodPathSelectorSpecContainersVolumeMounts
func (PodPathSelectorSpecContainers) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainers) WithArrayOfValues(values [][]*Pod_Spec_Container) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainers) WithItemValue ¶
func (s PodPathSelectorSpecContainers) WithItemValue(value *Pod_Spec_Container) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecContainers) WithValue ¶
func (s PodPathSelectorSpecContainers) WithValue(value []*Pod_Spec_Container) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersArgs ¶
type PodPathSelectorSpecContainersArgs struct{}
func (PodPathSelectorSpecContainersArgs) FieldPath ¶
func (PodPathSelectorSpecContainersArgs) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersArgs) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersArgs) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersArgs) WithItemValue ¶
func (s PodPathSelectorSpecContainersArgs) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecContainersArgs) WithValue ¶
func (s PodPathSelectorSpecContainersArgs) WithValue(value []string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersCommand ¶
type PodPathSelectorSpecContainersCommand struct{}
func (PodPathSelectorSpecContainersCommand) FieldPath ¶
func (PodPathSelectorSpecContainersCommand) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersCommand) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersCommand) WithArrayOfValues(values [][]string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersCommand) WithItemValue ¶
func (s PodPathSelectorSpecContainersCommand) WithItemValue(value string) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecContainersCommand) WithValue ¶
func (s PodPathSelectorSpecContainersCommand) WithValue(value []string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnv ¶
type PodPathSelectorSpecContainersEnv struct{}
func (PodPathSelectorSpecContainersEnv) FieldPath ¶
func (PodPathSelectorSpecContainersEnv) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnv) ValueFrom ¶
func (PodPathSelectorSpecContainersEnv) ValueFrom() PodPathSelectorSpecContainersEnvValueFrom
func (PodPathSelectorSpecContainersEnv) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnv) WithArrayOfValues(values [][]*EnvVar) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnv) WithItemValue ¶
func (s PodPathSelectorSpecContainersEnv) WithItemValue(value *EnvVar) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecContainersEnv) WithValue ¶
func (s PodPathSelectorSpecContainersEnv) WithValue(value []*EnvVar) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFrom ¶
type PodPathSelectorSpecContainersEnvFrom struct{}
func (PodPathSelectorSpecContainersEnvFrom) ConfigMapRef ¶
func (PodPathSelectorSpecContainersEnvFrom) ConfigMapRef() PodPathSelectorSpecContainersEnvFromConfigMapRef
func (PodPathSelectorSpecContainersEnvFrom) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFrom) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFrom) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFrom) WithArrayOfValues(values []*EnvFromSource) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFrom) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFrom) WithValue(value *EnvFromSource) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFromConfigMapRef ¶
type PodPathSelectorSpecContainersEnvFromConfigMapRef struct{}
func (PodPathSelectorSpecContainersEnvFromConfigMapRef) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFromConfigMapRef) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFromConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFromConfigMapRef) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFromConfigMapRef) WithValue(value *ConfigMapEnvSource) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFromConfigMapRefName ¶
type PodPathSelectorSpecContainersEnvFromConfigMapRefName struct{}
func (PodPathSelectorSpecContainersEnvFromConfigMapRefName) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFromConfigMapRefName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFromConfigMapRefName) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFromConfigMapRefName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFromConfigMapRefOptional ¶
type PodPathSelectorSpecContainersEnvFromConfigMapRefOptional struct{}
func (PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFromConfigMapRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFromPrefix ¶
type PodPathSelectorSpecContainersEnvFromPrefix struct{}
func (PodPathSelectorSpecContainersEnvFromPrefix) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFromPrefix) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFromPrefix) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFromPrefix) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFromPrefix) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFromPrefix) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFromSecretRef ¶
type PodPathSelectorSpecContainersEnvFromSecretRef struct{}
func (PodPathSelectorSpecContainersEnvFromSecretRef) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFromSecretRef) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFromSecretRef) WithArrayOfValues(values []*SecretEnvSource) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFromSecretRef) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFromSecretRef) WithValue(value *SecretEnvSource) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFromSecretRefName ¶
type PodPathSelectorSpecContainersEnvFromSecretRefName struct{}
func (PodPathSelectorSpecContainersEnvFromSecretRefName) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFromSecretRefName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFromSecretRefName) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFromSecretRefName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvFromSecretRefOptional ¶
type PodPathSelectorSpecContainersEnvFromSecretRefOptional struct{}
func (PodPathSelectorSpecContainersEnvFromSecretRefOptional) FieldPath ¶
func (PodPathSelectorSpecContainersEnvFromSecretRefOptional) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvFromSecretRefOptional) WithValue ¶
func (s PodPathSelectorSpecContainersEnvFromSecretRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvName ¶
type PodPathSelectorSpecContainersEnvName struct{}
func (PodPathSelectorSpecContainersEnvName) FieldPath ¶
func (PodPathSelectorSpecContainersEnvName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvName) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvName) WithValue ¶
func (s PodPathSelectorSpecContainersEnvName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValue ¶
type PodPathSelectorSpecContainersEnvValue struct{}
func (PodPathSelectorSpecContainersEnvValue) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValue) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValue) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValue) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValue) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValue) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFrom ¶
type PodPathSelectorSpecContainersEnvValueFrom struct{}
func (PodPathSelectorSpecContainersEnvValueFrom) ConfigMapKeyRef ¶
func (PodPathSelectorSpecContainersEnvValueFrom) ConfigMapKeyRef() PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef
func (PodPathSelectorSpecContainersEnvValueFrom) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFrom) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFrom) SecretKeyRef ¶
func (PodPathSelectorSpecContainersEnvValueFrom) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFrom) WithArrayOfValues(values []*EnvVarSource) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFrom) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFrom) WithValue(value *EnvVarSource) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef ¶
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef struct{}
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey ¶
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey struct{}
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName ¶
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName struct{}
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional ¶
type PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRef ¶
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRef struct{}
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey ¶
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey struct{}
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName ¶
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName struct{}
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional ¶
type PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional struct{}
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithValue ¶
func (s PodPathSelectorSpecContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersImage ¶
type PodPathSelectorSpecContainersImage struct{}
func (PodPathSelectorSpecContainersImage) FieldPath ¶
func (PodPathSelectorSpecContainersImage) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersImage) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersImage) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersImage) WithValue ¶
func (s PodPathSelectorSpecContainersImage) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersImagePullPolicy ¶
type PodPathSelectorSpecContainersImagePullPolicy struct{}
func (PodPathSelectorSpecContainersImagePullPolicy) FieldPath ¶
func (PodPathSelectorSpecContainersImagePullPolicy) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersImagePullPolicy) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersImagePullPolicy) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersImagePullPolicy) WithValue ¶
func (s PodPathSelectorSpecContainersImagePullPolicy) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersName ¶
type PodPathSelectorSpecContainersName struct{}
func (PodPathSelectorSpecContainersName) FieldPath ¶
func (PodPathSelectorSpecContainersName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersName) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersName) WithValue ¶
func (s PodPathSelectorSpecContainersName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersResources ¶
type PodPathSelectorSpecContainersResources struct{}
func (PodPathSelectorSpecContainersResources) FieldPath ¶
func (PodPathSelectorSpecContainersResources) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersResources) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersResources) WithArrayOfValues(values []*Pod_Spec_Container_ResourceRequirements) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersResources) WithValue ¶
func (s PodPathSelectorSpecContainersResources) WithValue(value *Pod_Spec_Container_ResourceRequirements) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersResourcesLimits ¶
type PodPathSelectorSpecContainersResourcesLimits struct{}
func (PodPathSelectorSpecContainersResourcesLimits) FieldPath ¶
func (PodPathSelectorSpecContainersResourcesLimits) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersResourcesLimits) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersResourcesLimits) WithValue ¶
func (s PodPathSelectorSpecContainersResourcesLimits) WithValue(value map[string]int64) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersResourcesRequests ¶
type PodPathSelectorSpecContainersResourcesRequests struct{}
func (PodPathSelectorSpecContainersResourcesRequests) FieldPath ¶
func (PodPathSelectorSpecContainersResourcesRequests) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersResourcesRequests) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersResourcesRequests) WithValue ¶
func (s PodPathSelectorSpecContainersResourcesRequests) WithValue(value map[string]int64) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersSecurityContext ¶
type PodPathSelectorSpecContainersSecurityContext struct{}
func (PodPathSelectorSpecContainersSecurityContext) FieldPath ¶
func (PodPathSelectorSpecContainersSecurityContext) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersSecurityContext) Privileged ¶
func (PodPathSelectorSpecContainersSecurityContext) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersSecurityContext) WithArrayOfValues(values []*SecurityContext) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersSecurityContext) WithValue ¶
func (s PodPathSelectorSpecContainersSecurityContext) WithValue(value *SecurityContext) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersSecurityContextPrivileged ¶
type PodPathSelectorSpecContainersSecurityContextPrivileged struct{}
func (PodPathSelectorSpecContainersSecurityContextPrivileged) FieldPath ¶
func (PodPathSelectorSpecContainersSecurityContextPrivileged) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersSecurityContextPrivileged) WithValue ¶
func (s PodPathSelectorSpecContainersSecurityContextPrivileged) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersVolumeMounts ¶
type PodPathSelectorSpecContainersVolumeMounts struct{}
func (PodPathSelectorSpecContainersVolumeMounts) FieldPath ¶
func (PodPathSelectorSpecContainersVolumeMounts) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersVolumeMounts) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersVolumeMounts) WithItemValue ¶
func (s PodPathSelectorSpecContainersVolumeMounts) WithItemValue(value *VolumeMount) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecContainersVolumeMounts) WithValue ¶
func (s PodPathSelectorSpecContainersVolumeMounts) WithValue(value []*VolumeMount) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersVolumeMountsMountPath ¶
type PodPathSelectorSpecContainersVolumeMountsMountPath struct{}
func (PodPathSelectorSpecContainersVolumeMountsMountPath) FieldPath ¶
func (PodPathSelectorSpecContainersVolumeMountsMountPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersVolumeMountsMountPath) WithValue ¶
func (s PodPathSelectorSpecContainersVolumeMountsMountPath) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersVolumeMountsName ¶
type PodPathSelectorSpecContainersVolumeMountsName struct{}
func (PodPathSelectorSpecContainersVolumeMountsName) FieldPath ¶
func (PodPathSelectorSpecContainersVolumeMountsName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersVolumeMountsName) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersVolumeMountsName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersVolumeMountsName) WithValue ¶
func (s PodPathSelectorSpecContainersVolumeMountsName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersVolumeMountsReadOnly ¶
type PodPathSelectorSpecContainersVolumeMountsReadOnly struct{}
func (PodPathSelectorSpecContainersVolumeMountsReadOnly) FieldPath ¶
func (PodPathSelectorSpecContainersVolumeMountsReadOnly) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersVolumeMountsReadOnly) WithValue ¶
func (s PodPathSelectorSpecContainersVolumeMountsReadOnly) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecContainersVolumeMountsSubPath ¶
type PodPathSelectorSpecContainersVolumeMountsSubPath struct{}
func (PodPathSelectorSpecContainersVolumeMountsSubPath) FieldPath ¶
func (PodPathSelectorSpecContainersVolumeMountsSubPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecContainersVolumeMountsSubPath) WithValue ¶
func (s PodPathSelectorSpecContainersVolumeMountsSubPath) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecHostNetwork ¶
type PodPathSelectorSpecHostNetwork struct{}
func (PodPathSelectorSpecHostNetwork) FieldPath ¶
func (PodPathSelectorSpecHostNetwork) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecHostNetwork) WithArrayOfValues ¶
func (s PodPathSelectorSpecHostNetwork) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecHostNetwork) WithValue ¶
func (s PodPathSelectorSpecHostNetwork) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecHostVolumeMounts ¶
type PodPathSelectorSpecHostVolumeMounts struct{}
func (PodPathSelectorSpecHostVolumeMounts) FieldPath ¶
func (PodPathSelectorSpecHostVolumeMounts) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecHostVolumeMounts) MountPath ¶
func (PodPathSelectorSpecHostVolumeMounts) MountPath() PodPathSelectorSpecHostVolumeMountsMountPath
func (PodPathSelectorSpecHostVolumeMounts) WithArrayOfValues ¶
func (s PodPathSelectorSpecHostVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecHostVolumeMounts) WithItemValue ¶
func (s PodPathSelectorSpecHostVolumeMounts) WithItemValue(value *VolumeMount) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecHostVolumeMounts) WithValue ¶
func (s PodPathSelectorSpecHostVolumeMounts) WithValue(value []*VolumeMount) *Pod_FieldSubPathValue
type PodPathSelectorSpecHostVolumeMountsMountPath ¶
type PodPathSelectorSpecHostVolumeMountsMountPath struct{}
func (PodPathSelectorSpecHostVolumeMountsMountPath) FieldPath ¶
func (PodPathSelectorSpecHostVolumeMountsMountPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecHostVolumeMountsMountPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecHostVolumeMountsMountPath) WithValue ¶
func (s PodPathSelectorSpecHostVolumeMountsMountPath) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecHostVolumeMountsName ¶
type PodPathSelectorSpecHostVolumeMountsName struct{}
func (PodPathSelectorSpecHostVolumeMountsName) FieldPath ¶
func (PodPathSelectorSpecHostVolumeMountsName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecHostVolumeMountsName) WithArrayOfValues ¶
func (s PodPathSelectorSpecHostVolumeMountsName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecHostVolumeMountsName) WithValue ¶
func (s PodPathSelectorSpecHostVolumeMountsName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecHostVolumeMountsReadOnly ¶
type PodPathSelectorSpecHostVolumeMountsReadOnly struct{}
func (PodPathSelectorSpecHostVolumeMountsReadOnly) FieldPath ¶
func (PodPathSelectorSpecHostVolumeMountsReadOnly) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s PodPathSelectorSpecHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecHostVolumeMountsReadOnly) WithValue ¶
func (s PodPathSelectorSpecHostVolumeMountsReadOnly) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecHostVolumeMountsSubPath ¶
type PodPathSelectorSpecHostVolumeMountsSubPath struct{}
func (PodPathSelectorSpecHostVolumeMountsSubPath) FieldPath ¶
func (PodPathSelectorSpecHostVolumeMountsSubPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecHostVolumeMountsSubPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecHostVolumeMountsSubPath) WithValue ¶
func (s PodPathSelectorSpecHostVolumeMountsSubPath) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecImagePullSecrets ¶
type PodPathSelectorSpecImagePullSecrets struct{}
func (PodPathSelectorSpecImagePullSecrets) FieldPath ¶
func (PodPathSelectorSpecImagePullSecrets) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecImagePullSecrets) WithArrayOfValues ¶
func (s PodPathSelectorSpecImagePullSecrets) WithArrayOfValues(values [][]*LocalObjectReferenceSecret) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecImagePullSecrets) WithItemValue ¶
func (s PodPathSelectorSpecImagePullSecrets) WithItemValue(value *LocalObjectReferenceSecret) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecImagePullSecrets) WithValue ¶
func (s PodPathSelectorSpecImagePullSecrets) WithValue(value []*LocalObjectReferenceSecret) *Pod_FieldSubPathValue
type PodPathSelectorSpecImagePullSecretsName ¶
type PodPathSelectorSpecImagePullSecretsName struct{}
func (PodPathSelectorSpecImagePullSecretsName) FieldPath ¶
func (PodPathSelectorSpecImagePullSecretsName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecImagePullSecretsName) WithArrayOfValues ¶
func (s PodPathSelectorSpecImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecImagePullSecretsName) WithValue ¶
func (s PodPathSelectorSpecImagePullSecretsName) WithValue(value *secrets_secret.Reference) *Pod_FieldSubPathValue
type PodPathSelectorSpecNode ¶
type PodPathSelectorSpecNode struct{}
func (PodPathSelectorSpecNode) FieldPath ¶
func (PodPathSelectorSpecNode) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecNode) WithArrayOfValues ¶
func (s PodPathSelectorSpecNode) WithArrayOfValues(values []*devices_device.Reference) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecNode) WithValue ¶
func (s PodPathSelectorSpecNode) WithValue(value *devices_device.Reference) *Pod_FieldSubPathValue
type PodPathSelectorSpecRestartPolicy ¶
type PodPathSelectorSpecRestartPolicy struct{}
func (PodPathSelectorSpecRestartPolicy) FieldPath ¶
func (PodPathSelectorSpecRestartPolicy) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecRestartPolicy) WithArrayOfValues ¶
func (s PodPathSelectorSpecRestartPolicy) WithArrayOfValues(values []Pod_Spec_RestartPolicy) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecRestartPolicy) WithValue ¶
func (s PodPathSelectorSpecRestartPolicy) WithValue(value Pod_Spec_RestartPolicy) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumes ¶
type PodPathSelectorSpecVolumes struct{}
func (PodPathSelectorSpecVolumes) ConfigMap ¶
func (PodPathSelectorSpecVolumes) ConfigMap() PodPathSelectorSpecVolumesConfigMap
func (PodPathSelectorSpecVolumes) FieldPath ¶
func (PodPathSelectorSpecVolumes) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumes) HostPath ¶
func (PodPathSelectorSpecVolumes) HostPath() PodPathSelectorSpecVolumesHostPath
func (PodPathSelectorSpecVolumes) Name ¶
func (PodPathSelectorSpecVolumes) Name() PodPathSelectorSpecVolumesName
func (PodPathSelectorSpecVolumes) Secret ¶
func (PodPathSelectorSpecVolumes) Secret() PodPathSelectorSpecVolumesSecret
func (PodPathSelectorSpecVolumes) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumes) WithArrayOfValues(values [][]*Volume) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumes) WithItemValue ¶
func (s PodPathSelectorSpecVolumes) WithItemValue(value *Volume) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecVolumes) WithValue ¶
func (s PodPathSelectorSpecVolumes) WithValue(value []*Volume) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMap ¶
type PodPathSelectorSpecVolumesConfigMap struct{}
func (PodPathSelectorSpecVolumesConfigMap) DefaultMode ¶
func (PodPathSelectorSpecVolumesConfigMap) DefaultMode() PodPathSelectorSpecVolumesConfigMapDefaultMode
func (PodPathSelectorSpecVolumesConfigMap) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMap) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMap) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMap) WithArrayOfValues(values []*ConfigMapVolumeSource) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMap) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMap) WithValue(value *ConfigMapVolumeSource) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMapDefaultMode ¶
type PodPathSelectorSpecVolumesConfigMapDefaultMode struct{}
func (PodPathSelectorSpecVolumesConfigMapDefaultMode) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMapDefaultMode) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMapDefaultMode) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMapDefaultMode) WithValue(value int32) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMapItems ¶
type PodPathSelectorSpecVolumesConfigMapItems struct{}
func (PodPathSelectorSpecVolumesConfigMapItems) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMapItems) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMapItems) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMapItems) WithArrayOfValues(values [][]*KeyToPath) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMapItems) WithItemValue ¶
func (s PodPathSelectorSpecVolumesConfigMapItems) WithItemValue(value *KeyToPath) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecVolumesConfigMapItems) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMapItems) WithValue(value []*KeyToPath) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMapItemsKey ¶
type PodPathSelectorSpecVolumesConfigMapItemsKey struct{}
func (PodPathSelectorSpecVolumesConfigMapItemsKey) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMapItemsKey) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMapItemsKey) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMapItemsKey) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMapItemsMode ¶
type PodPathSelectorSpecVolumesConfigMapItemsMode struct{}
func (PodPathSelectorSpecVolumesConfigMapItemsMode) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMapItemsMode) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMapItemsMode) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMapItemsMode) WithValue(value int32) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMapItemsPath ¶
type PodPathSelectorSpecVolumesConfigMapItemsPath struct{}
func (PodPathSelectorSpecVolumesConfigMapItemsPath) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMapItemsPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMapItemsPath) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMapItemsPath) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMapName ¶
type PodPathSelectorSpecVolumesConfigMapName struct{}
func (PodPathSelectorSpecVolumesConfigMapName) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMapName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMapName) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMapName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMapName) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMapName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesConfigMapOptional ¶
type PodPathSelectorSpecVolumesConfigMapOptional struct{}
func (PodPathSelectorSpecVolumesConfigMapOptional) FieldPath ¶
func (PodPathSelectorSpecVolumesConfigMapOptional) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesConfigMapOptional) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesConfigMapOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesConfigMapOptional) WithValue ¶
func (s PodPathSelectorSpecVolumesConfigMapOptional) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesHostPath ¶
type PodPathSelectorSpecVolumesHostPath struct{}
func (PodPathSelectorSpecVolumesHostPath) FieldPath ¶
func (PodPathSelectorSpecVolumesHostPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesHostPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesHostPath) WithArrayOfValues(values []*HostPathVolumeSource) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesHostPath) WithValue ¶
func (s PodPathSelectorSpecVolumesHostPath) WithValue(value *HostPathVolumeSource) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesHostPathPath ¶
type PodPathSelectorSpecVolumesHostPathPath struct{}
func (PodPathSelectorSpecVolumesHostPathPath) FieldPath ¶
func (PodPathSelectorSpecVolumesHostPathPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesHostPathPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesHostPathPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesHostPathPath) WithValue ¶
func (s PodPathSelectorSpecVolumesHostPathPath) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesHostPathType ¶
type PodPathSelectorSpecVolumesHostPathType struct{}
func (PodPathSelectorSpecVolumesHostPathType) FieldPath ¶
func (PodPathSelectorSpecVolumesHostPathType) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesHostPathType) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesHostPathType) WithArrayOfValues(values []HostPathVolumeSource_Type) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesHostPathType) WithValue ¶
func (s PodPathSelectorSpecVolumesHostPathType) WithValue(value HostPathVolumeSource_Type) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesName ¶
type PodPathSelectorSpecVolumesName struct{}
func (PodPathSelectorSpecVolumesName) FieldPath ¶
func (PodPathSelectorSpecVolumesName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesName) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesName) WithValue ¶
func (s PodPathSelectorSpecVolumesName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecret ¶
type PodPathSelectorSpecVolumesSecret struct{}
func (PodPathSelectorSpecVolumesSecret) DefaultMode ¶
func (PodPathSelectorSpecVolumesSecret) DefaultMode() PodPathSelectorSpecVolumesSecretDefaultMode
func (PodPathSelectorSpecVolumesSecret) FieldPath ¶
func (PodPathSelectorSpecVolumesSecret) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecret) Optional ¶
func (PodPathSelectorSpecVolumesSecret) Optional() PodPathSelectorSpecVolumesSecretOptional
func (PodPathSelectorSpecVolumesSecret) SecretName ¶
func (PodPathSelectorSpecVolumesSecret) SecretName() PodPathSelectorSpecVolumesSecretSecretName
func (PodPathSelectorSpecVolumesSecret) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecret) WithArrayOfValues(values []*SecretVolumeSource) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecret) WithValue ¶
func (s PodPathSelectorSpecVolumesSecret) WithValue(value *SecretVolumeSource) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecretDefaultMode ¶
type PodPathSelectorSpecVolumesSecretDefaultMode struct{}
func (PodPathSelectorSpecVolumesSecretDefaultMode) FieldPath ¶
func (PodPathSelectorSpecVolumesSecretDefaultMode) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecretDefaultMode) WithValue ¶
func (s PodPathSelectorSpecVolumesSecretDefaultMode) WithValue(value int32) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecretItems ¶
type PodPathSelectorSpecVolumesSecretItems struct{}
func (PodPathSelectorSpecVolumesSecretItems) FieldPath ¶
func (PodPathSelectorSpecVolumesSecretItems) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecretItems) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecretItems) WithArrayOfValues(values [][]*KeyToPath) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecretItems) WithItemValue ¶
func (s PodPathSelectorSpecVolumesSecretItems) WithItemValue(value *KeyToPath) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorSpecVolumesSecretItems) WithValue ¶
func (s PodPathSelectorSpecVolumesSecretItems) WithValue(value []*KeyToPath) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecretItemsKey ¶
type PodPathSelectorSpecVolumesSecretItemsKey struct{}
func (PodPathSelectorSpecVolumesSecretItemsKey) FieldPath ¶
func (PodPathSelectorSpecVolumesSecretItemsKey) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecretItemsKey) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecretItemsKey) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecretItemsKey) WithValue ¶
func (s PodPathSelectorSpecVolumesSecretItemsKey) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecretItemsMode ¶
type PodPathSelectorSpecVolumesSecretItemsMode struct{}
func (PodPathSelectorSpecVolumesSecretItemsMode) FieldPath ¶
func (PodPathSelectorSpecVolumesSecretItemsMode) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecretItemsMode) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecretItemsMode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecretItemsMode) WithValue ¶
func (s PodPathSelectorSpecVolumesSecretItemsMode) WithValue(value int32) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecretItemsPath ¶
type PodPathSelectorSpecVolumesSecretItemsPath struct{}
func (PodPathSelectorSpecVolumesSecretItemsPath) FieldPath ¶
func (PodPathSelectorSpecVolumesSecretItemsPath) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecretItemsPath) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecretItemsPath) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecretItemsPath) WithValue ¶
func (s PodPathSelectorSpecVolumesSecretItemsPath) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecretOptional ¶
type PodPathSelectorSpecVolumesSecretOptional struct{}
func (PodPathSelectorSpecVolumesSecretOptional) FieldPath ¶
func (PodPathSelectorSpecVolumesSecretOptional) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecretOptional) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecretOptional) WithArrayOfValues(values []bool) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecretOptional) WithValue ¶
func (s PodPathSelectorSpecVolumesSecretOptional) WithValue(value bool) *Pod_FieldSubPathValue
type PodPathSelectorSpecVolumesSecretSecretName ¶
type PodPathSelectorSpecVolumesSecretSecretName struct{}
func (PodPathSelectorSpecVolumesSecretSecretName) FieldPath ¶
func (PodPathSelectorSpecVolumesSecretSecretName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorSpecVolumesSecretSecretName) WithArrayOfValues ¶
func (s PodPathSelectorSpecVolumesSecretSecretName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorSpecVolumesSecretSecretName) WithValue ¶
func (s PodPathSelectorSpecVolumesSecretSecretName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorStatus ¶
type PodPathSelectorStatus struct{}
func (PodPathSelectorStatus) ContainerStatuses ¶
func (PodPathSelectorStatus) ContainerStatuses() PodPathSelectorStatusContainerStatuses
func (PodPathSelectorStatus) FieldPath ¶
func (PodPathSelectorStatus) FieldPath() *Pod_FieldTerminalPath
func (PodPathSelectorStatus) Phase ¶
func (PodPathSelectorStatus) Phase() PodPathSelectorStatusPhase
func (PodPathSelectorStatus) WithArrayOfValues ¶
func (s PodPathSelectorStatus) WithArrayOfValues(values []*Pod_Status) *Pod_FieldTerminalPathArrayOfValues
func (PodPathSelectorStatus) WithSubArrayItemValue ¶
func (s PodPathSelectorStatus) WithSubArrayItemValue(subPathArrayItemValue PodStatus_FieldPathArrayItemValue) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorStatus) WithSubArrayOfValues ¶
func (s PodPathSelectorStatus) WithSubArrayOfValues(subPathArrayOfValues PodStatus_FieldPathArrayOfValues) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatus) WithSubPath ¶
func (PodPathSelectorStatus) WithSubPath(subPath PodStatus_FieldPath) *Pod_FieldSubPath
func (PodPathSelectorStatus) WithSubValue ¶
func (s PodPathSelectorStatus) WithSubValue(subPathValue PodStatus_FieldPathValue) *Pod_FieldSubPathValue
func (PodPathSelectorStatus) WithValue ¶
func (s PodPathSelectorStatus) WithValue(value *Pod_Status) *Pod_FieldTerminalPathValue
type PodPathSelectorStatusContainerStatuses ¶
type PodPathSelectorStatusContainerStatuses struct{}
func (PodPathSelectorStatusContainerStatuses) FieldPath ¶
func (PodPathSelectorStatusContainerStatuses) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatuses) Terminated ¶
func (PodPathSelectorStatusContainerStatuses) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatuses) WithArrayOfValues(values [][]*Pod_Status_Container) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatuses) WithItemValue ¶
func (s PodPathSelectorStatusContainerStatuses) WithItemValue(value *Pod_Status_Container) *Pod_FieldSubPathArrayItemValue
func (PodPathSelectorStatusContainerStatuses) WithValue ¶
func (s PodPathSelectorStatusContainerStatuses) WithValue(value []*Pod_Status_Container) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesName ¶
type PodPathSelectorStatusContainerStatusesName struct{}
func (PodPathSelectorStatusContainerStatusesName) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesName) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesName) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesName) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesName) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesName) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesRunning ¶
type PodPathSelectorStatusContainerStatusesRunning struct{}
func (PodPathSelectorStatusContainerStatusesRunning) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesRunning) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesRunning) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesRunning) WithArrayOfValues(values []*Pod_Status_Container_StateRunning) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesRunning) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesRunning) WithValue(value *Pod_Status_Container_StateRunning) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesRunningStartedAt ¶
type PodPathSelectorStatusContainerStatusesRunningStartedAt struct{}
func (PodPathSelectorStatusContainerStatusesRunningStartedAt) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesRunningStartedAt) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesRunningStartedAt) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesState ¶
type PodPathSelectorStatusContainerStatusesState struct{}
func (PodPathSelectorStatusContainerStatusesState) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesState) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesState) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesState) WithArrayOfValues(values []Pod_Status_Container_State) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesState) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesState) WithValue(value Pod_Status_Container_State) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminated ¶
type PodPathSelectorStatusContainerStatusesTerminated struct{}
func (PodPathSelectorStatusContainerStatusesTerminated) ContainerId ¶
func (PodPathSelectorStatusContainerStatusesTerminated) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminated) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminated) FinishedAt ¶
func (PodPathSelectorStatusContainerStatusesTerminated) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminated) WithArrayOfValues(values []*Pod_Status_Container_StateTerminated) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminated) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminated) WithValue(value *Pod_Status_Container_StateTerminated) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminatedContainerId ¶
type PodPathSelectorStatusContainerStatusesTerminatedContainerId struct{}
func (PodPathSelectorStatusContainerStatusesTerminatedContainerId) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminatedContainerId) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminatedContainerId) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedContainerId) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminatedExitCode ¶
type PodPathSelectorStatusContainerStatusesTerminatedExitCode struct{}
func (PodPathSelectorStatusContainerStatusesTerminatedExitCode) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminatedExitCode) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminatedExitCode) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedExitCode) WithValue(value int32) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminatedFinishedAt ¶
type PodPathSelectorStatusContainerStatusesTerminatedFinishedAt struct{}
func (PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminatedMessage ¶
type PodPathSelectorStatusContainerStatusesTerminatedMessage struct{}
func (PodPathSelectorStatusContainerStatusesTerminatedMessage) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminatedMessage) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminatedMessage) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedMessage) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminatedReason ¶
type PodPathSelectorStatusContainerStatusesTerminatedReason struct{}
func (PodPathSelectorStatusContainerStatusesTerminatedReason) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminatedReason) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminatedReason) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedReason) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminatedSignal ¶
type PodPathSelectorStatusContainerStatusesTerminatedSignal struct{}
func (PodPathSelectorStatusContainerStatusesTerminatedSignal) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminatedSignal) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminatedSignal) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedSignal) WithValue(value int32) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesTerminatedStartedAt ¶
type PodPathSelectorStatusContainerStatusesTerminatedStartedAt struct{}
func (PodPathSelectorStatusContainerStatusesTerminatedStartedAt) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesTerminatedStartedAt) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesTerminatedStartedAt) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesWaiting ¶
type PodPathSelectorStatusContainerStatusesWaiting struct{}
func (PodPathSelectorStatusContainerStatusesWaiting) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesWaiting) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesWaiting) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesWaiting) WithArrayOfValues(values []*Pod_Status_Container_StateWaiting) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesWaiting) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesWaiting) WithValue(value *Pod_Status_Container_StateWaiting) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesWaitingMessage ¶
type PodPathSelectorStatusContainerStatusesWaitingMessage struct{}
func (PodPathSelectorStatusContainerStatusesWaitingMessage) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesWaitingMessage) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesWaitingMessage) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesWaitingMessage) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorStatusContainerStatusesWaitingReason ¶
type PodPathSelectorStatusContainerStatusesWaitingReason struct{}
func (PodPathSelectorStatusContainerStatusesWaitingReason) FieldPath ¶
func (PodPathSelectorStatusContainerStatusesWaitingReason) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s PodPathSelectorStatusContainerStatusesWaitingReason) WithArrayOfValues(values []string) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusContainerStatusesWaitingReason) WithValue ¶
func (s PodPathSelectorStatusContainerStatusesWaitingReason) WithValue(value string) *Pod_FieldSubPathValue
type PodPathSelectorStatusPhase ¶
type PodPathSelectorStatusPhase struct{}
func (PodPathSelectorStatusPhase) FieldPath ¶
func (PodPathSelectorStatusPhase) FieldPath() *Pod_FieldSubPath
func (PodPathSelectorStatusPhase) WithArrayOfValues ¶
func (s PodPathSelectorStatusPhase) WithArrayOfValues(values []Pod_Status_Phase) *Pod_FieldSubPathArrayOfValues
func (PodPathSelectorStatusPhase) WithValue ¶
func (s PodPathSelectorStatusPhase) WithValue(value Pod_Status_Phase) *Pod_FieldSubPathValue
type PodReferenceList ¶
type PodReferenceList []*Reference
func (PodReferenceList) Append ¶
func (l PodReferenceList) Append(ref gotenresource.Reference) gotenresource.ReferenceList
func (PodReferenceList) AppendList ¶
func (l PodReferenceList) AppendList(list gotenresource.ReferenceList) gotenresource.ReferenceList
func (PodReferenceList) At ¶
func (l PodReferenceList) At(idx int) gotenresource.Reference
func (PodReferenceList) Length ¶
func (l PodReferenceList) Length() int
func (PodReferenceList) Set ¶
func (l PodReferenceList) Set(idx int, ref gotenresource.Reference)
func (PodReferenceList) Slice ¶
func (l PodReferenceList) Slice(first, second int) gotenresource.ReferenceList
type PodSpecContainerFieldPathBuilder ¶
type PodSpecContainerFieldPathBuilder struct{}
func NewPodSpecContainerFieldPathBuilder ¶
func NewPodSpecContainerFieldPathBuilder() PodSpecContainerFieldPathBuilder
func (PodSpecContainerFieldPathBuilder) Command ¶
func (PodSpecContainerFieldPathBuilder) Command() Pod_Spec_ContainerPathSelectorCommand
func (PodSpecContainerFieldPathBuilder) EnvFrom ¶
func (PodSpecContainerFieldPathBuilder) EnvFrom() Pod_Spec_ContainerPathSelectorEnvFrom
func (PodSpecContainerFieldPathBuilder) ImagePullPolicy ¶
func (PodSpecContainerFieldPathBuilder) ImagePullPolicy() Pod_Spec_ContainerPathSelectorImagePullPolicy
func (PodSpecContainerFieldPathBuilder) Resources ¶
func (PodSpecContainerFieldPathBuilder) Resources() Pod_Spec_ContainerPathSelectorResources
func (PodSpecContainerFieldPathBuilder) SecurityContext ¶
func (PodSpecContainerFieldPathBuilder) SecurityContext() Pod_Spec_ContainerPathSelectorSecurityContext
func (PodSpecContainerFieldPathBuilder) VolumeMounts ¶
func (PodSpecContainerFieldPathBuilder) VolumeMounts() Pod_Spec_ContainerPathSelectorVolumeMounts
type PodSpecContainerResourceRequirementsFieldPathBuilder ¶
type PodSpecContainerResourceRequirementsFieldPathBuilder struct{}
func NewPodSpecContainerResourceRequirementsFieldPathBuilder ¶
func NewPodSpecContainerResourceRequirementsFieldPathBuilder() PodSpecContainerResourceRequirementsFieldPathBuilder
type PodSpecContainerResourceRequirements_FieldPath ¶
type PodSpecContainerResourceRequirements_FieldPath interface { gotenobject.FieldPath Selector() PodSpecContainerResourceRequirements_FieldPathSelector Get(source *Pod_Spec_Container_ResourceRequirements) []interface{} GetSingle(source *Pod_Spec_Container_ResourceRequirements) (interface{}, bool) ClearValue(item *Pod_Spec_Container_ResourceRequirements) // Those methods build corresponding PodSpecContainerResourceRequirements_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathValue WithIArrayOfValues(values interface{}) PodSpecContainerResourceRequirements_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodSpecContainerResourceRequirements_FieldPath ¶
func BuildPodSpecContainerResourceRequirements_FieldPath(fp gotenobject.RawFieldPath) (PodSpecContainerResourceRequirements_FieldPath, error)
func MustParsePodSpecContainerResourceRequirements_FieldPath ¶
func MustParsePodSpecContainerResourceRequirements_FieldPath(rawField string) PodSpecContainerResourceRequirements_FieldPath
func ParsePodSpecContainerResourceRequirements_FieldPath ¶
func ParsePodSpecContainerResourceRequirements_FieldPath(rawField string) (PodSpecContainerResourceRequirements_FieldPath, error)
type PodSpecContainerResourceRequirements_FieldPathArrayItemValue ¶
type PodSpecContainerResourceRequirements_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodSpecContainerResourceRequirements_FieldPath ContainsValue(*Pod_Spec_Container_ResourceRequirements) bool }
PodSpecContainerResourceRequirements_FieldPathArrayItemValue allows storing single item in Path-specific values for ResourceRequirements according to their type Present only for array (repeated) types.
func MustParsePodSpecContainerResourceRequirements_FieldPathArrayItemValue ¶
func MustParsePodSpecContainerResourceRequirements_FieldPathArrayItemValue(pathStr, valueStr string) PodSpecContainerResourceRequirements_FieldPathArrayItemValue
func ParsePodSpecContainerResourceRequirements_FieldPathArrayItemValue ¶
func ParsePodSpecContainerResourceRequirements_FieldPathArrayItemValue(pathStr, valueStr string) (PodSpecContainerResourceRequirements_FieldPathArrayItemValue, error)
ParsePodSpecContainerResourceRequirements_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodSpecContainerResourceRequirements_FieldPathArrayOfValues ¶
type PodSpecContainerResourceRequirements_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodSpecContainerResourceRequirements_FieldPath }
PodSpecContainerResourceRequirements_FieldPathArrayOfValues allows storing slice of values for ResourceRequirements fields according to their type
func MustParsePodSpecContainerResourceRequirements_FieldPathArrayOfValues ¶
func MustParsePodSpecContainerResourceRequirements_FieldPathArrayOfValues(pathStr, valuesStr string) PodSpecContainerResourceRequirements_FieldPathArrayOfValues
func ParsePodSpecContainerResourceRequirements_FieldPathArrayOfValues ¶
func ParsePodSpecContainerResourceRequirements_FieldPathArrayOfValues(pathStr, valuesStr string) (PodSpecContainerResourceRequirements_FieldPathArrayOfValues, error)
type PodSpecContainerResourceRequirements_FieldPathMap ¶
type PodSpecContainerResourceRequirements_FieldPathMap struct {
// contains filtered or unexported fields
}
FieldPath for map type with additional Key information
func (*PodSpecContainerResourceRequirements_FieldPathMap) ClearValue ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) ClearValue(item *Pod_Spec_Container_ResourceRequirements)
func (*PodSpecContainerResourceRequirements_FieldPathMap) ClearValueRaw ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) ClearValueRaw(item proto.Message)
func (*PodSpecContainerResourceRequirements_FieldPathMap) Get ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) Get(source *Pod_Spec_Container_ResourceRequirements) (values []interface{})
Get returns all values pointed by selected field map key from source Pod_Spec_Container_ResourceRequirements
func (*PodSpecContainerResourceRequirements_FieldPathMap) GetDefault ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodSpecContainerResourceRequirements_FieldPathMap) GetRaw ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetRaw(source proto.Message) []interface{}
func (*PodSpecContainerResourceRequirements_FieldPathMap) GetSingle ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetSingle(source *Pod_Spec_Container_ResourceRequirements) (interface{}, bool)
GetSingle returns value by selected field map key from source Pod_Spec_Container_ResourceRequirements
func (*PodSpecContainerResourceRequirements_FieldPathMap) GetSingleRaw ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodSpecContainerResourceRequirements_FieldPathMap) IsLeaf ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodSpecContainerResourceRequirements_FieldPathMap) JSONString ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) JSONString() string
JSONString returns path representation is JSON convention. Note that map keys are not transformed
func (*PodSpecContainerResourceRequirements_FieldPathMap) Key ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) Key() string
func (*PodSpecContainerResourceRequirements_FieldPathMap) String ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) String() string
String returns path representation in proto convention
func (*PodSpecContainerResourceRequirements_FieldPathMap) WithIArrayItemValue ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithIArrayItemValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathArrayItemValue
func (*PodSpecContainerResourceRequirements_FieldPathMap) WithIArrayOfValues ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithIArrayOfValues(values interface{}) PodSpecContainerResourceRequirements_FieldPathArrayOfValues
func (*PodSpecContainerResourceRequirements_FieldPathMap) WithIValue ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithIValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathValue
func (*PodSpecContainerResourceRequirements_FieldPathMap) WithRawIArrayItemValue ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodSpecContainerResourceRequirements_FieldPathMap) WithRawIArrayOfValues ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodSpecContainerResourceRequirements_FieldPathMap) WithRawIValue ¶
func (fpm *PodSpecContainerResourceRequirements_FieldPathMap) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues ¶
type PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues struct { PodSpecContainerResourceRequirements_FieldPathMap // contains filtered or unexported fields }
func (*PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) AsLimitsArrayOfElementValues ¶
func (fpmaov *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) AsLimitsArrayOfElementValues() ([]int64, bool)
func (*PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) AsRequestsArrayOfElementValues ¶
func (fpmaov *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) AsRequestsArrayOfElementValues() ([]int64, bool)
func (*PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) GetRawValues ¶
func (fpmaov *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues) GetRawValues() (values []interface{})
type PodSpecContainerResourceRequirements_FieldPathMapValue ¶
type PodSpecContainerResourceRequirements_FieldPathMapValue struct { PodSpecContainerResourceRequirements_FieldPathMap // contains filtered or unexported fields }
func (*PodSpecContainerResourceRequirements_FieldPathMapValue) AsLimitsElementValue ¶
func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) AsLimitsElementValue() (int64, bool)
func (*PodSpecContainerResourceRequirements_FieldPathMapValue) AsRequestsElementValue ¶
func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) AsRequestsElementValue() (int64, bool)
func (*PodSpecContainerResourceRequirements_FieldPathMapValue) CompareWith ¶
func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) CompareWith(source *Pod_Spec_Container_ResourceRequirements) (int, bool)
CompareWith compares value in the 'PodSpecContainerResourceRequirements_FieldPathMapValue' with the value under path in 'Pod_Spec_Container_ResourceRequirements'.
func (*PodSpecContainerResourceRequirements_FieldPathMapValue) CompareWithRaw ¶
func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodSpecContainerResourceRequirements_FieldPathMapValue) GetRawValue ¶
func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) GetRawValue() interface{}
GetValue returns value stored under selected field in ResourceRequirements as interface{}
func (*PodSpecContainerResourceRequirements_FieldPathMapValue) SetTo ¶
func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) SetTo(target **Pod_Spec_Container_ResourceRequirements)
SetTo stores value for selected field in ResourceRequirements
func (*PodSpecContainerResourceRequirements_FieldPathMapValue) SetToRaw ¶
func (fpmv *PodSpecContainerResourceRequirements_FieldPathMapValue) SetToRaw(target proto.Message)
type PodSpecContainerResourceRequirements_FieldPathSelector ¶
type PodSpecContainerResourceRequirements_FieldPathSelector int32
const ( PodSpecContainerResourceRequirements_FieldPathSelectorLimits PodSpecContainerResourceRequirements_FieldPathSelector = 0 PodSpecContainerResourceRequirements_FieldPathSelectorRequests PodSpecContainerResourceRequirements_FieldPathSelector = 1 )
func (PodSpecContainerResourceRequirements_FieldPathSelector) String ¶
func (s PodSpecContainerResourceRequirements_FieldPathSelector) String() string
type PodSpecContainerResourceRequirements_FieldPathValue ¶
type PodSpecContainerResourceRequirements_FieldPathValue interface { PodSpecContainerResourceRequirements_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Spec_Container_ResourceRequirements) CompareWith(*Pod_Spec_Container_ResourceRequirements) (cmp int, comparable bool) }
PodSpecContainerResourceRequirements_FieldPathValue allows storing values for ResourceRequirements fields according to their type
func MustParsePodSpecContainerResourceRequirements_FieldPathValue ¶
func MustParsePodSpecContainerResourceRequirements_FieldPathValue(pathStr, valueStr string) PodSpecContainerResourceRequirements_FieldPathValue
func ParsePodSpecContainerResourceRequirements_FieldPathValue ¶
func ParsePodSpecContainerResourceRequirements_FieldPathValue(pathStr, valueStr string) (PodSpecContainerResourceRequirements_FieldPathValue, error)
type PodSpecContainerResourceRequirements_FieldTerminalPath ¶
type PodSpecContainerResourceRequirements_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) ClearValue ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) ClearValue(item *Pod_Spec_Container_ResourceRequirements)
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) Get ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) Get(source *Pod_Spec_Container_ResourceRequirements) (values []interface{})
Get returns all values pointed by specific field from source Pod_Spec_Container_ResourceRequirements
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) GetDefault ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) GetRaw ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) GetSingle ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetSingle(source *Pod_Spec_Container_ResourceRequirements) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Spec_Container_ResourceRequirements
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) IsLeaf ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) JSONString ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) String ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathArrayItemValue
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodSpecContainerResourceRequirements_FieldPathArrayOfValues
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) WithIValue ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithIValue(value interface{}) PodSpecContainerResourceRequirements_FieldPathValue
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIValue ¶
func (fp *PodSpecContainerResourceRequirements_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue ¶
type PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue struct { PodSpecContainerResourceRequirements_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Spec_Container_ResourceRequirements) bool
Contains returns a boolean indicating if value that is being held is present in given 'ResourceRequirements'
func (*PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Spec_Container_ResourceRequirements as interface{}
func (*PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Spec_Container_ResourceRequirements) (interface{}, bool)
func (*PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodSpecContainerResourceRequirements_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues ¶
type PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues struct { PodSpecContainerResourceRequirements_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) AsLimitsArrayOfValues ¶
func (fpaov *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) AsLimitsArrayOfValues() ([]map[string]int64, bool)
func (*PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) AsRequestsArrayOfValues ¶
func (fpaov *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) AsRequestsArrayOfValues() ([]map[string]int64, bool)
func (*PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodSpecContainerResourceRequirements_FieldTerminalPathValue ¶
type PodSpecContainerResourceRequirements_FieldTerminalPathValue struct { PodSpecContainerResourceRequirements_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpecContainerResourceRequirements_FieldTerminalPathValue) AsLimitsValue ¶
func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) AsLimitsValue() (map[string]int64, bool)
func (*PodSpecContainerResourceRequirements_FieldTerminalPathValue) AsRequestsValue ¶
func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) AsRequestsValue() (map[string]int64, bool)
func (*PodSpecContainerResourceRequirements_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) CompareWith(source *Pod_Spec_Container_ResourceRequirements) (int, bool)
CompareWith compares value in the 'PodSpecContainerResourceRequirements_FieldTerminalPathValue' with the value under path in 'Pod_Spec_Container_ResourceRequirements'.
func (*PodSpecContainerResourceRequirements_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodSpecContainerResourceRequirements_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'ResourceRequirements' as interface{}
func (*PodSpecContainerResourceRequirements_FieldTerminalPathValue) SetTo ¶
func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) SetTo(target **Pod_Spec_Container_ResourceRequirements)
SetTo stores value for selected field for object ResourceRequirements
func (*PodSpecContainerResourceRequirements_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodSpecContainerResourceRequirements_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PodSpecContainer_FieldPath ¶
type PodSpecContainer_FieldPath interface { gotenobject.FieldPath Selector() PodSpecContainer_FieldPathSelector Get(source *Pod_Spec_Container) []interface{} GetSingle(source *Pod_Spec_Container) (interface{}, bool) ClearValue(item *Pod_Spec_Container) // Those methods build corresponding PodSpecContainer_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodSpecContainer_FieldPathValue WithIArrayOfValues(values interface{}) PodSpecContainer_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodSpecContainer_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodSpecContainer_FieldPath ¶
func BuildPodSpecContainer_FieldPath(fp gotenobject.RawFieldPath) (PodSpecContainer_FieldPath, error)
func MustParsePodSpecContainer_FieldPath ¶
func MustParsePodSpecContainer_FieldPath(rawField string) PodSpecContainer_FieldPath
func ParsePodSpecContainer_FieldPath ¶
func ParsePodSpecContainer_FieldPath(rawField string) (PodSpecContainer_FieldPath, error)
type PodSpecContainer_FieldPathArrayItemValue ¶
type PodSpecContainer_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodSpecContainer_FieldPath ContainsValue(*Pod_Spec_Container) bool }
PodSpecContainer_FieldPathArrayItemValue allows storing single item in Path-specific values for Container according to their type Present only for array (repeated) types.
func MustParsePodSpecContainer_FieldPathArrayItemValue ¶
func MustParsePodSpecContainer_FieldPathArrayItemValue(pathStr, valueStr string) PodSpecContainer_FieldPathArrayItemValue
func ParsePodSpecContainer_FieldPathArrayItemValue ¶
func ParsePodSpecContainer_FieldPathArrayItemValue(pathStr, valueStr string) (PodSpecContainer_FieldPathArrayItemValue, error)
ParsePodSpecContainer_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodSpecContainer_FieldPathArrayOfValues ¶
type PodSpecContainer_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodSpecContainer_FieldPath }
PodSpecContainer_FieldPathArrayOfValues allows storing slice of values for Container fields according to their type
func MustParsePodSpecContainer_FieldPathArrayOfValues ¶
func MustParsePodSpecContainer_FieldPathArrayOfValues(pathStr, valuesStr string) PodSpecContainer_FieldPathArrayOfValues
func ParsePodSpecContainer_FieldPathArrayOfValues ¶
func ParsePodSpecContainer_FieldPathArrayOfValues(pathStr, valuesStr string) (PodSpecContainer_FieldPathArrayOfValues, error)
type PodSpecContainer_FieldPathSelector ¶
type PodSpecContainer_FieldPathSelector int32
const ( PodSpecContainer_FieldPathSelectorArgs PodSpecContainer_FieldPathSelector = 0 PodSpecContainer_FieldPathSelectorCommand PodSpecContainer_FieldPathSelector = 1 PodSpecContainer_FieldPathSelectorEnv PodSpecContainer_FieldPathSelector = 2 PodSpecContainer_FieldPathSelectorImage PodSpecContainer_FieldPathSelector = 3 PodSpecContainer_FieldPathSelectorImagePullPolicy PodSpecContainer_FieldPathSelector = 4 PodSpecContainer_FieldPathSelectorName PodSpecContainer_FieldPathSelector = 5 PodSpecContainer_FieldPathSelectorResources PodSpecContainer_FieldPathSelector = 6 PodSpecContainer_FieldPathSelectorSecurityContext PodSpecContainer_FieldPathSelector = 7 PodSpecContainer_FieldPathSelectorVolumeMounts PodSpecContainer_FieldPathSelector = 8 PodSpecContainer_FieldPathSelectorEnvFrom PodSpecContainer_FieldPathSelector = 9 )
func (PodSpecContainer_FieldPathSelector) String ¶
func (s PodSpecContainer_FieldPathSelector) String() string
type PodSpecContainer_FieldPathValue ¶
type PodSpecContainer_FieldPathValue interface { PodSpecContainer_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Spec_Container) CompareWith(*Pod_Spec_Container) (cmp int, comparable bool) }
PodSpecContainer_FieldPathValue allows storing values for Container fields according to their type
func MustParsePodSpecContainer_FieldPathValue ¶
func MustParsePodSpecContainer_FieldPathValue(pathStr, valueStr string) PodSpecContainer_FieldPathValue
func ParsePodSpecContainer_FieldPathValue ¶
func ParsePodSpecContainer_FieldPathValue(pathStr, valueStr string) (PodSpecContainer_FieldPathValue, error)
type PodSpecContainer_FieldSubPath ¶
type PodSpecContainer_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*PodSpecContainer_FieldSubPath) AsEnvFromSubPath ¶
func (fps *PodSpecContainer_FieldSubPath) AsEnvFromSubPath() (EnvFromSource_FieldPath, bool)
func (*PodSpecContainer_FieldSubPath) AsEnvSubPath ¶
func (fps *PodSpecContainer_FieldSubPath) AsEnvSubPath() (EnvVar_FieldPath, bool)
func (*PodSpecContainer_FieldSubPath) AsResourcesSubPath ¶
func (fps *PodSpecContainer_FieldSubPath) AsResourcesSubPath() (PodSpecContainerResourceRequirements_FieldPath, bool)
func (*PodSpecContainer_FieldSubPath) AsSecurityContextSubPath ¶
func (fps *PodSpecContainer_FieldSubPath) AsSecurityContextSubPath() (SecurityContext_FieldPath, bool)
func (*PodSpecContainer_FieldSubPath) AsVolumeMountsSubPath ¶
func (fps *PodSpecContainer_FieldSubPath) AsVolumeMountsSubPath() (VolumeMount_FieldPath, bool)
func (*PodSpecContainer_FieldSubPath) ClearValue ¶
func (fps *PodSpecContainer_FieldSubPath) ClearValue(item *Pod_Spec_Container)
func (*PodSpecContainer_FieldSubPath) ClearValueRaw ¶
func (fps *PodSpecContainer_FieldSubPath) ClearValueRaw(item proto.Message)
func (*PodSpecContainer_FieldSubPath) Get ¶
func (fps *PodSpecContainer_FieldSubPath) Get(source *Pod_Spec_Container) (values []interface{})
Get returns all values pointed by selected field from source Pod_Spec_Container
func (*PodSpecContainer_FieldSubPath) GetDefault ¶
func (fps *PodSpecContainer_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodSpecContainer_FieldSubPath) GetRaw ¶
func (fps *PodSpecContainer_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*PodSpecContainer_FieldSubPath) GetSingle ¶
func (fps *PodSpecContainer_FieldSubPath) GetSingle(source *Pod_Spec_Container) (interface{}, bool)
GetSingle returns value of selected field from source Pod_Spec_Container
func (*PodSpecContainer_FieldSubPath) GetSingleRaw ¶
func (fps *PodSpecContainer_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodSpecContainer_FieldSubPath) IsLeaf ¶
func (fps *PodSpecContainer_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodSpecContainer_FieldSubPath) JSONString ¶
func (fps *PodSpecContainer_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodSpecContainer_FieldSubPath) Selector ¶
func (fps *PodSpecContainer_FieldSubPath) Selector() PodSpecContainer_FieldPathSelector
func (*PodSpecContainer_FieldSubPath) String ¶
func (fps *PodSpecContainer_FieldSubPath) String() string
String returns path representation in proto convention
func (*PodSpecContainer_FieldSubPath) WithIArrayItemValue ¶
func (fps *PodSpecContainer_FieldSubPath) WithIArrayItemValue(value interface{}) PodSpecContainer_FieldPathArrayItemValue
func (*PodSpecContainer_FieldSubPath) WithIArrayOfValues ¶
func (fps *PodSpecContainer_FieldSubPath) WithIArrayOfValues(values interface{}) PodSpecContainer_FieldPathArrayOfValues
func (*PodSpecContainer_FieldSubPath) WithIValue ¶
func (fps *PodSpecContainer_FieldSubPath) WithIValue(value interface{}) PodSpecContainer_FieldPathValue
func (*PodSpecContainer_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *PodSpecContainer_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodSpecContainer_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *PodSpecContainer_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodSpecContainer_FieldSubPath) WithRawIValue ¶
func (fps *PodSpecContainer_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodSpecContainer_FieldSubPathArrayItemValue ¶
type PodSpecContainer_FieldSubPathArrayItemValue struct { PodSpecContainer_FieldPath // contains filtered or unexported fields }
func (*PodSpecContainer_FieldSubPathArrayItemValue) AsEnvFromPathItemValue ¶
func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsEnvFromPathItemValue() (EnvFromSource_FieldPathArrayItemValue, bool)
func (*PodSpecContainer_FieldSubPathArrayItemValue) AsEnvPathItemValue ¶
func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsEnvPathItemValue() (EnvVar_FieldPathArrayItemValue, bool)
func (*PodSpecContainer_FieldSubPathArrayItemValue) AsResourcesPathItemValue ¶
func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsResourcesPathItemValue() (PodSpecContainerResourceRequirements_FieldPathArrayItemValue, bool)
func (*PodSpecContainer_FieldSubPathArrayItemValue) AsSecurityContextPathItemValue ¶
func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsSecurityContextPathItemValue() (SecurityContext_FieldPathArrayItemValue, bool)
func (*PodSpecContainer_FieldSubPathArrayItemValue) AsVolumeMountsPathItemValue ¶
func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) AsVolumeMountsPathItemValue() (VolumeMount_FieldPathArrayItemValue, bool)
func (*PodSpecContainer_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Spec_Container) bool
Contains returns a boolean indicating if value that is being held is present in given 'Container'
func (*PodSpecContainer_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *PodSpecContainer_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type PodSpecContainer_FieldSubPathArrayOfValues ¶
type PodSpecContainer_FieldSubPathArrayOfValues struct { PodSpecContainer_FieldPath // contains filtered or unexported fields }
func (*PodSpecContainer_FieldSubPathArrayOfValues) AsEnvFromPathArrayOfValues ¶
func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsEnvFromPathArrayOfValues() (EnvFromSource_FieldPathArrayOfValues, bool)
func (*PodSpecContainer_FieldSubPathArrayOfValues) AsEnvPathArrayOfValues ¶
func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsEnvPathArrayOfValues() (EnvVar_FieldPathArrayOfValues, bool)
func (*PodSpecContainer_FieldSubPathArrayOfValues) AsResourcesPathArrayOfValues ¶
func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsResourcesPathArrayOfValues() (PodSpecContainerResourceRequirements_FieldPathArrayOfValues, bool)
func (*PodSpecContainer_FieldSubPathArrayOfValues) AsSecurityContextPathArrayOfValues ¶
func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsSecurityContextPathArrayOfValues() (SecurityContext_FieldPathArrayOfValues, bool)
func (*PodSpecContainer_FieldSubPathArrayOfValues) AsVolumeMountsPathArrayOfValues ¶
func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) AsVolumeMountsPathArrayOfValues() (VolumeMount_FieldPathArrayOfValues, bool)
func (*PodSpecContainer_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *PodSpecContainer_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type PodSpecContainer_FieldSubPathValue ¶
type PodSpecContainer_FieldSubPathValue struct { PodSpecContainer_FieldPath // contains filtered or unexported fields }
func (*PodSpecContainer_FieldSubPathValue) AsEnvFromPathValue ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) AsEnvFromPathValue() (EnvFromSource_FieldPathValue, bool)
func (*PodSpecContainer_FieldSubPathValue) AsEnvPathValue ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) AsEnvPathValue() (EnvVar_FieldPathValue, bool)
func (*PodSpecContainer_FieldSubPathValue) AsResourcesPathValue ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) AsResourcesPathValue() (PodSpecContainerResourceRequirements_FieldPathValue, bool)
func (*PodSpecContainer_FieldSubPathValue) AsSecurityContextPathValue ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) AsSecurityContextPathValue() (SecurityContext_FieldPathValue, bool)
func (*PodSpecContainer_FieldSubPathValue) AsVolumeMountsPathValue ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) AsVolumeMountsPathValue() (VolumeMount_FieldPathValue, bool)
func (*PodSpecContainer_FieldSubPathValue) CompareWith ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) CompareWith(source *Pod_Spec_Container) (int, bool)
func (*PodSpecContainer_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodSpecContainer_FieldSubPathValue) GetRawValue ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) GetRawValue() interface{}
func (*PodSpecContainer_FieldSubPathValue) SetTo ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) SetTo(target **Pod_Spec_Container)
func (*PodSpecContainer_FieldSubPathValue) SetToRaw ¶
func (fpvs *PodSpecContainer_FieldSubPathValue) SetToRaw(target proto.Message)
type PodSpecContainer_FieldTerminalPath ¶
type PodSpecContainer_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodSpecContainer_FieldTerminalPath) ClearValue ¶
func (fp *PodSpecContainer_FieldTerminalPath) ClearValue(item *Pod_Spec_Container)
func (*PodSpecContainer_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodSpecContainer_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodSpecContainer_FieldTerminalPath) Get ¶
func (fp *PodSpecContainer_FieldTerminalPath) Get(source *Pod_Spec_Container) (values []interface{})
Get returns all values pointed by specific field from source Pod_Spec_Container
func (*PodSpecContainer_FieldTerminalPath) GetDefault ¶
func (fp *PodSpecContainer_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodSpecContainer_FieldTerminalPath) GetRaw ¶
func (fp *PodSpecContainer_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodSpecContainer_FieldTerminalPath) GetSingle ¶
func (fp *PodSpecContainer_FieldTerminalPath) GetSingle(source *Pod_Spec_Container) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Spec_Container
func (*PodSpecContainer_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodSpecContainer_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodSpecContainer_FieldTerminalPath) IsLeaf ¶
func (fp *PodSpecContainer_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodSpecContainer_FieldTerminalPath) JSONString ¶
func (fp *PodSpecContainer_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodSpecContainer_FieldTerminalPath) Selector ¶
func (fp *PodSpecContainer_FieldTerminalPath) Selector() PodSpecContainer_FieldPathSelector
func (*PodSpecContainer_FieldTerminalPath) String ¶
func (fp *PodSpecContainer_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodSpecContainer_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodSpecContainer_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodSpecContainer_FieldPathArrayItemValue
func (*PodSpecContainer_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodSpecContainer_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodSpecContainer_FieldPathArrayOfValues
func (*PodSpecContainer_FieldTerminalPath) WithIValue ¶
func (fp *PodSpecContainer_FieldTerminalPath) WithIValue(value interface{}) PodSpecContainer_FieldPathValue
func (*PodSpecContainer_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodSpecContainer_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodSpecContainer_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodSpecContainer_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodSpecContainer_FieldTerminalPath) WithRawIValue ¶
func (fp *PodSpecContainer_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodSpecContainer_FieldTerminalPathArrayItemValue ¶
type PodSpecContainer_FieldTerminalPathArrayItemValue struct { PodSpecContainer_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) AsArgsItemValue ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsArgsItemValue() (string, bool)
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) AsCommandItemValue ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsCommandItemValue() (string, bool)
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) AsEnvItemValue ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsEnvItemValue() (*EnvVar, bool)
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) AsVolumeMountsItemValue ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) AsVolumeMountsItemValue() (*VolumeMount, bool)
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Spec_Container) bool
Contains returns a boolean indicating if value that is being held is present in given 'Container'
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Spec_Container as interface{}
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Spec_Container) (interface{}, bool)
func (*PodSpecContainer_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodSpecContainer_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodSpecContainer_FieldTerminalPathArrayOfValues ¶
type PodSpecContainer_FieldTerminalPathArrayOfValues struct { PodSpecContainer_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsArgsArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsArgsArrayOfValues() ([][]string, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsCommandArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsCommandArrayOfValues() ([][]string, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsEnvArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsEnvArrayOfValues() ([][]*EnvVar, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsEnvFromArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsEnvFromArrayOfValues() ([]*EnvFromSource, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsImageArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsImageArrayOfValues() ([]string, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsImagePullPolicyArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsImagePullPolicyArrayOfValues() ([]string, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsResourcesArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsResourcesArrayOfValues() ([]*Pod_Spec_Container_ResourceRequirements, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsSecurityContextArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsSecurityContextArrayOfValues() ([]*SecurityContext, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) AsVolumeMountsArrayOfValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) AsVolumeMountsArrayOfValues() ([][]*VolumeMount, bool)
func (*PodSpecContainer_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodSpecContainer_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodSpecContainer_FieldTerminalPathValue ¶
type PodSpecContainer_FieldTerminalPathValue struct { PodSpecContainer_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpecContainer_FieldTerminalPathValue) AsArgsValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsArgsValue() ([]string, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsCommandValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsCommandValue() ([]string, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsEnvFromValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsEnvFromValue() (*EnvFromSource, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsEnvValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsEnvValue() ([]*EnvVar, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsImagePullPolicyValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsImagePullPolicyValue() (string, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsImageValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsImageValue() (string, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsNameValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsResourcesValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsResourcesValue() (*Pod_Spec_Container_ResourceRequirements, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsSecurityContextValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsSecurityContextValue() (*SecurityContext, bool)
func (*PodSpecContainer_FieldTerminalPathValue) AsVolumeMountsValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) AsVolumeMountsValue() ([]*VolumeMount, bool)
func (*PodSpecContainer_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) CompareWith(source *Pod_Spec_Container) (int, bool)
CompareWith compares value in the 'PodSpecContainer_FieldTerminalPathValue' with the value under path in 'Pod_Spec_Container'.
func (*PodSpecContainer_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodSpecContainer_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Container' as interface{}
func (*PodSpecContainer_FieldTerminalPathValue) SetTo ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) SetTo(target **Pod_Spec_Container)
SetTo stores value for selected field for object Container
func (*PodSpecContainer_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodSpecContainer_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PodSpecFieldPathBuilder ¶
type PodSpecFieldPathBuilder struct{}
func NewPodSpecFieldPathBuilder ¶
func NewPodSpecFieldPathBuilder() PodSpecFieldPathBuilder
func (PodSpecFieldPathBuilder) Compose ¶
func (PodSpecFieldPathBuilder) Compose() Pod_SpecPathSelectorCompose
func (PodSpecFieldPathBuilder) Containers ¶
func (PodSpecFieldPathBuilder) Containers() Pod_SpecPathSelectorContainers
func (PodSpecFieldPathBuilder) HostNetwork ¶
func (PodSpecFieldPathBuilder) HostNetwork() Pod_SpecPathSelectorHostNetwork
func (PodSpecFieldPathBuilder) HostVolumeMounts ¶
func (PodSpecFieldPathBuilder) HostVolumeMounts() Pod_SpecPathSelectorHostVolumeMounts
func (PodSpecFieldPathBuilder) ImagePullSecrets ¶
func (PodSpecFieldPathBuilder) ImagePullSecrets() Pod_SpecPathSelectorImagePullSecrets
func (PodSpecFieldPathBuilder) Node ¶
func (PodSpecFieldPathBuilder) Node() Pod_SpecPathSelectorNode
func (PodSpecFieldPathBuilder) RestartPolicy ¶
func (PodSpecFieldPathBuilder) RestartPolicy() Pod_SpecPathSelectorRestartPolicy
func (PodSpecFieldPathBuilder) Volumes ¶
func (PodSpecFieldPathBuilder) Volumes() Pod_SpecPathSelectorVolumes
type PodSpec_FieldPath ¶
type PodSpec_FieldPath interface { gotenobject.FieldPath Selector() PodSpec_FieldPathSelector Get(source *Pod_Spec) []interface{} GetSingle(source *Pod_Spec) (interface{}, bool) ClearValue(item *Pod_Spec) // Those methods build corresponding PodSpec_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodSpec_FieldPathValue WithIArrayOfValues(values interface{}) PodSpec_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodSpec_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodSpec_FieldPath ¶
func BuildPodSpec_FieldPath(fp gotenobject.RawFieldPath) (PodSpec_FieldPath, error)
func MustParsePodSpec_FieldPath ¶
func MustParsePodSpec_FieldPath(rawField string) PodSpec_FieldPath
func ParsePodSpec_FieldPath ¶
func ParsePodSpec_FieldPath(rawField string) (PodSpec_FieldPath, error)
type PodSpec_FieldPathArrayItemValue ¶
type PodSpec_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodSpec_FieldPath ContainsValue(*Pod_Spec) bool }
PodSpec_FieldPathArrayItemValue allows storing single item in Path-specific values for Spec according to their type Present only for array (repeated) types.
func MustParsePodSpec_FieldPathArrayItemValue ¶
func MustParsePodSpec_FieldPathArrayItemValue(pathStr, valueStr string) PodSpec_FieldPathArrayItemValue
func ParsePodSpec_FieldPathArrayItemValue ¶
func ParsePodSpec_FieldPathArrayItemValue(pathStr, valueStr string) (PodSpec_FieldPathArrayItemValue, error)
ParsePodSpec_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodSpec_FieldPathArrayOfValues ¶
type PodSpec_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodSpec_FieldPath }
PodSpec_FieldPathArrayOfValues allows storing slice of values for Spec fields according to their type
func MustParsePodSpec_FieldPathArrayOfValues ¶
func MustParsePodSpec_FieldPathArrayOfValues(pathStr, valuesStr string) PodSpec_FieldPathArrayOfValues
func ParsePodSpec_FieldPathArrayOfValues ¶
func ParsePodSpec_FieldPathArrayOfValues(pathStr, valuesStr string) (PodSpec_FieldPathArrayOfValues, error)
type PodSpec_FieldPathSelector ¶
type PodSpec_FieldPathSelector int32
const ( PodSpec_FieldPathSelectorNode PodSpec_FieldPathSelector = 0 PodSpec_FieldPathSelectorContainers PodSpec_FieldPathSelector = 1 PodSpec_FieldPathSelectorHostNetwork PodSpec_FieldPathSelector = 2 PodSpec_FieldPathSelectorRestartPolicy PodSpec_FieldPathSelector = 3 PodSpec_FieldPathSelectorImagePullSecrets PodSpec_FieldPathSelector = 4 PodSpec_FieldPathSelectorVolumes PodSpec_FieldPathSelector = 5 PodSpec_FieldPathSelectorCompose PodSpec_FieldPathSelector = 6 PodSpec_FieldPathSelectorHostVolumeMounts PodSpec_FieldPathSelector = 7 )
func (PodSpec_FieldPathSelector) String ¶
func (s PodSpec_FieldPathSelector) String() string
type PodSpec_FieldPathValue ¶
type PodSpec_FieldPathValue interface { PodSpec_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Spec) CompareWith(*Pod_Spec) (cmp int, comparable bool) }
PodSpec_FieldPathValue allows storing values for Spec fields according to their type
func MustParsePodSpec_FieldPathValue ¶
func MustParsePodSpec_FieldPathValue(pathStr, valueStr string) PodSpec_FieldPathValue
func ParsePodSpec_FieldPathValue ¶
func ParsePodSpec_FieldPathValue(pathStr, valueStr string) (PodSpec_FieldPathValue, error)
type PodSpec_FieldSubPath ¶
type PodSpec_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*PodSpec_FieldSubPath) AsContainersSubPath ¶
func (fps *PodSpec_FieldSubPath) AsContainersSubPath() (PodSpecContainer_FieldPath, bool)
func (*PodSpec_FieldSubPath) AsHostVolumeMountsSubPath ¶
func (fps *PodSpec_FieldSubPath) AsHostVolumeMountsSubPath() (VolumeMount_FieldPath, bool)
func (*PodSpec_FieldSubPath) AsImagePullSecretsSubPath ¶
func (fps *PodSpec_FieldSubPath) AsImagePullSecretsSubPath() (LocalObjectReferenceSecret_FieldPath, bool)
func (*PodSpec_FieldSubPath) AsVolumesSubPath ¶
func (fps *PodSpec_FieldSubPath) AsVolumesSubPath() (Volume_FieldPath, bool)
func (*PodSpec_FieldSubPath) ClearValue ¶
func (fps *PodSpec_FieldSubPath) ClearValue(item *Pod_Spec)
func (*PodSpec_FieldSubPath) ClearValueRaw ¶
func (fps *PodSpec_FieldSubPath) ClearValueRaw(item proto.Message)
func (*PodSpec_FieldSubPath) Get ¶
func (fps *PodSpec_FieldSubPath) Get(source *Pod_Spec) (values []interface{})
Get returns all values pointed by selected field from source Pod_Spec
func (*PodSpec_FieldSubPath) GetDefault ¶
func (fps *PodSpec_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodSpec_FieldSubPath) GetRaw ¶
func (fps *PodSpec_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*PodSpec_FieldSubPath) GetSingle ¶
func (fps *PodSpec_FieldSubPath) GetSingle(source *Pod_Spec) (interface{}, bool)
GetSingle returns value of selected field from source Pod_Spec
func (*PodSpec_FieldSubPath) GetSingleRaw ¶
func (fps *PodSpec_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodSpec_FieldSubPath) IsLeaf ¶
func (fps *PodSpec_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodSpec_FieldSubPath) JSONString ¶
func (fps *PodSpec_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodSpec_FieldSubPath) Selector ¶
func (fps *PodSpec_FieldSubPath) Selector() PodSpec_FieldPathSelector
func (*PodSpec_FieldSubPath) String ¶
func (fps *PodSpec_FieldSubPath) String() string
String returns path representation in proto convention
func (*PodSpec_FieldSubPath) WithIArrayItemValue ¶
func (fps *PodSpec_FieldSubPath) WithIArrayItemValue(value interface{}) PodSpec_FieldPathArrayItemValue
func (*PodSpec_FieldSubPath) WithIArrayOfValues ¶
func (fps *PodSpec_FieldSubPath) WithIArrayOfValues(values interface{}) PodSpec_FieldPathArrayOfValues
func (*PodSpec_FieldSubPath) WithIValue ¶
func (fps *PodSpec_FieldSubPath) WithIValue(value interface{}) PodSpec_FieldPathValue
func (*PodSpec_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *PodSpec_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodSpec_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *PodSpec_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodSpec_FieldSubPath) WithRawIValue ¶
func (fps *PodSpec_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodSpec_FieldSubPathArrayItemValue ¶
type PodSpec_FieldSubPathArrayItemValue struct { PodSpec_FieldPath // contains filtered or unexported fields }
func (*PodSpec_FieldSubPathArrayItemValue) AsContainersPathItemValue ¶
func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsContainersPathItemValue() (PodSpecContainer_FieldPathArrayItemValue, bool)
func (*PodSpec_FieldSubPathArrayItemValue) AsHostVolumeMountsPathItemValue ¶
func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsHostVolumeMountsPathItemValue() (VolumeMount_FieldPathArrayItemValue, bool)
func (*PodSpec_FieldSubPathArrayItemValue) AsImagePullSecretsPathItemValue ¶
func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsImagePullSecretsPathItemValue() (LocalObjectReferenceSecret_FieldPathArrayItemValue, bool)
func (*PodSpec_FieldSubPathArrayItemValue) AsVolumesPathItemValue ¶
func (fpaivs *PodSpec_FieldSubPathArrayItemValue) AsVolumesPathItemValue() (Volume_FieldPathArrayItemValue, bool)
func (*PodSpec_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *PodSpec_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*PodSpec_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *PodSpec_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type PodSpec_FieldSubPathArrayOfValues ¶
type PodSpec_FieldSubPathArrayOfValues struct { PodSpec_FieldPath // contains filtered or unexported fields }
func (*PodSpec_FieldSubPathArrayOfValues) AsContainersPathArrayOfValues ¶
func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsContainersPathArrayOfValues() (PodSpecContainer_FieldPathArrayOfValues, bool)
func (*PodSpec_FieldSubPathArrayOfValues) AsHostVolumeMountsPathArrayOfValues ¶
func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsHostVolumeMountsPathArrayOfValues() (VolumeMount_FieldPathArrayOfValues, bool)
func (*PodSpec_FieldSubPathArrayOfValues) AsImagePullSecretsPathArrayOfValues ¶
func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsImagePullSecretsPathArrayOfValues() (LocalObjectReferenceSecret_FieldPathArrayOfValues, bool)
func (*PodSpec_FieldSubPathArrayOfValues) AsVolumesPathArrayOfValues ¶
func (fpsaov *PodSpec_FieldSubPathArrayOfValues) AsVolumesPathArrayOfValues() (Volume_FieldPathArrayOfValues, bool)
func (*PodSpec_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *PodSpec_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type PodSpec_FieldSubPathValue ¶
type PodSpec_FieldSubPathValue struct { PodSpec_FieldPath // contains filtered or unexported fields }
func (*PodSpec_FieldSubPathValue) AsContainersPathValue ¶
func (fpvs *PodSpec_FieldSubPathValue) AsContainersPathValue() (PodSpecContainer_FieldPathValue, bool)
func (*PodSpec_FieldSubPathValue) AsHostVolumeMountsPathValue ¶
func (fpvs *PodSpec_FieldSubPathValue) AsHostVolumeMountsPathValue() (VolumeMount_FieldPathValue, bool)
func (*PodSpec_FieldSubPathValue) AsImagePullSecretsPathValue ¶
func (fpvs *PodSpec_FieldSubPathValue) AsImagePullSecretsPathValue() (LocalObjectReferenceSecret_FieldPathValue, bool)
func (*PodSpec_FieldSubPathValue) AsVolumesPathValue ¶
func (fpvs *PodSpec_FieldSubPathValue) AsVolumesPathValue() (Volume_FieldPathValue, bool)
func (*PodSpec_FieldSubPathValue) CompareWith ¶
func (fpvs *PodSpec_FieldSubPathValue) CompareWith(source *Pod_Spec) (int, bool)
func (*PodSpec_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *PodSpec_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodSpec_FieldSubPathValue) GetRawValue ¶
func (fpvs *PodSpec_FieldSubPathValue) GetRawValue() interface{}
func (*PodSpec_FieldSubPathValue) SetTo ¶
func (fpvs *PodSpec_FieldSubPathValue) SetTo(target **Pod_Spec)
func (*PodSpec_FieldSubPathValue) SetToRaw ¶
func (fpvs *PodSpec_FieldSubPathValue) SetToRaw(target proto.Message)
type PodSpec_FieldTerminalPath ¶
type PodSpec_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodSpec_FieldTerminalPath) ClearValue ¶
func (fp *PodSpec_FieldTerminalPath) ClearValue(item *Pod_Spec)
func (*PodSpec_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodSpec_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodSpec_FieldTerminalPath) Get ¶
func (fp *PodSpec_FieldTerminalPath) Get(source *Pod_Spec) (values []interface{})
Get returns all values pointed by specific field from source Pod_Spec
func (*PodSpec_FieldTerminalPath) GetDefault ¶
func (fp *PodSpec_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodSpec_FieldTerminalPath) GetRaw ¶
func (fp *PodSpec_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodSpec_FieldTerminalPath) GetSingle ¶
func (fp *PodSpec_FieldTerminalPath) GetSingle(source *Pod_Spec) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Spec
func (*PodSpec_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodSpec_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodSpec_FieldTerminalPath) IsLeaf ¶
func (fp *PodSpec_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodSpec_FieldTerminalPath) JSONString ¶
func (fp *PodSpec_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodSpec_FieldTerminalPath) Selector ¶
func (fp *PodSpec_FieldTerminalPath) Selector() PodSpec_FieldPathSelector
func (*PodSpec_FieldTerminalPath) String ¶
func (fp *PodSpec_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodSpec_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodSpec_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodSpec_FieldPathArrayItemValue
func (*PodSpec_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodSpec_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodSpec_FieldPathArrayOfValues
func (*PodSpec_FieldTerminalPath) WithIValue ¶
func (fp *PodSpec_FieldTerminalPath) WithIValue(value interface{}) PodSpec_FieldPathValue
func (*PodSpec_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodSpec_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodSpec_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodSpec_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodSpec_FieldTerminalPath) WithRawIValue ¶
func (fp *PodSpec_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodSpec_FieldTerminalPathArrayItemValue ¶
type PodSpec_FieldTerminalPathArrayItemValue struct { PodSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpec_FieldTerminalPathArrayItemValue) AsContainersItemValue ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsContainersItemValue() (*Pod_Spec_Container, bool)
func (*PodSpec_FieldTerminalPathArrayItemValue) AsHostVolumeMountsItemValue ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsHostVolumeMountsItemValue() (*VolumeMount, bool)
func (*PodSpec_FieldTerminalPathArrayItemValue) AsImagePullSecretsItemValue ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsImagePullSecretsItemValue() (*LocalObjectReferenceSecret, bool)
func (*PodSpec_FieldTerminalPathArrayItemValue) AsVolumesItemValue ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) AsVolumesItemValue() (*Volume, bool)
func (*PodSpec_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Spec) bool
Contains returns a boolean indicating if value that is being held is present in given 'Spec'
func (*PodSpec_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Spec as interface{}
func (*PodSpec_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Spec) (interface{}, bool)
func (*PodSpec_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodSpec_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodSpec_FieldTerminalPathArrayOfValues ¶
type PodSpec_FieldTerminalPathArrayOfValues struct { PodSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpec_FieldTerminalPathArrayOfValues) AsComposeArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsComposeArrayOfValues() ([]string, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) AsContainersArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsContainersArrayOfValues() ([][]*Pod_Spec_Container, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) AsHostNetworkArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsHostNetworkArrayOfValues() ([]bool, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) AsHostVolumeMountsArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsHostVolumeMountsArrayOfValues() ([][]*VolumeMount, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) AsImagePullSecretsArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsImagePullSecretsArrayOfValues() ([][]*LocalObjectReferenceSecret, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) AsNodeArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsNodeArrayOfValues() ([]*devices_device.Reference, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) AsRestartPolicyArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsRestartPolicyArrayOfValues() ([]Pod_Spec_RestartPolicy, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) AsVolumesArrayOfValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) AsVolumesArrayOfValues() ([][]*Volume, bool)
func (*PodSpec_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodSpec_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodSpec_FieldTerminalPathValue ¶
type PodSpec_FieldTerminalPathValue struct { PodSpec_FieldTerminalPath // contains filtered or unexported fields }
func (*PodSpec_FieldTerminalPathValue) AsComposeValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsComposeValue() (string, bool)
func (*PodSpec_FieldTerminalPathValue) AsContainersValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsContainersValue() ([]*Pod_Spec_Container, bool)
func (*PodSpec_FieldTerminalPathValue) AsHostNetworkValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsHostNetworkValue() (bool, bool)
func (*PodSpec_FieldTerminalPathValue) AsHostVolumeMountsValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsHostVolumeMountsValue() ([]*VolumeMount, bool)
func (*PodSpec_FieldTerminalPathValue) AsImagePullSecretsValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsImagePullSecretsValue() ([]*LocalObjectReferenceSecret, bool)
func (*PodSpec_FieldTerminalPathValue) AsNodeValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsNodeValue() (*devices_device.Reference, bool)
func (*PodSpec_FieldTerminalPathValue) AsRestartPolicyValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsRestartPolicyValue() (Pod_Spec_RestartPolicy, bool)
func (*PodSpec_FieldTerminalPathValue) AsVolumesValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) AsVolumesValue() ([]*Volume, bool)
func (*PodSpec_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodSpec_FieldTerminalPathValue) CompareWith(source *Pod_Spec) (int, bool)
CompareWith compares value in the 'PodSpec_FieldTerminalPathValue' with the value under path in 'Pod_Spec'.
func (*PodSpec_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodSpec_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodSpec_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodSpec_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Spec' as interface{}
func (*PodSpec_FieldTerminalPathValue) SetTo ¶
func (fpv *PodSpec_FieldTerminalPathValue) SetTo(target **Pod_Spec)
SetTo stores value for selected field for object Spec
func (*PodSpec_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodSpec_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PodStatusContainerFieldPathBuilder ¶
type PodStatusContainerFieldPathBuilder struct{}
func NewPodStatusContainerFieldPathBuilder ¶
func NewPodStatusContainerFieldPathBuilder() PodStatusContainerFieldPathBuilder
func (PodStatusContainerFieldPathBuilder) Terminated ¶
func (PodStatusContainerFieldPathBuilder) Terminated() Pod_Status_ContainerPathSelectorTerminated
type PodStatusContainerStateRunningFieldPathBuilder ¶
type PodStatusContainerStateRunningFieldPathBuilder struct{}
func NewPodStatusContainerStateRunningFieldPathBuilder ¶
func NewPodStatusContainerStateRunningFieldPathBuilder() PodStatusContainerStateRunningFieldPathBuilder
type PodStatusContainerStateRunning_FieldPath ¶
type PodStatusContainerStateRunning_FieldPath interface { gotenobject.FieldPath Selector() PodStatusContainerStateRunning_FieldPathSelector Get(source *Pod_Status_Container_StateRunning) []interface{} GetSingle(source *Pod_Status_Container_StateRunning) (interface{}, bool) ClearValue(item *Pod_Status_Container_StateRunning) // Those methods build corresponding PodStatusContainerStateRunning_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodStatusContainerStateRunning_FieldPathValue WithIArrayOfValues(values interface{}) PodStatusContainerStateRunning_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodStatusContainerStateRunning_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodStatusContainerStateRunning_FieldPath ¶
func BuildPodStatusContainerStateRunning_FieldPath(fp gotenobject.RawFieldPath) (PodStatusContainerStateRunning_FieldPath, error)
func MustParsePodStatusContainerStateRunning_FieldPath ¶
func MustParsePodStatusContainerStateRunning_FieldPath(rawField string) PodStatusContainerStateRunning_FieldPath
func ParsePodStatusContainerStateRunning_FieldPath ¶
func ParsePodStatusContainerStateRunning_FieldPath(rawField string) (PodStatusContainerStateRunning_FieldPath, error)
type PodStatusContainerStateRunning_FieldPathArrayItemValue ¶
type PodStatusContainerStateRunning_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodStatusContainerStateRunning_FieldPath ContainsValue(*Pod_Status_Container_StateRunning) bool }
PodStatusContainerStateRunning_FieldPathArrayItemValue allows storing single item in Path-specific values for StateRunning according to their type Present only for array (repeated) types.
func MustParsePodStatusContainerStateRunning_FieldPathArrayItemValue ¶
func MustParsePodStatusContainerStateRunning_FieldPathArrayItemValue(pathStr, valueStr string) PodStatusContainerStateRunning_FieldPathArrayItemValue
func ParsePodStatusContainerStateRunning_FieldPathArrayItemValue ¶
func ParsePodStatusContainerStateRunning_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatusContainerStateRunning_FieldPathArrayItemValue, error)
ParsePodStatusContainerStateRunning_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodStatusContainerStateRunning_FieldPathArrayOfValues ¶
type PodStatusContainerStateRunning_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodStatusContainerStateRunning_FieldPath }
PodStatusContainerStateRunning_FieldPathArrayOfValues allows storing slice of values for StateRunning fields according to their type
func MustParsePodStatusContainerStateRunning_FieldPathArrayOfValues ¶
func MustParsePodStatusContainerStateRunning_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatusContainerStateRunning_FieldPathArrayOfValues
func ParsePodStatusContainerStateRunning_FieldPathArrayOfValues ¶
func ParsePodStatusContainerStateRunning_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatusContainerStateRunning_FieldPathArrayOfValues, error)
type PodStatusContainerStateRunning_FieldPathSelector ¶
type PodStatusContainerStateRunning_FieldPathSelector int32
const (
PodStatusContainerStateRunning_FieldPathSelectorStartedAt PodStatusContainerStateRunning_FieldPathSelector = 0
)
func (PodStatusContainerStateRunning_FieldPathSelector) String ¶
func (s PodStatusContainerStateRunning_FieldPathSelector) String() string
type PodStatusContainerStateRunning_FieldPathValue ¶
type PodStatusContainerStateRunning_FieldPathValue interface { PodStatusContainerStateRunning_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Status_Container_StateRunning) CompareWith(*Pod_Status_Container_StateRunning) (cmp int, comparable bool) }
PodStatusContainerStateRunning_FieldPathValue allows storing values for StateRunning fields according to their type
func MustParsePodStatusContainerStateRunning_FieldPathValue ¶
func MustParsePodStatusContainerStateRunning_FieldPathValue(pathStr, valueStr string) PodStatusContainerStateRunning_FieldPathValue
func ParsePodStatusContainerStateRunning_FieldPathValue ¶
func ParsePodStatusContainerStateRunning_FieldPathValue(pathStr, valueStr string) (PodStatusContainerStateRunning_FieldPathValue, error)
type PodStatusContainerStateRunning_FieldTerminalPath ¶
type PodStatusContainerStateRunning_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodStatusContainerStateRunning_FieldTerminalPath) ClearValue ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) ClearValue(item *Pod_Status_Container_StateRunning)
func (*PodStatusContainerStateRunning_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodStatusContainerStateRunning_FieldTerminalPath) Get ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) Get(source *Pod_Status_Container_StateRunning) (values []interface{})
Get returns all values pointed by specific field from source Pod_Status_Container_StateRunning
func (*PodStatusContainerStateRunning_FieldTerminalPath) GetDefault ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodStatusContainerStateRunning_FieldTerminalPath) GetRaw ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodStatusContainerStateRunning_FieldTerminalPath) GetSingle ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetSingle(source *Pod_Status_Container_StateRunning) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Status_Container_StateRunning
func (*PodStatusContainerStateRunning_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodStatusContainerStateRunning_FieldTerminalPath) IsLeaf ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodStatusContainerStateRunning_FieldTerminalPath) JSONString ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodStatusContainerStateRunning_FieldTerminalPath) String ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodStatusContainerStateRunning_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainerStateRunning_FieldPathArrayItemValue
func (*PodStatusContainerStateRunning_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainerStateRunning_FieldPathArrayOfValues
func (*PodStatusContainerStateRunning_FieldTerminalPath) WithIValue ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainerStateRunning_FieldPathValue
func (*PodStatusContainerStateRunning_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodStatusContainerStateRunning_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodStatusContainerStateRunning_FieldTerminalPath) WithRawIValue ¶
func (fp *PodStatusContainerStateRunning_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue ¶
type PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue struct { PodStatusContainerStateRunning_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container_StateRunning) bool
Contains returns a boolean indicating if value that is being held is present in given 'StateRunning'
func (*PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Status_Container_StateRunning as interface{}
func (*PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container_StateRunning) (interface{}, bool)
func (*PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodStatusContainerStateRunning_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues ¶
type PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues struct { PodStatusContainerStateRunning_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues) AsStartedAtArrayOfValues ¶
func (fpaov *PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues) AsStartedAtArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodStatusContainerStateRunning_FieldTerminalPathValue ¶
type PodStatusContainerStateRunning_FieldTerminalPathValue struct { PodStatusContainerStateRunning_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateRunning_FieldTerminalPathValue) AsStartedAtValue ¶
func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) AsStartedAtValue() (*timestamp.Timestamp, bool)
func (*PodStatusContainerStateRunning_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container_StateRunning) (int, bool)
CompareWith compares value in the 'PodStatusContainerStateRunning_FieldTerminalPathValue' with the value under path in 'Pod_Status_Container_StateRunning'.
func (*PodStatusContainerStateRunning_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodStatusContainerStateRunning_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'StateRunning' as interface{}
func (*PodStatusContainerStateRunning_FieldTerminalPathValue) SetTo ¶
func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) SetTo(target **Pod_Status_Container_StateRunning)
SetTo stores value for selected field for object StateRunning
func (*PodStatusContainerStateRunning_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodStatusContainerStateRunning_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PodStatusContainerStateTerminatedFieldPathBuilder ¶
type PodStatusContainerStateTerminatedFieldPathBuilder struct{}
func NewPodStatusContainerStateTerminatedFieldPathBuilder ¶
func NewPodStatusContainerStateTerminatedFieldPathBuilder() PodStatusContainerStateTerminatedFieldPathBuilder
func (PodStatusContainerStateTerminatedFieldPathBuilder) ContainerId ¶
func (PodStatusContainerStateTerminatedFieldPathBuilder) FinishedAt ¶
type PodStatusContainerStateTerminated_FieldPath ¶
type PodStatusContainerStateTerminated_FieldPath interface { gotenobject.FieldPath Selector() PodStatusContainerStateTerminated_FieldPathSelector Get(source *Pod_Status_Container_StateTerminated) []interface{} GetSingle(source *Pod_Status_Container_StateTerminated) (interface{}, bool) ClearValue(item *Pod_Status_Container_StateTerminated) // Those methods build corresponding PodStatusContainerStateTerminated_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodStatusContainerStateTerminated_FieldPathValue WithIArrayOfValues(values interface{}) PodStatusContainerStateTerminated_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodStatusContainerStateTerminated_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodStatusContainerStateTerminated_FieldPath ¶
func BuildPodStatusContainerStateTerminated_FieldPath(fp gotenobject.RawFieldPath) (PodStatusContainerStateTerminated_FieldPath, error)
func MustParsePodStatusContainerStateTerminated_FieldPath ¶
func MustParsePodStatusContainerStateTerminated_FieldPath(rawField string) PodStatusContainerStateTerminated_FieldPath
func ParsePodStatusContainerStateTerminated_FieldPath ¶
func ParsePodStatusContainerStateTerminated_FieldPath(rawField string) (PodStatusContainerStateTerminated_FieldPath, error)
type PodStatusContainerStateTerminated_FieldPathArrayItemValue ¶
type PodStatusContainerStateTerminated_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodStatusContainerStateTerminated_FieldPath ContainsValue(*Pod_Status_Container_StateTerminated) bool }
PodStatusContainerStateTerminated_FieldPathArrayItemValue allows storing single item in Path-specific values for StateTerminated according to their type Present only for array (repeated) types.
func MustParsePodStatusContainerStateTerminated_FieldPathArrayItemValue ¶
func MustParsePodStatusContainerStateTerminated_FieldPathArrayItemValue(pathStr, valueStr string) PodStatusContainerStateTerminated_FieldPathArrayItemValue
func ParsePodStatusContainerStateTerminated_FieldPathArrayItemValue ¶
func ParsePodStatusContainerStateTerminated_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatusContainerStateTerminated_FieldPathArrayItemValue, error)
ParsePodStatusContainerStateTerminated_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodStatusContainerStateTerminated_FieldPathArrayOfValues ¶
type PodStatusContainerStateTerminated_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodStatusContainerStateTerminated_FieldPath }
PodStatusContainerStateTerminated_FieldPathArrayOfValues allows storing slice of values for StateTerminated fields according to their type
func MustParsePodStatusContainerStateTerminated_FieldPathArrayOfValues ¶
func MustParsePodStatusContainerStateTerminated_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatusContainerStateTerminated_FieldPathArrayOfValues
func ParsePodStatusContainerStateTerminated_FieldPathArrayOfValues ¶
func ParsePodStatusContainerStateTerminated_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatusContainerStateTerminated_FieldPathArrayOfValues, error)
type PodStatusContainerStateTerminated_FieldPathSelector ¶
type PodStatusContainerStateTerminated_FieldPathSelector int32
const ( PodStatusContainerStateTerminated_FieldPathSelectorExitCode PodStatusContainerStateTerminated_FieldPathSelector = 0 PodStatusContainerStateTerminated_FieldPathSelectorSignal PodStatusContainerStateTerminated_FieldPathSelector = 1 PodStatusContainerStateTerminated_FieldPathSelectorReason PodStatusContainerStateTerminated_FieldPathSelector = 2 PodStatusContainerStateTerminated_FieldPathSelectorMessage PodStatusContainerStateTerminated_FieldPathSelector = 3 PodStatusContainerStateTerminated_FieldPathSelectorStartedAt PodStatusContainerStateTerminated_FieldPathSelector = 4 PodStatusContainerStateTerminated_FieldPathSelectorFinishedAt PodStatusContainerStateTerminated_FieldPathSelector = 5 PodStatusContainerStateTerminated_FieldPathSelectorContainerId PodStatusContainerStateTerminated_FieldPathSelector = 6 )
func (PodStatusContainerStateTerminated_FieldPathSelector) String ¶
func (s PodStatusContainerStateTerminated_FieldPathSelector) String() string
type PodStatusContainerStateTerminated_FieldPathValue ¶
type PodStatusContainerStateTerminated_FieldPathValue interface { PodStatusContainerStateTerminated_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Status_Container_StateTerminated) CompareWith(*Pod_Status_Container_StateTerminated) (cmp int, comparable bool) }
PodStatusContainerStateTerminated_FieldPathValue allows storing values for StateTerminated fields according to their type
func MustParsePodStatusContainerStateTerminated_FieldPathValue ¶
func MustParsePodStatusContainerStateTerminated_FieldPathValue(pathStr, valueStr string) PodStatusContainerStateTerminated_FieldPathValue
func ParsePodStatusContainerStateTerminated_FieldPathValue ¶
func ParsePodStatusContainerStateTerminated_FieldPathValue(pathStr, valueStr string) (PodStatusContainerStateTerminated_FieldPathValue, error)
type PodStatusContainerStateTerminated_FieldTerminalPath ¶
type PodStatusContainerStateTerminated_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodStatusContainerStateTerminated_FieldTerminalPath) ClearValue ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) ClearValue(item *Pod_Status_Container_StateTerminated)
func (*PodStatusContainerStateTerminated_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodStatusContainerStateTerminated_FieldTerminalPath) Get ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) Get(source *Pod_Status_Container_StateTerminated) (values []interface{})
Get returns all values pointed by specific field from source Pod_Status_Container_StateTerminated
func (*PodStatusContainerStateTerminated_FieldTerminalPath) GetDefault ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodStatusContainerStateTerminated_FieldTerminalPath) GetRaw ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodStatusContainerStateTerminated_FieldTerminalPath) GetSingle ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetSingle(source *Pod_Status_Container_StateTerminated) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Status_Container_StateTerminated
func (*PodStatusContainerStateTerminated_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPath) IsLeaf ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodStatusContainerStateTerminated_FieldTerminalPath) JSONString ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodStatusContainerStateTerminated_FieldTerminalPath) String ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodStatusContainerStateTerminated_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainerStateTerminated_FieldPathArrayItemValue
func (*PodStatusContainerStateTerminated_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainerStateTerminated_FieldPathArrayOfValues
func (*PodStatusContainerStateTerminated_FieldTerminalPath) WithIValue ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainerStateTerminated_FieldPathValue
func (*PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIValue ¶
func (fp *PodStatusContainerStateTerminated_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue ¶
type PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue struct { PodStatusContainerStateTerminated_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container_StateTerminated) bool
Contains returns a boolean indicating if value that is being held is present in given 'StateTerminated'
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Status_Container_StateTerminated as interface{}
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container_StateTerminated) (interface{}, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodStatusContainerStateTerminated_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues ¶
type PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues struct { PodStatusContainerStateTerminated_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsContainerIdArrayOfValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsContainerIdArrayOfValues() ([]string, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsExitCodeArrayOfValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsExitCodeArrayOfValues() ([]int32, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsFinishedAtArrayOfValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsFinishedAtArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsReasonArrayOfValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsReasonArrayOfValues() ([]string, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsSignalArrayOfValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsSignalArrayOfValues() ([]int32, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsStartedAtArrayOfValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) AsStartedAtArrayOfValues() ([]*timestamp.Timestamp, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodStatusContainerStateTerminated_FieldTerminalPathValue ¶
type PodStatusContainerStateTerminated_FieldTerminalPathValue struct { PodStatusContainerStateTerminated_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) AsContainerIdValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsContainerIdValue() (string, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) AsExitCodeValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsExitCodeValue() (int32, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) AsFinishedAtValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsFinishedAtValue() (*timestamp.Timestamp, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) AsMessageValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsMessageValue() (string, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) AsReasonValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsReasonValue() (string, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) AsSignalValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsSignalValue() (int32, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) AsStartedAtValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) AsStartedAtValue() (*timestamp.Timestamp, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container_StateTerminated) (int, bool)
CompareWith compares value in the 'PodStatusContainerStateTerminated_FieldTerminalPathValue' with the value under path in 'Pod_Status_Container_StateTerminated'.
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'StateTerminated' as interface{}
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) SetTo ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) SetTo(target **Pod_Status_Container_StateTerminated)
SetTo stores value for selected field for object StateTerminated
func (*PodStatusContainerStateTerminated_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodStatusContainerStateTerminated_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PodStatusContainerStateWaitingFieldPathBuilder ¶
type PodStatusContainerStateWaitingFieldPathBuilder struct{}
func NewPodStatusContainerStateWaitingFieldPathBuilder ¶
func NewPodStatusContainerStateWaitingFieldPathBuilder() PodStatusContainerStateWaitingFieldPathBuilder
type PodStatusContainerStateWaiting_FieldPath ¶
type PodStatusContainerStateWaiting_FieldPath interface { gotenobject.FieldPath Selector() PodStatusContainerStateWaiting_FieldPathSelector Get(source *Pod_Status_Container_StateWaiting) []interface{} GetSingle(source *Pod_Status_Container_StateWaiting) (interface{}, bool) ClearValue(item *Pod_Status_Container_StateWaiting) // Those methods build corresponding PodStatusContainerStateWaiting_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodStatusContainerStateWaiting_FieldPathValue WithIArrayOfValues(values interface{}) PodStatusContainerStateWaiting_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodStatusContainerStateWaiting_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodStatusContainerStateWaiting_FieldPath ¶
func BuildPodStatusContainerStateWaiting_FieldPath(fp gotenobject.RawFieldPath) (PodStatusContainerStateWaiting_FieldPath, error)
func MustParsePodStatusContainerStateWaiting_FieldPath ¶
func MustParsePodStatusContainerStateWaiting_FieldPath(rawField string) PodStatusContainerStateWaiting_FieldPath
func ParsePodStatusContainerStateWaiting_FieldPath ¶
func ParsePodStatusContainerStateWaiting_FieldPath(rawField string) (PodStatusContainerStateWaiting_FieldPath, error)
type PodStatusContainerStateWaiting_FieldPathArrayItemValue ¶
type PodStatusContainerStateWaiting_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodStatusContainerStateWaiting_FieldPath ContainsValue(*Pod_Status_Container_StateWaiting) bool }
PodStatusContainerStateWaiting_FieldPathArrayItemValue allows storing single item in Path-specific values for StateWaiting according to their type Present only for array (repeated) types.
func MustParsePodStatusContainerStateWaiting_FieldPathArrayItemValue ¶
func MustParsePodStatusContainerStateWaiting_FieldPathArrayItemValue(pathStr, valueStr string) PodStatusContainerStateWaiting_FieldPathArrayItemValue
func ParsePodStatusContainerStateWaiting_FieldPathArrayItemValue ¶
func ParsePodStatusContainerStateWaiting_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatusContainerStateWaiting_FieldPathArrayItemValue, error)
ParsePodStatusContainerStateWaiting_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodStatusContainerStateWaiting_FieldPathArrayOfValues ¶
type PodStatusContainerStateWaiting_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodStatusContainerStateWaiting_FieldPath }
PodStatusContainerStateWaiting_FieldPathArrayOfValues allows storing slice of values for StateWaiting fields according to their type
func MustParsePodStatusContainerStateWaiting_FieldPathArrayOfValues ¶
func MustParsePodStatusContainerStateWaiting_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatusContainerStateWaiting_FieldPathArrayOfValues
func ParsePodStatusContainerStateWaiting_FieldPathArrayOfValues ¶
func ParsePodStatusContainerStateWaiting_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatusContainerStateWaiting_FieldPathArrayOfValues, error)
type PodStatusContainerStateWaiting_FieldPathSelector ¶
type PodStatusContainerStateWaiting_FieldPathSelector int32
const ( PodStatusContainerStateWaiting_FieldPathSelectorReason PodStatusContainerStateWaiting_FieldPathSelector = 0 PodStatusContainerStateWaiting_FieldPathSelectorMessage PodStatusContainerStateWaiting_FieldPathSelector = 1 )
func (PodStatusContainerStateWaiting_FieldPathSelector) String ¶
func (s PodStatusContainerStateWaiting_FieldPathSelector) String() string
type PodStatusContainerStateWaiting_FieldPathValue ¶
type PodStatusContainerStateWaiting_FieldPathValue interface { PodStatusContainerStateWaiting_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Status_Container_StateWaiting) CompareWith(*Pod_Status_Container_StateWaiting) (cmp int, comparable bool) }
PodStatusContainerStateWaiting_FieldPathValue allows storing values for StateWaiting fields according to their type
func MustParsePodStatusContainerStateWaiting_FieldPathValue ¶
func MustParsePodStatusContainerStateWaiting_FieldPathValue(pathStr, valueStr string) PodStatusContainerStateWaiting_FieldPathValue
func ParsePodStatusContainerStateWaiting_FieldPathValue ¶
func ParsePodStatusContainerStateWaiting_FieldPathValue(pathStr, valueStr string) (PodStatusContainerStateWaiting_FieldPathValue, error)
type PodStatusContainerStateWaiting_FieldTerminalPath ¶
type PodStatusContainerStateWaiting_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodStatusContainerStateWaiting_FieldTerminalPath) ClearValue ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) ClearValue(item *Pod_Status_Container_StateWaiting)
func (*PodStatusContainerStateWaiting_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodStatusContainerStateWaiting_FieldTerminalPath) Get ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) Get(source *Pod_Status_Container_StateWaiting) (values []interface{})
Get returns all values pointed by specific field from source Pod_Status_Container_StateWaiting
func (*PodStatusContainerStateWaiting_FieldTerminalPath) GetDefault ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodStatusContainerStateWaiting_FieldTerminalPath) GetRaw ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodStatusContainerStateWaiting_FieldTerminalPath) GetSingle ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetSingle(source *Pod_Status_Container_StateWaiting) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Status_Container_StateWaiting
func (*PodStatusContainerStateWaiting_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodStatusContainerStateWaiting_FieldTerminalPath) IsLeaf ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodStatusContainerStateWaiting_FieldTerminalPath) JSONString ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodStatusContainerStateWaiting_FieldTerminalPath) String ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodStatusContainerStateWaiting_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainerStateWaiting_FieldPathArrayItemValue
func (*PodStatusContainerStateWaiting_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainerStateWaiting_FieldPathArrayOfValues
func (*PodStatusContainerStateWaiting_FieldTerminalPath) WithIValue ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainerStateWaiting_FieldPathValue
func (*PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIValue ¶
func (fp *PodStatusContainerStateWaiting_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue ¶
type PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue struct { PodStatusContainerStateWaiting_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container_StateWaiting) bool
Contains returns a boolean indicating if value that is being held is present in given 'StateWaiting'
func (*PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Status_Container_StateWaiting as interface{}
func (*PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container_StateWaiting) (interface{}, bool)
func (*PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodStatusContainerStateWaiting_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues ¶
type PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues struct { PodStatusContainerStateWaiting_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues ¶
func (fpaov *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) AsMessageArrayOfValues() ([]string, bool)
func (*PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) AsReasonArrayOfValues ¶
func (fpaov *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) AsReasonArrayOfValues() ([]string, bool)
func (*PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodStatusContainerStateWaiting_FieldTerminalPathValue ¶
type PodStatusContainerStateWaiting_FieldTerminalPathValue struct { PodStatusContainerStateWaiting_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainerStateWaiting_FieldTerminalPathValue) AsMessageValue ¶
func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) AsMessageValue() (string, bool)
func (*PodStatusContainerStateWaiting_FieldTerminalPathValue) AsReasonValue ¶
func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) AsReasonValue() (string, bool)
func (*PodStatusContainerStateWaiting_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container_StateWaiting) (int, bool)
CompareWith compares value in the 'PodStatusContainerStateWaiting_FieldTerminalPathValue' with the value under path in 'Pod_Status_Container_StateWaiting'.
func (*PodStatusContainerStateWaiting_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodStatusContainerStateWaiting_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'StateWaiting' as interface{}
func (*PodStatusContainerStateWaiting_FieldTerminalPathValue) SetTo ¶
func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) SetTo(target **Pod_Status_Container_StateWaiting)
SetTo stores value for selected field for object StateWaiting
func (*PodStatusContainerStateWaiting_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodStatusContainerStateWaiting_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PodStatusContainer_FieldPath ¶
type PodStatusContainer_FieldPath interface { gotenobject.FieldPath Selector() PodStatusContainer_FieldPathSelector Get(source *Pod_Status_Container) []interface{} GetSingle(source *Pod_Status_Container) (interface{}, bool) ClearValue(item *Pod_Status_Container) // Those methods build corresponding PodStatusContainer_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodStatusContainer_FieldPathValue WithIArrayOfValues(values interface{}) PodStatusContainer_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodStatusContainer_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodStatusContainer_FieldPath ¶
func BuildPodStatusContainer_FieldPath(fp gotenobject.RawFieldPath) (PodStatusContainer_FieldPath, error)
func MustParsePodStatusContainer_FieldPath ¶
func MustParsePodStatusContainer_FieldPath(rawField string) PodStatusContainer_FieldPath
func ParsePodStatusContainer_FieldPath ¶
func ParsePodStatusContainer_FieldPath(rawField string) (PodStatusContainer_FieldPath, error)
type PodStatusContainer_FieldPathArrayItemValue ¶
type PodStatusContainer_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodStatusContainer_FieldPath ContainsValue(*Pod_Status_Container) bool }
PodStatusContainer_FieldPathArrayItemValue allows storing single item in Path-specific values for Container according to their type Present only for array (repeated) types.
func MustParsePodStatusContainer_FieldPathArrayItemValue ¶
func MustParsePodStatusContainer_FieldPathArrayItemValue(pathStr, valueStr string) PodStatusContainer_FieldPathArrayItemValue
func ParsePodStatusContainer_FieldPathArrayItemValue ¶
func ParsePodStatusContainer_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatusContainer_FieldPathArrayItemValue, error)
ParsePodStatusContainer_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodStatusContainer_FieldPathArrayOfValues ¶
type PodStatusContainer_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodStatusContainer_FieldPath }
PodStatusContainer_FieldPathArrayOfValues allows storing slice of values for Container fields according to their type
func MustParsePodStatusContainer_FieldPathArrayOfValues ¶
func MustParsePodStatusContainer_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatusContainer_FieldPathArrayOfValues
func ParsePodStatusContainer_FieldPathArrayOfValues ¶
func ParsePodStatusContainer_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatusContainer_FieldPathArrayOfValues, error)
type PodStatusContainer_FieldPathSelector ¶
type PodStatusContainer_FieldPathSelector int32
const ( PodStatusContainer_FieldPathSelectorName PodStatusContainer_FieldPathSelector = 0 PodStatusContainer_FieldPathSelectorState PodStatusContainer_FieldPathSelector = 1 PodStatusContainer_FieldPathSelectorWaiting PodStatusContainer_FieldPathSelector = 2 PodStatusContainer_FieldPathSelectorRunning PodStatusContainer_FieldPathSelector = 3 PodStatusContainer_FieldPathSelectorTerminated PodStatusContainer_FieldPathSelector = 4 )
func (PodStatusContainer_FieldPathSelector) String ¶
func (s PodStatusContainer_FieldPathSelector) String() string
type PodStatusContainer_FieldPathValue ¶
type PodStatusContainer_FieldPathValue interface { PodStatusContainer_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Status_Container) CompareWith(*Pod_Status_Container) (cmp int, comparable bool) }
PodStatusContainer_FieldPathValue allows storing values for Container fields according to their type
func MustParsePodStatusContainer_FieldPathValue ¶
func MustParsePodStatusContainer_FieldPathValue(pathStr, valueStr string) PodStatusContainer_FieldPathValue
func ParsePodStatusContainer_FieldPathValue ¶
func ParsePodStatusContainer_FieldPathValue(pathStr, valueStr string) (PodStatusContainer_FieldPathValue, error)
type PodStatusContainer_FieldSubPath ¶
type PodStatusContainer_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*PodStatusContainer_FieldSubPath) AsRunningSubPath ¶
func (fps *PodStatusContainer_FieldSubPath) AsRunningSubPath() (PodStatusContainerStateRunning_FieldPath, bool)
func (*PodStatusContainer_FieldSubPath) AsTerminatedSubPath ¶
func (fps *PodStatusContainer_FieldSubPath) AsTerminatedSubPath() (PodStatusContainerStateTerminated_FieldPath, bool)
func (*PodStatusContainer_FieldSubPath) AsWaitingSubPath ¶
func (fps *PodStatusContainer_FieldSubPath) AsWaitingSubPath() (PodStatusContainerStateWaiting_FieldPath, bool)
func (*PodStatusContainer_FieldSubPath) ClearValue ¶
func (fps *PodStatusContainer_FieldSubPath) ClearValue(item *Pod_Status_Container)
func (*PodStatusContainer_FieldSubPath) ClearValueRaw ¶
func (fps *PodStatusContainer_FieldSubPath) ClearValueRaw(item proto.Message)
func (*PodStatusContainer_FieldSubPath) Get ¶
func (fps *PodStatusContainer_FieldSubPath) Get(source *Pod_Status_Container) (values []interface{})
Get returns all values pointed by selected field from source Pod_Status_Container
func (*PodStatusContainer_FieldSubPath) GetDefault ¶
func (fps *PodStatusContainer_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodStatusContainer_FieldSubPath) GetRaw ¶
func (fps *PodStatusContainer_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*PodStatusContainer_FieldSubPath) GetSingle ¶
func (fps *PodStatusContainer_FieldSubPath) GetSingle(source *Pod_Status_Container) (interface{}, bool)
GetSingle returns value of selected field from source Pod_Status_Container
func (*PodStatusContainer_FieldSubPath) GetSingleRaw ¶
func (fps *PodStatusContainer_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodStatusContainer_FieldSubPath) IsLeaf ¶
func (fps *PodStatusContainer_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodStatusContainer_FieldSubPath) JSONString ¶
func (fps *PodStatusContainer_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodStatusContainer_FieldSubPath) Selector ¶
func (fps *PodStatusContainer_FieldSubPath) Selector() PodStatusContainer_FieldPathSelector
func (*PodStatusContainer_FieldSubPath) String ¶
func (fps *PodStatusContainer_FieldSubPath) String() string
String returns path representation in proto convention
func (*PodStatusContainer_FieldSubPath) WithIArrayItemValue ¶
func (fps *PodStatusContainer_FieldSubPath) WithIArrayItemValue(value interface{}) PodStatusContainer_FieldPathArrayItemValue
func (*PodStatusContainer_FieldSubPath) WithIArrayOfValues ¶
func (fps *PodStatusContainer_FieldSubPath) WithIArrayOfValues(values interface{}) PodStatusContainer_FieldPathArrayOfValues
func (*PodStatusContainer_FieldSubPath) WithIValue ¶
func (fps *PodStatusContainer_FieldSubPath) WithIValue(value interface{}) PodStatusContainer_FieldPathValue
func (*PodStatusContainer_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *PodStatusContainer_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodStatusContainer_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *PodStatusContainer_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodStatusContainer_FieldSubPath) WithRawIValue ¶
func (fps *PodStatusContainer_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodStatusContainer_FieldSubPathArrayItemValue ¶
type PodStatusContainer_FieldSubPathArrayItemValue struct { PodStatusContainer_FieldPath // contains filtered or unexported fields }
func (*PodStatusContainer_FieldSubPathArrayItemValue) AsRunningPathItemValue ¶
func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) AsRunningPathItemValue() (PodStatusContainerStateRunning_FieldPathArrayItemValue, bool)
func (*PodStatusContainer_FieldSubPathArrayItemValue) AsTerminatedPathItemValue ¶
func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) AsTerminatedPathItemValue() (PodStatusContainerStateTerminated_FieldPathArrayItemValue, bool)
func (*PodStatusContainer_FieldSubPathArrayItemValue) AsWaitingPathItemValue ¶
func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) AsWaitingPathItemValue() (PodStatusContainerStateWaiting_FieldPathArrayItemValue, bool)
func (*PodStatusContainer_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Status_Container) bool
Contains returns a boolean indicating if value that is being held is present in given 'Container'
func (*PodStatusContainer_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *PodStatusContainer_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type PodStatusContainer_FieldSubPathArrayOfValues ¶
type PodStatusContainer_FieldSubPathArrayOfValues struct { PodStatusContainer_FieldPath // contains filtered or unexported fields }
func (*PodStatusContainer_FieldSubPathArrayOfValues) AsRunningPathArrayOfValues ¶
func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) AsRunningPathArrayOfValues() (PodStatusContainerStateRunning_FieldPathArrayOfValues, bool)
func (*PodStatusContainer_FieldSubPathArrayOfValues) AsTerminatedPathArrayOfValues ¶
func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) AsTerminatedPathArrayOfValues() (PodStatusContainerStateTerminated_FieldPathArrayOfValues, bool)
func (*PodStatusContainer_FieldSubPathArrayOfValues) AsWaitingPathArrayOfValues ¶
func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) AsWaitingPathArrayOfValues() (PodStatusContainerStateWaiting_FieldPathArrayOfValues, bool)
func (*PodStatusContainer_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *PodStatusContainer_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type PodStatusContainer_FieldSubPathValue ¶
type PodStatusContainer_FieldSubPathValue struct { PodStatusContainer_FieldPath // contains filtered or unexported fields }
func (*PodStatusContainer_FieldSubPathValue) AsRunningPathValue ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) AsRunningPathValue() (PodStatusContainerStateRunning_FieldPathValue, bool)
func (*PodStatusContainer_FieldSubPathValue) AsTerminatedPathValue ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) AsTerminatedPathValue() (PodStatusContainerStateTerminated_FieldPathValue, bool)
func (*PodStatusContainer_FieldSubPathValue) AsWaitingPathValue ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) AsWaitingPathValue() (PodStatusContainerStateWaiting_FieldPathValue, bool)
func (*PodStatusContainer_FieldSubPathValue) CompareWith ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) CompareWith(source *Pod_Status_Container) (int, bool)
func (*PodStatusContainer_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodStatusContainer_FieldSubPathValue) GetRawValue ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) GetRawValue() interface{}
func (*PodStatusContainer_FieldSubPathValue) SetTo ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) SetTo(target **Pod_Status_Container)
func (*PodStatusContainer_FieldSubPathValue) SetToRaw ¶
func (fpvs *PodStatusContainer_FieldSubPathValue) SetToRaw(target proto.Message)
type PodStatusContainer_FieldTerminalPath ¶
type PodStatusContainer_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodStatusContainer_FieldTerminalPath) ClearValue ¶
func (fp *PodStatusContainer_FieldTerminalPath) ClearValue(item *Pod_Status_Container)
func (*PodStatusContainer_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodStatusContainer_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodStatusContainer_FieldTerminalPath) Get ¶
func (fp *PodStatusContainer_FieldTerminalPath) Get(source *Pod_Status_Container) (values []interface{})
Get returns all values pointed by specific field from source Pod_Status_Container
func (*PodStatusContainer_FieldTerminalPath) GetDefault ¶
func (fp *PodStatusContainer_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodStatusContainer_FieldTerminalPath) GetRaw ¶
func (fp *PodStatusContainer_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodStatusContainer_FieldTerminalPath) GetSingle ¶
func (fp *PodStatusContainer_FieldTerminalPath) GetSingle(source *Pod_Status_Container) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Status_Container
func (*PodStatusContainer_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodStatusContainer_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodStatusContainer_FieldTerminalPath) IsLeaf ¶
func (fp *PodStatusContainer_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodStatusContainer_FieldTerminalPath) JSONString ¶
func (fp *PodStatusContainer_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodStatusContainer_FieldTerminalPath) Selector ¶
func (fp *PodStatusContainer_FieldTerminalPath) Selector() PodStatusContainer_FieldPathSelector
func (*PodStatusContainer_FieldTerminalPath) String ¶
func (fp *PodStatusContainer_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodStatusContainer_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodStatusContainer_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatusContainer_FieldPathArrayItemValue
func (*PodStatusContainer_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodStatusContainer_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatusContainer_FieldPathArrayOfValues
func (*PodStatusContainer_FieldTerminalPath) WithIValue ¶
func (fp *PodStatusContainer_FieldTerminalPath) WithIValue(value interface{}) PodStatusContainer_FieldPathValue
func (*PodStatusContainer_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodStatusContainer_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodStatusContainer_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodStatusContainer_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodStatusContainer_FieldTerminalPath) WithRawIValue ¶
func (fp *PodStatusContainer_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodStatusContainer_FieldTerminalPathArrayItemValue ¶
type PodStatusContainer_FieldTerminalPathArrayItemValue struct { PodStatusContainer_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainer_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status_Container) bool
Contains returns a boolean indicating if value that is being held is present in given 'Container'
func (*PodStatusContainer_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Status_Container as interface{}
func (*PodStatusContainer_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status_Container) (interface{}, bool)
func (*PodStatusContainer_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodStatusContainer_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodStatusContainer_FieldTerminalPathArrayOfValues ¶
type PodStatusContainer_FieldTerminalPathArrayOfValues struct { PodStatusContainer_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*PodStatusContainer_FieldTerminalPathArrayOfValues) AsRunningArrayOfValues ¶
func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsRunningArrayOfValues() ([]*Pod_Status_Container_StateRunning, bool)
func (*PodStatusContainer_FieldTerminalPathArrayOfValues) AsStateArrayOfValues ¶
func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsStateArrayOfValues() ([]Pod_Status_Container_State, bool)
func (*PodStatusContainer_FieldTerminalPathArrayOfValues) AsTerminatedArrayOfValues ¶
func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsTerminatedArrayOfValues() ([]*Pod_Status_Container_StateTerminated, bool)
func (*PodStatusContainer_FieldTerminalPathArrayOfValues) AsWaitingArrayOfValues ¶
func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) AsWaitingArrayOfValues() ([]*Pod_Status_Container_StateWaiting, bool)
func (*PodStatusContainer_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodStatusContainer_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodStatusContainer_FieldTerminalPathValue ¶
type PodStatusContainer_FieldTerminalPathValue struct { PodStatusContainer_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatusContainer_FieldTerminalPathValue) AsNameValue ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*PodStatusContainer_FieldTerminalPathValue) AsRunningValue ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) AsRunningValue() (*Pod_Status_Container_StateRunning, bool)
func (*PodStatusContainer_FieldTerminalPathValue) AsStateValue ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) AsStateValue() (Pod_Status_Container_State, bool)
func (*PodStatusContainer_FieldTerminalPathValue) AsTerminatedValue ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) AsTerminatedValue() (*Pod_Status_Container_StateTerminated, bool)
func (*PodStatusContainer_FieldTerminalPathValue) AsWaitingValue ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) AsWaitingValue() (*Pod_Status_Container_StateWaiting, bool)
func (*PodStatusContainer_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) CompareWith(source *Pod_Status_Container) (int, bool)
CompareWith compares value in the 'PodStatusContainer_FieldTerminalPathValue' with the value under path in 'Pod_Status_Container'.
func (*PodStatusContainer_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodStatusContainer_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Container' as interface{}
func (*PodStatusContainer_FieldTerminalPathValue) SetTo ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) SetTo(target **Pod_Status_Container)
SetTo stores value for selected field for object Container
func (*PodStatusContainer_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodStatusContainer_FieldTerminalPathValue) SetToRaw(target proto.Message)
type PodStatusFieldPathBuilder ¶
type PodStatusFieldPathBuilder struct{}
func NewPodStatusFieldPathBuilder ¶
func NewPodStatusFieldPathBuilder() PodStatusFieldPathBuilder
func (PodStatusFieldPathBuilder) ContainerStatuses ¶
func (PodStatusFieldPathBuilder) ContainerStatuses() Pod_StatusPathSelectorContainerStatuses
func (PodStatusFieldPathBuilder) Phase ¶
func (PodStatusFieldPathBuilder) Phase() Pod_StatusPathSelectorPhase
type PodStatus_FieldPath ¶
type PodStatus_FieldPath interface { gotenobject.FieldPath Selector() PodStatus_FieldPathSelector Get(source *Pod_Status) []interface{} GetSingle(source *Pod_Status) (interface{}, bool) ClearValue(item *Pod_Status) // Those methods build corresponding PodStatus_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) PodStatus_FieldPathValue WithIArrayOfValues(values interface{}) PodStatus_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) PodStatus_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPodStatus_FieldPath ¶
func BuildPodStatus_FieldPath(fp gotenobject.RawFieldPath) (PodStatus_FieldPath, error)
func MustParsePodStatus_FieldPath ¶
func MustParsePodStatus_FieldPath(rawField string) PodStatus_FieldPath
func ParsePodStatus_FieldPath ¶
func ParsePodStatus_FieldPath(rawField string) (PodStatus_FieldPath, error)
type PodStatus_FieldPathArrayItemValue ¶
type PodStatus_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue PodStatus_FieldPath ContainsValue(*Pod_Status) bool }
PodStatus_FieldPathArrayItemValue allows storing single item in Path-specific values for Status according to their type Present only for array (repeated) types.
func MustParsePodStatus_FieldPathArrayItemValue ¶
func MustParsePodStatus_FieldPathArrayItemValue(pathStr, valueStr string) PodStatus_FieldPathArrayItemValue
func ParsePodStatus_FieldPathArrayItemValue ¶
func ParsePodStatus_FieldPathArrayItemValue(pathStr, valueStr string) (PodStatus_FieldPathArrayItemValue, error)
ParsePodStatus_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type PodStatus_FieldPathArrayOfValues ¶
type PodStatus_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues PodStatus_FieldPath }
PodStatus_FieldPathArrayOfValues allows storing slice of values for Status fields according to their type
func MustParsePodStatus_FieldPathArrayOfValues ¶
func MustParsePodStatus_FieldPathArrayOfValues(pathStr, valuesStr string) PodStatus_FieldPathArrayOfValues
func ParsePodStatus_FieldPathArrayOfValues ¶
func ParsePodStatus_FieldPathArrayOfValues(pathStr, valuesStr string) (PodStatus_FieldPathArrayOfValues, error)
type PodStatus_FieldPathSelector ¶
type PodStatus_FieldPathSelector int32
const ( PodStatus_FieldPathSelectorPhase PodStatus_FieldPathSelector = 0 PodStatus_FieldPathSelectorContainerStatuses PodStatus_FieldPathSelector = 1 )
func (PodStatus_FieldPathSelector) String ¶
func (s PodStatus_FieldPathSelector) String() string
type PodStatus_FieldPathValue ¶
type PodStatus_FieldPathValue interface { PodStatus_FieldPath gotenobject.FieldPathValue SetTo(target **Pod_Status) CompareWith(*Pod_Status) (cmp int, comparable bool) }
PodStatus_FieldPathValue allows storing values for Status fields according to their type
func MustParsePodStatus_FieldPathValue ¶
func MustParsePodStatus_FieldPathValue(pathStr, valueStr string) PodStatus_FieldPathValue
func ParsePodStatus_FieldPathValue ¶
func ParsePodStatus_FieldPathValue(pathStr, valueStr string) (PodStatus_FieldPathValue, error)
type PodStatus_FieldSubPath ¶
type PodStatus_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*PodStatus_FieldSubPath) AsContainerStatusesSubPath ¶
func (fps *PodStatus_FieldSubPath) AsContainerStatusesSubPath() (PodStatusContainer_FieldPath, bool)
func (*PodStatus_FieldSubPath) ClearValue ¶
func (fps *PodStatus_FieldSubPath) ClearValue(item *Pod_Status)
func (*PodStatus_FieldSubPath) ClearValueRaw ¶
func (fps *PodStatus_FieldSubPath) ClearValueRaw(item proto.Message)
func (*PodStatus_FieldSubPath) Get ¶
func (fps *PodStatus_FieldSubPath) Get(source *Pod_Status) (values []interface{})
Get returns all values pointed by selected field from source Pod_Status
func (*PodStatus_FieldSubPath) GetDefault ¶
func (fps *PodStatus_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodStatus_FieldSubPath) GetRaw ¶
func (fps *PodStatus_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*PodStatus_FieldSubPath) GetSingle ¶
func (fps *PodStatus_FieldSubPath) GetSingle(source *Pod_Status) (interface{}, bool)
GetSingle returns value of selected field from source Pod_Status
func (*PodStatus_FieldSubPath) GetSingleRaw ¶
func (fps *PodStatus_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodStatus_FieldSubPath) IsLeaf ¶
func (fps *PodStatus_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodStatus_FieldSubPath) JSONString ¶
func (fps *PodStatus_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodStatus_FieldSubPath) Selector ¶
func (fps *PodStatus_FieldSubPath) Selector() PodStatus_FieldPathSelector
func (*PodStatus_FieldSubPath) String ¶
func (fps *PodStatus_FieldSubPath) String() string
String returns path representation in proto convention
func (*PodStatus_FieldSubPath) WithIArrayItemValue ¶
func (fps *PodStatus_FieldSubPath) WithIArrayItemValue(value interface{}) PodStatus_FieldPathArrayItemValue
func (*PodStatus_FieldSubPath) WithIArrayOfValues ¶
func (fps *PodStatus_FieldSubPath) WithIArrayOfValues(values interface{}) PodStatus_FieldPathArrayOfValues
func (*PodStatus_FieldSubPath) WithIValue ¶
func (fps *PodStatus_FieldSubPath) WithIValue(value interface{}) PodStatus_FieldPathValue
func (*PodStatus_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *PodStatus_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodStatus_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *PodStatus_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodStatus_FieldSubPath) WithRawIValue ¶
func (fps *PodStatus_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodStatus_FieldSubPathArrayItemValue ¶
type PodStatus_FieldSubPathArrayItemValue struct { PodStatus_FieldPath // contains filtered or unexported fields }
func (*PodStatus_FieldSubPathArrayItemValue) AsContainerStatusesPathItemValue ¶
func (fpaivs *PodStatus_FieldSubPathArrayItemValue) AsContainerStatusesPathItemValue() (PodStatusContainer_FieldPathArrayItemValue, bool)
func (*PodStatus_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *PodStatus_FieldSubPathArrayItemValue) ContainsValue(source *Pod_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*PodStatus_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *PodStatus_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type PodStatus_FieldSubPathArrayOfValues ¶
type PodStatus_FieldSubPathArrayOfValues struct { PodStatus_FieldPath // contains filtered or unexported fields }
func (*PodStatus_FieldSubPathArrayOfValues) AsContainerStatusesPathArrayOfValues ¶
func (fpsaov *PodStatus_FieldSubPathArrayOfValues) AsContainerStatusesPathArrayOfValues() (PodStatusContainer_FieldPathArrayOfValues, bool)
func (*PodStatus_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *PodStatus_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type PodStatus_FieldSubPathValue ¶
type PodStatus_FieldSubPathValue struct { PodStatus_FieldPath // contains filtered or unexported fields }
func (*PodStatus_FieldSubPathValue) AsContainerStatusesPathValue ¶
func (fpvs *PodStatus_FieldSubPathValue) AsContainerStatusesPathValue() (PodStatusContainer_FieldPathValue, bool)
func (*PodStatus_FieldSubPathValue) CompareWith ¶
func (fpvs *PodStatus_FieldSubPathValue) CompareWith(source *Pod_Status) (int, bool)
func (*PodStatus_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *PodStatus_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodStatus_FieldSubPathValue) GetRawValue ¶
func (fpvs *PodStatus_FieldSubPathValue) GetRawValue() interface{}
func (*PodStatus_FieldSubPathValue) SetTo ¶
func (fpvs *PodStatus_FieldSubPathValue) SetTo(target **Pod_Status)
func (*PodStatus_FieldSubPathValue) SetToRaw ¶
func (fpvs *PodStatus_FieldSubPathValue) SetToRaw(target proto.Message)
type PodStatus_FieldTerminalPath ¶
type PodStatus_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*PodStatus_FieldTerminalPath) ClearValue ¶
func (fp *PodStatus_FieldTerminalPath) ClearValue(item *Pod_Status)
func (*PodStatus_FieldTerminalPath) ClearValueRaw ¶
func (fp *PodStatus_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*PodStatus_FieldTerminalPath) Get ¶
func (fp *PodStatus_FieldTerminalPath) Get(source *Pod_Status) (values []interface{})
Get returns all values pointed by specific field from source Pod_Status
func (*PodStatus_FieldTerminalPath) GetDefault ¶
func (fp *PodStatus_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*PodStatus_FieldTerminalPath) GetRaw ¶
func (fp *PodStatus_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*PodStatus_FieldTerminalPath) GetSingle ¶
func (fp *PodStatus_FieldTerminalPath) GetSingle(source *Pod_Status) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod_Status
func (*PodStatus_FieldTerminalPath) GetSingleRaw ¶
func (fp *PodStatus_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*PodStatus_FieldTerminalPath) IsLeaf ¶
func (fp *PodStatus_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*PodStatus_FieldTerminalPath) JSONString ¶
func (fp *PodStatus_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*PodStatus_FieldTerminalPath) Selector ¶
func (fp *PodStatus_FieldTerminalPath) Selector() PodStatus_FieldPathSelector
func (*PodStatus_FieldTerminalPath) String ¶
func (fp *PodStatus_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*PodStatus_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *PodStatus_FieldTerminalPath) WithIArrayItemValue(value interface{}) PodStatus_FieldPathArrayItemValue
func (*PodStatus_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *PodStatus_FieldTerminalPath) WithIArrayOfValues(values interface{}) PodStatus_FieldPathArrayOfValues
func (*PodStatus_FieldTerminalPath) WithIValue ¶
func (fp *PodStatus_FieldTerminalPath) WithIValue(value interface{}) PodStatus_FieldPathValue
func (*PodStatus_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *PodStatus_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*PodStatus_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *PodStatus_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*PodStatus_FieldTerminalPath) WithRawIValue ¶
func (fp *PodStatus_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type PodStatus_FieldTerminalPathArrayItemValue ¶
type PodStatus_FieldTerminalPathArrayItemValue struct { PodStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatus_FieldTerminalPathArrayItemValue) AsContainerStatusesItemValue ¶
func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) AsContainerStatusesItemValue() (*Pod_Status_Container, bool)
func (*PodStatus_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod_Status) bool
Contains returns a boolean indicating if value that is being held is present in given 'Status'
func (*PodStatus_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod_Status as interface{}
func (*PodStatus_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) GetSingle(source *Pod_Status) (interface{}, bool)
func (*PodStatus_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *PodStatus_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type PodStatus_FieldTerminalPathArrayOfValues ¶
type PodStatus_FieldTerminalPathArrayOfValues struct { PodStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatus_FieldTerminalPathArrayOfValues) AsContainerStatusesArrayOfValues ¶
func (fpaov *PodStatus_FieldTerminalPathArrayOfValues) AsContainerStatusesArrayOfValues() ([][]*Pod_Status_Container, bool)
func (*PodStatus_FieldTerminalPathArrayOfValues) AsPhaseArrayOfValues ¶
func (fpaov *PodStatus_FieldTerminalPathArrayOfValues) AsPhaseArrayOfValues() ([]Pod_Status_Phase, bool)
func (*PodStatus_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *PodStatus_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type PodStatus_FieldTerminalPathValue ¶
type PodStatus_FieldTerminalPathValue struct { PodStatus_FieldTerminalPath // contains filtered or unexported fields }
func (*PodStatus_FieldTerminalPathValue) AsContainerStatusesValue ¶
func (fpv *PodStatus_FieldTerminalPathValue) AsContainerStatusesValue() ([]*Pod_Status_Container, bool)
func (*PodStatus_FieldTerminalPathValue) AsPhaseValue ¶
func (fpv *PodStatus_FieldTerminalPathValue) AsPhaseValue() (Pod_Status_Phase, bool)
func (*PodStatus_FieldTerminalPathValue) CompareWith ¶
func (fpv *PodStatus_FieldTerminalPathValue) CompareWith(source *Pod_Status) (int, bool)
CompareWith compares value in the 'PodStatus_FieldTerminalPathValue' with the value under path in 'Pod_Status'.
func (*PodStatus_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *PodStatus_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*PodStatus_FieldTerminalPathValue) GetRawValue ¶
func (fpv *PodStatus_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Status' as interface{}
func (*PodStatus_FieldTerminalPathValue) SetTo ¶
func (fpv *PodStatus_FieldTerminalPathValue) SetTo(target **Pod_Status)
SetTo stores value for selected field for object Status
func (*PodStatus_FieldTerminalPathValue) SetToRaw ¶
func (fpv *PodStatus_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Pod_FieldMask ¶
type Pod_FieldMask struct {
Paths []Pod_FieldPath
}
func FullPod_FieldMask ¶
func FullPod_FieldMask() *Pod_FieldMask
func ResourceViewFieldMask ¶
func ResourceViewFieldMask(viewName view.View, extraMask *Pod_FieldMask) *Pod_FieldMask
func (*Pod_FieldMask) AppendPath ¶
func (fieldMask *Pod_FieldMask) AppendPath(path Pod_FieldPath)
func (*Pod_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_FieldMask) FilterInputFields() *Pod_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_FieldMask) GetPaths ¶
func (fieldMask *Pod_FieldMask) GetPaths() []Pod_FieldPath
func (*Pod_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_FieldMask) IsFull ¶
func (fieldMask *Pod_FieldMask) IsFull() bool
func (Pod_FieldMask) Marshal ¶
func (fieldMask Pod_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_FieldMask) MarshalJSON ¶
func (fieldMask Pod_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_FieldMask) PathsCount ¶
func (fieldMask *Pod_FieldMask) PathsCount() int
func (*Pod_FieldMask) Project ¶
func (fieldMask *Pod_FieldMask) Project(source *Pod) *Pod
func (*Pod_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_FieldMask) ProtoMessage()
func (*Pod_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_FieldMask) ProtoReflect() preflect.Message
func (*Pod_FieldMask) Reset ¶
func (fieldMask *Pod_FieldMask) Reset()
func (*Pod_FieldMask) Set ¶
func (fieldMask *Pod_FieldMask) Set(target, source *Pod)
func (*Pod_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_FieldMask) SetRaw ¶
func (fieldMask *Pod_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_FieldMask) Size ¶
func (fieldMask *Pod_FieldMask) Size() int
func (*Pod_FieldMask) String ¶
func (fieldMask *Pod_FieldMask) String() string
func (*Pod_FieldMask) Subtract ¶
func (fieldMask *Pod_FieldMask) Subtract(other *Pod_FieldMask) *Pod_FieldMask
func (*Pod_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_FieldMask) Unmarshal ¶
func (fieldMask *Pod_FieldMask) Unmarshal(data []byte) error
func (*Pod_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_FieldMask) UnmarshalJSON(data []byte) error
type Pod_FieldPath ¶
type Pod_FieldPath interface { gotenobject.FieldPath Selector() Pod_FieldPathSelector Get(source *Pod) []interface{} GetSingle(source *Pod) (interface{}, bool) ClearValue(item *Pod) // Those methods build corresponding Pod_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Pod_FieldPathValue WithIArrayOfValues(values interface{}) Pod_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Pod_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildPod_FieldPath ¶
func BuildPod_FieldPath(fp gotenobject.RawFieldPath) (Pod_FieldPath, error)
func MustParsePod_FieldPath ¶
func MustParsePod_FieldPath(rawField string) Pod_FieldPath
func ParsePod_FieldPath ¶
func ParsePod_FieldPath(rawField string) (Pod_FieldPath, error)
type Pod_FieldPathArrayItemValue ¶
type Pod_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Pod_FieldPath ContainsValue(*Pod) bool }
Pod_FieldPathArrayItemValue allows storing single item in Path-specific values for Pod according to their type Present only for array (repeated) types.
func MustParsePod_FieldPathArrayItemValue ¶
func MustParsePod_FieldPathArrayItemValue(pathStr, valueStr string) Pod_FieldPathArrayItemValue
func ParsePod_FieldPathArrayItemValue ¶
func ParsePod_FieldPathArrayItemValue(pathStr, valueStr string) (Pod_FieldPathArrayItemValue, error)
ParsePod_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Pod_FieldPathArrayOfValues ¶
type Pod_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Pod_FieldPath }
Pod_FieldPathArrayOfValues allows storing slice of values for Pod fields according to their type
func MustParsePod_FieldPathArrayOfValues ¶
func MustParsePod_FieldPathArrayOfValues(pathStr, valuesStr string) Pod_FieldPathArrayOfValues
func ParsePod_FieldPathArrayOfValues ¶
func ParsePod_FieldPathArrayOfValues(pathStr, valuesStr string) (Pod_FieldPathArrayOfValues, error)
type Pod_FieldPathSelector ¶
type Pod_FieldPathSelector int32
const ( Pod_FieldPathSelectorName Pod_FieldPathSelector = 0 Pod_FieldPathSelectorDisplayName Pod_FieldPathSelector = 1 Pod_FieldPathSelectorMetadata Pod_FieldPathSelector = 2 Pod_FieldPathSelectorSpec Pod_FieldPathSelector = 3 Pod_FieldPathSelectorStatus Pod_FieldPathSelector = 4 )
func (Pod_FieldPathSelector) String ¶
func (s Pod_FieldPathSelector) String() string
type Pod_FieldPathValue ¶
type Pod_FieldPathValue interface { Pod_FieldPath gotenobject.FieldPathValue SetTo(target **Pod) CompareWith(*Pod) (cmp int, comparable bool) }
Pod_FieldPathValue allows storing values for Pod fields according to their type
func MustParsePod_FieldPathValue ¶
func MustParsePod_FieldPathValue(pathStr, valueStr string) Pod_FieldPathValue
func ParsePod_FieldPathValue ¶
func ParsePod_FieldPathValue(pathStr, valueStr string) (Pod_FieldPathValue, error)
type Pod_FieldSubPath ¶
type Pod_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*Pod_FieldSubPath) AsMetadataSubPath ¶
func (fps *Pod_FieldSubPath) AsMetadataSubPath() (ntt_meta.Meta_FieldPath, bool)
func (*Pod_FieldSubPath) AsSpecSubPath ¶
func (fps *Pod_FieldSubPath) AsSpecSubPath() (PodSpec_FieldPath, bool)
func (*Pod_FieldSubPath) AsStatusSubPath ¶
func (fps *Pod_FieldSubPath) AsStatusSubPath() (PodStatus_FieldPath, bool)
func (*Pod_FieldSubPath) ClearValue ¶
func (fps *Pod_FieldSubPath) ClearValue(item *Pod)
func (*Pod_FieldSubPath) ClearValueRaw ¶
func (fps *Pod_FieldSubPath) ClearValueRaw(item proto.Message)
func (*Pod_FieldSubPath) Get ¶
func (fps *Pod_FieldSubPath) Get(source *Pod) (values []interface{})
Get returns all values pointed by selected field from source Pod
func (*Pod_FieldSubPath) GetDefault ¶
func (fps *Pod_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Pod_FieldSubPath) GetRaw ¶
func (fps *Pod_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*Pod_FieldSubPath) GetSingle ¶
func (fps *Pod_FieldSubPath) GetSingle(source *Pod) (interface{}, bool)
GetSingle returns value of selected field from source Pod
func (*Pod_FieldSubPath) GetSingleRaw ¶
func (fps *Pod_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Pod_FieldSubPath) IsLeaf ¶
func (fps *Pod_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Pod_FieldSubPath) JSONString ¶
func (fps *Pod_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Pod_FieldSubPath) Selector ¶
func (fps *Pod_FieldSubPath) Selector() Pod_FieldPathSelector
func (*Pod_FieldSubPath) String ¶
func (fps *Pod_FieldSubPath) String() string
String returns path representation in proto convention
func (*Pod_FieldSubPath) WithIArrayItemValue ¶
func (fps *Pod_FieldSubPath) WithIArrayItemValue(value interface{}) Pod_FieldPathArrayItemValue
func (*Pod_FieldSubPath) WithIArrayOfValues ¶
func (fps *Pod_FieldSubPath) WithIArrayOfValues(values interface{}) Pod_FieldPathArrayOfValues
func (*Pod_FieldSubPath) WithIValue ¶
func (fps *Pod_FieldSubPath) WithIValue(value interface{}) Pod_FieldPathValue
func (*Pod_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *Pod_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Pod_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *Pod_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Pod_FieldSubPath) WithRawIValue ¶
func (fps *Pod_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Pod_FieldSubPathArrayItemValue ¶
type Pod_FieldSubPathArrayItemValue struct { Pod_FieldPath // contains filtered or unexported fields }
func (*Pod_FieldSubPathArrayItemValue) AsMetadataPathItemValue ¶
func (fpaivs *Pod_FieldSubPathArrayItemValue) AsMetadataPathItemValue() (ntt_meta.Meta_FieldPathArrayItemValue, bool)
func (*Pod_FieldSubPathArrayItemValue) AsSpecPathItemValue ¶
func (fpaivs *Pod_FieldSubPathArrayItemValue) AsSpecPathItemValue() (PodSpec_FieldPathArrayItemValue, bool)
func (*Pod_FieldSubPathArrayItemValue) AsStatusPathItemValue ¶
func (fpaivs *Pod_FieldSubPathArrayItemValue) AsStatusPathItemValue() (PodStatus_FieldPathArrayItemValue, bool)
func (*Pod_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *Pod_FieldSubPathArrayItemValue) ContainsValue(source *Pod) bool
Contains returns a boolean indicating if value that is being held is present in given 'Pod'
func (*Pod_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *Pod_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type Pod_FieldSubPathArrayOfValues ¶
type Pod_FieldSubPathArrayOfValues struct { Pod_FieldPath // contains filtered or unexported fields }
func (*Pod_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues ¶
func (fpsaov *Pod_FieldSubPathArrayOfValues) AsMetadataPathArrayOfValues() (ntt_meta.Meta_FieldPathArrayOfValues, bool)
func (*Pod_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues ¶
func (fpsaov *Pod_FieldSubPathArrayOfValues) AsSpecPathArrayOfValues() (PodSpec_FieldPathArrayOfValues, bool)
func (*Pod_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues ¶
func (fpsaov *Pod_FieldSubPathArrayOfValues) AsStatusPathArrayOfValues() (PodStatus_FieldPathArrayOfValues, bool)
func (*Pod_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *Pod_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type Pod_FieldSubPathValue ¶
type Pod_FieldSubPathValue struct { Pod_FieldPath // contains filtered or unexported fields }
func (*Pod_FieldSubPathValue) AsMetadataPathValue ¶
func (fpvs *Pod_FieldSubPathValue) AsMetadataPathValue() (ntt_meta.Meta_FieldPathValue, bool)
func (*Pod_FieldSubPathValue) AsSpecPathValue ¶
func (fpvs *Pod_FieldSubPathValue) AsSpecPathValue() (PodSpec_FieldPathValue, bool)
func (*Pod_FieldSubPathValue) AsStatusPathValue ¶
func (fpvs *Pod_FieldSubPathValue) AsStatusPathValue() (PodStatus_FieldPathValue, bool)
func (*Pod_FieldSubPathValue) CompareWith ¶
func (fpvs *Pod_FieldSubPathValue) CompareWith(source *Pod) (int, bool)
func (*Pod_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *Pod_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Pod_FieldSubPathValue) GetRawValue ¶
func (fpvs *Pod_FieldSubPathValue) GetRawValue() interface{}
func (*Pod_FieldSubPathValue) SetTo ¶
func (fpvs *Pod_FieldSubPathValue) SetTo(target **Pod)
func (*Pod_FieldSubPathValue) SetToRaw ¶
func (fpvs *Pod_FieldSubPathValue) SetToRaw(target proto.Message)
type Pod_FieldTerminalPath ¶
type Pod_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Pod_FieldTerminalPath) ClearValue ¶
func (fp *Pod_FieldTerminalPath) ClearValue(item *Pod)
func (*Pod_FieldTerminalPath) ClearValueRaw ¶
func (fp *Pod_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Pod_FieldTerminalPath) Get ¶
func (fp *Pod_FieldTerminalPath) Get(source *Pod) (values []interface{})
Get returns all values pointed by specific field from source Pod
func (*Pod_FieldTerminalPath) GetDefault ¶
func (fp *Pod_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Pod_FieldTerminalPath) GetRaw ¶
func (fp *Pod_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Pod_FieldTerminalPath) GetSingle ¶
func (fp *Pod_FieldTerminalPath) GetSingle(source *Pod) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Pod
func (*Pod_FieldTerminalPath) GetSingleRaw ¶
func (fp *Pod_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Pod_FieldTerminalPath) IsLeaf ¶
func (fp *Pod_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Pod_FieldTerminalPath) JSONString ¶
func (fp *Pod_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Pod_FieldTerminalPath) Selector ¶
func (fp *Pod_FieldTerminalPath) Selector() Pod_FieldPathSelector
func (*Pod_FieldTerminalPath) String ¶
func (fp *Pod_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Pod_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Pod_FieldTerminalPath) WithIArrayItemValue(value interface{}) Pod_FieldPathArrayItemValue
func (*Pod_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Pod_FieldTerminalPath) WithIArrayOfValues(values interface{}) Pod_FieldPathArrayOfValues
func (*Pod_FieldTerminalPath) WithIValue ¶
func (fp *Pod_FieldTerminalPath) WithIValue(value interface{}) Pod_FieldPathValue
func (*Pod_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Pod_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Pod_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Pod_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Pod_FieldTerminalPath) WithRawIValue ¶
func (fp *Pod_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Pod_FieldTerminalPathArrayItemValue ¶
type Pod_FieldTerminalPathArrayItemValue struct { Pod_FieldTerminalPath // contains filtered or unexported fields }
func (*Pod_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Pod_FieldTerminalPathArrayItemValue) ContainsValue(source *Pod) bool
Contains returns a boolean indicating if value that is being held is present in given 'Pod'
func (*Pod_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Pod_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Pod as interface{}
func (*Pod_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Pod_FieldTerminalPathArrayItemValue) GetSingle(source *Pod) (interface{}, bool)
func (*Pod_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Pod_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Pod_FieldTerminalPathArrayOfValues ¶
type Pod_FieldTerminalPathArrayOfValues struct { Pod_FieldTerminalPath // contains filtered or unexported fields }
func (*Pod_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues ¶
func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsDisplayNameArrayOfValues() ([]string, bool)
func (*Pod_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues ¶
func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsMetadataArrayOfValues() ([]*ntt_meta.Meta, bool)
func (*Pod_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]*Name, bool)
func (*Pod_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues ¶
func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsSpecArrayOfValues() ([]*Pod_Spec, bool)
func (*Pod_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues ¶
func (fpaov *Pod_FieldTerminalPathArrayOfValues) AsStatusArrayOfValues() ([]*Pod_Status, bool)
func (*Pod_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Pod_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Pod_FieldTerminalPathValue ¶
type Pod_FieldTerminalPathValue struct { Pod_FieldTerminalPath // contains filtered or unexported fields }
func (*Pod_FieldTerminalPathValue) AsDisplayNameValue ¶
func (fpv *Pod_FieldTerminalPathValue) AsDisplayNameValue() (string, bool)
func (*Pod_FieldTerminalPathValue) AsMetadataValue ¶
func (fpv *Pod_FieldTerminalPathValue) AsMetadataValue() (*ntt_meta.Meta, bool)
func (*Pod_FieldTerminalPathValue) AsNameValue ¶
func (fpv *Pod_FieldTerminalPathValue) AsNameValue() (*Name, bool)
func (*Pod_FieldTerminalPathValue) AsSpecValue ¶
func (fpv *Pod_FieldTerminalPathValue) AsSpecValue() (*Pod_Spec, bool)
func (*Pod_FieldTerminalPathValue) AsStatusValue ¶
func (fpv *Pod_FieldTerminalPathValue) AsStatusValue() (*Pod_Status, bool)
func (*Pod_FieldTerminalPathValue) CompareWith ¶
func (fpv *Pod_FieldTerminalPathValue) CompareWith(source *Pod) (int, bool)
CompareWith compares value in the 'Pod_FieldTerminalPathValue' with the value under path in 'Pod'.
func (*Pod_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Pod_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Pod_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Pod_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Pod' as interface{}
func (*Pod_FieldTerminalPathValue) SetTo ¶
func (fpv *Pod_FieldTerminalPathValue) SetTo(target **Pod)
SetTo stores value for selected field for object Pod
func (*Pod_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Pod_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Pod_Spec ¶
type Pod_Spec struct { // node is the name of the target node that the Pod is meant to be deployed // to. Node *devices_device.Reference `protobuf:"bytes,1,opt,customtype=Reference,name=node,proto3" json:"node,omitempty" firestore:"node"` // containers defines list of containers that the Pod launches. Containers []*Pod_Spec_Container `protobuf:"bytes,2,rep,name=containers,proto3" json:"containers,omitempty" firestore:"containers"` // Containers use the host network. HostNetwork bool `protobuf:"varint,3,opt,name=host_network,json=hostNetwork,proto3" json:"host_network,omitempty" firestore:"hostNetwork"` RestartPolicy Pod_Spec_RestartPolicy `` /* 181-byte string literal not displayed */ // ImagePullSecrets is an optional list of references to secrets in the same // namespace to use for pulling any of the images used by this PodSpec. If // specified, these secrets will be passed to individual puller // implementations for them to use. For example, in the case of docker, only // DockerConfig type secrets are honored. ImagePullSecrets []*LocalObjectReferenceSecret `` /* 140-byte string literal not displayed */ // List of volumes that can be mounted by containers belonging to the pod. Volumes []*Volume `protobuf:"bytes,6,rep,name=volumes,proto3" json:"volumes,omitempty" firestore:"volumes"` // Compose file as a string. // When this value is provided, you can manage containers directlry // using Docker Compose. Other values in the Spec expect `node` will be // ignored. Compose string `protobuf:"bytes,7,opt,name=compose,proto3" json:"compose,omitempty" firestore:"compose"` // HostVolumeMounts defines volumes to be mounted to the host file system. HostVolumeMounts []*VolumeMount `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
Spec defines the configuration of a Pod
func (*Pod_Spec) CloneRaw ¶
func (o *Pod_Spec) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Spec) Descriptor ¶
Deprecated, Use Pod_Spec.ProtoReflect.Descriptor instead.
func (*Pod_Spec) GetCompose ¶
func (*Pod_Spec) GetContainers ¶
func (m *Pod_Spec) GetContainers() []*Pod_Spec_Container
func (*Pod_Spec) GetHostNetwork ¶
func (*Pod_Spec) GetHostVolumeMounts ¶
func (m *Pod_Spec) GetHostVolumeMounts() []*VolumeMount
func (*Pod_Spec) GetImagePullSecrets ¶
func (m *Pod_Spec) GetImagePullSecrets() []*LocalObjectReferenceSecret
func (*Pod_Spec) GetNode ¶
func (m *Pod_Spec) GetNode() *devices_device.Reference
func (*Pod_Spec) GetRestartPolicy ¶
func (m *Pod_Spec) GetRestartPolicy() Pod_Spec_RestartPolicy
func (*Pod_Spec) GetVolumes ¶
func (*Pod_Spec) GotenMessage ¶
func (*Pod_Spec) GotenMessage()
func (*Pod_Spec) GotenObjectExt ¶
func (o *Pod_Spec) GotenObjectExt()
func (*Pod_Spec) GotenValidate ¶
func (*Pod_Spec) MakeDiffFieldMask ¶
func (o *Pod_Spec) MakeDiffFieldMask(other *Pod_Spec) *Pod_Spec_FieldMask
func (*Pod_Spec) MakeFullFieldMask ¶
func (o *Pod_Spec) MakeFullFieldMask() *Pod_Spec_FieldMask
func (*Pod_Spec) MakeRawDiffFieldMask ¶
func (o *Pod_Spec) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Spec) MakeRawFullFieldMask ¶
func (o *Pod_Spec) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Spec) MarshalJSON ¶
func (*Pod_Spec) MergeRaw ¶
func (o *Pod_Spec) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Spec) ProtoMessage ¶
func (*Pod_Spec) ProtoMessage()
func (*Pod_Spec) ProtoReflect ¶
func (*Pod_Spec) SetCompose ¶
func (*Pod_Spec) SetContainers ¶
func (m *Pod_Spec) SetContainers(fv []*Pod_Spec_Container)
func (*Pod_Spec) SetHostNetwork ¶
func (*Pod_Spec) SetHostVolumeMounts ¶
func (m *Pod_Spec) SetHostVolumeMounts(fv []*VolumeMount)
func (*Pod_Spec) SetImagePullSecrets ¶
func (m *Pod_Spec) SetImagePullSecrets(fv []*LocalObjectReferenceSecret)
func (*Pod_Spec) SetNode ¶
func (m *Pod_Spec) SetNode(fv *devices_device.Reference)
func (*Pod_Spec) SetRestartPolicy ¶
func (m *Pod_Spec) SetRestartPolicy(fv Pod_Spec_RestartPolicy)
func (*Pod_Spec) SetVolumes ¶
func (*Pod_Spec) UnmarshalJSON ¶
type Pod_SpecMapPathSelectorContainersResourcesLimits ¶
type Pod_SpecMapPathSelectorContainersResourcesLimits struct {
// contains filtered or unexported fields
}
func (Pod_SpecMapPathSelectorContainersResourcesLimits) FieldPath ¶
func (s Pod_SpecMapPathSelectorContainersResourcesLimits) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecMapPathSelectorContainersResourcesLimits) WithArrayOfValues ¶
func (s Pod_SpecMapPathSelectorContainersResourcesLimits) WithArrayOfValues(values []int64) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecMapPathSelectorContainersResourcesLimits) WithValue ¶
func (s Pod_SpecMapPathSelectorContainersResourcesLimits) WithValue(value int64) *PodSpec_FieldSubPathValue
type Pod_SpecMapPathSelectorContainersResourcesRequests ¶
type Pod_SpecMapPathSelectorContainersResourcesRequests struct {
// contains filtered or unexported fields
}
func (Pod_SpecMapPathSelectorContainersResourcesRequests) FieldPath ¶
func (s Pod_SpecMapPathSelectorContainersResourcesRequests) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecMapPathSelectorContainersResourcesRequests) WithArrayOfValues ¶
func (s Pod_SpecMapPathSelectorContainersResourcesRequests) WithArrayOfValues(values []int64) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecMapPathSelectorContainersResourcesRequests) WithValue ¶
func (s Pod_SpecMapPathSelectorContainersResourcesRequests) WithValue(value int64) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorCompose ¶
type Pod_SpecPathSelectorCompose struct{}
func (Pod_SpecPathSelectorCompose) FieldPath ¶
func (Pod_SpecPathSelectorCompose) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorCompose) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorCompose) WithArrayOfValues(values []string) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorCompose) WithValue ¶
func (s Pod_SpecPathSelectorCompose) WithValue(value string) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorContainers ¶
type Pod_SpecPathSelectorContainers struct{}
func (Pod_SpecPathSelectorContainers) Command ¶
func (Pod_SpecPathSelectorContainers) Command() Pod_SpecPathSelectorContainersCommand
func (Pod_SpecPathSelectorContainers) EnvFrom ¶
func (Pod_SpecPathSelectorContainers) EnvFrom() Pod_SpecPathSelectorContainersEnvFrom
func (Pod_SpecPathSelectorContainers) FieldPath ¶
func (Pod_SpecPathSelectorContainers) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorContainers) ImagePullPolicy ¶
func (Pod_SpecPathSelectorContainers) ImagePullPolicy() Pod_SpecPathSelectorContainersImagePullPolicy
func (Pod_SpecPathSelectorContainers) Resources ¶
func (Pod_SpecPathSelectorContainers) Resources() Pod_SpecPathSelectorContainersResources
func (Pod_SpecPathSelectorContainers) SecurityContext ¶
func (Pod_SpecPathSelectorContainers) SecurityContext() Pod_SpecPathSelectorContainersSecurityContext
func (Pod_SpecPathSelectorContainers) VolumeMounts ¶
func (Pod_SpecPathSelectorContainers) VolumeMounts() Pod_SpecPathSelectorContainersVolumeMounts
func (Pod_SpecPathSelectorContainers) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainers) WithArrayOfValues(values [][]*Pod_Spec_Container) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorContainers) WithItemValue ¶
func (s Pod_SpecPathSelectorContainers) WithItemValue(value *Pod_Spec_Container) *PodSpec_FieldTerminalPathArrayItemValue
func (Pod_SpecPathSelectorContainers) WithSubArrayItemValue ¶
func (s Pod_SpecPathSelectorContainers) WithSubArrayItemValue(subPathArrayItemValue PodSpecContainer_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorContainers) WithSubArrayOfValues ¶
func (s Pod_SpecPathSelectorContainers) WithSubArrayOfValues(subPathArrayOfValues PodSpecContainer_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainers) WithSubPath ¶
func (Pod_SpecPathSelectorContainers) WithSubPath(subPath PodSpecContainer_FieldPath) *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainers) WithSubValue ¶
func (s Pod_SpecPathSelectorContainers) WithSubValue(subPathValue PodSpecContainer_FieldPathValue) *PodSpec_FieldSubPathValue
func (Pod_SpecPathSelectorContainers) WithValue ¶
func (s Pod_SpecPathSelectorContainers) WithValue(value []*Pod_Spec_Container) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorContainersArgs ¶
type Pod_SpecPathSelectorContainersArgs struct{}
func (Pod_SpecPathSelectorContainersArgs) FieldPath ¶
func (Pod_SpecPathSelectorContainersArgs) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersArgs) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersArgs) WithArrayOfValues(values [][]string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersArgs) WithItemValue ¶
func (s Pod_SpecPathSelectorContainersArgs) WithItemValue(value string) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorContainersArgs) WithValue ¶
func (s Pod_SpecPathSelectorContainersArgs) WithValue(value []string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersCommand ¶
type Pod_SpecPathSelectorContainersCommand struct{}
func (Pod_SpecPathSelectorContainersCommand) FieldPath ¶
func (Pod_SpecPathSelectorContainersCommand) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersCommand) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersCommand) WithArrayOfValues(values [][]string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersCommand) WithItemValue ¶
func (s Pod_SpecPathSelectorContainersCommand) WithItemValue(value string) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorContainersCommand) WithValue ¶
func (s Pod_SpecPathSelectorContainersCommand) WithValue(value []string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnv ¶
type Pod_SpecPathSelectorContainersEnv struct{}
func (Pod_SpecPathSelectorContainersEnv) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnv) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnv) ValueFrom ¶
func (Pod_SpecPathSelectorContainersEnv) ValueFrom() Pod_SpecPathSelectorContainersEnvValueFrom
func (Pod_SpecPathSelectorContainersEnv) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnv) WithArrayOfValues(values [][]*EnvVar) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnv) WithItemValue ¶
func (s Pod_SpecPathSelectorContainersEnv) WithItemValue(value *EnvVar) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorContainersEnv) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnv) WithValue(value []*EnvVar) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFrom ¶
type Pod_SpecPathSelectorContainersEnvFrom struct{}
func (Pod_SpecPathSelectorContainersEnvFrom) ConfigMapRef ¶
func (Pod_SpecPathSelectorContainersEnvFrom) ConfigMapRef() Pod_SpecPathSelectorContainersEnvFromConfigMapRef
func (Pod_SpecPathSelectorContainersEnvFrom) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFrom) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFrom) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFrom) WithArrayOfValues(values []*EnvFromSource) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFrom) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFrom) WithValue(value *EnvFromSource) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFromConfigMapRef ¶
type Pod_SpecPathSelectorContainersEnvFromConfigMapRef struct{}
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRef) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRef) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRef) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRef) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRef) WithValue(value *ConfigMapEnvSource) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFromConfigMapRefName ¶
type Pod_SpecPathSelectorContainersEnvFromConfigMapRefName struct{}
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional ¶
type Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional struct{}
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFromConfigMapRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFromPrefix ¶
type Pod_SpecPathSelectorContainersEnvFromPrefix struct{}
func (Pod_SpecPathSelectorContainersEnvFromPrefix) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFromPrefix) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFromPrefix) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFromPrefix) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFromPrefix) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFromPrefix) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFromSecretRef ¶
type Pod_SpecPathSelectorContainersEnvFromSecretRef struct{}
func (Pod_SpecPathSelectorContainersEnvFromSecretRef) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFromSecretRef) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFromSecretRef) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFromSecretRef) WithArrayOfValues(values []*SecretEnvSource) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFromSecretRef) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFromSecretRef) WithValue(value *SecretEnvSource) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFromSecretRefName ¶
type Pod_SpecPathSelectorContainersEnvFromSecretRefName struct{}
func (Pod_SpecPathSelectorContainersEnvFromSecretRefName) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFromSecretRefName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFromSecretRefName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFromSecretRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFromSecretRefName) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFromSecretRefName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvFromSecretRefOptional ¶
type Pod_SpecPathSelectorContainersEnvFromSecretRefOptional struct{}
func (Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvFromSecretRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvName ¶
type Pod_SpecPathSelectorContainersEnvName struct{}
func (Pod_SpecPathSelectorContainersEnvName) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvName) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValue ¶
type Pod_SpecPathSelectorContainersEnvValue struct{}
func (Pod_SpecPathSelectorContainersEnvValue) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValue) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValue) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValue) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValue) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValue) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFrom ¶
type Pod_SpecPathSelectorContainersEnvValueFrom struct{}
func (Pod_SpecPathSelectorContainersEnvValueFrom) ConfigMapKeyRef ¶
func (Pod_SpecPathSelectorContainersEnvValueFrom) ConfigMapKeyRef() Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef
func (Pod_SpecPathSelectorContainersEnvValueFrom) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFrom) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFrom) SecretKeyRef ¶
func (Pod_SpecPathSelectorContainersEnvValueFrom) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFrom) WithArrayOfValues(values []*EnvVarSource) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFrom) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFrom) WithValue(value *EnvVarSource) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef ¶
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey ¶
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefKey) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName ¶
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional ¶
type Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef ¶
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey ¶
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefKey) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName ¶
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional ¶
type Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional struct{}
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) FieldPath ¶
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) WithValue ¶
func (s Pod_SpecPathSelectorContainersEnvValueFromSecretKeyRefOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersImage ¶
type Pod_SpecPathSelectorContainersImage struct{}
func (Pod_SpecPathSelectorContainersImage) FieldPath ¶
func (Pod_SpecPathSelectorContainersImage) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersImage) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersImage) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersImage) WithValue ¶
func (s Pod_SpecPathSelectorContainersImage) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersImagePullPolicy ¶
type Pod_SpecPathSelectorContainersImagePullPolicy struct{}
func (Pod_SpecPathSelectorContainersImagePullPolicy) FieldPath ¶
func (Pod_SpecPathSelectorContainersImagePullPolicy) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersImagePullPolicy) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersImagePullPolicy) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersImagePullPolicy) WithValue ¶
func (s Pod_SpecPathSelectorContainersImagePullPolicy) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersName ¶
type Pod_SpecPathSelectorContainersName struct{}
func (Pod_SpecPathSelectorContainersName) FieldPath ¶
func (Pod_SpecPathSelectorContainersName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersName) WithValue ¶
func (s Pod_SpecPathSelectorContainersName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersResources ¶
type Pod_SpecPathSelectorContainersResources struct{}
func (Pod_SpecPathSelectorContainersResources) FieldPath ¶
func (Pod_SpecPathSelectorContainersResources) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersResources) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersResources) WithArrayOfValues(values []*Pod_Spec_Container_ResourceRequirements) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersResources) WithValue ¶
func (s Pod_SpecPathSelectorContainersResources) WithValue(value *Pod_Spec_Container_ResourceRequirements) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersResourcesLimits ¶
type Pod_SpecPathSelectorContainersResourcesLimits struct{}
func (Pod_SpecPathSelectorContainersResourcesLimits) FieldPath ¶
func (Pod_SpecPathSelectorContainersResourcesLimits) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersResourcesLimits) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersResourcesLimits) WithArrayOfValues(values []map[string]int64) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersResourcesLimits) WithValue ¶
func (s Pod_SpecPathSelectorContainersResourcesLimits) WithValue(value map[string]int64) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersResourcesRequests ¶
type Pod_SpecPathSelectorContainersResourcesRequests struct{}
func (Pod_SpecPathSelectorContainersResourcesRequests) FieldPath ¶
func (Pod_SpecPathSelectorContainersResourcesRequests) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersResourcesRequests) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersResourcesRequests) WithArrayOfValues(values []map[string]int64) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersResourcesRequests) WithValue ¶
func (s Pod_SpecPathSelectorContainersResourcesRequests) WithValue(value map[string]int64) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersSecurityContext ¶
type Pod_SpecPathSelectorContainersSecurityContext struct{}
func (Pod_SpecPathSelectorContainersSecurityContext) FieldPath ¶
func (Pod_SpecPathSelectorContainersSecurityContext) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersSecurityContext) Privileged ¶
func (Pod_SpecPathSelectorContainersSecurityContext) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersSecurityContext) WithArrayOfValues(values []*SecurityContext) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersSecurityContext) WithValue ¶
func (s Pod_SpecPathSelectorContainersSecurityContext) WithValue(value *SecurityContext) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersSecurityContextPrivileged ¶
type Pod_SpecPathSelectorContainersSecurityContextPrivileged struct{}
func (Pod_SpecPathSelectorContainersSecurityContextPrivileged) FieldPath ¶
func (Pod_SpecPathSelectorContainersSecurityContextPrivileged) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersSecurityContextPrivileged) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersSecurityContextPrivileged) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersSecurityContextPrivileged) WithValue ¶
func (s Pod_SpecPathSelectorContainersSecurityContextPrivileged) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersVolumeMounts ¶
type Pod_SpecPathSelectorContainersVolumeMounts struct{}
func (Pod_SpecPathSelectorContainersVolumeMounts) FieldPath ¶
func (Pod_SpecPathSelectorContainersVolumeMounts) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersVolumeMounts) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersVolumeMounts) WithItemValue ¶
func (s Pod_SpecPathSelectorContainersVolumeMounts) WithItemValue(value *VolumeMount) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorContainersVolumeMounts) WithValue ¶
func (s Pod_SpecPathSelectorContainersVolumeMounts) WithValue(value []*VolumeMount) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersVolumeMountsMountPath ¶
type Pod_SpecPathSelectorContainersVolumeMountsMountPath struct{}
func (Pod_SpecPathSelectorContainersVolumeMountsMountPath) FieldPath ¶
func (Pod_SpecPathSelectorContainersVolumeMountsMountPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersVolumeMountsMountPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsMountPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersVolumeMountsMountPath) WithValue ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsMountPath) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersVolumeMountsName ¶
type Pod_SpecPathSelectorContainersVolumeMountsName struct{}
func (Pod_SpecPathSelectorContainersVolumeMountsName) FieldPath ¶
func (Pod_SpecPathSelectorContainersVolumeMountsName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersVolumeMountsName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersVolumeMountsName) WithValue ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersVolumeMountsReadOnly ¶
type Pod_SpecPathSelectorContainersVolumeMountsReadOnly struct{}
func (Pod_SpecPathSelectorContainersVolumeMountsReadOnly) FieldPath ¶
func (Pod_SpecPathSelectorContainersVolumeMountsReadOnly) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersVolumeMountsReadOnly) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsReadOnly) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersVolumeMountsReadOnly) WithValue ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsReadOnly) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorContainersVolumeMountsSubPath ¶
type Pod_SpecPathSelectorContainersVolumeMountsSubPath struct{}
func (Pod_SpecPathSelectorContainersVolumeMountsSubPath) FieldPath ¶
func (Pod_SpecPathSelectorContainersVolumeMountsSubPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorContainersVolumeMountsSubPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsSubPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorContainersVolumeMountsSubPath) WithValue ¶
func (s Pod_SpecPathSelectorContainersVolumeMountsSubPath) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorHostNetwork ¶
type Pod_SpecPathSelectorHostNetwork struct{}
func (Pod_SpecPathSelectorHostNetwork) FieldPath ¶
func (Pod_SpecPathSelectorHostNetwork) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorHostNetwork) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorHostNetwork) WithArrayOfValues(values []bool) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorHostNetwork) WithValue ¶
func (s Pod_SpecPathSelectorHostNetwork) WithValue(value bool) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorHostVolumeMounts ¶
type Pod_SpecPathSelectorHostVolumeMounts struct{}
func (Pod_SpecPathSelectorHostVolumeMounts) FieldPath ¶
func (Pod_SpecPathSelectorHostVolumeMounts) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorHostVolumeMounts) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorHostVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorHostVolumeMounts) WithItemValue ¶
func (s Pod_SpecPathSelectorHostVolumeMounts) WithItemValue(value *VolumeMount) *PodSpec_FieldTerminalPathArrayItemValue
func (Pod_SpecPathSelectorHostVolumeMounts) WithSubArrayItemValue ¶
func (s Pod_SpecPathSelectorHostVolumeMounts) WithSubArrayItemValue(subPathArrayItemValue VolumeMount_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorHostVolumeMounts) WithSubArrayOfValues ¶
func (s Pod_SpecPathSelectorHostVolumeMounts) WithSubArrayOfValues(subPathArrayOfValues VolumeMount_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorHostVolumeMounts) WithSubPath ¶
func (Pod_SpecPathSelectorHostVolumeMounts) WithSubPath(subPath VolumeMount_FieldPath) *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorHostVolumeMounts) WithSubValue ¶
func (s Pod_SpecPathSelectorHostVolumeMounts) WithSubValue(subPathValue VolumeMount_FieldPathValue) *PodSpec_FieldSubPathValue
func (Pod_SpecPathSelectorHostVolumeMounts) WithValue ¶
func (s Pod_SpecPathSelectorHostVolumeMounts) WithValue(value []*VolumeMount) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorHostVolumeMountsMountPath ¶
type Pod_SpecPathSelectorHostVolumeMountsMountPath struct{}
func (Pod_SpecPathSelectorHostVolumeMountsMountPath) FieldPath ¶
func (Pod_SpecPathSelectorHostVolumeMountsMountPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorHostVolumeMountsMountPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorHostVolumeMountsMountPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorHostVolumeMountsMountPath) WithValue ¶
func (s Pod_SpecPathSelectorHostVolumeMountsMountPath) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorHostVolumeMountsName ¶
type Pod_SpecPathSelectorHostVolumeMountsName struct{}
func (Pod_SpecPathSelectorHostVolumeMountsName) FieldPath ¶
func (Pod_SpecPathSelectorHostVolumeMountsName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorHostVolumeMountsName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorHostVolumeMountsName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorHostVolumeMountsName) WithValue ¶
func (s Pod_SpecPathSelectorHostVolumeMountsName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorHostVolumeMountsReadOnly ¶
type Pod_SpecPathSelectorHostVolumeMountsReadOnly struct{}
func (Pod_SpecPathSelectorHostVolumeMountsReadOnly) FieldPath ¶
func (Pod_SpecPathSelectorHostVolumeMountsReadOnly) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorHostVolumeMountsReadOnly) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorHostVolumeMountsReadOnly) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorHostVolumeMountsReadOnly) WithValue ¶
func (s Pod_SpecPathSelectorHostVolumeMountsReadOnly) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorHostVolumeMountsSubPath ¶
type Pod_SpecPathSelectorHostVolumeMountsSubPath struct{}
func (Pod_SpecPathSelectorHostVolumeMountsSubPath) FieldPath ¶
func (Pod_SpecPathSelectorHostVolumeMountsSubPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorHostVolumeMountsSubPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorHostVolumeMountsSubPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorHostVolumeMountsSubPath) WithValue ¶
func (s Pod_SpecPathSelectorHostVolumeMountsSubPath) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorImagePullSecrets ¶
type Pod_SpecPathSelectorImagePullSecrets struct{}
func (Pod_SpecPathSelectorImagePullSecrets) FieldPath ¶
func (Pod_SpecPathSelectorImagePullSecrets) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorImagePullSecrets) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorImagePullSecrets) WithArrayOfValues(values [][]*LocalObjectReferenceSecret) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorImagePullSecrets) WithItemValue ¶
func (s Pod_SpecPathSelectorImagePullSecrets) WithItemValue(value *LocalObjectReferenceSecret) *PodSpec_FieldTerminalPathArrayItemValue
func (Pod_SpecPathSelectorImagePullSecrets) WithSubArrayItemValue ¶
func (s Pod_SpecPathSelectorImagePullSecrets) WithSubArrayItemValue(subPathArrayItemValue LocalObjectReferenceSecret_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorImagePullSecrets) WithSubArrayOfValues ¶
func (s Pod_SpecPathSelectorImagePullSecrets) WithSubArrayOfValues(subPathArrayOfValues LocalObjectReferenceSecret_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorImagePullSecrets) WithSubPath ¶
func (Pod_SpecPathSelectorImagePullSecrets) WithSubPath(subPath LocalObjectReferenceSecret_FieldPath) *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorImagePullSecrets) WithSubValue ¶
func (s Pod_SpecPathSelectorImagePullSecrets) WithSubValue(subPathValue LocalObjectReferenceSecret_FieldPathValue) *PodSpec_FieldSubPathValue
func (Pod_SpecPathSelectorImagePullSecrets) WithValue ¶
func (s Pod_SpecPathSelectorImagePullSecrets) WithValue(value []*LocalObjectReferenceSecret) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorImagePullSecretsName ¶
type Pod_SpecPathSelectorImagePullSecretsName struct{}
func (Pod_SpecPathSelectorImagePullSecretsName) FieldPath ¶
func (Pod_SpecPathSelectorImagePullSecretsName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorImagePullSecretsName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorImagePullSecretsName) WithArrayOfValues(values []*secrets_secret.Reference) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorImagePullSecretsName) WithValue ¶
func (s Pod_SpecPathSelectorImagePullSecretsName) WithValue(value *secrets_secret.Reference) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorNode ¶
type Pod_SpecPathSelectorNode struct{}
func (Pod_SpecPathSelectorNode) FieldPath ¶
func (Pod_SpecPathSelectorNode) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorNode) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorNode) WithArrayOfValues(values []*devices_device.Reference) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorNode) WithValue ¶
func (s Pod_SpecPathSelectorNode) WithValue(value *devices_device.Reference) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorRestartPolicy ¶
type Pod_SpecPathSelectorRestartPolicy struct{}
func (Pod_SpecPathSelectorRestartPolicy) FieldPath ¶
func (Pod_SpecPathSelectorRestartPolicy) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorRestartPolicy) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorRestartPolicy) WithArrayOfValues(values []Pod_Spec_RestartPolicy) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorRestartPolicy) WithValue ¶
func (s Pod_SpecPathSelectorRestartPolicy) WithValue(value Pod_Spec_RestartPolicy) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorVolumes ¶
type Pod_SpecPathSelectorVolumes struct{}
func (Pod_SpecPathSelectorVolumes) ConfigMap ¶
func (Pod_SpecPathSelectorVolumes) ConfigMap() Pod_SpecPathSelectorVolumesConfigMap
func (Pod_SpecPathSelectorVolumes) FieldPath ¶
func (Pod_SpecPathSelectorVolumes) FieldPath() *PodSpec_FieldTerminalPath
func (Pod_SpecPathSelectorVolumes) HostPath ¶
func (Pod_SpecPathSelectorVolumes) HostPath() Pod_SpecPathSelectorVolumesHostPath
func (Pod_SpecPathSelectorVolumes) Name ¶
func (Pod_SpecPathSelectorVolumes) Name() Pod_SpecPathSelectorVolumesName
func (Pod_SpecPathSelectorVolumes) Secret ¶
func (Pod_SpecPathSelectorVolumes) Secret() Pod_SpecPathSelectorVolumesSecret
func (Pod_SpecPathSelectorVolumes) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumes) WithArrayOfValues(values [][]*Volume) *PodSpec_FieldTerminalPathArrayOfValues
func (Pod_SpecPathSelectorVolumes) WithItemValue ¶
func (s Pod_SpecPathSelectorVolumes) WithItemValue(value *Volume) *PodSpec_FieldTerminalPathArrayItemValue
func (Pod_SpecPathSelectorVolumes) WithSubArrayItemValue ¶
func (s Pod_SpecPathSelectorVolumes) WithSubArrayItemValue(subPathArrayItemValue Volume_FieldPathArrayItemValue) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorVolumes) WithSubArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumes) WithSubArrayOfValues(subPathArrayOfValues Volume_FieldPathArrayOfValues) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumes) WithSubPath ¶
func (Pod_SpecPathSelectorVolumes) WithSubPath(subPath Volume_FieldPath) *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumes) WithSubValue ¶
func (s Pod_SpecPathSelectorVolumes) WithSubValue(subPathValue Volume_FieldPathValue) *PodSpec_FieldSubPathValue
func (Pod_SpecPathSelectorVolumes) WithValue ¶
func (s Pod_SpecPathSelectorVolumes) WithValue(value []*Volume) *PodSpec_FieldTerminalPathValue
type Pod_SpecPathSelectorVolumesConfigMap ¶
type Pod_SpecPathSelectorVolumesConfigMap struct{}
func (Pod_SpecPathSelectorVolumesConfigMap) DefaultMode ¶
func (Pod_SpecPathSelectorVolumesConfigMap) DefaultMode() Pod_SpecPathSelectorVolumesConfigMapDefaultMode
func (Pod_SpecPathSelectorVolumesConfigMap) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMap) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMap) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMap) WithArrayOfValues(values []*ConfigMapVolumeSource) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMap) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMap) WithValue(value *ConfigMapVolumeSource) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesConfigMapDefaultMode ¶
type Pod_SpecPathSelectorVolumesConfigMapDefaultMode struct{}
func (Pod_SpecPathSelectorVolumesConfigMapDefaultMode) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMapDefaultMode) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMapDefaultMode) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMapDefaultMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMapDefaultMode) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapDefaultMode) WithValue(value int32) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesConfigMapItems ¶
type Pod_SpecPathSelectorVolumesConfigMapItems struct{}
func (Pod_SpecPathSelectorVolumesConfigMapItems) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMapItems) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMapItems) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItems) WithArrayOfValues(values [][]*KeyToPath) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMapItems) WithItemValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItems) WithItemValue(value *KeyToPath) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorVolumesConfigMapItems) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItems) WithValue(value []*KeyToPath) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesConfigMapItemsKey ¶
type Pod_SpecPathSelectorVolumesConfigMapItemsKey struct{}
func (Pod_SpecPathSelectorVolumesConfigMapItemsKey) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMapItemsKey) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMapItemsKey) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItemsKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMapItemsKey) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItemsKey) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesConfigMapItemsMode ¶
type Pod_SpecPathSelectorVolumesConfigMapItemsMode struct{}
func (Pod_SpecPathSelectorVolumesConfigMapItemsMode) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMapItemsMode) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMapItemsMode) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItemsMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMapItemsMode) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItemsMode) WithValue(value int32) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesConfigMapItemsPath ¶
type Pod_SpecPathSelectorVolumesConfigMapItemsPath struct{}
func (Pod_SpecPathSelectorVolumesConfigMapItemsPath) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMapItemsPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMapItemsPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItemsPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMapItemsPath) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapItemsPath) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesConfigMapName ¶
type Pod_SpecPathSelectorVolumesConfigMapName struct{}
func (Pod_SpecPathSelectorVolumesConfigMapName) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMapName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMapName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMapName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMapName) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesConfigMapOptional ¶
type Pod_SpecPathSelectorVolumesConfigMapOptional struct{}
func (Pod_SpecPathSelectorVolumesConfigMapOptional) FieldPath ¶
func (Pod_SpecPathSelectorVolumesConfigMapOptional) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesConfigMapOptional) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesConfigMapOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesConfigMapOptional) WithValue ¶
func (s Pod_SpecPathSelectorVolumesConfigMapOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesHostPath ¶
type Pod_SpecPathSelectorVolumesHostPath struct{}
func (Pod_SpecPathSelectorVolumesHostPath) FieldPath ¶
func (Pod_SpecPathSelectorVolumesHostPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesHostPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesHostPath) WithArrayOfValues(values []*HostPathVolumeSource) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesHostPath) WithValue ¶
func (s Pod_SpecPathSelectorVolumesHostPath) WithValue(value *HostPathVolumeSource) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesHostPathPath ¶
type Pod_SpecPathSelectorVolumesHostPathPath struct{}
func (Pod_SpecPathSelectorVolumesHostPathPath) FieldPath ¶
func (Pod_SpecPathSelectorVolumesHostPathPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesHostPathPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesHostPathPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesHostPathPath) WithValue ¶
func (s Pod_SpecPathSelectorVolumesHostPathPath) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesHostPathType ¶
type Pod_SpecPathSelectorVolumesHostPathType struct{}
func (Pod_SpecPathSelectorVolumesHostPathType) FieldPath ¶
func (Pod_SpecPathSelectorVolumesHostPathType) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesHostPathType) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesHostPathType) WithArrayOfValues(values []HostPathVolumeSource_Type) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesHostPathType) WithValue ¶
func (s Pod_SpecPathSelectorVolumesHostPathType) WithValue(value HostPathVolumeSource_Type) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesName ¶
type Pod_SpecPathSelectorVolumesName struct{}
func (Pod_SpecPathSelectorVolumesName) FieldPath ¶
func (Pod_SpecPathSelectorVolumesName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesName) WithValue ¶
func (s Pod_SpecPathSelectorVolumesName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecret ¶
type Pod_SpecPathSelectorVolumesSecret struct{}
func (Pod_SpecPathSelectorVolumesSecret) DefaultMode ¶
func (Pod_SpecPathSelectorVolumesSecret) DefaultMode() Pod_SpecPathSelectorVolumesSecretDefaultMode
func (Pod_SpecPathSelectorVolumesSecret) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecret) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecret) Optional ¶
func (Pod_SpecPathSelectorVolumesSecret) Optional() Pod_SpecPathSelectorVolumesSecretOptional
func (Pod_SpecPathSelectorVolumesSecret) SecretName ¶
func (Pod_SpecPathSelectorVolumesSecret) SecretName() Pod_SpecPathSelectorVolumesSecretSecretName
func (Pod_SpecPathSelectorVolumesSecret) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecret) WithArrayOfValues(values []*SecretVolumeSource) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecret) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecret) WithValue(value *SecretVolumeSource) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecretDefaultMode ¶
type Pod_SpecPathSelectorVolumesSecretDefaultMode struct{}
func (Pod_SpecPathSelectorVolumesSecretDefaultMode) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecretDefaultMode) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecretDefaultMode) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecretDefaultMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecretDefaultMode) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecretDefaultMode) WithValue(value int32) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecretItems ¶
type Pod_SpecPathSelectorVolumesSecretItems struct{}
func (Pod_SpecPathSelectorVolumesSecretItems) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecretItems) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecretItems) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecretItems) WithArrayOfValues(values [][]*KeyToPath) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecretItems) WithItemValue ¶
func (s Pod_SpecPathSelectorVolumesSecretItems) WithItemValue(value *KeyToPath) *PodSpec_FieldSubPathArrayItemValue
func (Pod_SpecPathSelectorVolumesSecretItems) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecretItems) WithValue(value []*KeyToPath) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecretItemsKey ¶
type Pod_SpecPathSelectorVolumesSecretItemsKey struct{}
func (Pod_SpecPathSelectorVolumesSecretItemsKey) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecretItemsKey) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecretItemsKey) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecretItemsKey) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecretItemsKey) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecretItemsKey) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecretItemsMode ¶
type Pod_SpecPathSelectorVolumesSecretItemsMode struct{}
func (Pod_SpecPathSelectorVolumesSecretItemsMode) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecretItemsMode) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecretItemsMode) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecretItemsMode) WithArrayOfValues(values []int32) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecretItemsMode) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecretItemsMode) WithValue(value int32) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecretItemsPath ¶
type Pod_SpecPathSelectorVolumesSecretItemsPath struct{}
func (Pod_SpecPathSelectorVolumesSecretItemsPath) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecretItemsPath) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecretItemsPath) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecretItemsPath) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecretItemsPath) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecretItemsPath) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecretOptional ¶
type Pod_SpecPathSelectorVolumesSecretOptional struct{}
func (Pod_SpecPathSelectorVolumesSecretOptional) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecretOptional) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecretOptional) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecretOptional) WithArrayOfValues(values []bool) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecretOptional) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecretOptional) WithValue(value bool) *PodSpec_FieldSubPathValue
type Pod_SpecPathSelectorVolumesSecretSecretName ¶
type Pod_SpecPathSelectorVolumesSecretSecretName struct{}
func (Pod_SpecPathSelectorVolumesSecretSecretName) FieldPath ¶
func (Pod_SpecPathSelectorVolumesSecretSecretName) FieldPath() *PodSpec_FieldSubPath
func (Pod_SpecPathSelectorVolumesSecretSecretName) WithArrayOfValues ¶
func (s Pod_SpecPathSelectorVolumesSecretSecretName) WithArrayOfValues(values []string) *PodSpec_FieldSubPathArrayOfValues
func (Pod_SpecPathSelectorVolumesSecretSecretName) WithValue ¶
func (s Pod_SpecPathSelectorVolumesSecretSecretName) WithValue(value string) *PodSpec_FieldSubPathValue
type Pod_Spec_Container ¶
type Pod_Spec_Container struct { // args to run the command. Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty" firestore:"args"` // command to run the container. // The image default command will be used when it's not given. Command []string `protobuf:"bytes,2,rep,name=command,proto3" json:"command,omitempty" firestore:"command"` // env is additional environment variables passed to the container. Env []*EnvVar `protobuf:"bytes,3,rep,name=env,proto3" json:"env,omitempty" firestore:"env"` // image is the URL of the container image. Image string `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty" firestore:"image"` ImagePullPolicy string `` /* 136-byte string literal not displayed */ // name is the name of the container. Must be unique in the Pod. Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` Resources *Pod_Spec_Container_ResourceRequirements `protobuf:"bytes,7,opt,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` // Security options the pod should run with. SecurityContext *SecurityContext `` /* 134-byte string literal not displayed */ // Pod volumes to mount into the container's filesystem. // Cannot be updated. VolumeMounts []*VolumeMount `protobuf:"bytes,9,rep,name=volume_mounts,json=volumeMounts,proto3" json:"volume_mounts,omitempty" firestore:"volumeMounts"` // List of sources to populate environment variables in the container. // The keys defined within a source must be a C_IDENTIFIER. All invalid // keys will be reported as an event when the container is starting. When // a key exists in multiple sources, the value associated with the last // source will take precedence. Values defined by an Env with a duplicate // key will take precedence. Cannot be updated. EnvFrom *EnvFromSource `protobuf:"bytes,19,opt,name=envFrom,proto3" json:"envFrom,omitempty" firestore:"envFrom"` // contains filtered or unexported fields }
Container defines configuration of a Container.
func (*Pod_Spec_Container) Clone ¶
func (o *Pod_Spec_Container) Clone() *Pod_Spec_Container
func (*Pod_Spec_Container) CloneRaw ¶
func (o *Pod_Spec_Container) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Spec_Container) Descriptor ¶
func (*Pod_Spec_Container) Descriptor() ([]byte, []int)
Deprecated, Use Pod_Spec_Container.ProtoReflect.Descriptor instead.
func (*Pod_Spec_Container) GetArgs ¶
func (m *Pod_Spec_Container) GetArgs() []string
func (*Pod_Spec_Container) GetCommand ¶
func (m *Pod_Spec_Container) GetCommand() []string
func (*Pod_Spec_Container) GetEnv ¶
func (m *Pod_Spec_Container) GetEnv() []*EnvVar
func (*Pod_Spec_Container) GetEnvFrom ¶
func (m *Pod_Spec_Container) GetEnvFrom() *EnvFromSource
func (*Pod_Spec_Container) GetImage ¶
func (m *Pod_Spec_Container) GetImage() string
func (*Pod_Spec_Container) GetImagePullPolicy ¶
func (m *Pod_Spec_Container) GetImagePullPolicy() string
func (*Pod_Spec_Container) GetName ¶
func (m *Pod_Spec_Container) GetName() string
func (*Pod_Spec_Container) GetResources ¶
func (m *Pod_Spec_Container) GetResources() *Pod_Spec_Container_ResourceRequirements
func (*Pod_Spec_Container) GetSecurityContext ¶
func (m *Pod_Spec_Container) GetSecurityContext() *SecurityContext
func (*Pod_Spec_Container) GetVolumeMounts ¶
func (m *Pod_Spec_Container) GetVolumeMounts() []*VolumeMount
func (*Pod_Spec_Container) GotenMessage ¶
func (*Pod_Spec_Container) GotenMessage()
func (*Pod_Spec_Container) GotenObjectExt ¶
func (o *Pod_Spec_Container) GotenObjectExt()
func (*Pod_Spec_Container) GotenValidate ¶
func (obj *Pod_Spec_Container) GotenValidate() error
func (*Pod_Spec_Container) MakeDiffFieldMask ¶
func (o *Pod_Spec_Container) MakeDiffFieldMask(other *Pod_Spec_Container) *Pod_Spec_Container_FieldMask
func (*Pod_Spec_Container) MakeFullFieldMask ¶
func (o *Pod_Spec_Container) MakeFullFieldMask() *Pod_Spec_Container_FieldMask
func (*Pod_Spec_Container) MakeRawDiffFieldMask ¶
func (o *Pod_Spec_Container) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Spec_Container) MakeRawFullFieldMask ¶
func (o *Pod_Spec_Container) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Spec_Container) Marshal ¶
func (m *Pod_Spec_Container) Marshal() ([]byte, error)
func (*Pod_Spec_Container) MarshalJSON ¶
func (m *Pod_Spec_Container) MarshalJSON() ([]byte, error)
func (*Pod_Spec_Container) Merge ¶
func (o *Pod_Spec_Container) Merge(source *Pod_Spec_Container)
func (*Pod_Spec_Container) MergeRaw ¶
func (o *Pod_Spec_Container) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Spec_Container) ProtoMessage ¶
func (*Pod_Spec_Container) ProtoMessage()
func (*Pod_Spec_Container) ProtoReflect ¶
func (m *Pod_Spec_Container) ProtoReflect() preflect.Message
func (*Pod_Spec_Container) Reset ¶
func (m *Pod_Spec_Container) Reset()
func (*Pod_Spec_Container) SetArgs ¶
func (m *Pod_Spec_Container) SetArgs(fv []string)
func (*Pod_Spec_Container) SetCommand ¶
func (m *Pod_Spec_Container) SetCommand(fv []string)
func (*Pod_Spec_Container) SetEnv ¶
func (m *Pod_Spec_Container) SetEnv(fv []*EnvVar)
func (*Pod_Spec_Container) SetEnvFrom ¶
func (m *Pod_Spec_Container) SetEnvFrom(fv *EnvFromSource)
func (*Pod_Spec_Container) SetImage ¶
func (m *Pod_Spec_Container) SetImage(fv string)
func (*Pod_Spec_Container) SetImagePullPolicy ¶
func (m *Pod_Spec_Container) SetImagePullPolicy(fv string)
func (*Pod_Spec_Container) SetName ¶
func (m *Pod_Spec_Container) SetName(fv string)
func (*Pod_Spec_Container) SetResources ¶
func (m *Pod_Spec_Container) SetResources(fv *Pod_Spec_Container_ResourceRequirements)
func (*Pod_Spec_Container) SetSecurityContext ¶
func (m *Pod_Spec_Container) SetSecurityContext(fv *SecurityContext)
func (*Pod_Spec_Container) SetVolumeMounts ¶
func (m *Pod_Spec_Container) SetVolumeMounts(fv []*VolumeMount)
func (*Pod_Spec_Container) String ¶
func (m *Pod_Spec_Container) String() string
func (*Pod_Spec_Container) Unmarshal ¶
func (m *Pod_Spec_Container) Unmarshal(b []byte) error
func (*Pod_Spec_Container) UnmarshalJSON ¶
func (m *Pod_Spec_Container) UnmarshalJSON(data []byte) error
type Pod_Spec_ContainerMapPathSelectorResourcesLimits ¶
type Pod_Spec_ContainerMapPathSelectorResourcesLimits struct {
// contains filtered or unexported fields
}
func (Pod_Spec_ContainerMapPathSelectorResourcesLimits) FieldPath ¶
func (s Pod_Spec_ContainerMapPathSelectorResourcesLimits) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerMapPathSelectorResourcesLimits) WithArrayOfValues ¶
func (s Pod_Spec_ContainerMapPathSelectorResourcesLimits) WithArrayOfValues(values []int64) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerMapPathSelectorResourcesLimits) WithValue ¶
func (s Pod_Spec_ContainerMapPathSelectorResourcesLimits) WithValue(value int64) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerMapPathSelectorResourcesRequests ¶
type Pod_Spec_ContainerMapPathSelectorResourcesRequests struct {
// contains filtered or unexported fields
}
func (Pod_Spec_ContainerMapPathSelectorResourcesRequests) FieldPath ¶
func (s Pod_Spec_ContainerMapPathSelectorResourcesRequests) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerMapPathSelectorResourcesRequests) WithArrayOfValues ¶
func (s Pod_Spec_ContainerMapPathSelectorResourcesRequests) WithArrayOfValues(values []int64) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerMapPathSelectorResourcesRequests) WithValue ¶
func (s Pod_Spec_ContainerMapPathSelectorResourcesRequests) WithValue(value int64) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorArgs ¶
type Pod_Spec_ContainerPathSelectorArgs struct{}
func (Pod_Spec_ContainerPathSelectorArgs) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorArgs) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorArgs) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorArgs) WithArrayOfValues(values [][]string) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorArgs) WithItemValue ¶
func (s Pod_Spec_ContainerPathSelectorArgs) WithItemValue(value string) *PodSpecContainer_FieldTerminalPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorArgs) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorArgs) WithValue(value []string) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorCommand ¶
type Pod_Spec_ContainerPathSelectorCommand struct{}
func (Pod_Spec_ContainerPathSelectorCommand) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorCommand) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorCommand) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorCommand) WithArrayOfValues(values [][]string) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorCommand) WithItemValue ¶
func (s Pod_Spec_ContainerPathSelectorCommand) WithItemValue(value string) *PodSpecContainer_FieldTerminalPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorCommand) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorCommand) WithValue(value []string) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorEnv ¶
type Pod_Spec_ContainerPathSelectorEnv struct{}
func (Pod_Spec_ContainerPathSelectorEnv) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnv) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorEnv) ValueFrom ¶
func (Pod_Spec_ContainerPathSelectorEnv) ValueFrom() Pod_Spec_ContainerPathSelectorEnvValueFrom
func (Pod_Spec_ContainerPathSelectorEnv) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnv) WithArrayOfValues(values [][]*EnvVar) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnv) WithItemValue ¶
func (s Pod_Spec_ContainerPathSelectorEnv) WithItemValue(value *EnvVar) *PodSpecContainer_FieldTerminalPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorEnv) WithSubArrayItemValue ¶
func (s Pod_Spec_ContainerPathSelectorEnv) WithSubArrayItemValue(subPathArrayItemValue EnvVar_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorEnv) WithSubArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnv) WithSubArrayOfValues(subPathArrayOfValues EnvVar_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnv) WithSubPath ¶
func (Pod_Spec_ContainerPathSelectorEnv) WithSubPath(subPath EnvVar_FieldPath) *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnv) WithSubValue ¶
func (s Pod_Spec_ContainerPathSelectorEnv) WithSubValue(subPathValue EnvVar_FieldPathValue) *PodSpecContainer_FieldSubPathValue
func (Pod_Spec_ContainerPathSelectorEnv) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnv) WithValue(value []*EnvVar) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorEnvFrom ¶
type Pod_Spec_ContainerPathSelectorEnvFrom struct{}
func (Pod_Spec_ContainerPathSelectorEnvFrom) ConfigMapRef ¶
func (Pod_Spec_ContainerPathSelectorEnvFrom) ConfigMapRef() Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef
func (Pod_Spec_ContainerPathSelectorEnvFrom) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFrom) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorEnvFrom) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithArrayOfValues(values []*EnvFromSource) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFrom) WithSubArrayItemValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithSubArrayItemValue(subPathArrayItemValue EnvFromSource_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorEnvFrom) WithSubArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithSubArrayOfValues(subPathArrayOfValues EnvFromSource_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFrom) WithSubPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFrom) WithSubPath(subPath EnvFromSource_FieldPath) *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvFrom) WithSubValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithSubValue(subPathValue EnvFromSource_FieldPathValue) *PodSpecContainer_FieldSubPathValue
func (Pod_Spec_ContainerPathSelectorEnvFrom) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFrom) WithValue(value *EnvFromSource) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef ¶
type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef struct{}
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) WithArrayOfValues(values []*ConfigMapEnvSource) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRef) WithValue(value *ConfigMapEnvSource) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName ¶
type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName struct{}
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional ¶
type Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional struct{}
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromConfigMapRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvFromPrefix ¶
type Pod_Spec_ContainerPathSelectorEnvFromPrefix struct{}
func (Pod_Spec_ContainerPathSelectorEnvFromPrefix) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFromPrefix) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvFromPrefix) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromPrefix) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFromPrefix) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromPrefix) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvFromSecretRef ¶
type Pod_Spec_ContainerPathSelectorEnvFromSecretRef struct{}
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRef) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRef) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRef) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRef) WithArrayOfValues(values []*SecretEnvSource) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRef) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRef) WithValue(value *SecretEnvSource) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvFromSecretRefName ¶
type Pod_Spec_ContainerPathSelectorEnvFromSecretRefName struct{}
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional ¶
type Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional struct{}
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvFromSecretRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvName ¶
type Pod_Spec_ContainerPathSelectorEnvName struct{}
func (Pod_Spec_ContainerPathSelectorEnvName) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvName) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvName) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvName) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValue ¶
type Pod_Spec_ContainerPathSelectorEnvValue struct{}
func (Pod_Spec_ContainerPathSelectorEnvValue) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvValue) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvValue) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValue) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValue) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValue) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFrom ¶
type Pod_Spec_ContainerPathSelectorEnvValueFrom struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFrom) ConfigMapKeyRef ¶
func (Pod_Spec_ContainerPathSelectorEnvValueFrom) ConfigMapKeyRef() Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef
func (Pod_Spec_ContainerPathSelectorEnvValueFrom) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvValueFrom) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvValueFrom) SecretKeyRef ¶
func (Pod_Spec_ContainerPathSelectorEnvValueFrom) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFrom) WithArrayOfValues(values []*EnvVarSource) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFrom) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFrom) WithValue(value *EnvVarSource) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) WithArrayOfValues(values []*ConfigMapKeySelector) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRef) WithValue(value *ConfigMapKeySelector) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefKey) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromConfigMapKeyRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) WithArrayOfValues(values []*SecretKeySelector) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRef) WithValue(value *SecretKeySelector) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefKey) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional ¶
type Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional struct{}
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorEnvValueFromSecretKeyRefOptional) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorImage ¶
type Pod_Spec_ContainerPathSelectorImage struct{}
func (Pod_Spec_ContainerPathSelectorImage) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorImage) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorImage) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorImage) WithArrayOfValues(values []string) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorImage) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorImage) WithValue(value string) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorImagePullPolicy ¶
type Pod_Spec_ContainerPathSelectorImagePullPolicy struct{}
func (Pod_Spec_ContainerPathSelectorImagePullPolicy) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorImagePullPolicy) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorImagePullPolicy) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorImagePullPolicy) WithArrayOfValues(values []string) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorImagePullPolicy) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorImagePullPolicy) WithValue(value string) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorName ¶
type Pod_Spec_ContainerPathSelectorName struct{}
func (Pod_Spec_ContainerPathSelectorName) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorName) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorName) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorName) WithArrayOfValues(values []string) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorName) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorName) WithValue(value string) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorResources ¶
type Pod_Spec_ContainerPathSelectorResources struct{}
func (Pod_Spec_ContainerPathSelectorResources) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorResources) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorResources) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorResources) WithArrayOfValues(values []*Pod_Spec_Container_ResourceRequirements) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorResources) WithSubArrayItemValue ¶
func (s Pod_Spec_ContainerPathSelectorResources) WithSubArrayItemValue(subPathArrayItemValue PodSpecContainerResourceRequirements_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorResources) WithSubArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorResources) WithSubArrayOfValues(subPathArrayOfValues PodSpecContainerResourceRequirements_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorResources) WithSubPath ¶
func (Pod_Spec_ContainerPathSelectorResources) WithSubPath(subPath PodSpecContainerResourceRequirements_FieldPath) *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorResources) WithSubValue ¶
func (s Pod_Spec_ContainerPathSelectorResources) WithSubValue(subPathValue PodSpecContainerResourceRequirements_FieldPathValue) *PodSpecContainer_FieldSubPathValue
func (Pod_Spec_ContainerPathSelectorResources) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorResources) WithValue(value *Pod_Spec_Container_ResourceRequirements) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorResourcesLimits ¶
type Pod_Spec_ContainerPathSelectorResourcesLimits struct{}
func (Pod_Spec_ContainerPathSelectorResourcesLimits) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorResourcesLimits) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorResourcesLimits) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorResourcesLimits) WithArrayOfValues(values []map[string]int64) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorResourcesLimits) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorResourcesLimits) WithValue(value map[string]int64) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorResourcesRequests ¶
type Pod_Spec_ContainerPathSelectorResourcesRequests struct{}
func (Pod_Spec_ContainerPathSelectorResourcesRequests) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorResourcesRequests) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorResourcesRequests) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorResourcesRequests) WithArrayOfValues(values []map[string]int64) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorResourcesRequests) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorResourcesRequests) WithValue(value map[string]int64) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorSecurityContext ¶
type Pod_Spec_ContainerPathSelectorSecurityContext struct{}
func (Pod_Spec_ContainerPathSelectorSecurityContext) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorSecurityContext) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorSecurityContext) Privileged ¶
func (Pod_Spec_ContainerPathSelectorSecurityContext) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithArrayOfValues(values []*SecurityContext) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorSecurityContext) WithSubArrayItemValue ¶
func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithSubArrayItemValue(subPathArrayItemValue SecurityContext_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorSecurityContext) WithSubArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithSubArrayOfValues(subPathArrayOfValues SecurityContext_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorSecurityContext) WithSubPath ¶
func (Pod_Spec_ContainerPathSelectorSecurityContext) WithSubPath(subPath SecurityContext_FieldPath) *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorSecurityContext) WithSubValue ¶
func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithSubValue(subPathValue SecurityContext_FieldPathValue) *PodSpecContainer_FieldSubPathValue
func (Pod_Spec_ContainerPathSelectorSecurityContext) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorSecurityContext) WithValue(value *SecurityContext) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorSecurityContextPrivileged ¶
type Pod_Spec_ContainerPathSelectorSecurityContextPrivileged struct{}
func (Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorSecurityContextPrivileged) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorVolumeMounts ¶
type Pod_Spec_ContainerPathSelectorVolumeMounts struct{}
func (Pod_Spec_ContainerPathSelectorVolumeMounts) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorVolumeMounts) FieldPath() *PodSpecContainer_FieldTerminalPath
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithArrayOfValues(values [][]*VolumeMount) *PodSpecContainer_FieldTerminalPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithItemValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithItemValue(value *VolumeMount) *PodSpecContainer_FieldTerminalPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubArrayItemValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubArrayItemValue(subPathArrayItemValue VolumeMount_FieldPathArrayItemValue) *PodSpecContainer_FieldSubPathArrayItemValue
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubArrayOfValues(subPathArrayOfValues VolumeMount_FieldPathArrayOfValues) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubPath ¶
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubPath(subPath VolumeMount_FieldPath) *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithSubValue(subPathValue VolumeMount_FieldPathValue) *PodSpecContainer_FieldSubPathValue
func (Pod_Spec_ContainerPathSelectorVolumeMounts) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMounts) WithValue(value []*VolumeMount) *PodSpecContainer_FieldTerminalPathValue
type Pod_Spec_ContainerPathSelectorVolumeMountsMountPath ¶
type Pod_Spec_ContainerPathSelectorVolumeMountsMountPath struct{}
func (Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsMountPath) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorVolumeMountsName ¶
type Pod_Spec_ContainerPathSelectorVolumeMountsName struct{}
func (Pod_Spec_ContainerPathSelectorVolumeMountsName) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorVolumeMountsName) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorVolumeMountsName) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsName) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorVolumeMountsName) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsName) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly ¶
type Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly struct{}
func (Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) WithArrayOfValues(values []bool) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsReadOnly) WithValue(value bool) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_ContainerPathSelectorVolumeMountsSubPath ¶
type Pod_Spec_ContainerPathSelectorVolumeMountsSubPath struct{}
func (Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) FieldPath ¶
func (Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) FieldPath() *PodSpecContainer_FieldSubPath
func (Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) WithArrayOfValues ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) WithArrayOfValues(values []string) *PodSpecContainer_FieldSubPathArrayOfValues
func (Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) WithValue ¶
func (s Pod_Spec_ContainerPathSelectorVolumeMountsSubPath) WithValue(value string) *PodSpecContainer_FieldSubPathValue
type Pod_Spec_Container_FieldMask ¶
type Pod_Spec_Container_FieldMask struct {
Paths []PodSpecContainer_FieldPath
}
func FullPod_Spec_Container_FieldMask ¶
func FullPod_Spec_Container_FieldMask() *Pod_Spec_Container_FieldMask
func (*Pod_Spec_Container_FieldMask) AppendPath ¶
func (fieldMask *Pod_Spec_Container_FieldMask) AppendPath(path PodSpecContainer_FieldPath)
func (*Pod_Spec_Container_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Spec_Container_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Spec_Container_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Spec_Container_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Spec_Container_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Spec_Container_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Spec_Container_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Spec_Container_FieldMask) FilterInputFields() *Pod_Spec_Container_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Spec_Container_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Spec_Container_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Spec_Container_FieldMask) GetPaths ¶
func (fieldMask *Pod_Spec_Container_FieldMask) GetPaths() []PodSpecContainer_FieldPath
func (*Pod_Spec_Container_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Spec_Container_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Spec_Container_FieldMask) IsFull ¶
func (fieldMask *Pod_Spec_Container_FieldMask) IsFull() bool
func (Pod_Spec_Container_FieldMask) Marshal ¶
func (fieldMask Pod_Spec_Container_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Spec_Container_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Spec_Container_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Spec_Container_FieldMask) PathsCount ¶
func (fieldMask *Pod_Spec_Container_FieldMask) PathsCount() int
func (*Pod_Spec_Container_FieldMask) Project ¶
func (fieldMask *Pod_Spec_Container_FieldMask) Project(source *Pod_Spec_Container) *Pod_Spec_Container
func (*Pod_Spec_Container_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Spec_Container_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Spec_Container_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Spec_Container_FieldMask) ProtoMessage()
func (*Pod_Spec_Container_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Spec_Container_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Spec_Container_FieldMask) Reset ¶
func (fieldMask *Pod_Spec_Container_FieldMask) Reset()
func (*Pod_Spec_Container_FieldMask) Set ¶
func (fieldMask *Pod_Spec_Container_FieldMask) Set(target, source *Pod_Spec_Container)
func (*Pod_Spec_Container_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Spec_Container_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Spec_Container_FieldMask) SetRaw ¶
func (fieldMask *Pod_Spec_Container_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Spec_Container_FieldMask) Size ¶
func (fieldMask *Pod_Spec_Container_FieldMask) Size() int
func (*Pod_Spec_Container_FieldMask) String ¶
func (fieldMask *Pod_Spec_Container_FieldMask) String() string
func (*Pod_Spec_Container_FieldMask) Subtract ¶
func (fieldMask *Pod_Spec_Container_FieldMask) Subtract(other *Pod_Spec_Container_FieldMask) *Pod_Spec_Container_FieldMask
func (*Pod_Spec_Container_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Spec_Container_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Spec_Container_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Spec_Container_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Spec_Container_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Spec_Container_FieldMask) Unmarshal(data []byte) error
func (*Pod_Spec_Container_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Spec_Container_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Spec_Container_ResourceRequirements ¶
type Pod_Spec_Container_ResourceRequirements struct { // todo: change to k8s.io.apimachinery.pkg.api.resource. Limits map[string]int64 `` /* 173-byte string literal not displayed */ Requests map[string]int64 `` /* 179-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Pod_Spec_Container_ResourceRequirements) Clone ¶
func (o *Pod_Spec_Container_ResourceRequirements) Clone() *Pod_Spec_Container_ResourceRequirements
func (*Pod_Spec_Container_ResourceRequirements) CloneRaw ¶
func (o *Pod_Spec_Container_ResourceRequirements) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Spec_Container_ResourceRequirements) Descriptor ¶
func (*Pod_Spec_Container_ResourceRequirements) Descriptor() ([]byte, []int)
Deprecated, Use Pod_Spec_Container_ResourceRequirements.ProtoReflect.Descriptor instead.
func (*Pod_Spec_Container_ResourceRequirements) GetLimits ¶
func (m *Pod_Spec_Container_ResourceRequirements) GetLimits() map[string]int64
func (*Pod_Spec_Container_ResourceRequirements) GetRequests ¶
func (m *Pod_Spec_Container_ResourceRequirements) GetRequests() map[string]int64
func (*Pod_Spec_Container_ResourceRequirements) GotenMessage ¶
func (*Pod_Spec_Container_ResourceRequirements) GotenMessage()
func (*Pod_Spec_Container_ResourceRequirements) GotenObjectExt ¶
func (o *Pod_Spec_Container_ResourceRequirements) GotenObjectExt()
func (*Pod_Spec_Container_ResourceRequirements) GotenValidate ¶
func (obj *Pod_Spec_Container_ResourceRequirements) GotenValidate() error
func (*Pod_Spec_Container_ResourceRequirements) MakeDiffFieldMask ¶
func (o *Pod_Spec_Container_ResourceRequirements) MakeDiffFieldMask(other *Pod_Spec_Container_ResourceRequirements) *Pod_Spec_Container_ResourceRequirements_FieldMask
func (*Pod_Spec_Container_ResourceRequirements) MakeFullFieldMask ¶
func (o *Pod_Spec_Container_ResourceRequirements) MakeFullFieldMask() *Pod_Spec_Container_ResourceRequirements_FieldMask
func (*Pod_Spec_Container_ResourceRequirements) MakeRawDiffFieldMask ¶
func (o *Pod_Spec_Container_ResourceRequirements) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Spec_Container_ResourceRequirements) MakeRawFullFieldMask ¶
func (o *Pod_Spec_Container_ResourceRequirements) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Spec_Container_ResourceRequirements) Marshal ¶
func (m *Pod_Spec_Container_ResourceRequirements) Marshal() ([]byte, error)
func (*Pod_Spec_Container_ResourceRequirements) MarshalJSON ¶
func (m *Pod_Spec_Container_ResourceRequirements) MarshalJSON() ([]byte, error)
func (*Pod_Spec_Container_ResourceRequirements) Merge ¶
func (o *Pod_Spec_Container_ResourceRequirements) Merge(source *Pod_Spec_Container_ResourceRequirements)
func (*Pod_Spec_Container_ResourceRequirements) MergeRaw ¶
func (o *Pod_Spec_Container_ResourceRequirements) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Spec_Container_ResourceRequirements) ProtoMessage ¶
func (*Pod_Spec_Container_ResourceRequirements) ProtoMessage()
func (*Pod_Spec_Container_ResourceRequirements) ProtoReflect ¶
func (m *Pod_Spec_Container_ResourceRequirements) ProtoReflect() preflect.Message
func (*Pod_Spec_Container_ResourceRequirements) Reset ¶
func (m *Pod_Spec_Container_ResourceRequirements) Reset()
func (*Pod_Spec_Container_ResourceRequirements) SetLimits ¶
func (m *Pod_Spec_Container_ResourceRequirements) SetLimits(fv map[string]int64)
func (*Pod_Spec_Container_ResourceRequirements) SetRequests ¶
func (m *Pod_Spec_Container_ResourceRequirements) SetRequests(fv map[string]int64)
func (*Pod_Spec_Container_ResourceRequirements) String ¶
func (m *Pod_Spec_Container_ResourceRequirements) String() string
func (*Pod_Spec_Container_ResourceRequirements) Unmarshal ¶
func (m *Pod_Spec_Container_ResourceRequirements) Unmarshal(b []byte) error
func (*Pod_Spec_Container_ResourceRequirements) UnmarshalJSON ¶
func (m *Pod_Spec_Container_ResourceRequirements) UnmarshalJSON(data []byte) error
type Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits ¶
type Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits struct {
// contains filtered or unexported fields
}
func (Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits) WithArrayOfValues ¶
func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorLimits) WithArrayOfValues(values []int64) *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues
type Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests ¶
type Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests struct {
// contains filtered or unexported fields
}
func (Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests) WithArrayOfValues ¶
func (s Pod_Spec_Container_ResourceRequirementsMapPathSelectorRequests) WithArrayOfValues(values []int64) *PodSpecContainerResourceRequirements_FieldPathMapArrayOfValues
type Pod_Spec_Container_ResourceRequirementsPathSelectorLimits ¶
type Pod_Spec_Container_ResourceRequirementsPathSelectorLimits struct{}
func (Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) WithArrayOfValues ¶
func (s Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) WithArrayOfValues(values []map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues
func (Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) WithValue ¶
func (s Pod_Spec_Container_ResourceRequirementsPathSelectorLimits) WithValue(value map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathValue
type Pod_Spec_Container_ResourceRequirementsPathSelectorRequests ¶
type Pod_Spec_Container_ResourceRequirementsPathSelectorRequests struct{}
func (Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) WithArrayOfValues ¶
func (s Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) WithArrayOfValues(values []map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathArrayOfValues
func (Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) WithValue ¶
func (s Pod_Spec_Container_ResourceRequirementsPathSelectorRequests) WithValue(value map[string]int64) *PodSpecContainerResourceRequirements_FieldTerminalPathValue
type Pod_Spec_Container_ResourceRequirements_FieldMask ¶
type Pod_Spec_Container_ResourceRequirements_FieldMask struct {
Paths []PodSpecContainerResourceRequirements_FieldPath
}
func FullPod_Spec_Container_ResourceRequirements_FieldMask ¶
func FullPod_Spec_Container_ResourceRequirements_FieldMask() *Pod_Spec_Container_ResourceRequirements_FieldMask
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) AppendPath ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) AppendPath(path PodSpecContainerResourceRequirements_FieldPath)
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) FilterInputFields() *Pod_Spec_Container_ResourceRequirements_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) GetPaths ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) GetPaths() []PodSpecContainerResourceRequirements_FieldPath
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) IsFull ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) IsFull() bool
func (Pod_Spec_Container_ResourceRequirements_FieldMask) Marshal ¶
func (fieldMask Pod_Spec_Container_ResourceRequirements_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Spec_Container_ResourceRequirements_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Spec_Container_ResourceRequirements_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) PathsCount ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) PathsCount() int
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) Project ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Project(source *Pod_Spec_Container_ResourceRequirements) *Pod_Spec_Container_ResourceRequirements
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ProtoMessage()
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) Reset ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Reset()
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) Set ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Set(target, source *Pod_Spec_Container_ResourceRequirements)
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) SetRaw ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) Size ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Size() int
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) String ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) String() string
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) Subtract ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Subtract(other *Pod_Spec_Container_ResourceRequirements_FieldMask) *Pod_Spec_Container_ResourceRequirements_FieldMask
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) Unmarshal(data []byte) error
func (*Pod_Spec_Container_ResourceRequirements_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Spec_Container_ResourceRequirements_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Spec_FieldMask ¶
type Pod_Spec_FieldMask struct {
Paths []PodSpec_FieldPath
}
func FullPod_Spec_FieldMask ¶
func FullPod_Spec_FieldMask() *Pod_Spec_FieldMask
func (*Pod_Spec_FieldMask) AppendPath ¶
func (fieldMask *Pod_Spec_FieldMask) AppendPath(path PodSpec_FieldPath)
func (*Pod_Spec_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Spec_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Spec_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Spec_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Spec_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Spec_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Spec_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Spec_FieldMask) FilterInputFields() *Pod_Spec_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Spec_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Spec_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Spec_FieldMask) GetPaths ¶
func (fieldMask *Pod_Spec_FieldMask) GetPaths() []PodSpec_FieldPath
func (*Pod_Spec_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Spec_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Spec_FieldMask) IsFull ¶
func (fieldMask *Pod_Spec_FieldMask) IsFull() bool
func (Pod_Spec_FieldMask) Marshal ¶
func (fieldMask Pod_Spec_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Spec_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Spec_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Spec_FieldMask) PathsCount ¶
func (fieldMask *Pod_Spec_FieldMask) PathsCount() int
func (*Pod_Spec_FieldMask) Project ¶
func (fieldMask *Pod_Spec_FieldMask) Project(source *Pod_Spec) *Pod_Spec
func (*Pod_Spec_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Spec_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Spec_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Spec_FieldMask) ProtoMessage()
func (*Pod_Spec_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Spec_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Spec_FieldMask) Reset ¶
func (fieldMask *Pod_Spec_FieldMask) Reset()
func (*Pod_Spec_FieldMask) Set ¶
func (fieldMask *Pod_Spec_FieldMask) Set(target, source *Pod_Spec)
func (*Pod_Spec_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Spec_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Spec_FieldMask) SetRaw ¶
func (fieldMask *Pod_Spec_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Spec_FieldMask) Size ¶
func (fieldMask *Pod_Spec_FieldMask) Size() int
func (*Pod_Spec_FieldMask) String ¶
func (fieldMask *Pod_Spec_FieldMask) String() string
func (*Pod_Spec_FieldMask) Subtract ¶
func (fieldMask *Pod_Spec_FieldMask) Subtract(other *Pod_Spec_FieldMask) *Pod_Spec_FieldMask
func (*Pod_Spec_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Spec_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Spec_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Spec_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Spec_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Spec_FieldMask) Unmarshal(data []byte) error
func (*Pod_Spec_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Spec_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Spec_RestartPolicy ¶
type Pod_Spec_RestartPolicy int32
const ( Pod_Spec_RESTART_POLICY_UNSPECIFIED Pod_Spec_RestartPolicy = 0 Pod_Spec_ALWAYS Pod_Spec_RestartPolicy = 1 Pod_Spec_ON_FAILURE Pod_Spec_RestartPolicy = 2 Pod_Spec_NEVER Pod_Spec_RestartPolicy = 3 )
func (Pod_Spec_RestartPolicy) Descriptor ¶
func (Pod_Spec_RestartPolicy) Descriptor() preflect.EnumDescriptor
func (Pod_Spec_RestartPolicy) Enum ¶
func (x Pod_Spec_RestartPolicy) Enum() *Pod_Spec_RestartPolicy
func (Pod_Spec_RestartPolicy) EnumDescriptor ¶
func (Pod_Spec_RestartPolicy) EnumDescriptor() ([]byte, []int)
Deprecated, Use Pod_Spec_RestartPolicy.ProtoReflect.Descriptor instead.
func (Pod_Spec_RestartPolicy) Number ¶
func (x Pod_Spec_RestartPolicy) Number() preflect.EnumNumber
func (Pod_Spec_RestartPolicy) String ¶
func (x Pod_Spec_RestartPolicy) String() string
func (Pod_Spec_RestartPolicy) Type ¶
func (Pod_Spec_RestartPolicy) Type() preflect.EnumType
type Pod_Status ¶
type Pod_Status struct { // Phase is the state of the entire Pod. Phase Pod_Status_Phase `` /* 130-byte string literal not displayed */ // container_statuses lists individual status of the containers. ContainerStatuses []*Pod_Status_Container `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
Status defines the status of a Pod
func (*Pod_Status) Clone ¶
func (o *Pod_Status) Clone() *Pod_Status
func (*Pod_Status) CloneRaw ¶
func (o *Pod_Status) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Status) Descriptor ¶
func (*Pod_Status) Descriptor() ([]byte, []int)
Deprecated, Use Pod_Status.ProtoReflect.Descriptor instead.
func (*Pod_Status) GetContainerStatuses ¶
func (m *Pod_Status) GetContainerStatuses() []*Pod_Status_Container
func (*Pod_Status) GetPhase ¶
func (m *Pod_Status) GetPhase() Pod_Status_Phase
func (*Pod_Status) GotenMessage ¶
func (*Pod_Status) GotenMessage()
func (*Pod_Status) GotenObjectExt ¶
func (o *Pod_Status) GotenObjectExt()
func (*Pod_Status) GotenValidate ¶
func (obj *Pod_Status) GotenValidate() error
func (*Pod_Status) MakeDiffFieldMask ¶
func (o *Pod_Status) MakeDiffFieldMask(other *Pod_Status) *Pod_Status_FieldMask
func (*Pod_Status) MakeFullFieldMask ¶
func (o *Pod_Status) MakeFullFieldMask() *Pod_Status_FieldMask
func (*Pod_Status) MakeRawDiffFieldMask ¶
func (o *Pod_Status) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Status) MakeRawFullFieldMask ¶
func (o *Pod_Status) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Status) Marshal ¶
func (m *Pod_Status) Marshal() ([]byte, error)
func (*Pod_Status) MarshalJSON ¶
func (m *Pod_Status) MarshalJSON() ([]byte, error)
func (*Pod_Status) Merge ¶
func (o *Pod_Status) Merge(source *Pod_Status)
func (*Pod_Status) MergeRaw ¶
func (o *Pod_Status) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Status) ProtoMessage ¶
func (*Pod_Status) ProtoMessage()
func (*Pod_Status) ProtoReflect ¶
func (m *Pod_Status) ProtoReflect() preflect.Message
func (*Pod_Status) Reset ¶
func (m *Pod_Status) Reset()
func (*Pod_Status) SetContainerStatuses ¶
func (m *Pod_Status) SetContainerStatuses(fv []*Pod_Status_Container)
func (*Pod_Status) SetPhase ¶
func (m *Pod_Status) SetPhase(fv Pod_Status_Phase)
func (*Pod_Status) String ¶
func (m *Pod_Status) String() string
func (*Pod_Status) Unmarshal ¶
func (m *Pod_Status) Unmarshal(b []byte) error
func (*Pod_Status) UnmarshalJSON ¶
func (m *Pod_Status) UnmarshalJSON(data []byte) error
type Pod_StatusPathSelectorContainerStatuses ¶
type Pod_StatusPathSelectorContainerStatuses struct{}
func (Pod_StatusPathSelectorContainerStatuses) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatuses) FieldPath() *PodStatus_FieldTerminalPath
func (Pod_StatusPathSelectorContainerStatuses) Terminated ¶
func (Pod_StatusPathSelectorContainerStatuses) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatuses) WithArrayOfValues(values [][]*Pod_Status_Container) *PodStatus_FieldTerminalPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatuses) WithItemValue ¶
func (s Pod_StatusPathSelectorContainerStatuses) WithItemValue(value *Pod_Status_Container) *PodStatus_FieldTerminalPathArrayItemValue
func (Pod_StatusPathSelectorContainerStatuses) WithSubArrayItemValue ¶
func (s Pod_StatusPathSelectorContainerStatuses) WithSubArrayItemValue(subPathArrayItemValue PodStatusContainer_FieldPathArrayItemValue) *PodStatus_FieldSubPathArrayItemValue
func (Pod_StatusPathSelectorContainerStatuses) WithSubArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatuses) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainer_FieldPathArrayOfValues) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatuses) WithSubPath ¶
func (Pod_StatusPathSelectorContainerStatuses) WithSubPath(subPath PodStatusContainer_FieldPath) *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatuses) WithSubValue ¶
func (s Pod_StatusPathSelectorContainerStatuses) WithSubValue(subPathValue PodStatusContainer_FieldPathValue) *PodStatus_FieldSubPathValue
func (Pod_StatusPathSelectorContainerStatuses) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatuses) WithValue(value []*Pod_Status_Container) *PodStatus_FieldTerminalPathValue
type Pod_StatusPathSelectorContainerStatusesName ¶
type Pod_StatusPathSelectorContainerStatusesName struct{}
func (Pod_StatusPathSelectorContainerStatusesName) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesName) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesName) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesName) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesName) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesName) WithValue(value string) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesRunning ¶
type Pod_StatusPathSelectorContainerStatusesRunning struct{}
func (Pod_StatusPathSelectorContainerStatusesRunning) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesRunning) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesRunning) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesRunning) WithArrayOfValues(values []*Pod_Status_Container_StateRunning) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesRunning) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesRunning) WithValue(value *Pod_Status_Container_StateRunning) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesRunningStartedAt ¶
type Pod_StatusPathSelectorContainerStatusesRunningStartedAt struct{}
func (Pod_StatusPathSelectorContainerStatusesRunningStartedAt) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesRunningStartedAt) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesRunningStartedAt) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesRunningStartedAt) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesRunningStartedAt) WithValue(value *timestamp.Timestamp) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesState ¶
type Pod_StatusPathSelectorContainerStatusesState struct{}
func (Pod_StatusPathSelectorContainerStatusesState) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesState) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesState) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesState) WithArrayOfValues(values []Pod_Status_Container_State) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesState) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesState) WithValue(value Pod_Status_Container_State) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminated ¶
type Pod_StatusPathSelectorContainerStatusesTerminated struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminated) ContainerId ¶
func (Pod_StatusPathSelectorContainerStatusesTerminated) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminated) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminated) FinishedAt ¶
func (Pod_StatusPathSelectorContainerStatusesTerminated) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminated) WithArrayOfValues(values []*Pod_Status_Container_StateTerminated) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminated) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminated) WithValue(value *Pod_Status_Container_StateTerminated) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminatedContainerId ¶
type Pod_StatusPathSelectorContainerStatusesTerminatedContainerId struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedContainerId) WithValue(value string) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminatedExitCode ¶
type Pod_StatusPathSelectorContainerStatusesTerminatedExitCode struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) WithArrayOfValues(values []int32) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedExitCode) WithValue(value int32) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt ¶
type Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminatedMessage ¶
type Pod_StatusPathSelectorContainerStatusesTerminatedMessage struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminatedMessage) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminatedMessage) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminatedMessage) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedMessage) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminatedMessage) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedMessage) WithValue(value string) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminatedReason ¶
type Pod_StatusPathSelectorContainerStatusesTerminatedReason struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminatedReason) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminatedReason) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminatedReason) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedReason) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminatedReason) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedReason) WithValue(value string) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminatedSignal ¶
type Pod_StatusPathSelectorContainerStatusesTerminatedSignal struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminatedSignal) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminatedSignal) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminatedSignal) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedSignal) WithArrayOfValues(values []int32) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminatedSignal) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedSignal) WithValue(value int32) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt ¶
type Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt struct{}
func (Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesWaiting ¶
type Pod_StatusPathSelectorContainerStatusesWaiting struct{}
func (Pod_StatusPathSelectorContainerStatusesWaiting) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesWaiting) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesWaiting) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesWaiting) WithArrayOfValues(values []*Pod_Status_Container_StateWaiting) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesWaiting) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesWaiting) WithValue(value *Pod_Status_Container_StateWaiting) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesWaitingMessage ¶
type Pod_StatusPathSelectorContainerStatusesWaitingMessage struct{}
func (Pod_StatusPathSelectorContainerStatusesWaitingMessage) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesWaitingMessage) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesWaitingMessage) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesWaitingMessage) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesWaitingMessage) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesWaitingMessage) WithValue(value string) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorContainerStatusesWaitingReason ¶
type Pod_StatusPathSelectorContainerStatusesWaitingReason struct{}
func (Pod_StatusPathSelectorContainerStatusesWaitingReason) FieldPath ¶
func (Pod_StatusPathSelectorContainerStatusesWaitingReason) FieldPath() *PodStatus_FieldSubPath
func (Pod_StatusPathSelectorContainerStatusesWaitingReason) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorContainerStatusesWaitingReason) WithArrayOfValues(values []string) *PodStatus_FieldSubPathArrayOfValues
func (Pod_StatusPathSelectorContainerStatusesWaitingReason) WithValue ¶
func (s Pod_StatusPathSelectorContainerStatusesWaitingReason) WithValue(value string) *PodStatus_FieldSubPathValue
type Pod_StatusPathSelectorPhase ¶
type Pod_StatusPathSelectorPhase struct{}
func (Pod_StatusPathSelectorPhase) FieldPath ¶
func (Pod_StatusPathSelectorPhase) FieldPath() *PodStatus_FieldTerminalPath
func (Pod_StatusPathSelectorPhase) WithArrayOfValues ¶
func (s Pod_StatusPathSelectorPhase) WithArrayOfValues(values []Pod_Status_Phase) *PodStatus_FieldTerminalPathArrayOfValues
func (Pod_StatusPathSelectorPhase) WithValue ¶
func (s Pod_StatusPathSelectorPhase) WithValue(value Pod_Status_Phase) *PodStatus_FieldTerminalPathValue
type Pod_Status_Container ¶
type Pod_Status_Container struct { // name is the name of the container Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` State Pod_Status_Container_State `` /* 140-byte string literal not displayed */ Waiting *Pod_Status_Container_StateWaiting `protobuf:"bytes,4,opt,name=waiting,proto3" json:"waiting,omitempty" firestore:"waiting"` Running *Pod_Status_Container_StateRunning `protobuf:"bytes,5,opt,name=running,proto3" json:"running,omitempty" firestore:"running"` Terminated *Pod_Status_Container_StateTerminated `protobuf:"bytes,6,opt,name=terminated,proto3" json:"terminated,omitempty" firestore:"terminated"` // contains filtered or unexported fields }
Container defines status of a Container.
func (*Pod_Status_Container) Clone ¶
func (o *Pod_Status_Container) Clone() *Pod_Status_Container
func (*Pod_Status_Container) CloneRaw ¶
func (o *Pod_Status_Container) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Status_Container) Descriptor ¶
func (*Pod_Status_Container) Descriptor() ([]byte, []int)
Deprecated, Use Pod_Status_Container.ProtoReflect.Descriptor instead.
func (*Pod_Status_Container) GetName ¶
func (m *Pod_Status_Container) GetName() string
func (*Pod_Status_Container) GetRunning ¶
func (m *Pod_Status_Container) GetRunning() *Pod_Status_Container_StateRunning
func (*Pod_Status_Container) GetState ¶
func (m *Pod_Status_Container) GetState() Pod_Status_Container_State
func (*Pod_Status_Container) GetTerminated ¶
func (m *Pod_Status_Container) GetTerminated() *Pod_Status_Container_StateTerminated
func (*Pod_Status_Container) GetWaiting ¶
func (m *Pod_Status_Container) GetWaiting() *Pod_Status_Container_StateWaiting
func (*Pod_Status_Container) GotenMessage ¶
func (*Pod_Status_Container) GotenMessage()
func (*Pod_Status_Container) GotenObjectExt ¶
func (o *Pod_Status_Container) GotenObjectExt()
func (*Pod_Status_Container) GotenValidate ¶
func (obj *Pod_Status_Container) GotenValidate() error
func (*Pod_Status_Container) MakeDiffFieldMask ¶
func (o *Pod_Status_Container) MakeDiffFieldMask(other *Pod_Status_Container) *Pod_Status_Container_FieldMask
func (*Pod_Status_Container) MakeFullFieldMask ¶
func (o *Pod_Status_Container) MakeFullFieldMask() *Pod_Status_Container_FieldMask
func (*Pod_Status_Container) MakeRawDiffFieldMask ¶
func (o *Pod_Status_Container) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Status_Container) MakeRawFullFieldMask ¶
func (o *Pod_Status_Container) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Status_Container) Marshal ¶
func (m *Pod_Status_Container) Marshal() ([]byte, error)
func (*Pod_Status_Container) MarshalJSON ¶
func (m *Pod_Status_Container) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container) Merge ¶
func (o *Pod_Status_Container) Merge(source *Pod_Status_Container)
func (*Pod_Status_Container) MergeRaw ¶
func (o *Pod_Status_Container) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Status_Container) ProtoMessage ¶
func (*Pod_Status_Container) ProtoMessage()
func (*Pod_Status_Container) ProtoReflect ¶
func (m *Pod_Status_Container) ProtoReflect() preflect.Message
func (*Pod_Status_Container) Reset ¶
func (m *Pod_Status_Container) Reset()
func (*Pod_Status_Container) SetName ¶
func (m *Pod_Status_Container) SetName(fv string)
func (*Pod_Status_Container) SetRunning ¶
func (m *Pod_Status_Container) SetRunning(fv *Pod_Status_Container_StateRunning)
func (*Pod_Status_Container) SetState ¶
func (m *Pod_Status_Container) SetState(fv Pod_Status_Container_State)
func (*Pod_Status_Container) SetTerminated ¶
func (m *Pod_Status_Container) SetTerminated(fv *Pod_Status_Container_StateTerminated)
func (*Pod_Status_Container) SetWaiting ¶
func (m *Pod_Status_Container) SetWaiting(fv *Pod_Status_Container_StateWaiting)
func (*Pod_Status_Container) String ¶
func (m *Pod_Status_Container) String() string
func (*Pod_Status_Container) Unmarshal ¶
func (m *Pod_Status_Container) Unmarshal(b []byte) error
func (*Pod_Status_Container) UnmarshalJSON ¶
func (m *Pod_Status_Container) UnmarshalJSON(data []byte) error
type Pod_Status_ContainerPathSelectorName ¶
type Pod_Status_ContainerPathSelectorName struct{}
func (Pod_Status_ContainerPathSelectorName) FieldPath ¶
func (Pod_Status_ContainerPathSelectorName) FieldPath() *PodStatusContainer_FieldTerminalPath
func (Pod_Status_ContainerPathSelectorName) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorName) WithArrayOfValues(values []string) *PodStatusContainer_FieldTerminalPathArrayOfValues
func (Pod_Status_ContainerPathSelectorName) WithValue ¶
func (s Pod_Status_ContainerPathSelectorName) WithValue(value string) *PodStatusContainer_FieldTerminalPathValue
type Pod_Status_ContainerPathSelectorRunning ¶
type Pod_Status_ContainerPathSelectorRunning struct{}
func (Pod_Status_ContainerPathSelectorRunning) FieldPath ¶
func (Pod_Status_ContainerPathSelectorRunning) FieldPath() *PodStatusContainer_FieldTerminalPath
func (Pod_Status_ContainerPathSelectorRunning) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorRunning) WithArrayOfValues(values []*Pod_Status_Container_StateRunning) *PodStatusContainer_FieldTerminalPathArrayOfValues
func (Pod_Status_ContainerPathSelectorRunning) WithSubArrayItemValue ¶
func (s Pod_Status_ContainerPathSelectorRunning) WithSubArrayItemValue(subPathArrayItemValue PodStatusContainerStateRunning_FieldPathArrayItemValue) *PodStatusContainer_FieldSubPathArrayItemValue
func (Pod_Status_ContainerPathSelectorRunning) WithSubArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorRunning) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainerStateRunning_FieldPathArrayOfValues) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorRunning) WithSubPath ¶
func (Pod_Status_ContainerPathSelectorRunning) WithSubPath(subPath PodStatusContainerStateRunning_FieldPath) *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorRunning) WithSubValue ¶
func (s Pod_Status_ContainerPathSelectorRunning) WithSubValue(subPathValue PodStatusContainerStateRunning_FieldPathValue) *PodStatusContainer_FieldSubPathValue
func (Pod_Status_ContainerPathSelectorRunning) WithValue ¶
func (s Pod_Status_ContainerPathSelectorRunning) WithValue(value *Pod_Status_Container_StateRunning) *PodStatusContainer_FieldTerminalPathValue
type Pod_Status_ContainerPathSelectorRunningStartedAt ¶
type Pod_Status_ContainerPathSelectorRunningStartedAt struct{}
func (Pod_Status_ContainerPathSelectorRunningStartedAt) FieldPath ¶
func (Pod_Status_ContainerPathSelectorRunningStartedAt) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorRunningStartedAt) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorRunningStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorRunningStartedAt) WithValue ¶
func (s Pod_Status_ContainerPathSelectorRunningStartedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorState ¶
type Pod_Status_ContainerPathSelectorState struct{}
func (Pod_Status_ContainerPathSelectorState) FieldPath ¶
func (Pod_Status_ContainerPathSelectorState) FieldPath() *PodStatusContainer_FieldTerminalPath
func (Pod_Status_ContainerPathSelectorState) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorState) WithArrayOfValues(values []Pod_Status_Container_State) *PodStatusContainer_FieldTerminalPathArrayOfValues
func (Pod_Status_ContainerPathSelectorState) WithValue ¶
func (s Pod_Status_ContainerPathSelectorState) WithValue(value Pod_Status_Container_State) *PodStatusContainer_FieldTerminalPathValue
type Pod_Status_ContainerPathSelectorTerminated ¶
type Pod_Status_ContainerPathSelectorTerminated struct{}
func (Pod_Status_ContainerPathSelectorTerminated) ContainerId ¶
func (Pod_Status_ContainerPathSelectorTerminated) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminated) FieldPath() *PodStatusContainer_FieldTerminalPath
func (Pod_Status_ContainerPathSelectorTerminated) FinishedAt ¶
func (Pod_Status_ContainerPathSelectorTerminated) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminated) WithArrayOfValues(values []*Pod_Status_Container_StateTerminated) *PodStatusContainer_FieldTerminalPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminated) WithSubArrayItemValue ¶
func (s Pod_Status_ContainerPathSelectorTerminated) WithSubArrayItemValue(subPathArrayItemValue PodStatusContainerStateTerminated_FieldPathArrayItemValue) *PodStatusContainer_FieldSubPathArrayItemValue
func (Pod_Status_ContainerPathSelectorTerminated) WithSubArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminated) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainerStateTerminated_FieldPathArrayOfValues) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminated) WithSubPath ¶
func (Pod_Status_ContainerPathSelectorTerminated) WithSubPath(subPath PodStatusContainerStateTerminated_FieldPath) *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminated) WithSubValue ¶
func (s Pod_Status_ContainerPathSelectorTerminated) WithSubValue(subPathValue PodStatusContainerStateTerminated_FieldPathValue) *PodStatusContainer_FieldSubPathValue
func (Pod_Status_ContainerPathSelectorTerminated) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminated) WithValue(value *Pod_Status_Container_StateTerminated) *PodStatusContainer_FieldTerminalPathValue
type Pod_Status_ContainerPathSelectorTerminatedContainerId ¶
type Pod_Status_ContainerPathSelectorTerminatedContainerId struct{}
func (Pod_Status_ContainerPathSelectorTerminatedContainerId) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminatedContainerId) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminatedContainerId) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminatedContainerId) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminatedContainerId) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminatedContainerId) WithValue(value string) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorTerminatedExitCode ¶
type Pod_Status_ContainerPathSelectorTerminatedExitCode struct{}
func (Pod_Status_ContainerPathSelectorTerminatedExitCode) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminatedExitCode) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminatedExitCode) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminatedExitCode) WithArrayOfValues(values []int32) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminatedExitCode) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminatedExitCode) WithValue(value int32) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorTerminatedFinishedAt ¶
type Pod_Status_ContainerPathSelectorTerminatedFinishedAt struct{}
func (Pod_Status_ContainerPathSelectorTerminatedFinishedAt) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminatedFinishedAt) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminatedFinishedAt) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminatedFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminatedFinishedAt) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminatedFinishedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorTerminatedMessage ¶
type Pod_Status_ContainerPathSelectorTerminatedMessage struct{}
func (Pod_Status_ContainerPathSelectorTerminatedMessage) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminatedMessage) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminatedMessage) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminatedMessage) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminatedMessage) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminatedMessage) WithValue(value string) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorTerminatedReason ¶
type Pod_Status_ContainerPathSelectorTerminatedReason struct{}
func (Pod_Status_ContainerPathSelectorTerminatedReason) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminatedReason) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminatedReason) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminatedReason) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminatedReason) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminatedReason) WithValue(value string) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorTerminatedSignal ¶
type Pod_Status_ContainerPathSelectorTerminatedSignal struct{}
func (Pod_Status_ContainerPathSelectorTerminatedSignal) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminatedSignal) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminatedSignal) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminatedSignal) WithArrayOfValues(values []int32) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminatedSignal) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminatedSignal) WithValue(value int32) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorTerminatedStartedAt ¶
type Pod_Status_ContainerPathSelectorTerminatedStartedAt struct{}
func (Pod_Status_ContainerPathSelectorTerminatedStartedAt) FieldPath ¶
func (Pod_Status_ContainerPathSelectorTerminatedStartedAt) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorTerminatedStartedAt) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorTerminatedStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorTerminatedStartedAt) WithValue ¶
func (s Pod_Status_ContainerPathSelectorTerminatedStartedAt) WithValue(value *timestamp.Timestamp) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorWaiting ¶
type Pod_Status_ContainerPathSelectorWaiting struct{}
func (Pod_Status_ContainerPathSelectorWaiting) FieldPath ¶
func (Pod_Status_ContainerPathSelectorWaiting) FieldPath() *PodStatusContainer_FieldTerminalPath
func (Pod_Status_ContainerPathSelectorWaiting) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorWaiting) WithArrayOfValues(values []*Pod_Status_Container_StateWaiting) *PodStatusContainer_FieldTerminalPathArrayOfValues
func (Pod_Status_ContainerPathSelectorWaiting) WithSubArrayItemValue ¶
func (s Pod_Status_ContainerPathSelectorWaiting) WithSubArrayItemValue(subPathArrayItemValue PodStatusContainerStateWaiting_FieldPathArrayItemValue) *PodStatusContainer_FieldSubPathArrayItemValue
func (Pod_Status_ContainerPathSelectorWaiting) WithSubArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorWaiting) WithSubArrayOfValues(subPathArrayOfValues PodStatusContainerStateWaiting_FieldPathArrayOfValues) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorWaiting) WithSubPath ¶
func (Pod_Status_ContainerPathSelectorWaiting) WithSubPath(subPath PodStatusContainerStateWaiting_FieldPath) *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorWaiting) WithSubValue ¶
func (s Pod_Status_ContainerPathSelectorWaiting) WithSubValue(subPathValue PodStatusContainerStateWaiting_FieldPathValue) *PodStatusContainer_FieldSubPathValue
func (Pod_Status_ContainerPathSelectorWaiting) WithValue ¶
func (s Pod_Status_ContainerPathSelectorWaiting) WithValue(value *Pod_Status_Container_StateWaiting) *PodStatusContainer_FieldTerminalPathValue
type Pod_Status_ContainerPathSelectorWaitingMessage ¶
type Pod_Status_ContainerPathSelectorWaitingMessage struct{}
func (Pod_Status_ContainerPathSelectorWaitingMessage) FieldPath ¶
func (Pod_Status_ContainerPathSelectorWaitingMessage) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorWaitingMessage) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorWaitingMessage) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorWaitingMessage) WithValue ¶
func (s Pod_Status_ContainerPathSelectorWaitingMessage) WithValue(value string) *PodStatusContainer_FieldSubPathValue
type Pod_Status_ContainerPathSelectorWaitingReason ¶
type Pod_Status_ContainerPathSelectorWaitingReason struct{}
func (Pod_Status_ContainerPathSelectorWaitingReason) FieldPath ¶
func (Pod_Status_ContainerPathSelectorWaitingReason) FieldPath() *PodStatusContainer_FieldSubPath
func (Pod_Status_ContainerPathSelectorWaitingReason) WithArrayOfValues ¶
func (s Pod_Status_ContainerPathSelectorWaitingReason) WithArrayOfValues(values []string) *PodStatusContainer_FieldSubPathArrayOfValues
func (Pod_Status_ContainerPathSelectorWaitingReason) WithValue ¶
func (s Pod_Status_ContainerPathSelectorWaitingReason) WithValue(value string) *PodStatusContainer_FieldSubPathValue
type Pod_Status_Container_FieldMask ¶
type Pod_Status_Container_FieldMask struct {
Paths []PodStatusContainer_FieldPath
}
func FullPod_Status_Container_FieldMask ¶
func FullPod_Status_Container_FieldMask() *Pod_Status_Container_FieldMask
func (*Pod_Status_Container_FieldMask) AppendPath ¶
func (fieldMask *Pod_Status_Container_FieldMask) AppendPath(path PodStatusContainer_FieldPath)
func (*Pod_Status_Container_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Status_Container_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Status_Container_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Status_Container_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Status_Container_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Status_Container_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Status_Container_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Status_Container_FieldMask) FilterInputFields() *Pod_Status_Container_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Status_Container_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Status_Container_FieldMask) GetPaths ¶
func (fieldMask *Pod_Status_Container_FieldMask) GetPaths() []PodStatusContainer_FieldPath
func (*Pod_Status_Container_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Status_Container_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Status_Container_FieldMask) IsFull ¶
func (fieldMask *Pod_Status_Container_FieldMask) IsFull() bool
func (Pod_Status_Container_FieldMask) Marshal ¶
func (fieldMask Pod_Status_Container_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Status_Container_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Status_Container_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container_FieldMask) PathsCount ¶
func (fieldMask *Pod_Status_Container_FieldMask) PathsCount() int
func (*Pod_Status_Container_FieldMask) Project ¶
func (fieldMask *Pod_Status_Container_FieldMask) Project(source *Pod_Status_Container) *Pod_Status_Container
func (*Pod_Status_Container_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Status_Container_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Status_Container_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Status_Container_FieldMask) ProtoMessage()
func (*Pod_Status_Container_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Status_Container_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Status_Container_FieldMask) Reset ¶
func (fieldMask *Pod_Status_Container_FieldMask) Reset()
func (*Pod_Status_Container_FieldMask) Set ¶
func (fieldMask *Pod_Status_Container_FieldMask) Set(target, source *Pod_Status_Container)
func (*Pod_Status_Container_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Status_Container_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Status_Container_FieldMask) SetRaw ¶
func (fieldMask *Pod_Status_Container_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Status_Container_FieldMask) Size ¶
func (fieldMask *Pod_Status_Container_FieldMask) Size() int
func (*Pod_Status_Container_FieldMask) String ¶
func (fieldMask *Pod_Status_Container_FieldMask) String() string
func (*Pod_Status_Container_FieldMask) Subtract ¶
func (fieldMask *Pod_Status_Container_FieldMask) Subtract(other *Pod_Status_Container_FieldMask) *Pod_Status_Container_FieldMask
func (*Pod_Status_Container_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Status_Container_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Status_Container_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Status_Container_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Status_Container_FieldMask) Unmarshal(data []byte) error
func (*Pod_Status_Container_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Status_Container_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Status_Container_State ¶
type Pod_Status_Container_State int32
TODO remove prefixes when the name conflict issue by gogo is resolved
const ( Pod_Status_Container_STATE_UNSPECIFIED Pod_Status_Container_State = 0 Pod_Status_Container_WAITING Pod_Status_Container_State = 1 Pod_Status_Container_RUNNING Pod_Status_Container_State = 2 Pod_Status_Container_TERMINATED Pod_Status_Container_State = 3 Pod_Status_Container_UNKNOWN Pod_Status_Container_State = 4 )
func (Pod_Status_Container_State) Descriptor ¶
func (Pod_Status_Container_State) Descriptor() preflect.EnumDescriptor
func (Pod_Status_Container_State) Enum ¶
func (x Pod_Status_Container_State) Enum() *Pod_Status_Container_State
func (Pod_Status_Container_State) EnumDescriptor ¶
func (Pod_Status_Container_State) EnumDescriptor() ([]byte, []int)
Deprecated, Use Pod_Status_Container_State.ProtoReflect.Descriptor instead.
func (Pod_Status_Container_State) Number ¶
func (x Pod_Status_Container_State) Number() preflect.EnumNumber
func (Pod_Status_Container_State) String ¶
func (x Pod_Status_Container_State) String() string
func (Pod_Status_Container_State) Type ¶
func (Pod_Status_Container_State) Type() preflect.EnumType
type Pod_Status_Container_StateRunning ¶
type Pod_Status_Container_StateRunning struct { // started_at indicates when the container started at. StartedAt *timestamp.Timestamp `protobuf:"bytes,1,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty" firestore:"startedAt"` // contains filtered or unexported fields }
func (*Pod_Status_Container_StateRunning) Clone ¶
func (o *Pod_Status_Container_StateRunning) Clone() *Pod_Status_Container_StateRunning
func (*Pod_Status_Container_StateRunning) CloneRaw ¶
func (o *Pod_Status_Container_StateRunning) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Status_Container_StateRunning) Descriptor ¶
func (*Pod_Status_Container_StateRunning) Descriptor() ([]byte, []int)
Deprecated, Use Pod_Status_Container_StateRunning.ProtoReflect.Descriptor instead.
func (*Pod_Status_Container_StateRunning) GetStartedAt ¶
func (m *Pod_Status_Container_StateRunning) GetStartedAt() *timestamp.Timestamp
func (*Pod_Status_Container_StateRunning) GotenMessage ¶
func (*Pod_Status_Container_StateRunning) GotenMessage()
func (*Pod_Status_Container_StateRunning) GotenObjectExt ¶
func (o *Pod_Status_Container_StateRunning) GotenObjectExt()
func (*Pod_Status_Container_StateRunning) GotenValidate ¶
func (obj *Pod_Status_Container_StateRunning) GotenValidate() error
func (*Pod_Status_Container_StateRunning) MakeDiffFieldMask ¶
func (o *Pod_Status_Container_StateRunning) MakeDiffFieldMask(other *Pod_Status_Container_StateRunning) *Pod_Status_Container_StateRunning_FieldMask
func (*Pod_Status_Container_StateRunning) MakeFullFieldMask ¶
func (o *Pod_Status_Container_StateRunning) MakeFullFieldMask() *Pod_Status_Container_StateRunning_FieldMask
func (*Pod_Status_Container_StateRunning) MakeRawDiffFieldMask ¶
func (o *Pod_Status_Container_StateRunning) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Status_Container_StateRunning) MakeRawFullFieldMask ¶
func (o *Pod_Status_Container_StateRunning) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Status_Container_StateRunning) Marshal ¶
func (m *Pod_Status_Container_StateRunning) Marshal() ([]byte, error)
func (*Pod_Status_Container_StateRunning) MarshalJSON ¶
func (m *Pod_Status_Container_StateRunning) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container_StateRunning) Merge ¶
func (o *Pod_Status_Container_StateRunning) Merge(source *Pod_Status_Container_StateRunning)
func (*Pod_Status_Container_StateRunning) MergeRaw ¶
func (o *Pod_Status_Container_StateRunning) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Status_Container_StateRunning) ProtoMessage ¶
func (*Pod_Status_Container_StateRunning) ProtoMessage()
func (*Pod_Status_Container_StateRunning) ProtoReflect ¶
func (m *Pod_Status_Container_StateRunning) ProtoReflect() preflect.Message
func (*Pod_Status_Container_StateRunning) Reset ¶
func (m *Pod_Status_Container_StateRunning) Reset()
func (*Pod_Status_Container_StateRunning) SetStartedAt ¶
func (m *Pod_Status_Container_StateRunning) SetStartedAt(fv *timestamp.Timestamp)
func (*Pod_Status_Container_StateRunning) String ¶
func (m *Pod_Status_Container_StateRunning) String() string
func (*Pod_Status_Container_StateRunning) Unmarshal ¶
func (m *Pod_Status_Container_StateRunning) Unmarshal(b []byte) error
func (*Pod_Status_Container_StateRunning) UnmarshalJSON ¶
func (m *Pod_Status_Container_StateRunning) UnmarshalJSON(data []byte) error
type Pod_Status_Container_StateRunningPathSelectorStartedAt ¶
type Pod_Status_Container_StateRunningPathSelectorStartedAt struct{}
func (Pod_Status_Container_StateRunningPathSelectorStartedAt) WithArrayOfValues ¶
func (s Pod_Status_Container_StateRunningPathSelectorStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainerStateRunning_FieldTerminalPathArrayOfValues
type Pod_Status_Container_StateRunning_FieldMask ¶
type Pod_Status_Container_StateRunning_FieldMask struct {
Paths []PodStatusContainerStateRunning_FieldPath
}
func FullPod_Status_Container_StateRunning_FieldMask ¶
func FullPod_Status_Container_StateRunning_FieldMask() *Pod_Status_Container_StateRunning_FieldMask
func (*Pod_Status_Container_StateRunning_FieldMask) AppendPath ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) AppendPath(path PodStatusContainerStateRunning_FieldPath)
func (*Pod_Status_Container_StateRunning_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Status_Container_StateRunning_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Status_Container_StateRunning_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Status_Container_StateRunning_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) FilterInputFields() *Pod_Status_Container_StateRunning_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Status_Container_StateRunning_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Status_Container_StateRunning_FieldMask) GetPaths ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) GetPaths() []PodStatusContainerStateRunning_FieldPath
func (*Pod_Status_Container_StateRunning_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Status_Container_StateRunning_FieldMask) IsFull ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) IsFull() bool
func (Pod_Status_Container_StateRunning_FieldMask) Marshal ¶
func (fieldMask Pod_Status_Container_StateRunning_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Status_Container_StateRunning_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Status_Container_StateRunning_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container_StateRunning_FieldMask) PathsCount ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) PathsCount() int
func (*Pod_Status_Container_StateRunning_FieldMask) Project ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Project(source *Pod_Status_Container_StateRunning) *Pod_Status_Container_StateRunning
func (*Pod_Status_Container_StateRunning_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Status_Container_StateRunning_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ProtoMessage()
func (*Pod_Status_Container_StateRunning_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Status_Container_StateRunning_FieldMask) Reset ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Reset()
func (*Pod_Status_Container_StateRunning_FieldMask) Set ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Set(target, source *Pod_Status_Container_StateRunning)
func (*Pod_Status_Container_StateRunning_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Status_Container_StateRunning_FieldMask) SetRaw ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Status_Container_StateRunning_FieldMask) Size ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Size() int
func (*Pod_Status_Container_StateRunning_FieldMask) String ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) String() string
func (*Pod_Status_Container_StateRunning_FieldMask) Subtract ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Subtract(other *Pod_Status_Container_StateRunning_FieldMask) *Pod_Status_Container_StateRunning_FieldMask
func (*Pod_Status_Container_StateRunning_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Status_Container_StateRunning_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Status_Container_StateRunning_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) Unmarshal(data []byte) error
func (*Pod_Status_Container_StateRunning_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Status_Container_StateRunning_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Status_Container_StateTerminated ¶
type Pod_Status_Container_StateTerminated struct { // exit_code is the exist code that the process returns at the end. ExitCode int32 `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty" firestore:"exitCode"` // signal is the signal used to kill the process. Signal int32 `protobuf:"varint,2,opt,name=signal,proto3" json:"signal,omitempty" firestore:"signal"` // reason explains why the container is terminated. Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty" firestore:"reason"` // message has detailed human readable message. Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty" firestore:"message"` // started_at indicates when the container started at. StartedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty" firestore:"startedAt"` // finished_at indicates when the container exited at. FinishedAt *timestamp.Timestamp `protobuf:"bytes,6,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty" firestore:"finishedAt"` // containerID is the ID of the container when it was running. ContainerId string `protobuf:"bytes,7,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty" firestore:"containerId"` // contains filtered or unexported fields }
func (*Pod_Status_Container_StateTerminated) Clone ¶
func (o *Pod_Status_Container_StateTerminated) Clone() *Pod_Status_Container_StateTerminated
func (*Pod_Status_Container_StateTerminated) CloneRaw ¶
func (o *Pod_Status_Container_StateTerminated) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Status_Container_StateTerminated) Descriptor ¶
func (*Pod_Status_Container_StateTerminated) Descriptor() ([]byte, []int)
Deprecated, Use Pod_Status_Container_StateTerminated.ProtoReflect.Descriptor instead.
func (*Pod_Status_Container_StateTerminated) GetContainerId ¶
func (m *Pod_Status_Container_StateTerminated) GetContainerId() string
func (*Pod_Status_Container_StateTerminated) GetExitCode ¶
func (m *Pod_Status_Container_StateTerminated) GetExitCode() int32
func (*Pod_Status_Container_StateTerminated) GetFinishedAt ¶
func (m *Pod_Status_Container_StateTerminated) GetFinishedAt() *timestamp.Timestamp
func (*Pod_Status_Container_StateTerminated) GetMessage ¶
func (m *Pod_Status_Container_StateTerminated) GetMessage() string
func (*Pod_Status_Container_StateTerminated) GetReason ¶
func (m *Pod_Status_Container_StateTerminated) GetReason() string
func (*Pod_Status_Container_StateTerminated) GetSignal ¶
func (m *Pod_Status_Container_StateTerminated) GetSignal() int32
func (*Pod_Status_Container_StateTerminated) GetStartedAt ¶
func (m *Pod_Status_Container_StateTerminated) GetStartedAt() *timestamp.Timestamp
func (*Pod_Status_Container_StateTerminated) GotenMessage ¶
func (*Pod_Status_Container_StateTerminated) GotenMessage()
func (*Pod_Status_Container_StateTerminated) GotenObjectExt ¶
func (o *Pod_Status_Container_StateTerminated) GotenObjectExt()
func (*Pod_Status_Container_StateTerminated) GotenValidate ¶
func (obj *Pod_Status_Container_StateTerminated) GotenValidate() error
func (*Pod_Status_Container_StateTerminated) MakeDiffFieldMask ¶
func (o *Pod_Status_Container_StateTerminated) MakeDiffFieldMask(other *Pod_Status_Container_StateTerminated) *Pod_Status_Container_StateTerminated_FieldMask
func (*Pod_Status_Container_StateTerminated) MakeFullFieldMask ¶
func (o *Pod_Status_Container_StateTerminated) MakeFullFieldMask() *Pod_Status_Container_StateTerminated_FieldMask
func (*Pod_Status_Container_StateTerminated) MakeRawDiffFieldMask ¶
func (o *Pod_Status_Container_StateTerminated) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Status_Container_StateTerminated) MakeRawFullFieldMask ¶
func (o *Pod_Status_Container_StateTerminated) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Status_Container_StateTerminated) Marshal ¶
func (m *Pod_Status_Container_StateTerminated) Marshal() ([]byte, error)
func (*Pod_Status_Container_StateTerminated) MarshalJSON ¶
func (m *Pod_Status_Container_StateTerminated) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container_StateTerminated) Merge ¶
func (o *Pod_Status_Container_StateTerminated) Merge(source *Pod_Status_Container_StateTerminated)
func (*Pod_Status_Container_StateTerminated) MergeRaw ¶
func (o *Pod_Status_Container_StateTerminated) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Status_Container_StateTerminated) ProtoMessage ¶
func (*Pod_Status_Container_StateTerminated) ProtoMessage()
func (*Pod_Status_Container_StateTerminated) ProtoReflect ¶
func (m *Pod_Status_Container_StateTerminated) ProtoReflect() preflect.Message
func (*Pod_Status_Container_StateTerminated) Reset ¶
func (m *Pod_Status_Container_StateTerminated) Reset()
func (*Pod_Status_Container_StateTerminated) SetContainerId ¶
func (m *Pod_Status_Container_StateTerminated) SetContainerId(fv string)
func (*Pod_Status_Container_StateTerminated) SetExitCode ¶
func (m *Pod_Status_Container_StateTerminated) SetExitCode(fv int32)
func (*Pod_Status_Container_StateTerminated) SetFinishedAt ¶
func (m *Pod_Status_Container_StateTerminated) SetFinishedAt(fv *timestamp.Timestamp)
func (*Pod_Status_Container_StateTerminated) SetMessage ¶
func (m *Pod_Status_Container_StateTerminated) SetMessage(fv string)
func (*Pod_Status_Container_StateTerminated) SetReason ¶
func (m *Pod_Status_Container_StateTerminated) SetReason(fv string)
func (*Pod_Status_Container_StateTerminated) SetSignal ¶
func (m *Pod_Status_Container_StateTerminated) SetSignal(fv int32)
func (*Pod_Status_Container_StateTerminated) SetStartedAt ¶
func (m *Pod_Status_Container_StateTerminated) SetStartedAt(fv *timestamp.Timestamp)
func (*Pod_Status_Container_StateTerminated) String ¶
func (m *Pod_Status_Container_StateTerminated) String() string
func (*Pod_Status_Container_StateTerminated) Unmarshal ¶
func (m *Pod_Status_Container_StateTerminated) Unmarshal(b []byte) error
func (*Pod_Status_Container_StateTerminated) UnmarshalJSON ¶
func (m *Pod_Status_Container_StateTerminated) UnmarshalJSON(data []byte) error
type Pod_Status_Container_StateTerminatedPathSelectorContainerId ¶
type Pod_Status_Container_StateTerminatedPathSelectorContainerId struct{}
func (Pod_Status_Container_StateTerminatedPathSelectorContainerId) WithArrayOfValues ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorContainerId) WithArrayOfValues(values []string) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
type Pod_Status_Container_StateTerminatedPathSelectorExitCode ¶
type Pod_Status_Container_StateTerminatedPathSelectorExitCode struct{}
func (Pod_Status_Container_StateTerminatedPathSelectorExitCode) WithArrayOfValues ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorExitCode) WithArrayOfValues(values []int32) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
type Pod_Status_Container_StateTerminatedPathSelectorFinishedAt ¶
type Pod_Status_Container_StateTerminatedPathSelectorFinishedAt struct{}
func (Pod_Status_Container_StateTerminatedPathSelectorFinishedAt) WithArrayOfValues ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorFinishedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
type Pod_Status_Container_StateTerminatedPathSelectorMessage ¶
type Pod_Status_Container_StateTerminatedPathSelectorMessage struct{}
func (Pod_Status_Container_StateTerminatedPathSelectorMessage) WithArrayOfValues ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorMessage) WithArrayOfValues(values []string) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
type Pod_Status_Container_StateTerminatedPathSelectorReason ¶
type Pod_Status_Container_StateTerminatedPathSelectorReason struct{}
func (Pod_Status_Container_StateTerminatedPathSelectorReason) WithArrayOfValues ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorReason) WithArrayOfValues(values []string) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
func (Pod_Status_Container_StateTerminatedPathSelectorReason) WithValue ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorReason) WithValue(value string) *PodStatusContainerStateTerminated_FieldTerminalPathValue
type Pod_Status_Container_StateTerminatedPathSelectorSignal ¶
type Pod_Status_Container_StateTerminatedPathSelectorSignal struct{}
func (Pod_Status_Container_StateTerminatedPathSelectorSignal) WithArrayOfValues ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorSignal) WithArrayOfValues(values []int32) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
func (Pod_Status_Container_StateTerminatedPathSelectorSignal) WithValue ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorSignal) WithValue(value int32) *PodStatusContainerStateTerminated_FieldTerminalPathValue
type Pod_Status_Container_StateTerminatedPathSelectorStartedAt ¶
type Pod_Status_Container_StateTerminatedPathSelectorStartedAt struct{}
func (Pod_Status_Container_StateTerminatedPathSelectorStartedAt) WithArrayOfValues ¶
func (s Pod_Status_Container_StateTerminatedPathSelectorStartedAt) WithArrayOfValues(values []*timestamp.Timestamp) *PodStatusContainerStateTerminated_FieldTerminalPathArrayOfValues
type Pod_Status_Container_StateTerminated_FieldMask ¶
type Pod_Status_Container_StateTerminated_FieldMask struct {
Paths []PodStatusContainerStateTerminated_FieldPath
}
func FullPod_Status_Container_StateTerminated_FieldMask ¶
func FullPod_Status_Container_StateTerminated_FieldMask() *Pod_Status_Container_StateTerminated_FieldMask
func (*Pod_Status_Container_StateTerminated_FieldMask) AppendPath ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) AppendPath(path PodStatusContainerStateTerminated_FieldPath)
func (*Pod_Status_Container_StateTerminated_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Status_Container_StateTerminated_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Status_Container_StateTerminated_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Status_Container_StateTerminated_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) FilterInputFields() *Pod_Status_Container_StateTerminated_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Status_Container_StateTerminated_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Status_Container_StateTerminated_FieldMask) GetPaths ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) GetPaths() []PodStatusContainerStateTerminated_FieldPath
func (*Pod_Status_Container_StateTerminated_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Status_Container_StateTerminated_FieldMask) IsFull ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) IsFull() bool
func (Pod_Status_Container_StateTerminated_FieldMask) Marshal ¶
func (fieldMask Pod_Status_Container_StateTerminated_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Status_Container_StateTerminated_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Status_Container_StateTerminated_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container_StateTerminated_FieldMask) PathsCount ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) PathsCount() int
func (*Pod_Status_Container_StateTerminated_FieldMask) Project ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Project(source *Pod_Status_Container_StateTerminated) *Pod_Status_Container_StateTerminated
func (*Pod_Status_Container_StateTerminated_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Status_Container_StateTerminated_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ProtoMessage()
func (*Pod_Status_Container_StateTerminated_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Status_Container_StateTerminated_FieldMask) Reset ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Reset()
func (*Pod_Status_Container_StateTerminated_FieldMask) Set ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Set(target, source *Pod_Status_Container_StateTerminated)
func (*Pod_Status_Container_StateTerminated_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Status_Container_StateTerminated_FieldMask) SetRaw ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Status_Container_StateTerminated_FieldMask) Size ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Size() int
func (*Pod_Status_Container_StateTerminated_FieldMask) String ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) String() string
func (*Pod_Status_Container_StateTerminated_FieldMask) Subtract ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Subtract(other *Pod_Status_Container_StateTerminated_FieldMask) *Pod_Status_Container_StateTerminated_FieldMask
func (*Pod_Status_Container_StateTerminated_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Status_Container_StateTerminated_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Status_Container_StateTerminated_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) Unmarshal(data []byte) error
func (*Pod_Status_Container_StateTerminated_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Status_Container_StateTerminated_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Status_Container_StateWaiting ¶
type Pod_Status_Container_StateWaiting struct { // reason explains why the container is waiting now. Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty" firestore:"reason"` // message gives a human readable message that explains the state. Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" firestore:"message"` // contains filtered or unexported fields }
func (*Pod_Status_Container_StateWaiting) Clone ¶
func (o *Pod_Status_Container_StateWaiting) Clone() *Pod_Status_Container_StateWaiting
func (*Pod_Status_Container_StateWaiting) CloneRaw ¶
func (o *Pod_Status_Container_StateWaiting) CloneRaw() gotenobject.GotenObjectExt
func (*Pod_Status_Container_StateWaiting) Descriptor ¶
func (*Pod_Status_Container_StateWaiting) Descriptor() ([]byte, []int)
Deprecated, Use Pod_Status_Container_StateWaiting.ProtoReflect.Descriptor instead.
func (*Pod_Status_Container_StateWaiting) GetMessage ¶
func (m *Pod_Status_Container_StateWaiting) GetMessage() string
func (*Pod_Status_Container_StateWaiting) GetReason ¶
func (m *Pod_Status_Container_StateWaiting) GetReason() string
func (*Pod_Status_Container_StateWaiting) GotenMessage ¶
func (*Pod_Status_Container_StateWaiting) GotenMessage()
func (*Pod_Status_Container_StateWaiting) GotenObjectExt ¶
func (o *Pod_Status_Container_StateWaiting) GotenObjectExt()
func (*Pod_Status_Container_StateWaiting) GotenValidate ¶
func (obj *Pod_Status_Container_StateWaiting) GotenValidate() error
func (*Pod_Status_Container_StateWaiting) MakeDiffFieldMask ¶
func (o *Pod_Status_Container_StateWaiting) MakeDiffFieldMask(other *Pod_Status_Container_StateWaiting) *Pod_Status_Container_StateWaiting_FieldMask
func (*Pod_Status_Container_StateWaiting) MakeFullFieldMask ¶
func (o *Pod_Status_Container_StateWaiting) MakeFullFieldMask() *Pod_Status_Container_StateWaiting_FieldMask
func (*Pod_Status_Container_StateWaiting) MakeRawDiffFieldMask ¶
func (o *Pod_Status_Container_StateWaiting) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Pod_Status_Container_StateWaiting) MakeRawFullFieldMask ¶
func (o *Pod_Status_Container_StateWaiting) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Pod_Status_Container_StateWaiting) Marshal ¶
func (m *Pod_Status_Container_StateWaiting) Marshal() ([]byte, error)
func (*Pod_Status_Container_StateWaiting) MarshalJSON ¶
func (m *Pod_Status_Container_StateWaiting) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container_StateWaiting) Merge ¶
func (o *Pod_Status_Container_StateWaiting) Merge(source *Pod_Status_Container_StateWaiting)
func (*Pod_Status_Container_StateWaiting) MergeRaw ¶
func (o *Pod_Status_Container_StateWaiting) MergeRaw(source gotenobject.GotenObjectExt)
func (*Pod_Status_Container_StateWaiting) ProtoMessage ¶
func (*Pod_Status_Container_StateWaiting) ProtoMessage()
func (*Pod_Status_Container_StateWaiting) ProtoReflect ¶
func (m *Pod_Status_Container_StateWaiting) ProtoReflect() preflect.Message
func (*Pod_Status_Container_StateWaiting) Reset ¶
func (m *Pod_Status_Container_StateWaiting) Reset()
func (*Pod_Status_Container_StateWaiting) SetMessage ¶
func (m *Pod_Status_Container_StateWaiting) SetMessage(fv string)
func (*Pod_Status_Container_StateWaiting) SetReason ¶
func (m *Pod_Status_Container_StateWaiting) SetReason(fv string)
func (*Pod_Status_Container_StateWaiting) String ¶
func (m *Pod_Status_Container_StateWaiting) String() string
func (*Pod_Status_Container_StateWaiting) Unmarshal ¶
func (m *Pod_Status_Container_StateWaiting) Unmarshal(b []byte) error
func (*Pod_Status_Container_StateWaiting) UnmarshalJSON ¶
func (m *Pod_Status_Container_StateWaiting) UnmarshalJSON(data []byte) error
type Pod_Status_Container_StateWaitingPathSelectorMessage ¶
type Pod_Status_Container_StateWaitingPathSelectorMessage struct{}
func (Pod_Status_Container_StateWaitingPathSelectorMessage) WithArrayOfValues ¶
func (s Pod_Status_Container_StateWaitingPathSelectorMessage) WithArrayOfValues(values []string) *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues
func (Pod_Status_Container_StateWaitingPathSelectorMessage) WithValue ¶
func (s Pod_Status_Container_StateWaitingPathSelectorMessage) WithValue(value string) *PodStatusContainerStateWaiting_FieldTerminalPathValue
type Pod_Status_Container_StateWaitingPathSelectorReason ¶
type Pod_Status_Container_StateWaitingPathSelectorReason struct{}
func (Pod_Status_Container_StateWaitingPathSelectorReason) WithArrayOfValues ¶
func (s Pod_Status_Container_StateWaitingPathSelectorReason) WithArrayOfValues(values []string) *PodStatusContainerStateWaiting_FieldTerminalPathArrayOfValues
func (Pod_Status_Container_StateWaitingPathSelectorReason) WithValue ¶
func (s Pod_Status_Container_StateWaitingPathSelectorReason) WithValue(value string) *PodStatusContainerStateWaiting_FieldTerminalPathValue
type Pod_Status_Container_StateWaiting_FieldMask ¶
type Pod_Status_Container_StateWaiting_FieldMask struct {
Paths []PodStatusContainerStateWaiting_FieldPath
}
func FullPod_Status_Container_StateWaiting_FieldMask ¶
func FullPod_Status_Container_StateWaiting_FieldMask() *Pod_Status_Container_StateWaiting_FieldMask
func (*Pod_Status_Container_StateWaiting_FieldMask) AppendPath ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) AppendPath(path PodStatusContainerStateWaiting_FieldPath)
func (*Pod_Status_Container_StateWaiting_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Status_Container_StateWaiting_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Status_Container_StateWaiting_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Status_Container_StateWaiting_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) FilterInputFields() *Pod_Status_Container_StateWaiting_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Status_Container_StateWaiting_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Status_Container_StateWaiting_FieldMask) GetPaths ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) GetPaths() []PodStatusContainerStateWaiting_FieldPath
func (*Pod_Status_Container_StateWaiting_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Status_Container_StateWaiting_FieldMask) IsFull ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) IsFull() bool
func (Pod_Status_Container_StateWaiting_FieldMask) Marshal ¶
func (fieldMask Pod_Status_Container_StateWaiting_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Status_Container_StateWaiting_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Status_Container_StateWaiting_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Status_Container_StateWaiting_FieldMask) PathsCount ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) PathsCount() int
func (*Pod_Status_Container_StateWaiting_FieldMask) Project ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Project(source *Pod_Status_Container_StateWaiting) *Pod_Status_Container_StateWaiting
func (*Pod_Status_Container_StateWaiting_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Status_Container_StateWaiting_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ProtoMessage()
func (*Pod_Status_Container_StateWaiting_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Status_Container_StateWaiting_FieldMask) Reset ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Reset()
func (*Pod_Status_Container_StateWaiting_FieldMask) Set ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Set(target, source *Pod_Status_Container_StateWaiting)
func (*Pod_Status_Container_StateWaiting_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Status_Container_StateWaiting_FieldMask) SetRaw ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Status_Container_StateWaiting_FieldMask) Size ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Size() int
func (*Pod_Status_Container_StateWaiting_FieldMask) String ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) String() string
func (*Pod_Status_Container_StateWaiting_FieldMask) Subtract ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Subtract(other *Pod_Status_Container_StateWaiting_FieldMask) *Pod_Status_Container_StateWaiting_FieldMask
func (*Pod_Status_Container_StateWaiting_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Status_Container_StateWaiting_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Status_Container_StateWaiting_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) Unmarshal(data []byte) error
func (*Pod_Status_Container_StateWaiting_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Status_Container_StateWaiting_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Status_FieldMask ¶
type Pod_Status_FieldMask struct {
Paths []PodStatus_FieldPath
}
func FullPod_Status_FieldMask ¶
func FullPod_Status_FieldMask() *Pod_Status_FieldMask
func (*Pod_Status_FieldMask) AppendPath ¶
func (fieldMask *Pod_Status_FieldMask) AppendPath(path PodStatus_FieldPath)
func (*Pod_Status_FieldMask) AppendRawPath ¶
func (fieldMask *Pod_Status_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Pod_Status_FieldMask) DecodeFirestore ¶
func (fieldMask *Pod_Status_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Pod_Status_FieldMask) EncodeFirestore ¶
func (fieldMask *Pod_Status_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Pod_Status_FieldMask) FilterInputFields ¶
func (fieldMask *Pod_Status_FieldMask) FilterInputFields() *Pod_Status_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Pod_Status_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Pod_Status_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Pod_Status_FieldMask) GetPaths ¶
func (fieldMask *Pod_Status_FieldMask) GetPaths() []PodStatus_FieldPath
func (*Pod_Status_FieldMask) GetRawPaths ¶
func (fieldMask *Pod_Status_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Pod_Status_FieldMask) IsFull ¶
func (fieldMask *Pod_Status_FieldMask) IsFull() bool
func (Pod_Status_FieldMask) Marshal ¶
func (fieldMask Pod_Status_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Pod_Status_FieldMask) MarshalJSON ¶
func (fieldMask Pod_Status_FieldMask) MarshalJSON() ([]byte, error)
func (*Pod_Status_FieldMask) PathsCount ¶
func (fieldMask *Pod_Status_FieldMask) PathsCount() int
func (*Pod_Status_FieldMask) Project ¶
func (fieldMask *Pod_Status_FieldMask) Project(source *Pod_Status) *Pod_Status
func (*Pod_Status_FieldMask) ProjectRaw ¶
func (fieldMask *Pod_Status_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Pod_Status_FieldMask) ProtoMessage ¶
func (fieldMask *Pod_Status_FieldMask) ProtoMessage()
func (*Pod_Status_FieldMask) ProtoReflect ¶
func (fieldMask *Pod_Status_FieldMask) ProtoReflect() preflect.Message
func (*Pod_Status_FieldMask) Reset ¶
func (fieldMask *Pod_Status_FieldMask) Reset()
func (*Pod_Status_FieldMask) Set ¶
func (fieldMask *Pod_Status_FieldMask) Set(target, source *Pod_Status)
func (*Pod_Status_FieldMask) SetFromCliFlag ¶
func (fieldMask *Pod_Status_FieldMask) SetFromCliFlag(raw string) error
func (*Pod_Status_FieldMask) SetRaw ¶
func (fieldMask *Pod_Status_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Pod_Status_FieldMask) Size ¶
func (fieldMask *Pod_Status_FieldMask) Size() int
func (*Pod_Status_FieldMask) String ¶
func (fieldMask *Pod_Status_FieldMask) String() string
func (*Pod_Status_FieldMask) Subtract ¶
func (fieldMask *Pod_Status_FieldMask) Subtract(other *Pod_Status_FieldMask) *Pod_Status_FieldMask
func (*Pod_Status_FieldMask) SubtractRaw ¶
func (fieldMask *Pod_Status_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Pod_Status_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Pod_Status_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Pod_Status_FieldMask) Unmarshal ¶
func (fieldMask *Pod_Status_FieldMask) Unmarshal(data []byte) error
func (*Pod_Status_FieldMask) UnmarshalJSON ¶
func (fieldMask *Pod_Status_FieldMask) UnmarshalJSON(data []byte) error
type Pod_Status_Phase ¶
type Pod_Status_Phase int32
PodPhase is states of Pod. TODO remove prefixes when the name conflict issue by gogo is resolved
const ( // PhaseUnspecified means the Pod is in unknown state. This state is // usually not used. Pod_Status_PHASE_UNSPECIFIED Pod_Status_Phase = 0 // PhasePending is used when the Pod is accepted by the system and it's // under processing to be launched. Pod_Status_PENDING Pod_Status_Phase = 1 // PhaseRunning indicates all the containers supposed to be running are up // and running. Pod_Status_RUNNING Pod_Status_Phase = 2 // PhaseSucceeded indicates the Pod is terminated however the exit codes // of the containers are non-error numbers. Pod_Status_SUCCEEDED Pod_Status_Phase = 3 // PhaseFailed is used when the Pod encountered an issue and some or all // of the container are not running. Pod_Status_FAILED Pod_Status_Phase = 4 // PhaseUnknown is used when the assigned node doesn't respond anymore Pod_Status_UNKNOWN Pod_Status_Phase = 5 )
func (Pod_Status_Phase) Descriptor ¶
func (Pod_Status_Phase) Descriptor() preflect.EnumDescriptor
func (Pod_Status_Phase) Enum ¶
func (x Pod_Status_Phase) Enum() *Pod_Status_Phase
func (Pod_Status_Phase) EnumDescriptor ¶
func (Pod_Status_Phase) EnumDescriptor() ([]byte, []int)
Deprecated, Use Pod_Status_Phase.ProtoReflect.Descriptor instead.
func (Pod_Status_Phase) Number ¶
func (x Pod_Status_Phase) Number() preflect.EnumNumber
func (Pod_Status_Phase) String ¶
func (x Pod_Status_Phase) String() string
func (Pod_Status_Phase) Type ¶
func (Pod_Status_Phase) Type() preflect.EnumType
type QueryResultChange ¶
type QueryResultChange struct { Changes []*PodChange 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 { Pods []*Pod PrevPageCursor *PagerCursor NextPageCursor *PagerCursor }
func (*QueryResultSnapshot) GetNextPageCursor ¶
func (qr *QueryResultSnapshot) GetNextPageCursor() gotenresource.Cursor
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) SetResults ¶
func (qr *QueryResultSnapshot) SetResults(results gotenresource.ResourceList)
type Reference ¶
type Reference struct { Name // contains filtered or unexported fields }
func MustParseReference ¶
func ParseReference ¶
func (*Reference) ClearCached ¶
func (ref *Reference) ClearCached()
func (*Reference) FullyQualifiedName ¶
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) ResolveRaw ¶
func (ref *Reference) ResolveRaw(res gotenresource.Resource) error
func (*Reference) SetFromCliFlag ¶
implement CustomTypeCliValue method
type SecretEnvSource ¶
type SecretEnvSource struct { // The Secret to select from. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // Specify whether the Secret must be defined Optional bool `protobuf:"varint,2,opt,name=optional,proto3" json:"optional,omitempty" firestore:"optional"` // contains filtered or unexported fields }
SecretEnvSource selects a Secret to populate the environment variables with.
The contents of the target Secret's Data field will represent the key-value pairs as environment variables.
func (*SecretEnvSource) Clone ¶
func (o *SecretEnvSource) Clone() *SecretEnvSource
func (*SecretEnvSource) CloneRaw ¶
func (o *SecretEnvSource) CloneRaw() gotenobject.GotenObjectExt
func (*SecretEnvSource) Descriptor ¶
func (*SecretEnvSource) Descriptor() ([]byte, []int)
Deprecated, Use SecretEnvSource.ProtoReflect.Descriptor instead.
func (*SecretEnvSource) GetName ¶
func (m *SecretEnvSource) GetName() string
func (*SecretEnvSource) GetOptional ¶
func (m *SecretEnvSource) GetOptional() bool
func (*SecretEnvSource) GotenMessage ¶
func (*SecretEnvSource) GotenMessage()
func (*SecretEnvSource) GotenObjectExt ¶
func (o *SecretEnvSource) GotenObjectExt()
func (*SecretEnvSource) GotenValidate ¶
func (obj *SecretEnvSource) GotenValidate() error
func (*SecretEnvSource) MakeDiffFieldMask ¶
func (o *SecretEnvSource) MakeDiffFieldMask(other *SecretEnvSource) *SecretEnvSource_FieldMask
func (*SecretEnvSource) MakeFullFieldMask ¶
func (o *SecretEnvSource) MakeFullFieldMask() *SecretEnvSource_FieldMask
func (*SecretEnvSource) MakeRawDiffFieldMask ¶
func (o *SecretEnvSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SecretEnvSource) MakeRawFullFieldMask ¶
func (o *SecretEnvSource) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SecretEnvSource) Marshal ¶
func (m *SecretEnvSource) Marshal() ([]byte, error)
func (*SecretEnvSource) MarshalJSON ¶
func (m *SecretEnvSource) MarshalJSON() ([]byte, error)
func (*SecretEnvSource) Merge ¶
func (o *SecretEnvSource) Merge(source *SecretEnvSource)
func (*SecretEnvSource) MergeRaw ¶
func (o *SecretEnvSource) MergeRaw(source gotenobject.GotenObjectExt)
func (*SecretEnvSource) ProtoMessage ¶
func (*SecretEnvSource) ProtoMessage()
func (*SecretEnvSource) ProtoReflect ¶
func (m *SecretEnvSource) ProtoReflect() preflect.Message
func (*SecretEnvSource) Reset ¶
func (m *SecretEnvSource) Reset()
func (*SecretEnvSource) SetName ¶
func (m *SecretEnvSource) SetName(fv string)
func (*SecretEnvSource) SetOptional ¶
func (m *SecretEnvSource) SetOptional(fv bool)
func (*SecretEnvSource) String ¶
func (m *SecretEnvSource) String() string
func (*SecretEnvSource) Unmarshal ¶
func (m *SecretEnvSource) Unmarshal(b []byte) error
func (*SecretEnvSource) UnmarshalJSON ¶
func (m *SecretEnvSource) UnmarshalJSON(data []byte) error
type SecretEnvSourceFieldPathBuilder ¶
type SecretEnvSourceFieldPathBuilder struct{}
func NewSecretEnvSourceFieldPathBuilder ¶
func NewSecretEnvSourceFieldPathBuilder() SecretEnvSourceFieldPathBuilder
func (SecretEnvSourceFieldPathBuilder) Optional ¶
func (SecretEnvSourceFieldPathBuilder) Optional() SecretEnvSourcePathSelectorOptional
type SecretEnvSourcePathSelectorName ¶
type SecretEnvSourcePathSelectorName struct{}
func (SecretEnvSourcePathSelectorName) FieldPath ¶
func (SecretEnvSourcePathSelectorName) FieldPath() *SecretEnvSource_FieldTerminalPath
func (SecretEnvSourcePathSelectorName) WithArrayOfValues ¶
func (s SecretEnvSourcePathSelectorName) WithArrayOfValues(values []string) *SecretEnvSource_FieldTerminalPathArrayOfValues
func (SecretEnvSourcePathSelectorName) WithValue ¶
func (s SecretEnvSourcePathSelectorName) WithValue(value string) *SecretEnvSource_FieldTerminalPathValue
type SecretEnvSourcePathSelectorOptional ¶
type SecretEnvSourcePathSelectorOptional struct{}
func (SecretEnvSourcePathSelectorOptional) FieldPath ¶
func (SecretEnvSourcePathSelectorOptional) FieldPath() *SecretEnvSource_FieldTerminalPath
func (SecretEnvSourcePathSelectorOptional) WithArrayOfValues ¶
func (s SecretEnvSourcePathSelectorOptional) WithArrayOfValues(values []bool) *SecretEnvSource_FieldTerminalPathArrayOfValues
func (SecretEnvSourcePathSelectorOptional) WithValue ¶
func (s SecretEnvSourcePathSelectorOptional) WithValue(value bool) *SecretEnvSource_FieldTerminalPathValue
type SecretEnvSource_FieldMask ¶
type SecretEnvSource_FieldMask struct {
Paths []SecretEnvSource_FieldPath
}
func FullSecretEnvSource_FieldMask ¶
func FullSecretEnvSource_FieldMask() *SecretEnvSource_FieldMask
func (*SecretEnvSource_FieldMask) AppendPath ¶
func (fieldMask *SecretEnvSource_FieldMask) AppendPath(path SecretEnvSource_FieldPath)
func (*SecretEnvSource_FieldMask) AppendRawPath ¶
func (fieldMask *SecretEnvSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SecretEnvSource_FieldMask) DecodeFirestore ¶
func (fieldMask *SecretEnvSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SecretEnvSource_FieldMask) EncodeFirestore ¶
func (fieldMask *SecretEnvSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SecretEnvSource_FieldMask) FilterInputFields ¶
func (fieldMask *SecretEnvSource_FieldMask) FilterInputFields() *SecretEnvSource_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SecretEnvSource_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SecretEnvSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SecretEnvSource_FieldMask) GetPaths ¶
func (fieldMask *SecretEnvSource_FieldMask) GetPaths() []SecretEnvSource_FieldPath
func (*SecretEnvSource_FieldMask) GetRawPaths ¶
func (fieldMask *SecretEnvSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SecretEnvSource_FieldMask) IsFull ¶
func (fieldMask *SecretEnvSource_FieldMask) IsFull() bool
func (SecretEnvSource_FieldMask) Marshal ¶
func (fieldMask SecretEnvSource_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SecretEnvSource_FieldMask) MarshalJSON ¶
func (fieldMask SecretEnvSource_FieldMask) MarshalJSON() ([]byte, error)
func (*SecretEnvSource_FieldMask) PathsCount ¶
func (fieldMask *SecretEnvSource_FieldMask) PathsCount() int
func (*SecretEnvSource_FieldMask) Project ¶
func (fieldMask *SecretEnvSource_FieldMask) Project(source *SecretEnvSource) *SecretEnvSource
func (*SecretEnvSource_FieldMask) ProjectRaw ¶
func (fieldMask *SecretEnvSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SecretEnvSource_FieldMask) ProtoMessage ¶
func (fieldMask *SecretEnvSource_FieldMask) ProtoMessage()
func (*SecretEnvSource_FieldMask) ProtoReflect ¶
func (fieldMask *SecretEnvSource_FieldMask) ProtoReflect() preflect.Message
func (*SecretEnvSource_FieldMask) Reset ¶
func (fieldMask *SecretEnvSource_FieldMask) Reset()
func (*SecretEnvSource_FieldMask) Set ¶
func (fieldMask *SecretEnvSource_FieldMask) Set(target, source *SecretEnvSource)
func (*SecretEnvSource_FieldMask) SetFromCliFlag ¶
func (fieldMask *SecretEnvSource_FieldMask) SetFromCliFlag(raw string) error
func (*SecretEnvSource_FieldMask) SetRaw ¶
func (fieldMask *SecretEnvSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SecretEnvSource_FieldMask) Size ¶
func (fieldMask *SecretEnvSource_FieldMask) Size() int
func (*SecretEnvSource_FieldMask) String ¶
func (fieldMask *SecretEnvSource_FieldMask) String() string
func (*SecretEnvSource_FieldMask) Subtract ¶
func (fieldMask *SecretEnvSource_FieldMask) Subtract(other *SecretEnvSource_FieldMask) *SecretEnvSource_FieldMask
func (*SecretEnvSource_FieldMask) SubtractRaw ¶
func (fieldMask *SecretEnvSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SecretEnvSource_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SecretEnvSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SecretEnvSource_FieldMask) Unmarshal ¶
func (fieldMask *SecretEnvSource_FieldMask) Unmarshal(data []byte) error
func (*SecretEnvSource_FieldMask) UnmarshalJSON ¶
func (fieldMask *SecretEnvSource_FieldMask) UnmarshalJSON(data []byte) error
type SecretEnvSource_FieldPath ¶
type SecretEnvSource_FieldPath interface { gotenobject.FieldPath Selector() SecretEnvSource_FieldPathSelector Get(source *SecretEnvSource) []interface{} GetSingle(source *SecretEnvSource) (interface{}, bool) ClearValue(item *SecretEnvSource) // Those methods build corresponding SecretEnvSource_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) SecretEnvSource_FieldPathValue WithIArrayOfValues(values interface{}) SecretEnvSource_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) SecretEnvSource_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSecretEnvSource_FieldPath ¶
func BuildSecretEnvSource_FieldPath(fp gotenobject.RawFieldPath) (SecretEnvSource_FieldPath, error)
func MustParseSecretEnvSource_FieldPath ¶
func MustParseSecretEnvSource_FieldPath(rawField string) SecretEnvSource_FieldPath
func ParseSecretEnvSource_FieldPath ¶
func ParseSecretEnvSource_FieldPath(rawField string) (SecretEnvSource_FieldPath, error)
type SecretEnvSource_FieldPathArrayItemValue ¶
type SecretEnvSource_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SecretEnvSource_FieldPath ContainsValue(*SecretEnvSource) bool }
SecretEnvSource_FieldPathArrayItemValue allows storing single item in Path-specific values for SecretEnvSource according to their type Present only for array (repeated) types.
func MustParseSecretEnvSource_FieldPathArrayItemValue ¶
func MustParseSecretEnvSource_FieldPathArrayItemValue(pathStr, valueStr string) SecretEnvSource_FieldPathArrayItemValue
func ParseSecretEnvSource_FieldPathArrayItemValue ¶
func ParseSecretEnvSource_FieldPathArrayItemValue(pathStr, valueStr string) (SecretEnvSource_FieldPathArrayItemValue, error)
ParseSecretEnvSource_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SecretEnvSource_FieldPathArrayOfValues ¶
type SecretEnvSource_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SecretEnvSource_FieldPath }
SecretEnvSource_FieldPathArrayOfValues allows storing slice of values for SecretEnvSource fields according to their type
func MustParseSecretEnvSource_FieldPathArrayOfValues ¶
func MustParseSecretEnvSource_FieldPathArrayOfValues(pathStr, valuesStr string) SecretEnvSource_FieldPathArrayOfValues
func ParseSecretEnvSource_FieldPathArrayOfValues ¶
func ParseSecretEnvSource_FieldPathArrayOfValues(pathStr, valuesStr string) (SecretEnvSource_FieldPathArrayOfValues, error)
type SecretEnvSource_FieldPathSelector ¶
type SecretEnvSource_FieldPathSelector int32
const ( SecretEnvSource_FieldPathSelectorName SecretEnvSource_FieldPathSelector = 0 SecretEnvSource_FieldPathSelectorOptional SecretEnvSource_FieldPathSelector = 1 )
func (SecretEnvSource_FieldPathSelector) String ¶
func (s SecretEnvSource_FieldPathSelector) String() string
type SecretEnvSource_FieldPathValue ¶
type SecretEnvSource_FieldPathValue interface { SecretEnvSource_FieldPath gotenobject.FieldPathValue SetTo(target **SecretEnvSource) CompareWith(*SecretEnvSource) (cmp int, comparable bool) }
SecretEnvSource_FieldPathValue allows storing values for SecretEnvSource fields according to their type
func MustParseSecretEnvSource_FieldPathValue ¶
func MustParseSecretEnvSource_FieldPathValue(pathStr, valueStr string) SecretEnvSource_FieldPathValue
func ParseSecretEnvSource_FieldPathValue ¶
func ParseSecretEnvSource_FieldPathValue(pathStr, valueStr string) (SecretEnvSource_FieldPathValue, error)
type SecretEnvSource_FieldTerminalPath ¶
type SecretEnvSource_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SecretEnvSource_FieldTerminalPath) ClearValue ¶
func (fp *SecretEnvSource_FieldTerminalPath) ClearValue(item *SecretEnvSource)
func (*SecretEnvSource_FieldTerminalPath) ClearValueRaw ¶
func (fp *SecretEnvSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SecretEnvSource_FieldTerminalPath) Get ¶
func (fp *SecretEnvSource_FieldTerminalPath) Get(source *SecretEnvSource) (values []interface{})
Get returns all values pointed by specific field from source SecretEnvSource
func (*SecretEnvSource_FieldTerminalPath) GetDefault ¶
func (fp *SecretEnvSource_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SecretEnvSource_FieldTerminalPath) GetRaw ¶
func (fp *SecretEnvSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SecretEnvSource_FieldTerminalPath) GetSingle ¶
func (fp *SecretEnvSource_FieldTerminalPath) GetSingle(source *SecretEnvSource) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SecretEnvSource
func (*SecretEnvSource_FieldTerminalPath) GetSingleRaw ¶
func (fp *SecretEnvSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SecretEnvSource_FieldTerminalPath) IsLeaf ¶
func (fp *SecretEnvSource_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SecretEnvSource_FieldTerminalPath) JSONString ¶
func (fp *SecretEnvSource_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SecretEnvSource_FieldTerminalPath) Selector ¶
func (fp *SecretEnvSource_FieldTerminalPath) Selector() SecretEnvSource_FieldPathSelector
func (*SecretEnvSource_FieldTerminalPath) String ¶
func (fp *SecretEnvSource_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SecretEnvSource_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SecretEnvSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecretEnvSource_FieldPathArrayItemValue
func (*SecretEnvSource_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SecretEnvSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecretEnvSource_FieldPathArrayOfValues
func (*SecretEnvSource_FieldTerminalPath) WithIValue ¶
func (fp *SecretEnvSource_FieldTerminalPath) WithIValue(value interface{}) SecretEnvSource_FieldPathValue
func (*SecretEnvSource_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SecretEnvSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SecretEnvSource_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SecretEnvSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SecretEnvSource_FieldTerminalPath) WithRawIValue ¶
func (fp *SecretEnvSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SecretEnvSource_FieldTerminalPathArrayItemValue ¶
type SecretEnvSource_FieldTerminalPathArrayItemValue struct { SecretEnvSource_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretEnvSource_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) ContainsValue(source *SecretEnvSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'SecretEnvSource'
func (*SecretEnvSource_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SecretEnvSource as interface{}
func (*SecretEnvSource_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) GetSingle(source *SecretEnvSource) (interface{}, bool)
func (*SecretEnvSource_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SecretEnvSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SecretEnvSource_FieldTerminalPathArrayOfValues ¶
type SecretEnvSource_FieldTerminalPathArrayOfValues struct { SecretEnvSource_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretEnvSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *SecretEnvSource_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*SecretEnvSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues ¶
func (fpaov *SecretEnvSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
func (*SecretEnvSource_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SecretEnvSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SecretEnvSource_FieldTerminalPathValue ¶
type SecretEnvSource_FieldTerminalPathValue struct { SecretEnvSource_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretEnvSource_FieldTerminalPathValue) AsNameValue ¶
func (fpv *SecretEnvSource_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*SecretEnvSource_FieldTerminalPathValue) AsOptionalValue ¶
func (fpv *SecretEnvSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
func (*SecretEnvSource_FieldTerminalPathValue) CompareWith ¶
func (fpv *SecretEnvSource_FieldTerminalPathValue) CompareWith(source *SecretEnvSource) (int, bool)
CompareWith compares value in the 'SecretEnvSource_FieldTerminalPathValue' with the value under path in 'SecretEnvSource'.
func (*SecretEnvSource_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SecretEnvSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SecretEnvSource_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SecretEnvSource_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SecretEnvSource' as interface{}
func (*SecretEnvSource_FieldTerminalPathValue) SetTo ¶
func (fpv *SecretEnvSource_FieldTerminalPathValue) SetTo(target **SecretEnvSource)
SetTo stores value for selected field for object SecretEnvSource
func (*SecretEnvSource_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SecretEnvSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SecretKeySelector ¶
type SecretKeySelector struct { // The name of the secret in the pod's namespace to select from. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // The key of the secret to select from. Must be a valid secret key. Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty" firestore:"key"` // Specify whether the Secret or its key must be defined Optional bool `protobuf:"varint,3,opt,name=optional,proto3" json:"optional,omitempty" firestore:"optional"` // contains filtered or unexported fields }
SecretKeySelector selects a key of a Secret.
func (*SecretKeySelector) Clone ¶
func (o *SecretKeySelector) Clone() *SecretKeySelector
func (*SecretKeySelector) CloneRaw ¶
func (o *SecretKeySelector) CloneRaw() gotenobject.GotenObjectExt
func (*SecretKeySelector) Descriptor ¶
func (*SecretKeySelector) Descriptor() ([]byte, []int)
Deprecated, Use SecretKeySelector.ProtoReflect.Descriptor instead.
func (*SecretKeySelector) GetKey ¶
func (m *SecretKeySelector) GetKey() string
func (*SecretKeySelector) GetName ¶
func (m *SecretKeySelector) GetName() string
func (*SecretKeySelector) GetOptional ¶
func (m *SecretKeySelector) GetOptional() bool
func (*SecretKeySelector) GotenMessage ¶
func (*SecretKeySelector) GotenMessage()
func (*SecretKeySelector) GotenObjectExt ¶
func (o *SecretKeySelector) GotenObjectExt()
func (*SecretKeySelector) GotenValidate ¶
func (obj *SecretKeySelector) GotenValidate() error
func (*SecretKeySelector) MakeDiffFieldMask ¶
func (o *SecretKeySelector) MakeDiffFieldMask(other *SecretKeySelector) *SecretKeySelector_FieldMask
func (*SecretKeySelector) MakeFullFieldMask ¶
func (o *SecretKeySelector) MakeFullFieldMask() *SecretKeySelector_FieldMask
func (*SecretKeySelector) MakeRawDiffFieldMask ¶
func (o *SecretKeySelector) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SecretKeySelector) MakeRawFullFieldMask ¶
func (o *SecretKeySelector) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SecretKeySelector) Marshal ¶
func (m *SecretKeySelector) Marshal() ([]byte, error)
func (*SecretKeySelector) MarshalJSON ¶
func (m *SecretKeySelector) MarshalJSON() ([]byte, error)
func (*SecretKeySelector) Merge ¶
func (o *SecretKeySelector) Merge(source *SecretKeySelector)
func (*SecretKeySelector) MergeRaw ¶
func (o *SecretKeySelector) MergeRaw(source gotenobject.GotenObjectExt)
func (*SecretKeySelector) ProtoMessage ¶
func (*SecretKeySelector) ProtoMessage()
func (*SecretKeySelector) ProtoReflect ¶
func (m *SecretKeySelector) ProtoReflect() preflect.Message
func (*SecretKeySelector) Reset ¶
func (m *SecretKeySelector) Reset()
func (*SecretKeySelector) SetKey ¶
func (m *SecretKeySelector) SetKey(fv string)
func (*SecretKeySelector) SetName ¶
func (m *SecretKeySelector) SetName(fv string)
func (*SecretKeySelector) SetOptional ¶
func (m *SecretKeySelector) SetOptional(fv bool)
func (*SecretKeySelector) String ¶
func (m *SecretKeySelector) String() string
func (*SecretKeySelector) Unmarshal ¶
func (m *SecretKeySelector) Unmarshal(b []byte) error
func (*SecretKeySelector) UnmarshalJSON ¶
func (m *SecretKeySelector) UnmarshalJSON(data []byte) error
type SecretKeySelectorFieldPathBuilder ¶
type SecretKeySelectorFieldPathBuilder struct{}
func NewSecretKeySelectorFieldPathBuilder ¶
func NewSecretKeySelectorFieldPathBuilder() SecretKeySelectorFieldPathBuilder
func (SecretKeySelectorFieldPathBuilder) Optional ¶
func (SecretKeySelectorFieldPathBuilder) Optional() SecretKeySelectorPathSelectorOptional
type SecretKeySelectorPathSelectorKey ¶
type SecretKeySelectorPathSelectorKey struct{}
func (SecretKeySelectorPathSelectorKey) FieldPath ¶
func (SecretKeySelectorPathSelectorKey) FieldPath() *SecretKeySelector_FieldTerminalPath
func (SecretKeySelectorPathSelectorKey) WithArrayOfValues ¶
func (s SecretKeySelectorPathSelectorKey) WithArrayOfValues(values []string) *SecretKeySelector_FieldTerminalPathArrayOfValues
func (SecretKeySelectorPathSelectorKey) WithValue ¶
func (s SecretKeySelectorPathSelectorKey) WithValue(value string) *SecretKeySelector_FieldTerminalPathValue
type SecretKeySelectorPathSelectorName ¶
type SecretKeySelectorPathSelectorName struct{}
func (SecretKeySelectorPathSelectorName) FieldPath ¶
func (SecretKeySelectorPathSelectorName) FieldPath() *SecretKeySelector_FieldTerminalPath
func (SecretKeySelectorPathSelectorName) WithArrayOfValues ¶
func (s SecretKeySelectorPathSelectorName) WithArrayOfValues(values []string) *SecretKeySelector_FieldTerminalPathArrayOfValues
func (SecretKeySelectorPathSelectorName) WithValue ¶
func (s SecretKeySelectorPathSelectorName) WithValue(value string) *SecretKeySelector_FieldTerminalPathValue
type SecretKeySelectorPathSelectorOptional ¶
type SecretKeySelectorPathSelectorOptional struct{}
func (SecretKeySelectorPathSelectorOptional) FieldPath ¶
func (SecretKeySelectorPathSelectorOptional) FieldPath() *SecretKeySelector_FieldTerminalPath
func (SecretKeySelectorPathSelectorOptional) WithArrayOfValues ¶
func (s SecretKeySelectorPathSelectorOptional) WithArrayOfValues(values []bool) *SecretKeySelector_FieldTerminalPathArrayOfValues
func (SecretKeySelectorPathSelectorOptional) WithValue ¶
func (s SecretKeySelectorPathSelectorOptional) WithValue(value bool) *SecretKeySelector_FieldTerminalPathValue
type SecretKeySelector_FieldMask ¶
type SecretKeySelector_FieldMask struct {
Paths []SecretKeySelector_FieldPath
}
func FullSecretKeySelector_FieldMask ¶
func FullSecretKeySelector_FieldMask() *SecretKeySelector_FieldMask
func (*SecretKeySelector_FieldMask) AppendPath ¶
func (fieldMask *SecretKeySelector_FieldMask) AppendPath(path SecretKeySelector_FieldPath)
func (*SecretKeySelector_FieldMask) AppendRawPath ¶
func (fieldMask *SecretKeySelector_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SecretKeySelector_FieldMask) DecodeFirestore ¶
func (fieldMask *SecretKeySelector_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SecretKeySelector_FieldMask) EncodeFirestore ¶
func (fieldMask *SecretKeySelector_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SecretKeySelector_FieldMask) FilterInputFields ¶
func (fieldMask *SecretKeySelector_FieldMask) FilterInputFields() *SecretKeySelector_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SecretKeySelector_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SecretKeySelector_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SecretKeySelector_FieldMask) GetPaths ¶
func (fieldMask *SecretKeySelector_FieldMask) GetPaths() []SecretKeySelector_FieldPath
func (*SecretKeySelector_FieldMask) GetRawPaths ¶
func (fieldMask *SecretKeySelector_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SecretKeySelector_FieldMask) IsFull ¶
func (fieldMask *SecretKeySelector_FieldMask) IsFull() bool
func (SecretKeySelector_FieldMask) Marshal ¶
func (fieldMask SecretKeySelector_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SecretKeySelector_FieldMask) MarshalJSON ¶
func (fieldMask SecretKeySelector_FieldMask) MarshalJSON() ([]byte, error)
func (*SecretKeySelector_FieldMask) PathsCount ¶
func (fieldMask *SecretKeySelector_FieldMask) PathsCount() int
func (*SecretKeySelector_FieldMask) Project ¶
func (fieldMask *SecretKeySelector_FieldMask) Project(source *SecretKeySelector) *SecretKeySelector
func (*SecretKeySelector_FieldMask) ProjectRaw ¶
func (fieldMask *SecretKeySelector_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SecretKeySelector_FieldMask) ProtoMessage ¶
func (fieldMask *SecretKeySelector_FieldMask) ProtoMessage()
func (*SecretKeySelector_FieldMask) ProtoReflect ¶
func (fieldMask *SecretKeySelector_FieldMask) ProtoReflect() preflect.Message
func (*SecretKeySelector_FieldMask) Reset ¶
func (fieldMask *SecretKeySelector_FieldMask) Reset()
func (*SecretKeySelector_FieldMask) Set ¶
func (fieldMask *SecretKeySelector_FieldMask) Set(target, source *SecretKeySelector)
func (*SecretKeySelector_FieldMask) SetFromCliFlag ¶
func (fieldMask *SecretKeySelector_FieldMask) SetFromCliFlag(raw string) error
func (*SecretKeySelector_FieldMask) SetRaw ¶
func (fieldMask *SecretKeySelector_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SecretKeySelector_FieldMask) Size ¶
func (fieldMask *SecretKeySelector_FieldMask) Size() int
func (*SecretKeySelector_FieldMask) String ¶
func (fieldMask *SecretKeySelector_FieldMask) String() string
func (*SecretKeySelector_FieldMask) Subtract ¶
func (fieldMask *SecretKeySelector_FieldMask) Subtract(other *SecretKeySelector_FieldMask) *SecretKeySelector_FieldMask
func (*SecretKeySelector_FieldMask) SubtractRaw ¶
func (fieldMask *SecretKeySelector_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SecretKeySelector_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SecretKeySelector_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SecretKeySelector_FieldMask) Unmarshal ¶
func (fieldMask *SecretKeySelector_FieldMask) Unmarshal(data []byte) error
func (*SecretKeySelector_FieldMask) UnmarshalJSON ¶
func (fieldMask *SecretKeySelector_FieldMask) UnmarshalJSON(data []byte) error
type SecretKeySelector_FieldPath ¶
type SecretKeySelector_FieldPath interface { gotenobject.FieldPath Selector() SecretKeySelector_FieldPathSelector Get(source *SecretKeySelector) []interface{} GetSingle(source *SecretKeySelector) (interface{}, bool) ClearValue(item *SecretKeySelector) // Those methods build corresponding SecretKeySelector_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) SecretKeySelector_FieldPathValue WithIArrayOfValues(values interface{}) SecretKeySelector_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) SecretKeySelector_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSecretKeySelector_FieldPath ¶
func BuildSecretKeySelector_FieldPath(fp gotenobject.RawFieldPath) (SecretKeySelector_FieldPath, error)
func MustParseSecretKeySelector_FieldPath ¶
func MustParseSecretKeySelector_FieldPath(rawField string) SecretKeySelector_FieldPath
func ParseSecretKeySelector_FieldPath ¶
func ParseSecretKeySelector_FieldPath(rawField string) (SecretKeySelector_FieldPath, error)
type SecretKeySelector_FieldPathArrayItemValue ¶
type SecretKeySelector_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SecretKeySelector_FieldPath ContainsValue(*SecretKeySelector) bool }
SecretKeySelector_FieldPathArrayItemValue allows storing single item in Path-specific values for SecretKeySelector according to their type Present only for array (repeated) types.
func MustParseSecretKeySelector_FieldPathArrayItemValue ¶
func MustParseSecretKeySelector_FieldPathArrayItemValue(pathStr, valueStr string) SecretKeySelector_FieldPathArrayItemValue
func ParseSecretKeySelector_FieldPathArrayItemValue ¶
func ParseSecretKeySelector_FieldPathArrayItemValue(pathStr, valueStr string) (SecretKeySelector_FieldPathArrayItemValue, error)
ParseSecretKeySelector_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SecretKeySelector_FieldPathArrayOfValues ¶
type SecretKeySelector_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SecretKeySelector_FieldPath }
SecretKeySelector_FieldPathArrayOfValues allows storing slice of values for SecretKeySelector fields according to their type
func MustParseSecretKeySelector_FieldPathArrayOfValues ¶
func MustParseSecretKeySelector_FieldPathArrayOfValues(pathStr, valuesStr string) SecretKeySelector_FieldPathArrayOfValues
func ParseSecretKeySelector_FieldPathArrayOfValues ¶
func ParseSecretKeySelector_FieldPathArrayOfValues(pathStr, valuesStr string) (SecretKeySelector_FieldPathArrayOfValues, error)
type SecretKeySelector_FieldPathSelector ¶
type SecretKeySelector_FieldPathSelector int32
const ( SecretKeySelector_FieldPathSelectorName SecretKeySelector_FieldPathSelector = 0 SecretKeySelector_FieldPathSelectorKey SecretKeySelector_FieldPathSelector = 1 SecretKeySelector_FieldPathSelectorOptional SecretKeySelector_FieldPathSelector = 2 )
func (SecretKeySelector_FieldPathSelector) String ¶
func (s SecretKeySelector_FieldPathSelector) String() string
type SecretKeySelector_FieldPathValue ¶
type SecretKeySelector_FieldPathValue interface { SecretKeySelector_FieldPath gotenobject.FieldPathValue SetTo(target **SecretKeySelector) CompareWith(*SecretKeySelector) (cmp int, comparable bool) }
SecretKeySelector_FieldPathValue allows storing values for SecretKeySelector fields according to their type
func MustParseSecretKeySelector_FieldPathValue ¶
func MustParseSecretKeySelector_FieldPathValue(pathStr, valueStr string) SecretKeySelector_FieldPathValue
func ParseSecretKeySelector_FieldPathValue ¶
func ParseSecretKeySelector_FieldPathValue(pathStr, valueStr string) (SecretKeySelector_FieldPathValue, error)
type SecretKeySelector_FieldTerminalPath ¶
type SecretKeySelector_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SecretKeySelector_FieldTerminalPath) ClearValue ¶
func (fp *SecretKeySelector_FieldTerminalPath) ClearValue(item *SecretKeySelector)
func (*SecretKeySelector_FieldTerminalPath) ClearValueRaw ¶
func (fp *SecretKeySelector_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SecretKeySelector_FieldTerminalPath) Get ¶
func (fp *SecretKeySelector_FieldTerminalPath) Get(source *SecretKeySelector) (values []interface{})
Get returns all values pointed by specific field from source SecretKeySelector
func (*SecretKeySelector_FieldTerminalPath) GetDefault ¶
func (fp *SecretKeySelector_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SecretKeySelector_FieldTerminalPath) GetRaw ¶
func (fp *SecretKeySelector_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SecretKeySelector_FieldTerminalPath) GetSingle ¶
func (fp *SecretKeySelector_FieldTerminalPath) GetSingle(source *SecretKeySelector) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SecretKeySelector
func (*SecretKeySelector_FieldTerminalPath) GetSingleRaw ¶
func (fp *SecretKeySelector_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SecretKeySelector_FieldTerminalPath) IsLeaf ¶
func (fp *SecretKeySelector_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SecretKeySelector_FieldTerminalPath) JSONString ¶
func (fp *SecretKeySelector_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SecretKeySelector_FieldTerminalPath) Selector ¶
func (fp *SecretKeySelector_FieldTerminalPath) Selector() SecretKeySelector_FieldPathSelector
func (*SecretKeySelector_FieldTerminalPath) String ¶
func (fp *SecretKeySelector_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SecretKeySelector_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SecretKeySelector_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecretKeySelector_FieldPathArrayItemValue
func (*SecretKeySelector_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SecretKeySelector_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecretKeySelector_FieldPathArrayOfValues
func (*SecretKeySelector_FieldTerminalPath) WithIValue ¶
func (fp *SecretKeySelector_FieldTerminalPath) WithIValue(value interface{}) SecretKeySelector_FieldPathValue
func (*SecretKeySelector_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SecretKeySelector_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SecretKeySelector_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SecretKeySelector_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SecretKeySelector_FieldTerminalPath) WithRawIValue ¶
func (fp *SecretKeySelector_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SecretKeySelector_FieldTerminalPathArrayItemValue ¶
type SecretKeySelector_FieldTerminalPathArrayItemValue struct { SecretKeySelector_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretKeySelector_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) ContainsValue(source *SecretKeySelector) bool
Contains returns a boolean indicating if value that is being held is present in given 'SecretKeySelector'
func (*SecretKeySelector_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SecretKeySelector as interface{}
func (*SecretKeySelector_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) GetSingle(source *SecretKeySelector) (interface{}, bool)
func (*SecretKeySelector_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SecretKeySelector_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SecretKeySelector_FieldTerminalPathArrayOfValues ¶
type SecretKeySelector_FieldTerminalPathArrayOfValues struct { SecretKeySelector_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretKeySelector_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues ¶
func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) AsKeyArrayOfValues() ([]string, bool)
func (*SecretKeySelector_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*SecretKeySelector_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues ¶
func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
func (*SecretKeySelector_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SecretKeySelector_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SecretKeySelector_FieldTerminalPathValue ¶
type SecretKeySelector_FieldTerminalPathValue struct { SecretKeySelector_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretKeySelector_FieldTerminalPathValue) AsKeyValue ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) AsKeyValue() (string, bool)
func (*SecretKeySelector_FieldTerminalPathValue) AsNameValue ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*SecretKeySelector_FieldTerminalPathValue) AsOptionalValue ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
func (*SecretKeySelector_FieldTerminalPathValue) CompareWith ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) CompareWith(source *SecretKeySelector) (int, bool)
CompareWith compares value in the 'SecretKeySelector_FieldTerminalPathValue' with the value under path in 'SecretKeySelector'.
func (*SecretKeySelector_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SecretKeySelector_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SecretKeySelector' as interface{}
func (*SecretKeySelector_FieldTerminalPathValue) SetTo ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) SetTo(target **SecretKeySelector)
SetTo stores value for selected field for object SecretKeySelector
func (*SecretKeySelector_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SecretKeySelector_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SecretVolumeSource ¶
type SecretVolumeSource struct { // Name of the secret in the pod's namespace to use. // More info: https://kubernetes.io/docs/concepts/storage/volumes#secret SecretName string `protobuf:"bytes,1,opt,name=secret_name,json=secretName,proto3" json:"secret_name,omitempty" firestore:"secretName"` // If unspecified, each key-value pair in the Data field of the referenced // Secret will be projected into the volume as a file whose name is the // key and content is the value. If specified, the listed keys will be // projected into the specified paths, and unlisted keys will not be // present. If a key is specified which is not present in the Secret, // the volume setup will error unless it is marked optional. Paths must be // relative and may not contain the '..' path or start with '..'. // +optional Items []*KeyToPath `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty" firestore:"items"` // Optional: mode bits used to set permissions on created files by default. // Must be an octal value between 0000 and 0777 or a decimal value between 0 // and 511. YAML accepts both octal and decimal values, JSON requires decimal // values for mode bits. Defaults to 0644. Directories within the path are not // affected by this setting. This might be in conflict with other options that // affect the file mode, like fsGroup, and the result can be other mode bits // set. DefaultMode int32 `protobuf:"varint,3,opt,name=default_mode,json=defaultMode,proto3" json:"default_mode,omitempty" firestore:"defaultMode"` // Specify whether the Secret or its keys must be defined Optional bool `protobuf:"varint,4,opt,name=optional,proto3" json:"optional,omitempty" firestore:"optional"` // contains filtered or unexported fields }
Adapts a Secret into a volume.
The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.
func (*SecretVolumeSource) Clone ¶
func (o *SecretVolumeSource) Clone() *SecretVolumeSource
func (*SecretVolumeSource) CloneRaw ¶
func (o *SecretVolumeSource) CloneRaw() gotenobject.GotenObjectExt
func (*SecretVolumeSource) Descriptor ¶
func (*SecretVolumeSource) Descriptor() ([]byte, []int)
Deprecated, Use SecretVolumeSource.ProtoReflect.Descriptor instead.
func (*SecretVolumeSource) GetDefaultMode ¶
func (m *SecretVolumeSource) GetDefaultMode() int32
func (*SecretVolumeSource) GetItems ¶
func (m *SecretVolumeSource) GetItems() []*KeyToPath
func (*SecretVolumeSource) GetOptional ¶
func (m *SecretVolumeSource) GetOptional() bool
func (*SecretVolumeSource) GetSecretName ¶
func (m *SecretVolumeSource) GetSecretName() string
func (*SecretVolumeSource) GotenMessage ¶
func (*SecretVolumeSource) GotenMessage()
func (*SecretVolumeSource) GotenObjectExt ¶
func (o *SecretVolumeSource) GotenObjectExt()
func (*SecretVolumeSource) GotenValidate ¶
func (obj *SecretVolumeSource) GotenValidate() error
func (*SecretVolumeSource) MakeDiffFieldMask ¶
func (o *SecretVolumeSource) MakeDiffFieldMask(other *SecretVolumeSource) *SecretVolumeSource_FieldMask
func (*SecretVolumeSource) MakeFullFieldMask ¶
func (o *SecretVolumeSource) MakeFullFieldMask() *SecretVolumeSource_FieldMask
func (*SecretVolumeSource) MakeRawDiffFieldMask ¶
func (o *SecretVolumeSource) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SecretVolumeSource) MakeRawFullFieldMask ¶
func (o *SecretVolumeSource) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SecretVolumeSource) Marshal ¶
func (m *SecretVolumeSource) Marshal() ([]byte, error)
func (*SecretVolumeSource) MarshalJSON ¶
func (m *SecretVolumeSource) MarshalJSON() ([]byte, error)
func (*SecretVolumeSource) Merge ¶
func (o *SecretVolumeSource) Merge(source *SecretVolumeSource)
func (*SecretVolumeSource) MergeRaw ¶
func (o *SecretVolumeSource) MergeRaw(source gotenobject.GotenObjectExt)
func (*SecretVolumeSource) ProtoMessage ¶
func (*SecretVolumeSource) ProtoMessage()
func (*SecretVolumeSource) ProtoReflect ¶
func (m *SecretVolumeSource) ProtoReflect() preflect.Message
func (*SecretVolumeSource) Reset ¶
func (m *SecretVolumeSource) Reset()
func (*SecretVolumeSource) SetDefaultMode ¶
func (m *SecretVolumeSource) SetDefaultMode(fv int32)
func (*SecretVolumeSource) SetItems ¶
func (m *SecretVolumeSource) SetItems(fv []*KeyToPath)
func (*SecretVolumeSource) SetOptional ¶
func (m *SecretVolumeSource) SetOptional(fv bool)
func (*SecretVolumeSource) SetSecretName ¶
func (m *SecretVolumeSource) SetSecretName(fv string)
func (*SecretVolumeSource) String ¶
func (m *SecretVolumeSource) String() string
func (*SecretVolumeSource) Unmarshal ¶
func (m *SecretVolumeSource) Unmarshal(b []byte) error
func (*SecretVolumeSource) UnmarshalJSON ¶
func (m *SecretVolumeSource) UnmarshalJSON(data []byte) error
type SecretVolumeSourceFieldPathBuilder ¶
type SecretVolumeSourceFieldPathBuilder struct{}
func NewSecretVolumeSourceFieldPathBuilder ¶
func NewSecretVolumeSourceFieldPathBuilder() SecretVolumeSourceFieldPathBuilder
func (SecretVolumeSourceFieldPathBuilder) DefaultMode ¶
func (SecretVolumeSourceFieldPathBuilder) DefaultMode() SecretVolumeSourcePathSelectorDefaultMode
func (SecretVolumeSourceFieldPathBuilder) Optional ¶
func (SecretVolumeSourceFieldPathBuilder) Optional() SecretVolumeSourcePathSelectorOptional
func (SecretVolumeSourceFieldPathBuilder) SecretName ¶
func (SecretVolumeSourceFieldPathBuilder) SecretName() SecretVolumeSourcePathSelectorSecretName
type SecretVolumeSourcePathSelectorDefaultMode ¶
type SecretVolumeSourcePathSelectorDefaultMode struct{}
func (SecretVolumeSourcePathSelectorDefaultMode) FieldPath ¶
func (SecretVolumeSourcePathSelectorDefaultMode) FieldPath() *SecretVolumeSource_FieldTerminalPath
func (SecretVolumeSourcePathSelectorDefaultMode) WithArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorDefaultMode) WithArrayOfValues(values []int32) *SecretVolumeSource_FieldTerminalPathArrayOfValues
func (SecretVolumeSourcePathSelectorDefaultMode) WithValue ¶
func (s SecretVolumeSourcePathSelectorDefaultMode) WithValue(value int32) *SecretVolumeSource_FieldTerminalPathValue
type SecretVolumeSourcePathSelectorItems ¶
type SecretVolumeSourcePathSelectorItems struct{}
func (SecretVolumeSourcePathSelectorItems) FieldPath ¶
func (SecretVolumeSourcePathSelectorItems) FieldPath() *SecretVolumeSource_FieldTerminalPath
func (SecretVolumeSourcePathSelectorItems) WithArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorItems) WithArrayOfValues(values [][]*KeyToPath) *SecretVolumeSource_FieldTerminalPathArrayOfValues
func (SecretVolumeSourcePathSelectorItems) WithItemValue ¶
func (s SecretVolumeSourcePathSelectorItems) WithItemValue(value *KeyToPath) *SecretVolumeSource_FieldTerminalPathArrayItemValue
func (SecretVolumeSourcePathSelectorItems) WithSubArrayItemValue ¶
func (s SecretVolumeSourcePathSelectorItems) WithSubArrayItemValue(subPathArrayItemValue KeyToPath_FieldPathArrayItemValue) *SecretVolumeSource_FieldSubPathArrayItemValue
func (SecretVolumeSourcePathSelectorItems) WithSubArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorItems) WithSubArrayOfValues(subPathArrayOfValues KeyToPath_FieldPathArrayOfValues) *SecretVolumeSource_FieldSubPathArrayOfValues
func (SecretVolumeSourcePathSelectorItems) WithSubPath ¶
func (SecretVolumeSourcePathSelectorItems) WithSubPath(subPath KeyToPath_FieldPath) *SecretVolumeSource_FieldSubPath
func (SecretVolumeSourcePathSelectorItems) WithSubValue ¶
func (s SecretVolumeSourcePathSelectorItems) WithSubValue(subPathValue KeyToPath_FieldPathValue) *SecretVolumeSource_FieldSubPathValue
func (SecretVolumeSourcePathSelectorItems) WithValue ¶
func (s SecretVolumeSourcePathSelectorItems) WithValue(value []*KeyToPath) *SecretVolumeSource_FieldTerminalPathValue
type SecretVolumeSourcePathSelectorItemsKey ¶
type SecretVolumeSourcePathSelectorItemsKey struct{}
func (SecretVolumeSourcePathSelectorItemsKey) FieldPath ¶
func (SecretVolumeSourcePathSelectorItemsKey) FieldPath() *SecretVolumeSource_FieldSubPath
func (SecretVolumeSourcePathSelectorItemsKey) WithArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorItemsKey) WithArrayOfValues(values []string) *SecretVolumeSource_FieldSubPathArrayOfValues
func (SecretVolumeSourcePathSelectorItemsKey) WithValue ¶
func (s SecretVolumeSourcePathSelectorItemsKey) WithValue(value string) *SecretVolumeSource_FieldSubPathValue
type SecretVolumeSourcePathSelectorItemsMode ¶
type SecretVolumeSourcePathSelectorItemsMode struct{}
func (SecretVolumeSourcePathSelectorItemsMode) FieldPath ¶
func (SecretVolumeSourcePathSelectorItemsMode) FieldPath() *SecretVolumeSource_FieldSubPath
func (SecretVolumeSourcePathSelectorItemsMode) WithArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorItemsMode) WithArrayOfValues(values []int32) *SecretVolumeSource_FieldSubPathArrayOfValues
func (SecretVolumeSourcePathSelectorItemsMode) WithValue ¶
func (s SecretVolumeSourcePathSelectorItemsMode) WithValue(value int32) *SecretVolumeSource_FieldSubPathValue
type SecretVolumeSourcePathSelectorItemsPath ¶
type SecretVolumeSourcePathSelectorItemsPath struct{}
func (SecretVolumeSourcePathSelectorItemsPath) FieldPath ¶
func (SecretVolumeSourcePathSelectorItemsPath) FieldPath() *SecretVolumeSource_FieldSubPath
func (SecretVolumeSourcePathSelectorItemsPath) WithArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorItemsPath) WithArrayOfValues(values []string) *SecretVolumeSource_FieldSubPathArrayOfValues
func (SecretVolumeSourcePathSelectorItemsPath) WithValue ¶
func (s SecretVolumeSourcePathSelectorItemsPath) WithValue(value string) *SecretVolumeSource_FieldSubPathValue
type SecretVolumeSourcePathSelectorOptional ¶
type SecretVolumeSourcePathSelectorOptional struct{}
func (SecretVolumeSourcePathSelectorOptional) FieldPath ¶
func (SecretVolumeSourcePathSelectorOptional) FieldPath() *SecretVolumeSource_FieldTerminalPath
func (SecretVolumeSourcePathSelectorOptional) WithArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorOptional) WithArrayOfValues(values []bool) *SecretVolumeSource_FieldTerminalPathArrayOfValues
func (SecretVolumeSourcePathSelectorOptional) WithValue ¶
func (s SecretVolumeSourcePathSelectorOptional) WithValue(value bool) *SecretVolumeSource_FieldTerminalPathValue
type SecretVolumeSourcePathSelectorSecretName ¶
type SecretVolumeSourcePathSelectorSecretName struct{}
func (SecretVolumeSourcePathSelectorSecretName) FieldPath ¶
func (SecretVolumeSourcePathSelectorSecretName) FieldPath() *SecretVolumeSource_FieldTerminalPath
func (SecretVolumeSourcePathSelectorSecretName) WithArrayOfValues ¶
func (s SecretVolumeSourcePathSelectorSecretName) WithArrayOfValues(values []string) *SecretVolumeSource_FieldTerminalPathArrayOfValues
func (SecretVolumeSourcePathSelectorSecretName) WithValue ¶
func (s SecretVolumeSourcePathSelectorSecretName) WithValue(value string) *SecretVolumeSource_FieldTerminalPathValue
type SecretVolumeSource_FieldMask ¶
type SecretVolumeSource_FieldMask struct {
Paths []SecretVolumeSource_FieldPath
}
func FullSecretVolumeSource_FieldMask ¶
func FullSecretVolumeSource_FieldMask() *SecretVolumeSource_FieldMask
func (*SecretVolumeSource_FieldMask) AppendPath ¶
func (fieldMask *SecretVolumeSource_FieldMask) AppendPath(path SecretVolumeSource_FieldPath)
func (*SecretVolumeSource_FieldMask) AppendRawPath ¶
func (fieldMask *SecretVolumeSource_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SecretVolumeSource_FieldMask) DecodeFirestore ¶
func (fieldMask *SecretVolumeSource_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SecretVolumeSource_FieldMask) EncodeFirestore ¶
func (fieldMask *SecretVolumeSource_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SecretVolumeSource_FieldMask) FilterInputFields ¶
func (fieldMask *SecretVolumeSource_FieldMask) FilterInputFields() *SecretVolumeSource_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SecretVolumeSource_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SecretVolumeSource_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SecretVolumeSource_FieldMask) GetPaths ¶
func (fieldMask *SecretVolumeSource_FieldMask) GetPaths() []SecretVolumeSource_FieldPath
func (*SecretVolumeSource_FieldMask) GetRawPaths ¶
func (fieldMask *SecretVolumeSource_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SecretVolumeSource_FieldMask) IsFull ¶
func (fieldMask *SecretVolumeSource_FieldMask) IsFull() bool
func (SecretVolumeSource_FieldMask) Marshal ¶
func (fieldMask SecretVolumeSource_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SecretVolumeSource_FieldMask) MarshalJSON ¶
func (fieldMask SecretVolumeSource_FieldMask) MarshalJSON() ([]byte, error)
func (*SecretVolumeSource_FieldMask) PathsCount ¶
func (fieldMask *SecretVolumeSource_FieldMask) PathsCount() int
func (*SecretVolumeSource_FieldMask) Project ¶
func (fieldMask *SecretVolumeSource_FieldMask) Project(source *SecretVolumeSource) *SecretVolumeSource
func (*SecretVolumeSource_FieldMask) ProjectRaw ¶
func (fieldMask *SecretVolumeSource_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SecretVolumeSource_FieldMask) ProtoMessage ¶
func (fieldMask *SecretVolumeSource_FieldMask) ProtoMessage()
func (*SecretVolumeSource_FieldMask) ProtoReflect ¶
func (fieldMask *SecretVolumeSource_FieldMask) ProtoReflect() preflect.Message
func (*SecretVolumeSource_FieldMask) Reset ¶
func (fieldMask *SecretVolumeSource_FieldMask) Reset()
func (*SecretVolumeSource_FieldMask) Set ¶
func (fieldMask *SecretVolumeSource_FieldMask) Set(target, source *SecretVolumeSource)
func (*SecretVolumeSource_FieldMask) SetFromCliFlag ¶
func (fieldMask *SecretVolumeSource_FieldMask) SetFromCliFlag(raw string) error
func (*SecretVolumeSource_FieldMask) SetRaw ¶
func (fieldMask *SecretVolumeSource_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SecretVolumeSource_FieldMask) Size ¶
func (fieldMask *SecretVolumeSource_FieldMask) Size() int
func (*SecretVolumeSource_FieldMask) String ¶
func (fieldMask *SecretVolumeSource_FieldMask) String() string
func (*SecretVolumeSource_FieldMask) Subtract ¶
func (fieldMask *SecretVolumeSource_FieldMask) Subtract(other *SecretVolumeSource_FieldMask) *SecretVolumeSource_FieldMask
func (*SecretVolumeSource_FieldMask) SubtractRaw ¶
func (fieldMask *SecretVolumeSource_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SecretVolumeSource_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SecretVolumeSource_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SecretVolumeSource_FieldMask) Unmarshal ¶
func (fieldMask *SecretVolumeSource_FieldMask) Unmarshal(data []byte) error
func (*SecretVolumeSource_FieldMask) UnmarshalJSON ¶
func (fieldMask *SecretVolumeSource_FieldMask) UnmarshalJSON(data []byte) error
type SecretVolumeSource_FieldPath ¶
type SecretVolumeSource_FieldPath interface { gotenobject.FieldPath Selector() SecretVolumeSource_FieldPathSelector Get(source *SecretVolumeSource) []interface{} GetSingle(source *SecretVolumeSource) (interface{}, bool) ClearValue(item *SecretVolumeSource) // Those methods build corresponding SecretVolumeSource_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) SecretVolumeSource_FieldPathValue WithIArrayOfValues(values interface{}) SecretVolumeSource_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) SecretVolumeSource_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSecretVolumeSource_FieldPath ¶
func BuildSecretVolumeSource_FieldPath(fp gotenobject.RawFieldPath) (SecretVolumeSource_FieldPath, error)
func MustParseSecretVolumeSource_FieldPath ¶
func MustParseSecretVolumeSource_FieldPath(rawField string) SecretVolumeSource_FieldPath
func ParseSecretVolumeSource_FieldPath ¶
func ParseSecretVolumeSource_FieldPath(rawField string) (SecretVolumeSource_FieldPath, error)
type SecretVolumeSource_FieldPathArrayItemValue ¶
type SecretVolumeSource_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SecretVolumeSource_FieldPath ContainsValue(*SecretVolumeSource) bool }
SecretVolumeSource_FieldPathArrayItemValue allows storing single item in Path-specific values for SecretVolumeSource according to their type Present only for array (repeated) types.
func MustParseSecretVolumeSource_FieldPathArrayItemValue ¶
func MustParseSecretVolumeSource_FieldPathArrayItemValue(pathStr, valueStr string) SecretVolumeSource_FieldPathArrayItemValue
func ParseSecretVolumeSource_FieldPathArrayItemValue ¶
func ParseSecretVolumeSource_FieldPathArrayItemValue(pathStr, valueStr string) (SecretVolumeSource_FieldPathArrayItemValue, error)
ParseSecretVolumeSource_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SecretVolumeSource_FieldPathArrayOfValues ¶
type SecretVolumeSource_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SecretVolumeSource_FieldPath }
SecretVolumeSource_FieldPathArrayOfValues allows storing slice of values for SecretVolumeSource fields according to their type
func MustParseSecretVolumeSource_FieldPathArrayOfValues ¶
func MustParseSecretVolumeSource_FieldPathArrayOfValues(pathStr, valuesStr string) SecretVolumeSource_FieldPathArrayOfValues
func ParseSecretVolumeSource_FieldPathArrayOfValues ¶
func ParseSecretVolumeSource_FieldPathArrayOfValues(pathStr, valuesStr string) (SecretVolumeSource_FieldPathArrayOfValues, error)
type SecretVolumeSource_FieldPathSelector ¶
type SecretVolumeSource_FieldPathSelector int32
const ( SecretVolumeSource_FieldPathSelectorSecretName SecretVolumeSource_FieldPathSelector = 0 SecretVolumeSource_FieldPathSelectorItems SecretVolumeSource_FieldPathSelector = 1 SecretVolumeSource_FieldPathSelectorDefaultMode SecretVolumeSource_FieldPathSelector = 2 SecretVolumeSource_FieldPathSelectorOptional SecretVolumeSource_FieldPathSelector = 3 )
func (SecretVolumeSource_FieldPathSelector) String ¶
func (s SecretVolumeSource_FieldPathSelector) String() string
type SecretVolumeSource_FieldPathValue ¶
type SecretVolumeSource_FieldPathValue interface { SecretVolumeSource_FieldPath gotenobject.FieldPathValue SetTo(target **SecretVolumeSource) CompareWith(*SecretVolumeSource) (cmp int, comparable bool) }
SecretVolumeSource_FieldPathValue allows storing values for SecretVolumeSource fields according to their type
func MustParseSecretVolumeSource_FieldPathValue ¶
func MustParseSecretVolumeSource_FieldPathValue(pathStr, valueStr string) SecretVolumeSource_FieldPathValue
func ParseSecretVolumeSource_FieldPathValue ¶
func ParseSecretVolumeSource_FieldPathValue(pathStr, valueStr string) (SecretVolumeSource_FieldPathValue, error)
type SecretVolumeSource_FieldSubPath ¶
type SecretVolumeSource_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*SecretVolumeSource_FieldSubPath) AsItemsSubPath ¶
func (fps *SecretVolumeSource_FieldSubPath) AsItemsSubPath() (KeyToPath_FieldPath, bool)
func (*SecretVolumeSource_FieldSubPath) ClearValue ¶
func (fps *SecretVolumeSource_FieldSubPath) ClearValue(item *SecretVolumeSource)
func (*SecretVolumeSource_FieldSubPath) ClearValueRaw ¶
func (fps *SecretVolumeSource_FieldSubPath) ClearValueRaw(item proto.Message)
func (*SecretVolumeSource_FieldSubPath) Get ¶
func (fps *SecretVolumeSource_FieldSubPath) Get(source *SecretVolumeSource) (values []interface{})
Get returns all values pointed by selected field from source SecretVolumeSource
func (*SecretVolumeSource_FieldSubPath) GetDefault ¶
func (fps *SecretVolumeSource_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SecretVolumeSource_FieldSubPath) GetRaw ¶
func (fps *SecretVolumeSource_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*SecretVolumeSource_FieldSubPath) GetSingle ¶
func (fps *SecretVolumeSource_FieldSubPath) GetSingle(source *SecretVolumeSource) (interface{}, bool)
GetSingle returns value of selected field from source SecretVolumeSource
func (*SecretVolumeSource_FieldSubPath) GetSingleRaw ¶
func (fps *SecretVolumeSource_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SecretVolumeSource_FieldSubPath) IsLeaf ¶
func (fps *SecretVolumeSource_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SecretVolumeSource_FieldSubPath) JSONString ¶
func (fps *SecretVolumeSource_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SecretVolumeSource_FieldSubPath) Selector ¶
func (fps *SecretVolumeSource_FieldSubPath) Selector() SecretVolumeSource_FieldPathSelector
func (*SecretVolumeSource_FieldSubPath) String ¶
func (fps *SecretVolumeSource_FieldSubPath) String() string
String returns path representation in proto convention
func (*SecretVolumeSource_FieldSubPath) WithIArrayItemValue ¶
func (fps *SecretVolumeSource_FieldSubPath) WithIArrayItemValue(value interface{}) SecretVolumeSource_FieldPathArrayItemValue
func (*SecretVolumeSource_FieldSubPath) WithIArrayOfValues ¶
func (fps *SecretVolumeSource_FieldSubPath) WithIArrayOfValues(values interface{}) SecretVolumeSource_FieldPathArrayOfValues
func (*SecretVolumeSource_FieldSubPath) WithIValue ¶
func (fps *SecretVolumeSource_FieldSubPath) WithIValue(value interface{}) SecretVolumeSource_FieldPathValue
func (*SecretVolumeSource_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *SecretVolumeSource_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SecretVolumeSource_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *SecretVolumeSource_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SecretVolumeSource_FieldSubPath) WithRawIValue ¶
func (fps *SecretVolumeSource_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SecretVolumeSource_FieldSubPathArrayItemValue ¶
type SecretVolumeSource_FieldSubPathArrayItemValue struct { SecretVolumeSource_FieldPath // contains filtered or unexported fields }
func (*SecretVolumeSource_FieldSubPathArrayItemValue) AsItemsPathItemValue ¶
func (fpaivs *SecretVolumeSource_FieldSubPathArrayItemValue) AsItemsPathItemValue() (KeyToPath_FieldPathArrayItemValue, bool)
func (*SecretVolumeSource_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *SecretVolumeSource_FieldSubPathArrayItemValue) ContainsValue(source *SecretVolumeSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'SecretVolumeSource'
func (*SecretVolumeSource_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *SecretVolumeSource_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type SecretVolumeSource_FieldSubPathArrayOfValues ¶
type SecretVolumeSource_FieldSubPathArrayOfValues struct { SecretVolumeSource_FieldPath // contains filtered or unexported fields }
func (*SecretVolumeSource_FieldSubPathArrayOfValues) AsItemsPathArrayOfValues ¶
func (fpsaov *SecretVolumeSource_FieldSubPathArrayOfValues) AsItemsPathArrayOfValues() (KeyToPath_FieldPathArrayOfValues, bool)
func (*SecretVolumeSource_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *SecretVolumeSource_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type SecretVolumeSource_FieldSubPathValue ¶
type SecretVolumeSource_FieldSubPathValue struct { SecretVolumeSource_FieldPath // contains filtered or unexported fields }
func (*SecretVolumeSource_FieldSubPathValue) AsItemsPathValue ¶
func (fpvs *SecretVolumeSource_FieldSubPathValue) AsItemsPathValue() (KeyToPath_FieldPathValue, bool)
func (*SecretVolumeSource_FieldSubPathValue) CompareWith ¶
func (fpvs *SecretVolumeSource_FieldSubPathValue) CompareWith(source *SecretVolumeSource) (int, bool)
func (*SecretVolumeSource_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *SecretVolumeSource_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SecretVolumeSource_FieldSubPathValue) GetRawValue ¶
func (fpvs *SecretVolumeSource_FieldSubPathValue) GetRawValue() interface{}
func (*SecretVolumeSource_FieldSubPathValue) SetTo ¶
func (fpvs *SecretVolumeSource_FieldSubPathValue) SetTo(target **SecretVolumeSource)
func (*SecretVolumeSource_FieldSubPathValue) SetToRaw ¶
func (fpvs *SecretVolumeSource_FieldSubPathValue) SetToRaw(target proto.Message)
type SecretVolumeSource_FieldTerminalPath ¶
type SecretVolumeSource_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SecretVolumeSource_FieldTerminalPath) ClearValue ¶
func (fp *SecretVolumeSource_FieldTerminalPath) ClearValue(item *SecretVolumeSource)
func (*SecretVolumeSource_FieldTerminalPath) ClearValueRaw ¶
func (fp *SecretVolumeSource_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SecretVolumeSource_FieldTerminalPath) Get ¶
func (fp *SecretVolumeSource_FieldTerminalPath) Get(source *SecretVolumeSource) (values []interface{})
Get returns all values pointed by specific field from source SecretVolumeSource
func (*SecretVolumeSource_FieldTerminalPath) GetDefault ¶
func (fp *SecretVolumeSource_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SecretVolumeSource_FieldTerminalPath) GetRaw ¶
func (fp *SecretVolumeSource_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SecretVolumeSource_FieldTerminalPath) GetSingle ¶
func (fp *SecretVolumeSource_FieldTerminalPath) GetSingle(source *SecretVolumeSource) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SecretVolumeSource
func (*SecretVolumeSource_FieldTerminalPath) GetSingleRaw ¶
func (fp *SecretVolumeSource_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SecretVolumeSource_FieldTerminalPath) IsLeaf ¶
func (fp *SecretVolumeSource_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SecretVolumeSource_FieldTerminalPath) JSONString ¶
func (fp *SecretVolumeSource_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SecretVolumeSource_FieldTerminalPath) Selector ¶
func (fp *SecretVolumeSource_FieldTerminalPath) Selector() SecretVolumeSource_FieldPathSelector
func (*SecretVolumeSource_FieldTerminalPath) String ¶
func (fp *SecretVolumeSource_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SecretVolumeSource_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SecretVolumeSource_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecretVolumeSource_FieldPathArrayItemValue
func (*SecretVolumeSource_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SecretVolumeSource_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecretVolumeSource_FieldPathArrayOfValues
func (*SecretVolumeSource_FieldTerminalPath) WithIValue ¶
func (fp *SecretVolumeSource_FieldTerminalPath) WithIValue(value interface{}) SecretVolumeSource_FieldPathValue
func (*SecretVolumeSource_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SecretVolumeSource_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SecretVolumeSource_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SecretVolumeSource_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SecretVolumeSource_FieldTerminalPath) WithRawIValue ¶
func (fp *SecretVolumeSource_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SecretVolumeSource_FieldTerminalPathArrayItemValue ¶
type SecretVolumeSource_FieldTerminalPathArrayItemValue struct { SecretVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretVolumeSource_FieldTerminalPathArrayItemValue) AsItemsItemValue ¶
func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) AsItemsItemValue() (*KeyToPath, bool)
func (*SecretVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) ContainsValue(source *SecretVolumeSource) bool
Contains returns a boolean indicating if value that is being held is present in given 'SecretVolumeSource'
func (*SecretVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SecretVolumeSource as interface{}
func (*SecretVolumeSource_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) GetSingle(source *SecretVolumeSource) (interface{}, bool)
func (*SecretVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SecretVolumeSource_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SecretVolumeSource_FieldTerminalPathArrayOfValues ¶
type SecretVolumeSource_FieldTerminalPathArrayOfValues struct { SecretVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretVolumeSource_FieldTerminalPathArrayOfValues) AsDefaultModeArrayOfValues ¶
func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsDefaultModeArrayOfValues() ([]int32, bool)
func (*SecretVolumeSource_FieldTerminalPathArrayOfValues) AsItemsArrayOfValues ¶
func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsItemsArrayOfValues() ([][]*KeyToPath, bool)
func (*SecretVolumeSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues ¶
func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsOptionalArrayOfValues() ([]bool, bool)
func (*SecretVolumeSource_FieldTerminalPathArrayOfValues) AsSecretNameArrayOfValues ¶
func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) AsSecretNameArrayOfValues() ([]string, bool)
func (*SecretVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SecretVolumeSource_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SecretVolumeSource_FieldTerminalPathValue ¶
type SecretVolumeSource_FieldTerminalPathValue struct { SecretVolumeSource_FieldTerminalPath // contains filtered or unexported fields }
func (*SecretVolumeSource_FieldTerminalPathValue) AsDefaultModeValue ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsDefaultModeValue() (int32, bool)
func (*SecretVolumeSource_FieldTerminalPathValue) AsItemsValue ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsItemsValue() ([]*KeyToPath, bool)
func (*SecretVolumeSource_FieldTerminalPathValue) AsOptionalValue ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsOptionalValue() (bool, bool)
func (*SecretVolumeSource_FieldTerminalPathValue) AsSecretNameValue ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) AsSecretNameValue() (string, bool)
func (*SecretVolumeSource_FieldTerminalPathValue) CompareWith ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) CompareWith(source *SecretVolumeSource) (int, bool)
CompareWith compares value in the 'SecretVolumeSource_FieldTerminalPathValue' with the value under path in 'SecretVolumeSource'.
func (*SecretVolumeSource_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SecretVolumeSource_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SecretVolumeSource' as interface{}
func (*SecretVolumeSource_FieldTerminalPathValue) SetTo ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) SetTo(target **SecretVolumeSource)
SetTo stores value for selected field for object SecretVolumeSource
func (*SecretVolumeSource_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SecretVolumeSource_FieldTerminalPathValue) SetToRaw(target proto.Message)
type SecurityContext ¶
type SecurityContext struct { // Run container in privileged mode. // Processes in privileged containers are essentially equivalent to root on // the host. Defaults to false. Privileged bool `protobuf:"varint,2,opt,name=privileged,proto3" json:"privileged,omitempty" firestore:"privileged"` // contains filtered or unexported fields }
PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.
func (*SecurityContext) Clone ¶
func (o *SecurityContext) Clone() *SecurityContext
func (*SecurityContext) CloneRaw ¶
func (o *SecurityContext) CloneRaw() gotenobject.GotenObjectExt
func (*SecurityContext) Descriptor ¶
func (*SecurityContext) Descriptor() ([]byte, []int)
Deprecated, Use SecurityContext.ProtoReflect.Descriptor instead.
func (*SecurityContext) GetPrivileged ¶
func (m *SecurityContext) GetPrivileged() bool
func (*SecurityContext) GotenMessage ¶
func (*SecurityContext) GotenMessage()
func (*SecurityContext) GotenObjectExt ¶
func (o *SecurityContext) GotenObjectExt()
func (*SecurityContext) GotenValidate ¶
func (obj *SecurityContext) GotenValidate() error
func (*SecurityContext) MakeDiffFieldMask ¶
func (o *SecurityContext) MakeDiffFieldMask(other *SecurityContext) *SecurityContext_FieldMask
func (*SecurityContext) MakeFullFieldMask ¶
func (o *SecurityContext) MakeFullFieldMask() *SecurityContext_FieldMask
func (*SecurityContext) MakeRawDiffFieldMask ¶
func (o *SecurityContext) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*SecurityContext) MakeRawFullFieldMask ¶
func (o *SecurityContext) MakeRawFullFieldMask() gotenobject.FieldMask
func (*SecurityContext) Marshal ¶
func (m *SecurityContext) Marshal() ([]byte, error)
func (*SecurityContext) MarshalJSON ¶
func (m *SecurityContext) MarshalJSON() ([]byte, error)
func (*SecurityContext) Merge ¶
func (o *SecurityContext) Merge(source *SecurityContext)
func (*SecurityContext) MergeRaw ¶
func (o *SecurityContext) MergeRaw(source gotenobject.GotenObjectExt)
func (*SecurityContext) ProtoMessage ¶
func (*SecurityContext) ProtoMessage()
func (*SecurityContext) ProtoReflect ¶
func (m *SecurityContext) ProtoReflect() preflect.Message
func (*SecurityContext) Reset ¶
func (m *SecurityContext) Reset()
func (*SecurityContext) SetPrivileged ¶
func (m *SecurityContext) SetPrivileged(fv bool)
func (*SecurityContext) String ¶
func (m *SecurityContext) String() string
func (*SecurityContext) Unmarshal ¶
func (m *SecurityContext) Unmarshal(b []byte) error
func (*SecurityContext) UnmarshalJSON ¶
func (m *SecurityContext) UnmarshalJSON(data []byte) error
type SecurityContextFieldPathBuilder ¶
type SecurityContextFieldPathBuilder struct{}
func NewSecurityContextFieldPathBuilder ¶
func NewSecurityContextFieldPathBuilder() SecurityContextFieldPathBuilder
func (SecurityContextFieldPathBuilder) Privileged ¶
func (SecurityContextFieldPathBuilder) Privileged() SecurityContextPathSelectorPrivileged
type SecurityContextPathSelectorPrivileged ¶
type SecurityContextPathSelectorPrivileged struct{}
func (SecurityContextPathSelectorPrivileged) FieldPath ¶
func (SecurityContextPathSelectorPrivileged) FieldPath() *SecurityContext_FieldTerminalPath
func (SecurityContextPathSelectorPrivileged) WithArrayOfValues ¶
func (s SecurityContextPathSelectorPrivileged) WithArrayOfValues(values []bool) *SecurityContext_FieldTerminalPathArrayOfValues
func (SecurityContextPathSelectorPrivileged) WithValue ¶
func (s SecurityContextPathSelectorPrivileged) WithValue(value bool) *SecurityContext_FieldTerminalPathValue
type SecurityContext_FieldMask ¶
type SecurityContext_FieldMask struct {
Paths []SecurityContext_FieldPath
}
func FullSecurityContext_FieldMask ¶
func FullSecurityContext_FieldMask() *SecurityContext_FieldMask
func (*SecurityContext_FieldMask) AppendPath ¶
func (fieldMask *SecurityContext_FieldMask) AppendPath(path SecurityContext_FieldPath)
func (*SecurityContext_FieldMask) AppendRawPath ¶
func (fieldMask *SecurityContext_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*SecurityContext_FieldMask) DecodeFirestore ¶
func (fieldMask *SecurityContext_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*SecurityContext_FieldMask) EncodeFirestore ¶
func (fieldMask *SecurityContext_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*SecurityContext_FieldMask) FilterInputFields ¶
func (fieldMask *SecurityContext_FieldMask) FilterInputFields() *SecurityContext_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*SecurityContext_FieldMask) FromProtoFieldMask ¶
func (fieldMask *SecurityContext_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*SecurityContext_FieldMask) GetPaths ¶
func (fieldMask *SecurityContext_FieldMask) GetPaths() []SecurityContext_FieldPath
func (*SecurityContext_FieldMask) GetRawPaths ¶
func (fieldMask *SecurityContext_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*SecurityContext_FieldMask) IsFull ¶
func (fieldMask *SecurityContext_FieldMask) IsFull() bool
func (SecurityContext_FieldMask) Marshal ¶
func (fieldMask SecurityContext_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (SecurityContext_FieldMask) MarshalJSON ¶
func (fieldMask SecurityContext_FieldMask) MarshalJSON() ([]byte, error)
func (*SecurityContext_FieldMask) PathsCount ¶
func (fieldMask *SecurityContext_FieldMask) PathsCount() int
func (*SecurityContext_FieldMask) Project ¶
func (fieldMask *SecurityContext_FieldMask) Project(source *SecurityContext) *SecurityContext
func (*SecurityContext_FieldMask) ProjectRaw ¶
func (fieldMask *SecurityContext_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*SecurityContext_FieldMask) ProtoMessage ¶
func (fieldMask *SecurityContext_FieldMask) ProtoMessage()
func (*SecurityContext_FieldMask) ProtoReflect ¶
func (fieldMask *SecurityContext_FieldMask) ProtoReflect() preflect.Message
func (*SecurityContext_FieldMask) Reset ¶
func (fieldMask *SecurityContext_FieldMask) Reset()
func (*SecurityContext_FieldMask) Set ¶
func (fieldMask *SecurityContext_FieldMask) Set(target, source *SecurityContext)
func (*SecurityContext_FieldMask) SetFromCliFlag ¶
func (fieldMask *SecurityContext_FieldMask) SetFromCliFlag(raw string) error
func (*SecurityContext_FieldMask) SetRaw ¶
func (fieldMask *SecurityContext_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*SecurityContext_FieldMask) Size ¶
func (fieldMask *SecurityContext_FieldMask) Size() int
func (*SecurityContext_FieldMask) String ¶
func (fieldMask *SecurityContext_FieldMask) String() string
func (*SecurityContext_FieldMask) Subtract ¶
func (fieldMask *SecurityContext_FieldMask) Subtract(other *SecurityContext_FieldMask) *SecurityContext_FieldMask
func (*SecurityContext_FieldMask) SubtractRaw ¶
func (fieldMask *SecurityContext_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*SecurityContext_FieldMask) ToProtoFieldMask ¶
func (fieldMask *SecurityContext_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*SecurityContext_FieldMask) Unmarshal ¶
func (fieldMask *SecurityContext_FieldMask) Unmarshal(data []byte) error
func (*SecurityContext_FieldMask) UnmarshalJSON ¶
func (fieldMask *SecurityContext_FieldMask) UnmarshalJSON(data []byte) error
type SecurityContext_FieldPath ¶
type SecurityContext_FieldPath interface { gotenobject.FieldPath Selector() SecurityContext_FieldPathSelector Get(source *SecurityContext) []interface{} GetSingle(source *SecurityContext) (interface{}, bool) ClearValue(item *SecurityContext) // Those methods build corresponding SecurityContext_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) SecurityContext_FieldPathValue WithIArrayOfValues(values interface{}) SecurityContext_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) SecurityContext_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildSecurityContext_FieldPath ¶
func BuildSecurityContext_FieldPath(fp gotenobject.RawFieldPath) (SecurityContext_FieldPath, error)
func MustParseSecurityContext_FieldPath ¶
func MustParseSecurityContext_FieldPath(rawField string) SecurityContext_FieldPath
func ParseSecurityContext_FieldPath ¶
func ParseSecurityContext_FieldPath(rawField string) (SecurityContext_FieldPath, error)
type SecurityContext_FieldPathArrayItemValue ¶
type SecurityContext_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue SecurityContext_FieldPath ContainsValue(*SecurityContext) bool }
SecurityContext_FieldPathArrayItemValue allows storing single item in Path-specific values for SecurityContext according to their type Present only for array (repeated) types.
func MustParseSecurityContext_FieldPathArrayItemValue ¶
func MustParseSecurityContext_FieldPathArrayItemValue(pathStr, valueStr string) SecurityContext_FieldPathArrayItemValue
func ParseSecurityContext_FieldPathArrayItemValue ¶
func ParseSecurityContext_FieldPathArrayItemValue(pathStr, valueStr string) (SecurityContext_FieldPathArrayItemValue, error)
ParseSecurityContext_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type SecurityContext_FieldPathArrayOfValues ¶
type SecurityContext_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues SecurityContext_FieldPath }
SecurityContext_FieldPathArrayOfValues allows storing slice of values for SecurityContext fields according to their type
func MustParseSecurityContext_FieldPathArrayOfValues ¶
func MustParseSecurityContext_FieldPathArrayOfValues(pathStr, valuesStr string) SecurityContext_FieldPathArrayOfValues
func ParseSecurityContext_FieldPathArrayOfValues ¶
func ParseSecurityContext_FieldPathArrayOfValues(pathStr, valuesStr string) (SecurityContext_FieldPathArrayOfValues, error)
type SecurityContext_FieldPathSelector ¶
type SecurityContext_FieldPathSelector int32
const (
SecurityContext_FieldPathSelectorPrivileged SecurityContext_FieldPathSelector = 0
)
func (SecurityContext_FieldPathSelector) String ¶
func (s SecurityContext_FieldPathSelector) String() string
type SecurityContext_FieldPathValue ¶
type SecurityContext_FieldPathValue interface { SecurityContext_FieldPath gotenobject.FieldPathValue SetTo(target **SecurityContext) CompareWith(*SecurityContext) (cmp int, comparable bool) }
SecurityContext_FieldPathValue allows storing values for SecurityContext fields according to their type
func MustParseSecurityContext_FieldPathValue ¶
func MustParseSecurityContext_FieldPathValue(pathStr, valueStr string) SecurityContext_FieldPathValue
func ParseSecurityContext_FieldPathValue ¶
func ParseSecurityContext_FieldPathValue(pathStr, valueStr string) (SecurityContext_FieldPathValue, error)
type SecurityContext_FieldTerminalPath ¶
type SecurityContext_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*SecurityContext_FieldTerminalPath) ClearValue ¶
func (fp *SecurityContext_FieldTerminalPath) ClearValue(item *SecurityContext)
func (*SecurityContext_FieldTerminalPath) ClearValueRaw ¶
func (fp *SecurityContext_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*SecurityContext_FieldTerminalPath) Get ¶
func (fp *SecurityContext_FieldTerminalPath) Get(source *SecurityContext) (values []interface{})
Get returns all values pointed by specific field from source SecurityContext
func (*SecurityContext_FieldTerminalPath) GetDefault ¶
func (fp *SecurityContext_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*SecurityContext_FieldTerminalPath) GetRaw ¶
func (fp *SecurityContext_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*SecurityContext_FieldTerminalPath) GetSingle ¶
func (fp *SecurityContext_FieldTerminalPath) GetSingle(source *SecurityContext) (interface{}, bool)
GetSingle returns value pointed by specific field of from source SecurityContext
func (*SecurityContext_FieldTerminalPath) GetSingleRaw ¶
func (fp *SecurityContext_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*SecurityContext_FieldTerminalPath) IsLeaf ¶
func (fp *SecurityContext_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*SecurityContext_FieldTerminalPath) JSONString ¶
func (fp *SecurityContext_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*SecurityContext_FieldTerminalPath) Selector ¶
func (fp *SecurityContext_FieldTerminalPath) Selector() SecurityContext_FieldPathSelector
func (*SecurityContext_FieldTerminalPath) String ¶
func (fp *SecurityContext_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*SecurityContext_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *SecurityContext_FieldTerminalPath) WithIArrayItemValue(value interface{}) SecurityContext_FieldPathArrayItemValue
func (*SecurityContext_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *SecurityContext_FieldTerminalPath) WithIArrayOfValues(values interface{}) SecurityContext_FieldPathArrayOfValues
func (*SecurityContext_FieldTerminalPath) WithIValue ¶
func (fp *SecurityContext_FieldTerminalPath) WithIValue(value interface{}) SecurityContext_FieldPathValue
func (*SecurityContext_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *SecurityContext_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*SecurityContext_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *SecurityContext_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*SecurityContext_FieldTerminalPath) WithRawIValue ¶
func (fp *SecurityContext_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type SecurityContext_FieldTerminalPathArrayItemValue ¶
type SecurityContext_FieldTerminalPathArrayItemValue struct { SecurityContext_FieldTerminalPath // contains filtered or unexported fields }
func (*SecurityContext_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) ContainsValue(source *SecurityContext) bool
Contains returns a boolean indicating if value that is being held is present in given 'SecurityContext'
func (*SecurityContext_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object SecurityContext as interface{}
func (*SecurityContext_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) GetSingle(source *SecurityContext) (interface{}, bool)
func (*SecurityContext_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *SecurityContext_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type SecurityContext_FieldTerminalPathArrayOfValues ¶
type SecurityContext_FieldTerminalPathArrayOfValues struct { SecurityContext_FieldTerminalPath // contains filtered or unexported fields }
func (*SecurityContext_FieldTerminalPathArrayOfValues) AsPrivilegedArrayOfValues ¶
func (fpaov *SecurityContext_FieldTerminalPathArrayOfValues) AsPrivilegedArrayOfValues() ([]bool, bool)
func (*SecurityContext_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *SecurityContext_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type SecurityContext_FieldTerminalPathValue ¶
type SecurityContext_FieldTerminalPathValue struct { SecurityContext_FieldTerminalPath // contains filtered or unexported fields }
func (*SecurityContext_FieldTerminalPathValue) AsPrivilegedValue ¶
func (fpv *SecurityContext_FieldTerminalPathValue) AsPrivilegedValue() (bool, bool)
func (*SecurityContext_FieldTerminalPathValue) CompareWith ¶
func (fpv *SecurityContext_FieldTerminalPathValue) CompareWith(source *SecurityContext) (int, bool)
CompareWith compares value in the 'SecurityContext_FieldTerminalPathValue' with the value under path in 'SecurityContext'.
func (*SecurityContext_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *SecurityContext_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*SecurityContext_FieldTerminalPathValue) GetRawValue ¶
func (fpv *SecurityContext_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'SecurityContext' as interface{}
func (*SecurityContext_FieldTerminalPathValue) SetTo ¶
func (fpv *SecurityContext_FieldTerminalPathValue) SetTo(target **SecurityContext)
SetTo stores value for selected field for object SecurityContext
func (*SecurityContext_FieldTerminalPathValue) SetToRaw ¶
func (fpv *SecurityContext_FieldTerminalPathValue) SetToRaw(target proto.Message)
type Volume ¶
type Volume struct { // Volume's name. // Must be a DNS_LABEL and unique within the pod. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // HostPath represents a pre-existing file or directory on the host // machine that is directly exposed to the container. This is generally // used for system agents or other privileged things that are allowed // to see the host machine. Most containers will NOT need this. HostPath *HostPathVolumeSource `protobuf:"bytes,101,opt,name=host_path,json=hostPath,proto3" json:"host_path,omitempty" firestore:"hostPath"` // Secret represents a secret that should populate this volume. // More info: https://kubernetes.io/docs/concepts/storage/volumes#secret Secret *SecretVolumeSource `protobuf:"bytes,106,opt,name=secret,proto3" json:"secret,omitempty" firestore:"secret"` // ConfigMap represents a configMap that should populate this volume ConfigMap *ConfigMapVolumeSource `protobuf:"bytes,119,opt,name=config_map,json=configMap,proto3" json:"config_map,omitempty" firestore:"configMap"` // contains filtered or unexported fields }
Volume represents a named volume in a pod that may be accessed by any container in the pod.
func (*Volume) CloneRaw ¶
func (o *Volume) CloneRaw() gotenobject.GotenObjectExt
func (*Volume) Descriptor ¶
Deprecated, Use Volume.ProtoReflect.Descriptor instead.
func (*Volume) GetConfigMap ¶
func (m *Volume) GetConfigMap() *ConfigMapVolumeSource
func (*Volume) GetHostPath ¶
func (m *Volume) GetHostPath() *HostPathVolumeSource
func (*Volume) GetSecret ¶
func (m *Volume) GetSecret() *SecretVolumeSource
func (*Volume) GotenMessage ¶
func (*Volume) GotenMessage()
func (*Volume) GotenObjectExt ¶
func (o *Volume) GotenObjectExt()
func (*Volume) GotenValidate ¶
func (*Volume) MakeDiffFieldMask ¶
func (o *Volume) MakeDiffFieldMask(other *Volume) *Volume_FieldMask
func (*Volume) MakeFullFieldMask ¶
func (o *Volume) MakeFullFieldMask() *Volume_FieldMask
func (*Volume) MakeRawDiffFieldMask ¶
func (o *Volume) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*Volume) MakeRawFullFieldMask ¶
func (o *Volume) MakeRawFullFieldMask() gotenobject.FieldMask
func (*Volume) MarshalJSON ¶
func (*Volume) MergeRaw ¶
func (o *Volume) MergeRaw(source gotenobject.GotenObjectExt)
func (*Volume) ProtoMessage ¶
func (*Volume) ProtoMessage()
func (*Volume) ProtoReflect ¶
func (*Volume) SetConfigMap ¶
func (m *Volume) SetConfigMap(fv *ConfigMapVolumeSource)
func (*Volume) SetHostPath ¶
func (m *Volume) SetHostPath(fv *HostPathVolumeSource)
func (*Volume) SetSecret ¶
func (m *Volume) SetSecret(fv *SecretVolumeSource)
func (*Volume) UnmarshalJSON ¶
type VolumeFieldPathBuilder ¶
type VolumeFieldPathBuilder struct{}
func NewVolumeFieldPathBuilder ¶
func NewVolumeFieldPathBuilder() VolumeFieldPathBuilder
func (VolumeFieldPathBuilder) ConfigMap ¶
func (VolumeFieldPathBuilder) ConfigMap() VolumePathSelectorConfigMap
func (VolumeFieldPathBuilder) HostPath ¶
func (VolumeFieldPathBuilder) HostPath() VolumePathSelectorHostPath
func (VolumeFieldPathBuilder) Name ¶
func (VolumeFieldPathBuilder) Name() VolumePathSelectorName
func (VolumeFieldPathBuilder) Secret ¶
func (VolumeFieldPathBuilder) Secret() VolumePathSelectorSecret
type VolumeMount ¶
type VolumeMount struct { // This must match the Name of a Volume. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" firestore:"name"` // Mounted read-only if true, read-write otherwise (false or unspecified). // Defaults to false. ReadOnly bool `protobuf:"varint,2,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty" firestore:"readOnly"` // Path within the container at which the volume should be mounted. Must // not contain ':'. MountPath string `protobuf:"bytes,3,opt,name=mount_path,json=mountPath,proto3" json:"mount_path,omitempty" firestore:"mountPath"` // Path within the volume from which the container's volume should be mounted. // Defaults to "" (volume's root). SubPath string `protobuf:"bytes,4,opt,name=sub_path,json=subPath,proto3" json:"sub_path,omitempty" firestore:"subPath"` // contains filtered or unexported fields }
VolumeMount describes a mounting of a Volume within a container.
func (*VolumeMount) Clone ¶
func (o *VolumeMount) Clone() *VolumeMount
func (*VolumeMount) CloneRaw ¶
func (o *VolumeMount) CloneRaw() gotenobject.GotenObjectExt
func (*VolumeMount) Descriptor ¶
func (*VolumeMount) Descriptor() ([]byte, []int)
Deprecated, Use VolumeMount.ProtoReflect.Descriptor instead.
func (*VolumeMount) GetMountPath ¶
func (m *VolumeMount) GetMountPath() string
func (*VolumeMount) GetName ¶
func (m *VolumeMount) GetName() string
func (*VolumeMount) GetReadOnly ¶
func (m *VolumeMount) GetReadOnly() bool
func (*VolumeMount) GetSubPath ¶
func (m *VolumeMount) GetSubPath() string
func (*VolumeMount) GotenMessage ¶
func (*VolumeMount) GotenMessage()
func (*VolumeMount) GotenObjectExt ¶
func (o *VolumeMount) GotenObjectExt()
func (*VolumeMount) GotenValidate ¶
func (obj *VolumeMount) GotenValidate() error
func (*VolumeMount) MakeDiffFieldMask ¶
func (o *VolumeMount) MakeDiffFieldMask(other *VolumeMount) *VolumeMount_FieldMask
func (*VolumeMount) MakeFullFieldMask ¶
func (o *VolumeMount) MakeFullFieldMask() *VolumeMount_FieldMask
func (*VolumeMount) MakeRawDiffFieldMask ¶
func (o *VolumeMount) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
func (*VolumeMount) MakeRawFullFieldMask ¶
func (o *VolumeMount) MakeRawFullFieldMask() gotenobject.FieldMask
func (*VolumeMount) Marshal ¶
func (m *VolumeMount) Marshal() ([]byte, error)
func (*VolumeMount) MarshalJSON ¶
func (m *VolumeMount) MarshalJSON() ([]byte, error)
func (*VolumeMount) Merge ¶
func (o *VolumeMount) Merge(source *VolumeMount)
func (*VolumeMount) MergeRaw ¶
func (o *VolumeMount) MergeRaw(source gotenobject.GotenObjectExt)
func (*VolumeMount) ProtoMessage ¶
func (*VolumeMount) ProtoMessage()
func (*VolumeMount) ProtoReflect ¶
func (m *VolumeMount) ProtoReflect() preflect.Message
func (*VolumeMount) Reset ¶
func (m *VolumeMount) Reset()
func (*VolumeMount) SetMountPath ¶
func (m *VolumeMount) SetMountPath(fv string)
func (*VolumeMount) SetName ¶
func (m *VolumeMount) SetName(fv string)
func (*VolumeMount) SetReadOnly ¶
func (m *VolumeMount) SetReadOnly(fv bool)
func (*VolumeMount) SetSubPath ¶
func (m *VolumeMount) SetSubPath(fv string)
func (*VolumeMount) String ¶
func (m *VolumeMount) String() string
func (*VolumeMount) Unmarshal ¶
func (m *VolumeMount) Unmarshal(b []byte) error
func (*VolumeMount) UnmarshalJSON ¶
func (m *VolumeMount) UnmarshalJSON(data []byte) error
type VolumeMountFieldPathBuilder ¶
type VolumeMountFieldPathBuilder struct{}
func NewVolumeMountFieldPathBuilder ¶
func NewVolumeMountFieldPathBuilder() VolumeMountFieldPathBuilder
func (VolumeMountFieldPathBuilder) MountPath ¶
func (VolumeMountFieldPathBuilder) MountPath() VolumeMountPathSelectorMountPath
func (VolumeMountFieldPathBuilder) Name ¶
func (VolumeMountFieldPathBuilder) Name() VolumeMountPathSelectorName
func (VolumeMountFieldPathBuilder) ReadOnly ¶
func (VolumeMountFieldPathBuilder) ReadOnly() VolumeMountPathSelectorReadOnly
func (VolumeMountFieldPathBuilder) SubPath ¶
func (VolumeMountFieldPathBuilder) SubPath() VolumeMountPathSelectorSubPath
type VolumeMountPathSelectorMountPath ¶
type VolumeMountPathSelectorMountPath struct{}
func (VolumeMountPathSelectorMountPath) FieldPath ¶
func (VolumeMountPathSelectorMountPath) FieldPath() *VolumeMount_FieldTerminalPath
func (VolumeMountPathSelectorMountPath) WithArrayOfValues ¶
func (s VolumeMountPathSelectorMountPath) WithArrayOfValues(values []string) *VolumeMount_FieldTerminalPathArrayOfValues
func (VolumeMountPathSelectorMountPath) WithValue ¶
func (s VolumeMountPathSelectorMountPath) WithValue(value string) *VolumeMount_FieldTerminalPathValue
type VolumeMountPathSelectorName ¶
type VolumeMountPathSelectorName struct{}
func (VolumeMountPathSelectorName) FieldPath ¶
func (VolumeMountPathSelectorName) FieldPath() *VolumeMount_FieldTerminalPath
func (VolumeMountPathSelectorName) WithArrayOfValues ¶
func (s VolumeMountPathSelectorName) WithArrayOfValues(values []string) *VolumeMount_FieldTerminalPathArrayOfValues
func (VolumeMountPathSelectorName) WithValue ¶
func (s VolumeMountPathSelectorName) WithValue(value string) *VolumeMount_FieldTerminalPathValue
type VolumeMountPathSelectorReadOnly ¶
type VolumeMountPathSelectorReadOnly struct{}
func (VolumeMountPathSelectorReadOnly) FieldPath ¶
func (VolumeMountPathSelectorReadOnly) FieldPath() *VolumeMount_FieldTerminalPath
func (VolumeMountPathSelectorReadOnly) WithArrayOfValues ¶
func (s VolumeMountPathSelectorReadOnly) WithArrayOfValues(values []bool) *VolumeMount_FieldTerminalPathArrayOfValues
func (VolumeMountPathSelectorReadOnly) WithValue ¶
func (s VolumeMountPathSelectorReadOnly) WithValue(value bool) *VolumeMount_FieldTerminalPathValue
type VolumeMountPathSelectorSubPath ¶
type VolumeMountPathSelectorSubPath struct{}
func (VolumeMountPathSelectorSubPath) FieldPath ¶
func (VolumeMountPathSelectorSubPath) FieldPath() *VolumeMount_FieldTerminalPath
func (VolumeMountPathSelectorSubPath) WithArrayOfValues ¶
func (s VolumeMountPathSelectorSubPath) WithArrayOfValues(values []string) *VolumeMount_FieldTerminalPathArrayOfValues
func (VolumeMountPathSelectorSubPath) WithValue ¶
func (s VolumeMountPathSelectorSubPath) WithValue(value string) *VolumeMount_FieldTerminalPathValue
type VolumeMount_FieldMask ¶
type VolumeMount_FieldMask struct {
Paths []VolumeMount_FieldPath
}
func FullVolumeMount_FieldMask ¶
func FullVolumeMount_FieldMask() *VolumeMount_FieldMask
func (*VolumeMount_FieldMask) AppendPath ¶
func (fieldMask *VolumeMount_FieldMask) AppendPath(path VolumeMount_FieldPath)
func (*VolumeMount_FieldMask) AppendRawPath ¶
func (fieldMask *VolumeMount_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*VolumeMount_FieldMask) DecodeFirestore ¶
func (fieldMask *VolumeMount_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*VolumeMount_FieldMask) EncodeFirestore ¶
func (fieldMask *VolumeMount_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*VolumeMount_FieldMask) FilterInputFields ¶
func (fieldMask *VolumeMount_FieldMask) FilterInputFields() *VolumeMount_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*VolumeMount_FieldMask) FromProtoFieldMask ¶
func (fieldMask *VolumeMount_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*VolumeMount_FieldMask) GetPaths ¶
func (fieldMask *VolumeMount_FieldMask) GetPaths() []VolumeMount_FieldPath
func (*VolumeMount_FieldMask) GetRawPaths ¶
func (fieldMask *VolumeMount_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*VolumeMount_FieldMask) IsFull ¶
func (fieldMask *VolumeMount_FieldMask) IsFull() bool
func (VolumeMount_FieldMask) Marshal ¶
func (fieldMask VolumeMount_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (VolumeMount_FieldMask) MarshalJSON ¶
func (fieldMask VolumeMount_FieldMask) MarshalJSON() ([]byte, error)
func (*VolumeMount_FieldMask) PathsCount ¶
func (fieldMask *VolumeMount_FieldMask) PathsCount() int
func (*VolumeMount_FieldMask) Project ¶
func (fieldMask *VolumeMount_FieldMask) Project(source *VolumeMount) *VolumeMount
func (*VolumeMount_FieldMask) ProjectRaw ¶
func (fieldMask *VolumeMount_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*VolumeMount_FieldMask) ProtoMessage ¶
func (fieldMask *VolumeMount_FieldMask) ProtoMessage()
func (*VolumeMount_FieldMask) ProtoReflect ¶
func (fieldMask *VolumeMount_FieldMask) ProtoReflect() preflect.Message
func (*VolumeMount_FieldMask) Reset ¶
func (fieldMask *VolumeMount_FieldMask) Reset()
func (*VolumeMount_FieldMask) Set ¶
func (fieldMask *VolumeMount_FieldMask) Set(target, source *VolumeMount)
func (*VolumeMount_FieldMask) SetFromCliFlag ¶
func (fieldMask *VolumeMount_FieldMask) SetFromCliFlag(raw string) error
func (*VolumeMount_FieldMask) SetRaw ¶
func (fieldMask *VolumeMount_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*VolumeMount_FieldMask) Size ¶
func (fieldMask *VolumeMount_FieldMask) Size() int
func (*VolumeMount_FieldMask) String ¶
func (fieldMask *VolumeMount_FieldMask) String() string
func (*VolumeMount_FieldMask) Subtract ¶
func (fieldMask *VolumeMount_FieldMask) Subtract(other *VolumeMount_FieldMask) *VolumeMount_FieldMask
func (*VolumeMount_FieldMask) SubtractRaw ¶
func (fieldMask *VolumeMount_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*VolumeMount_FieldMask) ToProtoFieldMask ¶
func (fieldMask *VolumeMount_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*VolumeMount_FieldMask) Unmarshal ¶
func (fieldMask *VolumeMount_FieldMask) Unmarshal(data []byte) error
func (*VolumeMount_FieldMask) UnmarshalJSON ¶
func (fieldMask *VolumeMount_FieldMask) UnmarshalJSON(data []byte) error
type VolumeMount_FieldPath ¶
type VolumeMount_FieldPath interface { gotenobject.FieldPath Selector() VolumeMount_FieldPathSelector Get(source *VolumeMount) []interface{} GetSingle(source *VolumeMount) (interface{}, bool) ClearValue(item *VolumeMount) // Those methods build corresponding VolumeMount_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) VolumeMount_FieldPathValue WithIArrayOfValues(values interface{}) VolumeMount_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) VolumeMount_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildVolumeMount_FieldPath ¶
func BuildVolumeMount_FieldPath(fp gotenobject.RawFieldPath) (VolumeMount_FieldPath, error)
func MustParseVolumeMount_FieldPath ¶
func MustParseVolumeMount_FieldPath(rawField string) VolumeMount_FieldPath
func ParseVolumeMount_FieldPath ¶
func ParseVolumeMount_FieldPath(rawField string) (VolumeMount_FieldPath, error)
type VolumeMount_FieldPathArrayItemValue ¶
type VolumeMount_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue VolumeMount_FieldPath ContainsValue(*VolumeMount) bool }
VolumeMount_FieldPathArrayItemValue allows storing single item in Path-specific values for VolumeMount according to their type Present only for array (repeated) types.
func MustParseVolumeMount_FieldPathArrayItemValue ¶
func MustParseVolumeMount_FieldPathArrayItemValue(pathStr, valueStr string) VolumeMount_FieldPathArrayItemValue
func ParseVolumeMount_FieldPathArrayItemValue ¶
func ParseVolumeMount_FieldPathArrayItemValue(pathStr, valueStr string) (VolumeMount_FieldPathArrayItemValue, error)
ParseVolumeMount_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type VolumeMount_FieldPathArrayOfValues ¶
type VolumeMount_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues VolumeMount_FieldPath }
VolumeMount_FieldPathArrayOfValues allows storing slice of values for VolumeMount fields according to their type
func MustParseVolumeMount_FieldPathArrayOfValues ¶
func MustParseVolumeMount_FieldPathArrayOfValues(pathStr, valuesStr string) VolumeMount_FieldPathArrayOfValues
func ParseVolumeMount_FieldPathArrayOfValues ¶
func ParseVolumeMount_FieldPathArrayOfValues(pathStr, valuesStr string) (VolumeMount_FieldPathArrayOfValues, error)
type VolumeMount_FieldPathSelector ¶
type VolumeMount_FieldPathSelector int32
const ( VolumeMount_FieldPathSelectorName VolumeMount_FieldPathSelector = 0 VolumeMount_FieldPathSelectorReadOnly VolumeMount_FieldPathSelector = 1 VolumeMount_FieldPathSelectorMountPath VolumeMount_FieldPathSelector = 2 VolumeMount_FieldPathSelectorSubPath VolumeMount_FieldPathSelector = 3 )
func (VolumeMount_FieldPathSelector) String ¶
func (s VolumeMount_FieldPathSelector) String() string
type VolumeMount_FieldPathValue ¶
type VolumeMount_FieldPathValue interface { VolumeMount_FieldPath gotenobject.FieldPathValue SetTo(target **VolumeMount) CompareWith(*VolumeMount) (cmp int, comparable bool) }
VolumeMount_FieldPathValue allows storing values for VolumeMount fields according to their type
func MustParseVolumeMount_FieldPathValue ¶
func MustParseVolumeMount_FieldPathValue(pathStr, valueStr string) VolumeMount_FieldPathValue
func ParseVolumeMount_FieldPathValue ¶
func ParseVolumeMount_FieldPathValue(pathStr, valueStr string) (VolumeMount_FieldPathValue, error)
type VolumeMount_FieldTerminalPath ¶
type VolumeMount_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*VolumeMount_FieldTerminalPath) ClearValue ¶
func (fp *VolumeMount_FieldTerminalPath) ClearValue(item *VolumeMount)
func (*VolumeMount_FieldTerminalPath) ClearValueRaw ¶
func (fp *VolumeMount_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*VolumeMount_FieldTerminalPath) Get ¶
func (fp *VolumeMount_FieldTerminalPath) Get(source *VolumeMount) (values []interface{})
Get returns all values pointed by specific field from source VolumeMount
func (*VolumeMount_FieldTerminalPath) GetDefault ¶
func (fp *VolumeMount_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*VolumeMount_FieldTerminalPath) GetRaw ¶
func (fp *VolumeMount_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*VolumeMount_FieldTerminalPath) GetSingle ¶
func (fp *VolumeMount_FieldTerminalPath) GetSingle(source *VolumeMount) (interface{}, bool)
GetSingle returns value pointed by specific field of from source VolumeMount
func (*VolumeMount_FieldTerminalPath) GetSingleRaw ¶
func (fp *VolumeMount_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*VolumeMount_FieldTerminalPath) IsLeaf ¶
func (fp *VolumeMount_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*VolumeMount_FieldTerminalPath) JSONString ¶
func (fp *VolumeMount_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*VolumeMount_FieldTerminalPath) Selector ¶
func (fp *VolumeMount_FieldTerminalPath) Selector() VolumeMount_FieldPathSelector
func (*VolumeMount_FieldTerminalPath) String ¶
func (fp *VolumeMount_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*VolumeMount_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *VolumeMount_FieldTerminalPath) WithIArrayItemValue(value interface{}) VolumeMount_FieldPathArrayItemValue
func (*VolumeMount_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *VolumeMount_FieldTerminalPath) WithIArrayOfValues(values interface{}) VolumeMount_FieldPathArrayOfValues
func (*VolumeMount_FieldTerminalPath) WithIValue ¶
func (fp *VolumeMount_FieldTerminalPath) WithIValue(value interface{}) VolumeMount_FieldPathValue
func (*VolumeMount_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *VolumeMount_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*VolumeMount_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *VolumeMount_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*VolumeMount_FieldTerminalPath) WithRawIValue ¶
func (fp *VolumeMount_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type VolumeMount_FieldTerminalPathArrayItemValue ¶
type VolumeMount_FieldTerminalPathArrayItemValue struct { VolumeMount_FieldTerminalPath // contains filtered or unexported fields }
func (*VolumeMount_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) ContainsValue(source *VolumeMount) bool
Contains returns a boolean indicating if value that is being held is present in given 'VolumeMount'
func (*VolumeMount_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object VolumeMount as interface{}
func (*VolumeMount_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) GetSingle(source *VolumeMount) (interface{}, bool)
func (*VolumeMount_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *VolumeMount_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type VolumeMount_FieldTerminalPathArrayOfValues ¶
type VolumeMount_FieldTerminalPathArrayOfValues struct { VolumeMount_FieldTerminalPath // contains filtered or unexported fields }
func (*VolumeMount_FieldTerminalPathArrayOfValues) AsMountPathArrayOfValues ¶
func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsMountPathArrayOfValues() ([]string, bool)
func (*VolumeMount_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*VolumeMount_FieldTerminalPathArrayOfValues) AsReadOnlyArrayOfValues ¶
func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsReadOnlyArrayOfValues() ([]bool, bool)
func (*VolumeMount_FieldTerminalPathArrayOfValues) AsSubPathArrayOfValues ¶
func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) AsSubPathArrayOfValues() ([]string, bool)
func (*VolumeMount_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *VolumeMount_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type VolumeMount_FieldTerminalPathValue ¶
type VolumeMount_FieldTerminalPathValue struct { VolumeMount_FieldTerminalPath // contains filtered or unexported fields }
func (*VolumeMount_FieldTerminalPathValue) AsMountPathValue ¶
func (fpv *VolumeMount_FieldTerminalPathValue) AsMountPathValue() (string, bool)
func (*VolumeMount_FieldTerminalPathValue) AsNameValue ¶
func (fpv *VolumeMount_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*VolumeMount_FieldTerminalPathValue) AsReadOnlyValue ¶
func (fpv *VolumeMount_FieldTerminalPathValue) AsReadOnlyValue() (bool, bool)
func (*VolumeMount_FieldTerminalPathValue) AsSubPathValue ¶
func (fpv *VolumeMount_FieldTerminalPathValue) AsSubPathValue() (string, bool)
func (*VolumeMount_FieldTerminalPathValue) CompareWith ¶
func (fpv *VolumeMount_FieldTerminalPathValue) CompareWith(source *VolumeMount) (int, bool)
CompareWith compares value in the 'VolumeMount_FieldTerminalPathValue' with the value under path in 'VolumeMount'.
func (*VolumeMount_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *VolumeMount_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*VolumeMount_FieldTerminalPathValue) GetRawValue ¶
func (fpv *VolumeMount_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'VolumeMount' as interface{}
func (*VolumeMount_FieldTerminalPathValue) SetTo ¶
func (fpv *VolumeMount_FieldTerminalPathValue) SetTo(target **VolumeMount)
SetTo stores value for selected field for object VolumeMount
func (*VolumeMount_FieldTerminalPathValue) SetToRaw ¶
func (fpv *VolumeMount_FieldTerminalPathValue) SetToRaw(target proto.Message)
type VolumePathSelectorConfigMap ¶
type VolumePathSelectorConfigMap struct{}
func (VolumePathSelectorConfigMap) DefaultMode ¶
func (VolumePathSelectorConfigMap) DefaultMode() VolumePathSelectorConfigMapDefaultMode
func (VolumePathSelectorConfigMap) FieldPath ¶
func (VolumePathSelectorConfigMap) FieldPath() *Volume_FieldTerminalPath
func (VolumePathSelectorConfigMap) Items ¶
func (VolumePathSelectorConfigMap) Items() VolumePathSelectorConfigMapItems
func (VolumePathSelectorConfigMap) Name ¶
func (VolumePathSelectorConfigMap) Name() VolumePathSelectorConfigMapName
func (VolumePathSelectorConfigMap) Optional ¶
func (VolumePathSelectorConfigMap) Optional() VolumePathSelectorConfigMapOptional
func (VolumePathSelectorConfigMap) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMap) WithArrayOfValues(values []*ConfigMapVolumeSource) *Volume_FieldTerminalPathArrayOfValues
func (VolumePathSelectorConfigMap) WithSubArrayItemValue ¶
func (s VolumePathSelectorConfigMap) WithSubArrayItemValue(subPathArrayItemValue ConfigMapVolumeSource_FieldPathArrayItemValue) *Volume_FieldSubPathArrayItemValue
func (VolumePathSelectorConfigMap) WithSubArrayOfValues ¶
func (s VolumePathSelectorConfigMap) WithSubArrayOfValues(subPathArrayOfValues ConfigMapVolumeSource_FieldPathArrayOfValues) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMap) WithSubPath ¶
func (VolumePathSelectorConfigMap) WithSubPath(subPath ConfigMapVolumeSource_FieldPath) *Volume_FieldSubPath
func (VolumePathSelectorConfigMap) WithSubValue ¶
func (s VolumePathSelectorConfigMap) WithSubValue(subPathValue ConfigMapVolumeSource_FieldPathValue) *Volume_FieldSubPathValue
func (VolumePathSelectorConfigMap) WithValue ¶
func (s VolumePathSelectorConfigMap) WithValue(value *ConfigMapVolumeSource) *Volume_FieldTerminalPathValue
type VolumePathSelectorConfigMapDefaultMode ¶
type VolumePathSelectorConfigMapDefaultMode struct{}
func (VolumePathSelectorConfigMapDefaultMode) FieldPath ¶
func (VolumePathSelectorConfigMapDefaultMode) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorConfigMapDefaultMode) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMapDefaultMode) WithArrayOfValues(values []int32) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMapDefaultMode) WithValue ¶
func (s VolumePathSelectorConfigMapDefaultMode) WithValue(value int32) *Volume_FieldSubPathValue
type VolumePathSelectorConfigMapItems ¶
type VolumePathSelectorConfigMapItems struct{}
func (VolumePathSelectorConfigMapItems) FieldPath ¶
func (VolumePathSelectorConfigMapItems) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorConfigMapItems) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMapItems) WithArrayOfValues(values [][]*KeyToPath) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMapItems) WithItemValue ¶
func (s VolumePathSelectorConfigMapItems) WithItemValue(value *KeyToPath) *Volume_FieldSubPathArrayItemValue
func (VolumePathSelectorConfigMapItems) WithValue ¶
func (s VolumePathSelectorConfigMapItems) WithValue(value []*KeyToPath) *Volume_FieldSubPathValue
type VolumePathSelectorConfigMapItemsKey ¶
type VolumePathSelectorConfigMapItemsKey struct{}
func (VolumePathSelectorConfigMapItemsKey) FieldPath ¶
func (VolumePathSelectorConfigMapItemsKey) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorConfigMapItemsKey) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMapItemsKey) WithArrayOfValues(values []string) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMapItemsKey) WithValue ¶
func (s VolumePathSelectorConfigMapItemsKey) WithValue(value string) *Volume_FieldSubPathValue
type VolumePathSelectorConfigMapItemsMode ¶
type VolumePathSelectorConfigMapItemsMode struct{}
func (VolumePathSelectorConfigMapItemsMode) FieldPath ¶
func (VolumePathSelectorConfigMapItemsMode) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorConfigMapItemsMode) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMapItemsMode) WithArrayOfValues(values []int32) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMapItemsMode) WithValue ¶
func (s VolumePathSelectorConfigMapItemsMode) WithValue(value int32) *Volume_FieldSubPathValue
type VolumePathSelectorConfigMapItemsPath ¶
type VolumePathSelectorConfigMapItemsPath struct{}
func (VolumePathSelectorConfigMapItemsPath) FieldPath ¶
func (VolumePathSelectorConfigMapItemsPath) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorConfigMapItemsPath) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMapItemsPath) WithArrayOfValues(values []string) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMapItemsPath) WithValue ¶
func (s VolumePathSelectorConfigMapItemsPath) WithValue(value string) *Volume_FieldSubPathValue
type VolumePathSelectorConfigMapName ¶
type VolumePathSelectorConfigMapName struct{}
func (VolumePathSelectorConfigMapName) FieldPath ¶
func (VolumePathSelectorConfigMapName) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorConfigMapName) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMapName) WithArrayOfValues(values []string) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMapName) WithValue ¶
func (s VolumePathSelectorConfigMapName) WithValue(value string) *Volume_FieldSubPathValue
type VolumePathSelectorConfigMapOptional ¶
type VolumePathSelectorConfigMapOptional struct{}
func (VolumePathSelectorConfigMapOptional) FieldPath ¶
func (VolumePathSelectorConfigMapOptional) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorConfigMapOptional) WithArrayOfValues ¶
func (s VolumePathSelectorConfigMapOptional) WithArrayOfValues(values []bool) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorConfigMapOptional) WithValue ¶
func (s VolumePathSelectorConfigMapOptional) WithValue(value bool) *Volume_FieldSubPathValue
type VolumePathSelectorHostPath ¶
type VolumePathSelectorHostPath struct{}
func (VolumePathSelectorHostPath) FieldPath ¶
func (VolumePathSelectorHostPath) FieldPath() *Volume_FieldTerminalPath
func (VolumePathSelectorHostPath) Path ¶
func (VolumePathSelectorHostPath) Path() VolumePathSelectorHostPathPath
func (VolumePathSelectorHostPath) Type ¶
func (VolumePathSelectorHostPath) Type() VolumePathSelectorHostPathType
func (VolumePathSelectorHostPath) WithArrayOfValues ¶
func (s VolumePathSelectorHostPath) WithArrayOfValues(values []*HostPathVolumeSource) *Volume_FieldTerminalPathArrayOfValues
func (VolumePathSelectorHostPath) WithSubArrayItemValue ¶
func (s VolumePathSelectorHostPath) WithSubArrayItemValue(subPathArrayItemValue HostPathVolumeSource_FieldPathArrayItemValue) *Volume_FieldSubPathArrayItemValue
func (VolumePathSelectorHostPath) WithSubArrayOfValues ¶
func (s VolumePathSelectorHostPath) WithSubArrayOfValues(subPathArrayOfValues HostPathVolumeSource_FieldPathArrayOfValues) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorHostPath) WithSubPath ¶
func (VolumePathSelectorHostPath) WithSubPath(subPath HostPathVolumeSource_FieldPath) *Volume_FieldSubPath
func (VolumePathSelectorHostPath) WithSubValue ¶
func (s VolumePathSelectorHostPath) WithSubValue(subPathValue HostPathVolumeSource_FieldPathValue) *Volume_FieldSubPathValue
func (VolumePathSelectorHostPath) WithValue ¶
func (s VolumePathSelectorHostPath) WithValue(value *HostPathVolumeSource) *Volume_FieldTerminalPathValue
type VolumePathSelectorHostPathPath ¶
type VolumePathSelectorHostPathPath struct{}
func (VolumePathSelectorHostPathPath) FieldPath ¶
func (VolumePathSelectorHostPathPath) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorHostPathPath) WithArrayOfValues ¶
func (s VolumePathSelectorHostPathPath) WithArrayOfValues(values []string) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorHostPathPath) WithValue ¶
func (s VolumePathSelectorHostPathPath) WithValue(value string) *Volume_FieldSubPathValue
type VolumePathSelectorHostPathType ¶
type VolumePathSelectorHostPathType struct{}
func (VolumePathSelectorHostPathType) FieldPath ¶
func (VolumePathSelectorHostPathType) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorHostPathType) WithArrayOfValues ¶
func (s VolumePathSelectorHostPathType) WithArrayOfValues(values []HostPathVolumeSource_Type) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorHostPathType) WithValue ¶
func (s VolumePathSelectorHostPathType) WithValue(value HostPathVolumeSource_Type) *Volume_FieldSubPathValue
type VolumePathSelectorName ¶
type VolumePathSelectorName struct{}
func (VolumePathSelectorName) FieldPath ¶
func (VolumePathSelectorName) FieldPath() *Volume_FieldTerminalPath
func (VolumePathSelectorName) WithArrayOfValues ¶
func (s VolumePathSelectorName) WithArrayOfValues(values []string) *Volume_FieldTerminalPathArrayOfValues
func (VolumePathSelectorName) WithValue ¶
func (s VolumePathSelectorName) WithValue(value string) *Volume_FieldTerminalPathValue
type VolumePathSelectorSecret ¶
type VolumePathSelectorSecret struct{}
func (VolumePathSelectorSecret) DefaultMode ¶
func (VolumePathSelectorSecret) DefaultMode() VolumePathSelectorSecretDefaultMode
func (VolumePathSelectorSecret) FieldPath ¶
func (VolumePathSelectorSecret) FieldPath() *Volume_FieldTerminalPath
func (VolumePathSelectorSecret) Items ¶
func (VolumePathSelectorSecret) Items() VolumePathSelectorSecretItems
func (VolumePathSelectorSecret) Optional ¶
func (VolumePathSelectorSecret) Optional() VolumePathSelectorSecretOptional
func (VolumePathSelectorSecret) SecretName ¶
func (VolumePathSelectorSecret) SecretName() VolumePathSelectorSecretSecretName
func (VolumePathSelectorSecret) WithArrayOfValues ¶
func (s VolumePathSelectorSecret) WithArrayOfValues(values []*SecretVolumeSource) *Volume_FieldTerminalPathArrayOfValues
func (VolumePathSelectorSecret) WithSubArrayItemValue ¶
func (s VolumePathSelectorSecret) WithSubArrayItemValue(subPathArrayItemValue SecretVolumeSource_FieldPathArrayItemValue) *Volume_FieldSubPathArrayItemValue
func (VolumePathSelectorSecret) WithSubArrayOfValues ¶
func (s VolumePathSelectorSecret) WithSubArrayOfValues(subPathArrayOfValues SecretVolumeSource_FieldPathArrayOfValues) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecret) WithSubPath ¶
func (VolumePathSelectorSecret) WithSubPath(subPath SecretVolumeSource_FieldPath) *Volume_FieldSubPath
func (VolumePathSelectorSecret) WithSubValue ¶
func (s VolumePathSelectorSecret) WithSubValue(subPathValue SecretVolumeSource_FieldPathValue) *Volume_FieldSubPathValue
func (VolumePathSelectorSecret) WithValue ¶
func (s VolumePathSelectorSecret) WithValue(value *SecretVolumeSource) *Volume_FieldTerminalPathValue
type VolumePathSelectorSecretDefaultMode ¶
type VolumePathSelectorSecretDefaultMode struct{}
func (VolumePathSelectorSecretDefaultMode) FieldPath ¶
func (VolumePathSelectorSecretDefaultMode) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorSecretDefaultMode) WithArrayOfValues ¶
func (s VolumePathSelectorSecretDefaultMode) WithArrayOfValues(values []int32) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecretDefaultMode) WithValue ¶
func (s VolumePathSelectorSecretDefaultMode) WithValue(value int32) *Volume_FieldSubPathValue
type VolumePathSelectorSecretItems ¶
type VolumePathSelectorSecretItems struct{}
func (VolumePathSelectorSecretItems) FieldPath ¶
func (VolumePathSelectorSecretItems) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorSecretItems) WithArrayOfValues ¶
func (s VolumePathSelectorSecretItems) WithArrayOfValues(values [][]*KeyToPath) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecretItems) WithItemValue ¶
func (s VolumePathSelectorSecretItems) WithItemValue(value *KeyToPath) *Volume_FieldSubPathArrayItemValue
func (VolumePathSelectorSecretItems) WithValue ¶
func (s VolumePathSelectorSecretItems) WithValue(value []*KeyToPath) *Volume_FieldSubPathValue
type VolumePathSelectorSecretItemsKey ¶
type VolumePathSelectorSecretItemsKey struct{}
func (VolumePathSelectorSecretItemsKey) FieldPath ¶
func (VolumePathSelectorSecretItemsKey) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorSecretItemsKey) WithArrayOfValues ¶
func (s VolumePathSelectorSecretItemsKey) WithArrayOfValues(values []string) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecretItemsKey) WithValue ¶
func (s VolumePathSelectorSecretItemsKey) WithValue(value string) *Volume_FieldSubPathValue
type VolumePathSelectorSecretItemsMode ¶
type VolumePathSelectorSecretItemsMode struct{}
func (VolumePathSelectorSecretItemsMode) FieldPath ¶
func (VolumePathSelectorSecretItemsMode) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorSecretItemsMode) WithArrayOfValues ¶
func (s VolumePathSelectorSecretItemsMode) WithArrayOfValues(values []int32) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecretItemsMode) WithValue ¶
func (s VolumePathSelectorSecretItemsMode) WithValue(value int32) *Volume_FieldSubPathValue
type VolumePathSelectorSecretItemsPath ¶
type VolumePathSelectorSecretItemsPath struct{}
func (VolumePathSelectorSecretItemsPath) FieldPath ¶
func (VolumePathSelectorSecretItemsPath) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorSecretItemsPath) WithArrayOfValues ¶
func (s VolumePathSelectorSecretItemsPath) WithArrayOfValues(values []string) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecretItemsPath) WithValue ¶
func (s VolumePathSelectorSecretItemsPath) WithValue(value string) *Volume_FieldSubPathValue
type VolumePathSelectorSecretOptional ¶
type VolumePathSelectorSecretOptional struct{}
func (VolumePathSelectorSecretOptional) FieldPath ¶
func (VolumePathSelectorSecretOptional) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorSecretOptional) WithArrayOfValues ¶
func (s VolumePathSelectorSecretOptional) WithArrayOfValues(values []bool) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecretOptional) WithValue ¶
func (s VolumePathSelectorSecretOptional) WithValue(value bool) *Volume_FieldSubPathValue
type VolumePathSelectorSecretSecretName ¶
type VolumePathSelectorSecretSecretName struct{}
func (VolumePathSelectorSecretSecretName) FieldPath ¶
func (VolumePathSelectorSecretSecretName) FieldPath() *Volume_FieldSubPath
func (VolumePathSelectorSecretSecretName) WithArrayOfValues ¶
func (s VolumePathSelectorSecretSecretName) WithArrayOfValues(values []string) *Volume_FieldSubPathArrayOfValues
func (VolumePathSelectorSecretSecretName) WithValue ¶
func (s VolumePathSelectorSecretSecretName) WithValue(value string) *Volume_FieldSubPathValue
type Volume_FieldMask ¶
type Volume_FieldMask struct {
Paths []Volume_FieldPath
}
func FullVolume_FieldMask ¶
func FullVolume_FieldMask() *Volume_FieldMask
func (*Volume_FieldMask) AppendPath ¶
func (fieldMask *Volume_FieldMask) AppendPath(path Volume_FieldPath)
func (*Volume_FieldMask) AppendRawPath ¶
func (fieldMask *Volume_FieldMask) AppendRawPath(path gotenobject.FieldPath)
func (*Volume_FieldMask) DecodeFirestore ¶
func (fieldMask *Volume_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
func (*Volume_FieldMask) EncodeFirestore ¶
func (fieldMask *Volume_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
firestore encoding/decoding integration
func (*Volume_FieldMask) FilterInputFields ¶
func (fieldMask *Volume_FieldMask) FilterInputFields() *Volume_FieldMask
FilterInputFields generates copy of field paths with output_only field paths removed
func (*Volume_FieldMask) FromProtoFieldMask ¶
func (fieldMask *Volume_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
func (*Volume_FieldMask) GetPaths ¶
func (fieldMask *Volume_FieldMask) GetPaths() []Volume_FieldPath
func (*Volume_FieldMask) GetRawPaths ¶
func (fieldMask *Volume_FieldMask) GetRawPaths() []gotenobject.FieldPath
func (*Volume_FieldMask) IsFull ¶
func (fieldMask *Volume_FieldMask) IsFull() bool
func (Volume_FieldMask) Marshal ¶
func (fieldMask Volume_FieldMask) Marshal() ([]byte, error)
implement methods required by customType
func (Volume_FieldMask) MarshalJSON ¶
func (fieldMask Volume_FieldMask) MarshalJSON() ([]byte, error)
func (*Volume_FieldMask) PathsCount ¶
func (fieldMask *Volume_FieldMask) PathsCount() int
func (*Volume_FieldMask) Project ¶
func (fieldMask *Volume_FieldMask) Project(source *Volume) *Volume
func (*Volume_FieldMask) ProjectRaw ¶
func (fieldMask *Volume_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
func (*Volume_FieldMask) ProtoMessage ¶
func (fieldMask *Volume_FieldMask) ProtoMessage()
func (*Volume_FieldMask) ProtoReflect ¶
func (fieldMask *Volume_FieldMask) ProtoReflect() preflect.Message
func (*Volume_FieldMask) Reset ¶
func (fieldMask *Volume_FieldMask) Reset()
func (*Volume_FieldMask) Set ¶
func (fieldMask *Volume_FieldMask) Set(target, source *Volume)
func (*Volume_FieldMask) SetFromCliFlag ¶
func (fieldMask *Volume_FieldMask) SetFromCliFlag(raw string) error
func (*Volume_FieldMask) SetRaw ¶
func (fieldMask *Volume_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
func (*Volume_FieldMask) Size ¶
func (fieldMask *Volume_FieldMask) Size() int
func (*Volume_FieldMask) String ¶
func (fieldMask *Volume_FieldMask) String() string
func (*Volume_FieldMask) Subtract ¶
func (fieldMask *Volume_FieldMask) Subtract(other *Volume_FieldMask) *Volume_FieldMask
func (*Volume_FieldMask) SubtractRaw ¶
func (fieldMask *Volume_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
func (*Volume_FieldMask) ToProtoFieldMask ¶
func (fieldMask *Volume_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
ToFieldMask is used for proto conversions
func (*Volume_FieldMask) Unmarshal ¶
func (fieldMask *Volume_FieldMask) Unmarshal(data []byte) error
func (*Volume_FieldMask) UnmarshalJSON ¶
func (fieldMask *Volume_FieldMask) UnmarshalJSON(data []byte) error
type Volume_FieldPath ¶
type Volume_FieldPath interface { gotenobject.FieldPath Selector() Volume_FieldPathSelector Get(source *Volume) []interface{} GetSingle(source *Volume) (interface{}, bool) ClearValue(item *Volume) // Those methods build corresponding Volume_FieldPathValue // (or array of values) and holds passed value. Panics if injected type is incorrect. WithIValue(value interface{}) Volume_FieldPathValue WithIArrayOfValues(values interface{}) Volume_FieldPathArrayOfValues WithIArrayItemValue(value interface{}) Volume_FieldPathArrayItemValue }
FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto
func BuildVolume_FieldPath ¶
func BuildVolume_FieldPath(fp gotenobject.RawFieldPath) (Volume_FieldPath, error)
func MustParseVolume_FieldPath ¶
func MustParseVolume_FieldPath(rawField string) Volume_FieldPath
func ParseVolume_FieldPath ¶
func ParseVolume_FieldPath(rawField string) (Volume_FieldPath, error)
type Volume_FieldPathArrayItemValue ¶
type Volume_FieldPathArrayItemValue interface { gotenobject.FieldPathArrayItemValue Volume_FieldPath ContainsValue(*Volume) bool }
Volume_FieldPathArrayItemValue allows storing single item in Path-specific values for Volume according to their type Present only for array (repeated) types.
func MustParseVolume_FieldPathArrayItemValue ¶
func MustParseVolume_FieldPathArrayItemValue(pathStr, valueStr string) Volume_FieldPathArrayItemValue
func ParseVolume_FieldPathArrayItemValue ¶
func ParseVolume_FieldPathArrayItemValue(pathStr, valueStr string) (Volume_FieldPathArrayItemValue, error)
ParseVolume_FieldPathArrayItemValue parses string and JSON-encoded value to its Value
type Volume_FieldPathArrayOfValues ¶
type Volume_FieldPathArrayOfValues interface { gotenobject.FieldPathArrayOfValues Volume_FieldPath }
Volume_FieldPathArrayOfValues allows storing slice of values for Volume fields according to their type
func MustParseVolume_FieldPathArrayOfValues ¶
func MustParseVolume_FieldPathArrayOfValues(pathStr, valuesStr string) Volume_FieldPathArrayOfValues
func ParseVolume_FieldPathArrayOfValues ¶
func ParseVolume_FieldPathArrayOfValues(pathStr, valuesStr string) (Volume_FieldPathArrayOfValues, error)
type Volume_FieldPathSelector ¶
type Volume_FieldPathSelector int32
const ( Volume_FieldPathSelectorName Volume_FieldPathSelector = 0 Volume_FieldPathSelectorHostPath Volume_FieldPathSelector = 1 Volume_FieldPathSelectorSecret Volume_FieldPathSelector = 2 Volume_FieldPathSelectorConfigMap Volume_FieldPathSelector = 3 )
func (Volume_FieldPathSelector) String ¶
func (s Volume_FieldPathSelector) String() string
type Volume_FieldPathValue ¶
type Volume_FieldPathValue interface { Volume_FieldPath gotenobject.FieldPathValue SetTo(target **Volume) CompareWith(*Volume) (cmp int, comparable bool) }
Volume_FieldPathValue allows storing values for Volume fields according to their type
func MustParseVolume_FieldPathValue ¶
func MustParseVolume_FieldPathValue(pathStr, valueStr string) Volume_FieldPathValue
func ParseVolume_FieldPathValue ¶
func ParseVolume_FieldPathValue(pathStr, valueStr string) (Volume_FieldPathValue, error)
type Volume_FieldSubPath ¶
type Volume_FieldSubPath struct {
// contains filtered or unexported fields
}
func (*Volume_FieldSubPath) AsConfigMapSubPath ¶
func (fps *Volume_FieldSubPath) AsConfigMapSubPath() (ConfigMapVolumeSource_FieldPath, bool)
func (*Volume_FieldSubPath) AsHostPathSubPath ¶
func (fps *Volume_FieldSubPath) AsHostPathSubPath() (HostPathVolumeSource_FieldPath, bool)
func (*Volume_FieldSubPath) AsSecretSubPath ¶
func (fps *Volume_FieldSubPath) AsSecretSubPath() (SecretVolumeSource_FieldPath, bool)
func (*Volume_FieldSubPath) ClearValue ¶
func (fps *Volume_FieldSubPath) ClearValue(item *Volume)
func (*Volume_FieldSubPath) ClearValueRaw ¶
func (fps *Volume_FieldSubPath) ClearValueRaw(item proto.Message)
func (*Volume_FieldSubPath) Get ¶
func (fps *Volume_FieldSubPath) Get(source *Volume) (values []interface{})
Get returns all values pointed by selected field from source Volume
func (*Volume_FieldSubPath) GetDefault ¶
func (fps *Volume_FieldSubPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Volume_FieldSubPath) GetRaw ¶
func (fps *Volume_FieldSubPath) GetRaw(source proto.Message) []interface{}
func (*Volume_FieldSubPath) GetSingle ¶
func (fps *Volume_FieldSubPath) GetSingle(source *Volume) (interface{}, bool)
GetSingle returns value of selected field from source Volume
func (*Volume_FieldSubPath) GetSingleRaw ¶
func (fps *Volume_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Volume_FieldSubPath) IsLeaf ¶
func (fps *Volume_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Volume_FieldSubPath) JSONString ¶
func (fps *Volume_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Volume_FieldSubPath) Selector ¶
func (fps *Volume_FieldSubPath) Selector() Volume_FieldPathSelector
func (*Volume_FieldSubPath) String ¶
func (fps *Volume_FieldSubPath) String() string
String returns path representation in proto convention
func (*Volume_FieldSubPath) WithIArrayItemValue ¶
func (fps *Volume_FieldSubPath) WithIArrayItemValue(value interface{}) Volume_FieldPathArrayItemValue
func (*Volume_FieldSubPath) WithIArrayOfValues ¶
func (fps *Volume_FieldSubPath) WithIArrayOfValues(values interface{}) Volume_FieldPathArrayOfValues
func (*Volume_FieldSubPath) WithIValue ¶
func (fps *Volume_FieldSubPath) WithIValue(value interface{}) Volume_FieldPathValue
func (*Volume_FieldSubPath) WithRawIArrayItemValue ¶
func (fps *Volume_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Volume_FieldSubPath) WithRawIArrayOfValues ¶
func (fps *Volume_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Volume_FieldSubPath) WithRawIValue ¶
func (fps *Volume_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Volume_FieldSubPathArrayItemValue ¶
type Volume_FieldSubPathArrayItemValue struct { Volume_FieldPath // contains filtered or unexported fields }
func (*Volume_FieldSubPathArrayItemValue) AsConfigMapPathItemValue ¶
func (fpaivs *Volume_FieldSubPathArrayItemValue) AsConfigMapPathItemValue() (ConfigMapVolumeSource_FieldPathArrayItemValue, bool)
func (*Volume_FieldSubPathArrayItemValue) AsHostPathPathItemValue ¶
func (fpaivs *Volume_FieldSubPathArrayItemValue) AsHostPathPathItemValue() (HostPathVolumeSource_FieldPathArrayItemValue, bool)
func (*Volume_FieldSubPathArrayItemValue) AsSecretPathItemValue ¶
func (fpaivs *Volume_FieldSubPathArrayItemValue) AsSecretPathItemValue() (SecretVolumeSource_FieldPathArrayItemValue, bool)
func (*Volume_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *Volume_FieldSubPathArrayItemValue) ContainsValue(source *Volume) bool
Contains returns a boolean indicating if value that is being held is present in given 'Volume'
func (*Volume_FieldSubPathArrayItemValue) GetRawItemValue ¶
func (fpaivs *Volume_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored array item value
type Volume_FieldSubPathArrayOfValues ¶
type Volume_FieldSubPathArrayOfValues struct { Volume_FieldPath // contains filtered or unexported fields }
func (*Volume_FieldSubPathArrayOfValues) AsConfigMapPathArrayOfValues ¶
func (fpsaov *Volume_FieldSubPathArrayOfValues) AsConfigMapPathArrayOfValues() (ConfigMapVolumeSource_FieldPathArrayOfValues, bool)
func (*Volume_FieldSubPathArrayOfValues) AsHostPathPathArrayOfValues ¶
func (fpsaov *Volume_FieldSubPathArrayOfValues) AsHostPathPathArrayOfValues() (HostPathVolumeSource_FieldPathArrayOfValues, bool)
func (*Volume_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues ¶
func (fpsaov *Volume_FieldSubPathArrayOfValues) AsSecretPathArrayOfValues() (SecretVolumeSource_FieldPathArrayOfValues, bool)
func (*Volume_FieldSubPathArrayOfValues) GetRawValues ¶
func (fpsaov *Volume_FieldSubPathArrayOfValues) GetRawValues() []interface{}
type Volume_FieldSubPathValue ¶
type Volume_FieldSubPathValue struct { Volume_FieldPath // contains filtered or unexported fields }
func (*Volume_FieldSubPathValue) AsConfigMapPathValue ¶
func (fpvs *Volume_FieldSubPathValue) AsConfigMapPathValue() (ConfigMapVolumeSource_FieldPathValue, bool)
func (*Volume_FieldSubPathValue) AsHostPathPathValue ¶
func (fpvs *Volume_FieldSubPathValue) AsHostPathPathValue() (HostPathVolumeSource_FieldPathValue, bool)
func (*Volume_FieldSubPathValue) AsSecretPathValue ¶
func (fpvs *Volume_FieldSubPathValue) AsSecretPathValue() (SecretVolumeSource_FieldPathValue, bool)
func (*Volume_FieldSubPathValue) CompareWith ¶
func (fpvs *Volume_FieldSubPathValue) CompareWith(source *Volume) (int, bool)
func (*Volume_FieldSubPathValue) CompareWithRaw ¶
func (fpvs *Volume_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Volume_FieldSubPathValue) GetRawValue ¶
func (fpvs *Volume_FieldSubPathValue) GetRawValue() interface{}
func (*Volume_FieldSubPathValue) SetTo ¶
func (fpvs *Volume_FieldSubPathValue) SetTo(target **Volume)
func (*Volume_FieldSubPathValue) SetToRaw ¶
func (fpvs *Volume_FieldSubPathValue) SetToRaw(target proto.Message)
type Volume_FieldTerminalPath ¶
type Volume_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*Volume_FieldTerminalPath) ClearValue ¶
func (fp *Volume_FieldTerminalPath) ClearValue(item *Volume)
func (*Volume_FieldTerminalPath) ClearValueRaw ¶
func (fp *Volume_FieldTerminalPath) ClearValueRaw(item proto.Message)
func (*Volume_FieldTerminalPath) Get ¶
func (fp *Volume_FieldTerminalPath) Get(source *Volume) (values []interface{})
Get returns all values pointed by specific field from source Volume
func (*Volume_FieldTerminalPath) GetDefault ¶
func (fp *Volume_FieldTerminalPath) GetDefault() interface{}
GetDefault returns a default value of the field type
func (*Volume_FieldTerminalPath) GetRaw ¶
func (fp *Volume_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
func (*Volume_FieldTerminalPath) GetSingle ¶
func (fp *Volume_FieldTerminalPath) GetSingle(source *Volume) (interface{}, bool)
GetSingle returns value pointed by specific field of from source Volume
func (*Volume_FieldTerminalPath) GetSingleRaw ¶
func (fp *Volume_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
func (*Volume_FieldTerminalPath) IsLeaf ¶
func (fp *Volume_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*Volume_FieldTerminalPath) JSONString ¶
func (fp *Volume_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*Volume_FieldTerminalPath) Selector ¶
func (fp *Volume_FieldTerminalPath) Selector() Volume_FieldPathSelector
func (*Volume_FieldTerminalPath) String ¶
func (fp *Volume_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*Volume_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *Volume_FieldTerminalPath) WithIArrayItemValue(value interface{}) Volume_FieldPathArrayItemValue
func (*Volume_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *Volume_FieldTerminalPath) WithIArrayOfValues(values interface{}) Volume_FieldPathArrayOfValues
func (*Volume_FieldTerminalPath) WithIValue ¶
func (fp *Volume_FieldTerminalPath) WithIValue(value interface{}) Volume_FieldPathValue
func (*Volume_FieldTerminalPath) WithRawIArrayItemValue ¶
func (fp *Volume_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
func (*Volume_FieldTerminalPath) WithRawIArrayOfValues ¶
func (fp *Volume_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
func (*Volume_FieldTerminalPath) WithRawIValue ¶
func (fp *Volume_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
type Volume_FieldTerminalPathArrayItemValue ¶
type Volume_FieldTerminalPathArrayItemValue struct { Volume_FieldTerminalPath // contains filtered or unexported fields }
func (*Volume_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *Volume_FieldTerminalPathArrayItemValue) ContainsValue(source *Volume) bool
Contains returns a boolean indicating if value that is being held is present in given 'Volume'
func (*Volume_FieldTerminalPathArrayItemValue) GetRawItemValue ¶
func (fpaiv *Volume_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
GetRawValue returns stored element value for array in object Volume as interface{}
func (*Volume_FieldTerminalPathArrayItemValue) GetSingle ¶
func (fpaiv *Volume_FieldTerminalPathArrayItemValue) GetSingle(source *Volume) (interface{}, bool)
func (*Volume_FieldTerminalPathArrayItemValue) GetSingleRaw ¶
func (fpaiv *Volume_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
type Volume_FieldTerminalPathArrayOfValues ¶
type Volume_FieldTerminalPathArrayOfValues struct { Volume_FieldTerminalPath // contains filtered or unexported fields }
func (*Volume_FieldTerminalPathArrayOfValues) AsConfigMapArrayOfValues ¶
func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsConfigMapArrayOfValues() ([]*ConfigMapVolumeSource, bool)
func (*Volume_FieldTerminalPathArrayOfValues) AsHostPathArrayOfValues ¶
func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsHostPathArrayOfValues() ([]*HostPathVolumeSource, bool)
func (*Volume_FieldTerminalPathArrayOfValues) AsNameArrayOfValues ¶
func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsNameArrayOfValues() ([]string, bool)
func (*Volume_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues ¶
func (fpaov *Volume_FieldTerminalPathArrayOfValues) AsSecretArrayOfValues() ([]*SecretVolumeSource, bool)
func (*Volume_FieldTerminalPathArrayOfValues) GetRawValues ¶
func (fpaov *Volume_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
type Volume_FieldTerminalPathValue ¶
type Volume_FieldTerminalPathValue struct { Volume_FieldTerminalPath // contains filtered or unexported fields }
func (*Volume_FieldTerminalPathValue) AsConfigMapValue ¶
func (fpv *Volume_FieldTerminalPathValue) AsConfigMapValue() (*ConfigMapVolumeSource, bool)
func (*Volume_FieldTerminalPathValue) AsHostPathValue ¶
func (fpv *Volume_FieldTerminalPathValue) AsHostPathValue() (*HostPathVolumeSource, bool)
func (*Volume_FieldTerminalPathValue) AsNameValue ¶
func (fpv *Volume_FieldTerminalPathValue) AsNameValue() (string, bool)
func (*Volume_FieldTerminalPathValue) AsSecretValue ¶
func (fpv *Volume_FieldTerminalPathValue) AsSecretValue() (*SecretVolumeSource, bool)
func (*Volume_FieldTerminalPathValue) CompareWith ¶
func (fpv *Volume_FieldTerminalPathValue) CompareWith(source *Volume) (int, bool)
CompareWith compares value in the 'Volume_FieldTerminalPathValue' with the value under path in 'Volume'.
func (*Volume_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *Volume_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
func (*Volume_FieldTerminalPathValue) GetRawValue ¶
func (fpv *Volume_FieldTerminalPathValue) GetRawValue() interface{}
GetRawValue returns raw value stored under selected path for 'Volume' as interface{}
func (*Volume_FieldTerminalPathValue) SetTo ¶
func (fpv *Volume_FieldTerminalPathValue) SetTo(target **Volume)
SetTo stores value for selected field for object Volume
func (*Volume_FieldTerminalPathValue) SetToRaw ¶
func (fpv *Volume_FieldTerminalPathValue) SetToRaw(target proto.Message)
type WatchQuery ¶
type WatchQuery struct { ListQuery WatchType watch_type.WatchType ChunkSize int ResumeToken string }
func (*WatchQuery) GetMaximumChunkSize ¶
func (q *WatchQuery) GetMaximumChunkSize() int
func (*WatchQuery) GetResumeToken ¶
func (q *WatchQuery) GetResumeToken() string
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) SetWatchType ¶
func (q *WatchQuery) SetWatchType(watchType watch_type.WatchType)
func (*WatchQuery) String ¶ added in v0.4.29
func (q *WatchQuery) String() string
Source Files ¶
- pod.pb.access.go
- pod.pb.collections.go
- pod.pb.descriptor.go
- pod.pb.fieldmask.go
- pod.pb.fieldpath.go
- pod.pb.fieldpathbuilder.go
- pod.pb.filter.go
- pod.pb.filterbuilder.go
- pod.pb.go
- pod.pb.name.go
- pod.pb.namebuilder.go
- pod.pb.object_ext.go
- pod.pb.pagination.go
- pod.pb.parentname.go
- pod.pb.query.go
- pod.pb.validate.go
- pod.pb.view.go
- pod_change.pb.change.go
- pod_change.pb.go
- pod_change.pb.validate.go