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 { ServiceAccount *corev1.ServiceAccount Role *rbacv1.Role RoleBinding *rbacv1.RoleBinding ClusterRole *rbacv1.ClusterRole ClusterRoleBinding *rbacv1.ClusterRoleBinding ConfigMap *corev1.ConfigMap DaemonSet *appsv1.DaemonSet // OpenShift related components MachineConfig *machineconfigv1.MachineConfig SecurityContextConstraint *securityv1.SecurityContextConstraints // contains filtered or unexported fields }
func (Manifests) ToCreatableObjects ¶
func (Manifests) ToDeletableObjects ¶
func (Manifests) Update ¶
func (mf Manifests) Update(options UpdateOptions) Manifests
type UpdateOptions ¶
type UpdateOptions struct { // DaemonSet options PullIfNotPresent bool NodeSelector *metav1.LabelSelector // MachineConfig options MachineConfigPoolSelector *metav1.LabelSelector // Config Map options ConfigData string // General options Namespace string Name string }
Click to show internal directories.
Click to hide internal directories.