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 { K8sClient kubernetes.Interface Logger micrologger.Logger CalicoAddress string CalicoPrefixLength string ClusterIPRange string DNSIP string }
Config represents the configuration used to create a new clusterConfigMap resource.
type Resource ¶ added in v0.23.7
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://godoc.org/github.com/giantswarm/operatorkit/resource/k8s/secretresource#StateGetter
func (*Resource) GetCurrentState ¶ added in v0.23.7
func (*Resource) GetDesiredState ¶ added in v0.23.7
Click to show internal directories.
Click to hide internal directories.