Documentation
¶
Overview ¶
Package v1alpha1 contains the Lakom Shoot Service extension configuration. +groupName=lakom.extensions.gardener.cloud
Index ¶
- Constants
- Variables
- func Convert_lakom_LakomConfig_To_v1alpha1_LakomConfig(in *lakom.LakomConfig, out *LakomConfig, s conversion.Scope) error
- func Convert_v1alpha1_LakomConfig_To_lakom_LakomConfig(in *LakomConfig, out *lakom.LakomConfig, s conversion.Scope) error
- func Kind(kind string) schema.GroupKind
- func RegisterConversions(s *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
- func Resource(resource string) schema.GroupResource
- type LakomConfig
Constants ¶
const GroupName = "lakom.extensions.gardener.cloud"
GroupName is the group name use in this package
Variables ¶
var (
// AddToScheme is a pointer to SchemeBuilder.AddToScheme.
AddToScheme = localSchemeBuilder.AddToScheme
)
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Convert_lakom_LakomConfig_To_v1alpha1_LakomConfig ¶
func Convert_lakom_LakomConfig_To_v1alpha1_LakomConfig(in *lakom.LakomConfig, out *LakomConfig, s conversion.Scope) error
Convert_lakom_LakomConfig_To_v1alpha1_LakomConfig is an autogenerated conversion function.
func Convert_v1alpha1_LakomConfig_To_lakom_LakomConfig ¶
func Convert_v1alpha1_LakomConfig_To_lakom_LakomConfig(in *LakomConfig, out *lakom.LakomConfig, s conversion.Scope) error
Convert_v1alpha1_LakomConfig_To_lakom_LakomConfig is an autogenerated conversion function.
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type LakomConfig ¶
type LakomConfig struct { metav1.TypeMeta // The scope in which lakom will verify pods // +optional Scope *lakom.ScopeType `json:"scope"` // TrustedKeysResourceName is the name of the shoot resource providing additional cosign public keys for image signature validation. // +optional TrustedKeysResourceName *string `json:"trustedKeysResourceName,omitempty"` }
LakomConfig contains information about the Lakom service configuration.
func (*LakomConfig) DeepCopy ¶
func (in *LakomConfig) DeepCopy() *LakomConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LakomConfig.
func (*LakomConfig) DeepCopyInto ¶
func (in *LakomConfig) DeepCopyInto(out *LakomConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LakomConfig) DeepCopyObject ¶
func (in *LakomConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.