Documentation ¶
Index ¶
- type Manifests
- func (mf Manifests) Clone() Manifests
- func (mf Manifests) ToCreatableObjects(hp *deployer.Helper, log tlog.Logger) []deployer.WaitableObject
- func (mf Manifests) ToDeletableObjects(hp *deployer.Helper, log tlog.Logger) []deployer.WaitableObject
- func (mf Manifests) ToObjects() []client.Object
- func (mf Manifests) Update(options UpdateOptions) Manifests
- type UpdateOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifests ¶
type Manifests struct { Namespace *corev1.Namespace ServiceAccount *corev1.ServiceAccount ClusterRole *rbacv1.ClusterRole ClusterRoleBinding *rbacv1.ClusterRoleBinding ConfigMap *corev1.ConfigMap DaemonSet *appsv1.DaemonSet // contains filtered or unexported fields }
func (Manifests) ToCreatableObjects ¶
func (Manifests) ToDeletableObjects ¶
func (Manifests) Update ¶
func (mf Manifests) Update(options UpdateOptions) Manifests
type UpdateOptions ¶
Click to show internal directories.
Click to hide internal directories.