Documentation ¶
Index ¶
- type Manifests
- func (mf Manifests) Clone() Manifests
- func (mf Manifests) Render(options RenderOptions) (Manifests, error)
- func (mf Manifests) ToCreatableObjects(cli client.Client, log logr.Logger) []deployer.WaitableObject
- func (mf Manifests) ToDeletableObjects(cli client.Client, log logr.Logger) []deployer.WaitableObject
- func (mf Manifests) ToObjects() []client.Object
- type RenderOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifests ¶
type Manifests struct { Namespace *corev1.Namespace SATopologyUpdater *corev1.ServiceAccount CRTopologyUpdater *rbacv1.ClusterRole CRBTopologyUpdater *rbacv1.ClusterRoleBinding DSTopologyUpdater *appsv1.DaemonSet // contains filtered or unexported fields }
func (Manifests) ToCreatableObjects ¶
func (Manifests) ToDeletableObjects ¶
type RenderOptions ¶
type RenderOptions struct { DaemonSet objectupdate.DaemonSetOptions // Deployment option Replicas int32 // General options Namespace string }
Click to show internal directories.
Click to hide internal directories.