Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the identifier of the resource.
Name = "clusterconfigmap"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { BaseDomain basedomain.Interface K8sClient kubernetes.Interface Logger micrologger.Logger PodCIDR podcidr.Interface ClusterIPRange string DNSIP string Provider string }
Config represents the configuration used to create a new clusterConfigMap resource.
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the clusterConfigMap resource.
func New ¶
New creates a new configured config map state getter resource managing cluster config maps.
https://pkg.go.dev/github.com/giantswarm/operatorkit/v7/pkg/resource/k8s/secretresource#StateGetter
func (*Resource) GetCurrentState ¶
func (*Resource) GetDesiredState ¶
Click to show internal directories.
Click to hide internal directories.