Documentation
¶
Index ¶
- Variables
- type ConfigureCNI
- func (x *ConfigureCNI) ClearMetadata()
- func (x *ConfigureCNI) ClearSpec()
- func (x *ConfigureCNI) ClearStatus()
- func (x *ConfigureCNI) Defaulting()
- func (x *ConfigureCNI) GetMetadata() *api.Metadata
- func (x *ConfigureCNI) GetSpec() *ConfigureCNISpec
- func (x *ConfigureCNI) GetStatus() *ConfigureCNIStatus
- func (x *ConfigureCNI) HasMetadata() bool
- func (x *ConfigureCNI) HasSpec() bool
- func (x *ConfigureCNI) HasStatus() bool
- func (*ConfigureCNI) ProtoMessage()
- func (x *ConfigureCNI) ProtoReflect() protoreflect.Message
- func (x *ConfigureCNI) Redact()
- func (x *ConfigureCNI) Reset()
- func (x *ConfigureCNI) SetMetadata(v *api.Metadata)
- func (x *ConfigureCNI) SetSpec(v *ConfigureCNISpec)
- func (x *ConfigureCNI) SetStatus(v *ConfigureCNIStatus)
- func (x *ConfigureCNI) String() string
- type ConfigureCNISpec
- func (x *ConfigureCNISpec) ClearCniSpecVersion()
- func (x *ConfigureCNISpec) Defaulting()
- func (x *ConfigureCNISpec) GetCniSpecVersion() string
- func (x *ConfigureCNISpec) HasCniSpecVersion() bool
- func (*ConfigureCNISpec) ProtoMessage()
- func (x *ConfigureCNISpec) ProtoReflect() protoreflect.Message
- func (x *ConfigureCNISpec) Reset()
- func (x *ConfigureCNISpec) SetCniSpecVersion(v string)
- func (x *ConfigureCNISpec) String() string
- type ConfigureCNISpec_builder
- type ConfigureCNIStatus
- type ConfigureCNIStatus_builder
- type ConfigureCNI_builder
- type DownloadCNIBinaries
- func (x *DownloadCNIBinaries) ClearMetadata()
- func (x *DownloadCNIBinaries) ClearSpec()
- func (x *DownloadCNIBinaries) ClearStatus()
- func (x *DownloadCNIBinaries) Defaulting()
- func (x *DownloadCNIBinaries) GetMetadata() *api.Metadata
- func (x *DownloadCNIBinaries) GetSpec() *DownloadCNIBinariesSpec
- func (x *DownloadCNIBinaries) GetStatus() *DownloadCNIBinariesStatus
- func (x *DownloadCNIBinaries) HasMetadata() bool
- func (x *DownloadCNIBinaries) HasSpec() bool
- func (x *DownloadCNIBinaries) HasStatus() bool
- func (*DownloadCNIBinaries) ProtoMessage()
- func (x *DownloadCNIBinaries) ProtoReflect() protoreflect.Message
- func (x *DownloadCNIBinaries) Redact()
- func (x *DownloadCNIBinaries) Reset()
- func (x *DownloadCNIBinaries) SetMetadata(v *api.Metadata)
- func (x *DownloadCNIBinaries) SetSpec(v *DownloadCNIBinariesSpec)
- func (x *DownloadCNIBinaries) SetStatus(v *DownloadCNIBinariesStatus)
- func (x *DownloadCNIBinaries) String() string
- type DownloadCNIBinariesSpec
- func (x *DownloadCNIBinariesSpec) ClearCniPluginsVersion()
- func (x *DownloadCNIBinariesSpec) Defaulting()
- func (x *DownloadCNIBinariesSpec) GetCniPluginsVersion() string
- func (x *DownloadCNIBinariesSpec) HasCniPluginsVersion() bool
- func (*DownloadCNIBinariesSpec) ProtoMessage()
- func (x *DownloadCNIBinariesSpec) ProtoReflect() protoreflect.Message
- func (x *DownloadCNIBinariesSpec) Reset()
- func (x *DownloadCNIBinariesSpec) SetCniPluginsVersion(v string)
- func (x *DownloadCNIBinariesSpec) String() string
- type DownloadCNIBinariesSpec_builder
- type DownloadCNIBinariesStatus
- func (x *DownloadCNIBinariesStatus) ClearCniPluginsDownloadUrl()
- func (x *DownloadCNIBinariesStatus) ClearCniPluginsPath()
- func (x *DownloadCNIBinariesStatus) GetCniPluginsDownloadUrl() string
- func (x *DownloadCNIBinariesStatus) GetCniPluginsPath() string
- func (x *DownloadCNIBinariesStatus) HasCniPluginsDownloadUrl() bool
- func (x *DownloadCNIBinariesStatus) HasCniPluginsPath() bool
- func (*DownloadCNIBinariesStatus) ProtoMessage()
- func (x *DownloadCNIBinariesStatus) ProtoReflect() protoreflect.Message
- func (x *DownloadCNIBinariesStatus) Reset()
- func (x *DownloadCNIBinariesStatus) SetCniPluginsDownloadUrl(v string)
- func (x *DownloadCNIBinariesStatus) SetCniPluginsPath(v string)
- func (x *DownloadCNIBinariesStatus) String() string
- type DownloadCNIBinariesStatus_builder
- type DownloadCNIBinaries_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_components_cni_action_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ConfigureCNI ¶
type ConfigureCNI struct {
// contains filtered or unexported fields
}
ConfigureCNI action enables a minimal CNI settings with low priority on the node. Users can override with other CNI (e.g., Cilium) by applying CNI config with higher priority.
func (*ConfigureCNI) ClearMetadata ¶
func (x *ConfigureCNI) ClearMetadata()
func (*ConfigureCNI) ClearSpec ¶
func (x *ConfigureCNI) ClearSpec()
func (*ConfigureCNI) ClearStatus ¶
func (x *ConfigureCNI) ClearStatus()
func (*ConfigureCNI) Defaulting ¶
func (x *ConfigureCNI) Defaulting()
func (*ConfigureCNI) GetMetadata ¶
func (x *ConfigureCNI) GetMetadata() *api.Metadata
func (*ConfigureCNI) GetSpec ¶
func (x *ConfigureCNI) GetSpec() *ConfigureCNISpec
func (*ConfigureCNI) GetStatus ¶
func (x *ConfigureCNI) GetStatus() *ConfigureCNIStatus
func (*ConfigureCNI) HasMetadata ¶
func (x *ConfigureCNI) HasMetadata() bool
func (*ConfigureCNI) HasSpec ¶
func (x *ConfigureCNI) HasSpec() bool
func (*ConfigureCNI) HasStatus ¶
func (x *ConfigureCNI) HasStatus() bool
func (*ConfigureCNI) ProtoMessage ¶
func (*ConfigureCNI) ProtoMessage()
func (*ConfigureCNI) ProtoReflect ¶
func (x *ConfigureCNI) ProtoReflect() protoreflect.Message
func (*ConfigureCNI) Redact ¶
func (x *ConfigureCNI) Redact()
func (*ConfigureCNI) Reset ¶
func (x *ConfigureCNI) Reset()
func (*ConfigureCNI) SetMetadata ¶
func (x *ConfigureCNI) SetMetadata(v *api.Metadata)
func (*ConfigureCNI) SetSpec ¶
func (x *ConfigureCNI) SetSpec(v *ConfigureCNISpec)
func (*ConfigureCNI) SetStatus ¶
func (x *ConfigureCNI) SetStatus(v *ConfigureCNIStatus)
func (*ConfigureCNI) String ¶
func (x *ConfigureCNI) String() string
type ConfigureCNISpec ¶
type ConfigureCNISpec struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*ConfigureCNISpec) ClearCniSpecVersion ¶
func (x *ConfigureCNISpec) ClearCniSpecVersion()
func (*ConfigureCNISpec) Defaulting ¶
func (x *ConfigureCNISpec) Defaulting()
func (*ConfigureCNISpec) GetCniSpecVersion ¶
func (x *ConfigureCNISpec) GetCniSpecVersion() string
func (*ConfigureCNISpec) HasCniSpecVersion ¶
func (x *ConfigureCNISpec) HasCniSpecVersion() bool
func (*ConfigureCNISpec) ProtoMessage ¶
func (*ConfigureCNISpec) ProtoMessage()
func (*ConfigureCNISpec) ProtoReflect ¶
func (x *ConfigureCNISpec) ProtoReflect() protoreflect.Message
func (*ConfigureCNISpec) Reset ¶
func (x *ConfigureCNISpec) Reset()
func (*ConfigureCNISpec) SetCniSpecVersion ¶
func (x *ConfigureCNISpec) SetCniSpecVersion(v string)
func (*ConfigureCNISpec) String ¶
func (x *ConfigureCNISpec) String() string
type ConfigureCNISpec_builder ¶
type ConfigureCNISpec_builder struct {
CniSpecVersion *string
// contains filtered or unexported fields
}
func (ConfigureCNISpec_builder) Build ¶
func (b0 ConfigureCNISpec_builder) Build() *ConfigureCNISpec
type ConfigureCNIStatus ¶
type ConfigureCNIStatus struct {
// contains filtered or unexported fields
}
func (*ConfigureCNIStatus) ProtoMessage ¶
func (*ConfigureCNIStatus) ProtoMessage()
func (*ConfigureCNIStatus) ProtoReflect ¶
func (x *ConfigureCNIStatus) ProtoReflect() protoreflect.Message
func (*ConfigureCNIStatus) Reset ¶
func (x *ConfigureCNIStatus) Reset()
func (*ConfigureCNIStatus) String ¶
func (x *ConfigureCNIStatus) String() string
type ConfigureCNIStatus_builder ¶
type ConfigureCNIStatus_builder struct {
// contains filtered or unexported fields
}
func (ConfigureCNIStatus_builder) Build ¶
func (b0 ConfigureCNIStatus_builder) Build() *ConfigureCNIStatus
type ConfigureCNI_builder ¶
type ConfigureCNI_builder struct {
Metadata *api.Metadata
Spec *ConfigureCNISpec
Status *ConfigureCNIStatus
// contains filtered or unexported fields
}
func (ConfigureCNI_builder) Build ¶
func (b0 ConfigureCNI_builder) Build() *ConfigureCNI
type DownloadCNIBinaries ¶
type DownloadCNIBinaries struct {
// contains filtered or unexported fields
}
func (*DownloadCNIBinaries) ClearMetadata ¶
func (x *DownloadCNIBinaries) ClearMetadata()
func (*DownloadCNIBinaries) ClearSpec ¶
func (x *DownloadCNIBinaries) ClearSpec()
func (*DownloadCNIBinaries) ClearStatus ¶
func (x *DownloadCNIBinaries) ClearStatus()
func (*DownloadCNIBinaries) Defaulting ¶
func (x *DownloadCNIBinaries) Defaulting()
func (*DownloadCNIBinaries) GetMetadata ¶
func (x *DownloadCNIBinaries) GetMetadata() *api.Metadata
func (*DownloadCNIBinaries) GetSpec ¶
func (x *DownloadCNIBinaries) GetSpec() *DownloadCNIBinariesSpec
func (*DownloadCNIBinaries) GetStatus ¶
func (x *DownloadCNIBinaries) GetStatus() *DownloadCNIBinariesStatus
func (*DownloadCNIBinaries) HasMetadata ¶
func (x *DownloadCNIBinaries) HasMetadata() bool
func (*DownloadCNIBinaries) HasSpec ¶
func (x *DownloadCNIBinaries) HasSpec() bool
func (*DownloadCNIBinaries) HasStatus ¶
func (x *DownloadCNIBinaries) HasStatus() bool
func (*DownloadCNIBinaries) ProtoMessage ¶
func (*DownloadCNIBinaries) ProtoMessage()
func (*DownloadCNIBinaries) ProtoReflect ¶
func (x *DownloadCNIBinaries) ProtoReflect() protoreflect.Message
func (*DownloadCNIBinaries) Redact ¶
func (x *DownloadCNIBinaries) Redact()
Redact removes sensitive fields from the action.
func (*DownloadCNIBinaries) Reset ¶
func (x *DownloadCNIBinaries) Reset()
func (*DownloadCNIBinaries) SetMetadata ¶
func (x *DownloadCNIBinaries) SetMetadata(v *api.Metadata)
func (*DownloadCNIBinaries) SetSpec ¶
func (x *DownloadCNIBinaries) SetSpec(v *DownloadCNIBinariesSpec)
func (*DownloadCNIBinaries) SetStatus ¶
func (x *DownloadCNIBinaries) SetStatus(v *DownloadCNIBinariesStatus)
func (*DownloadCNIBinaries) String ¶
func (x *DownloadCNIBinaries) String() string
type DownloadCNIBinariesSpec ¶
type DownloadCNIBinariesSpec struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*DownloadCNIBinariesSpec) ClearCniPluginsVersion ¶
func (x *DownloadCNIBinariesSpec) ClearCniPluginsVersion()
func (*DownloadCNIBinariesSpec) Defaulting ¶
func (x *DownloadCNIBinariesSpec) Defaulting()
func (*DownloadCNIBinariesSpec) GetCniPluginsVersion ¶
func (x *DownloadCNIBinariesSpec) GetCniPluginsVersion() string
func (*DownloadCNIBinariesSpec) HasCniPluginsVersion ¶
func (x *DownloadCNIBinariesSpec) HasCniPluginsVersion() bool
func (*DownloadCNIBinariesSpec) ProtoMessage ¶
func (*DownloadCNIBinariesSpec) ProtoMessage()
func (*DownloadCNIBinariesSpec) ProtoReflect ¶
func (x *DownloadCNIBinariesSpec) ProtoReflect() protoreflect.Message
func (*DownloadCNIBinariesSpec) Reset ¶
func (x *DownloadCNIBinariesSpec) Reset()
func (*DownloadCNIBinariesSpec) SetCniPluginsVersion ¶
func (x *DownloadCNIBinariesSpec) SetCniPluginsVersion(v string)
func (*DownloadCNIBinariesSpec) String ¶
func (x *DownloadCNIBinariesSpec) String() string
type DownloadCNIBinariesSpec_builder ¶
type DownloadCNIBinariesSpec_builder struct {
CniPluginsVersion *string
// contains filtered or unexported fields
}
func (DownloadCNIBinariesSpec_builder) Build ¶
func (b0 DownloadCNIBinariesSpec_builder) Build() *DownloadCNIBinariesSpec
type DownloadCNIBinariesStatus ¶
type DownloadCNIBinariesStatus struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*DownloadCNIBinariesStatus) ClearCniPluginsDownloadUrl ¶
func (x *DownloadCNIBinariesStatus) ClearCniPluginsDownloadUrl()
func (*DownloadCNIBinariesStatus) ClearCniPluginsPath ¶
func (x *DownloadCNIBinariesStatus) ClearCniPluginsPath()
func (*DownloadCNIBinariesStatus) GetCniPluginsDownloadUrl ¶
func (x *DownloadCNIBinariesStatus) GetCniPluginsDownloadUrl() string
func (*DownloadCNIBinariesStatus) GetCniPluginsPath ¶
func (x *DownloadCNIBinariesStatus) GetCniPluginsPath() string
func (*DownloadCNIBinariesStatus) HasCniPluginsDownloadUrl ¶
func (x *DownloadCNIBinariesStatus) HasCniPluginsDownloadUrl() bool
func (*DownloadCNIBinariesStatus) HasCniPluginsPath ¶
func (x *DownloadCNIBinariesStatus) HasCniPluginsPath() bool
func (*DownloadCNIBinariesStatus) ProtoMessage ¶
func (*DownloadCNIBinariesStatus) ProtoMessage()
func (*DownloadCNIBinariesStatus) ProtoReflect ¶
func (x *DownloadCNIBinariesStatus) ProtoReflect() protoreflect.Message
func (*DownloadCNIBinariesStatus) Reset ¶
func (x *DownloadCNIBinariesStatus) Reset()
func (*DownloadCNIBinariesStatus) SetCniPluginsDownloadUrl ¶
func (x *DownloadCNIBinariesStatus) SetCniPluginsDownloadUrl(v string)
func (*DownloadCNIBinariesStatus) SetCniPluginsPath ¶
func (x *DownloadCNIBinariesStatus) SetCniPluginsPath(v string)
func (*DownloadCNIBinariesStatus) String ¶
func (x *DownloadCNIBinariesStatus) String() string
type DownloadCNIBinariesStatus_builder ¶
type DownloadCNIBinariesStatus_builder struct {
CniPluginsDownloadUrl *string
CniPluginsPath *string
// contains filtered or unexported fields
}
func (DownloadCNIBinariesStatus_builder) Build ¶
func (b0 DownloadCNIBinariesStatus_builder) Build() *DownloadCNIBinariesStatus
type DownloadCNIBinaries_builder ¶
type DownloadCNIBinaries_builder struct {
Metadata *api.Metadata
Spec *DownloadCNIBinariesSpec
Status *DownloadCNIBinariesStatus
// contains filtered or unexported fields
}
func (DownloadCNIBinaries_builder) Build ¶
func (b0 DownloadCNIBinaries_builder) Build() *DownloadCNIBinaries
Click to show internal directories.
Click to hide internal directories.