Documentation ¶
Index ¶
- type GenericClusterObjectSet
- func (a *GenericClusterObjectSet) ClientObject() client.Object
- func (a *GenericClusterObjectSet) GetAvailabilityProbes() []corev1alpha1.ObjectSetProbe
- func (a *GenericClusterObjectSet) GetConditions() *[]metav1.Condition
- func (a *GenericClusterObjectSet) GetPhases() []corev1alpha1.ObjectSetTemplatePhase
- func (a *GenericClusterObjectSet) GetPrevious() []corev1alpha1.PreviousRevisionReference
- func (a *GenericClusterObjectSet) GetRemotePhases() []corev1alpha1.RemotePhaseReference
- func (a *GenericClusterObjectSet) GetRevision() int64
- func (a *GenericClusterObjectSet) GetSuccessDelaySeconds() int32
- func (a *GenericClusterObjectSet) IsArchived() bool
- func (a *GenericClusterObjectSet) IsPaused() bool
- func (a *GenericClusterObjectSet) SetPhases(phases []corev1alpha1.ObjectSetTemplatePhase)
- func (a *GenericClusterObjectSet) SetRemotePhases(remotes []corev1alpha1.RemotePhaseReference)
- func (a *GenericClusterObjectSet) SetRevision(revision int64)
- func (a *GenericClusterObjectSet) SetStatusControllerOf(controllerOf []corev1alpha1.ControlledObjectReference)
- func (a *GenericClusterObjectSet) UpdateStatusPhase()
- type GenericClusterObjectSetPhase
- func (a *GenericClusterObjectSetPhase) ClientObject() client.Object
- func (a *GenericClusterObjectSetPhase) GetConditions() []metav1.Condition
- func (a *GenericClusterObjectSetPhase) GetStatusControllerOf() []corev1alpha1.ControlledObjectReference
- func (a *GenericClusterObjectSetPhase) IsPaused() bool
- func (a *GenericClusterObjectSetPhase) SetAvailabilityProbes(probes []corev1alpha1.ObjectSetProbe)
- func (a *GenericClusterObjectSetPhase) SetPaused(paused bool)
- func (a *GenericClusterObjectSetPhase) SetPhase(phase corev1alpha1.ObjectSetTemplatePhase)
- func (a *GenericClusterObjectSetPhase) SetPrevious(previous []corev1alpha1.PreviousRevisionReference)
- func (a *GenericClusterObjectSetPhase) SetRevision(revision int64)
- type GenericObjectSet
- func (a *GenericObjectSet) ClientObject() client.Object
- func (a *GenericObjectSet) GetAvailabilityProbes() []corev1alpha1.ObjectSetProbe
- func (a *GenericObjectSet) GetConditions() *[]metav1.Condition
- func (a *GenericObjectSet) GetPhases() []corev1alpha1.ObjectSetTemplatePhase
- func (a *GenericObjectSet) GetPrevious() []corev1alpha1.PreviousRevisionReference
- func (a *GenericObjectSet) GetRemotePhases() []corev1alpha1.RemotePhaseReference
- func (a *GenericObjectSet) GetRevision() int64
- func (a *GenericObjectSet) GetSuccessDelaySeconds() int32
- func (a *GenericObjectSet) IsArchived() bool
- func (a *GenericObjectSet) IsPaused() bool
- func (a *GenericObjectSet) SetPhases(phases []corev1alpha1.ObjectSetTemplatePhase)
- func (a *GenericObjectSet) SetRemotePhases(remotes []corev1alpha1.RemotePhaseReference)
- func (a *GenericObjectSet) SetRevision(revision int64)
- func (a *GenericObjectSet) SetStatusControllerOf(controllerOf []corev1alpha1.ControlledObjectReference)
- func (a *GenericObjectSet) UpdateStatusPhase()
- type GenericObjectSetController
- type GenericObjectSetPhase
- func (a *GenericObjectSetPhase) ClientObject() client.Object
- func (a *GenericObjectSetPhase) GetConditions() []metav1.Condition
- func (a *GenericObjectSetPhase) GetStatusControllerOf() []corev1alpha1.ControlledObjectReference
- func (a *GenericObjectSetPhase) IsPaused() bool
- func (a *GenericObjectSetPhase) SetAvailabilityProbes(probes []corev1alpha1.ObjectSetProbe)
- func (a *GenericObjectSetPhase) SetPaused(paused bool)
- func (a *GenericObjectSetPhase) SetPhase(phase corev1alpha1.ObjectSetTemplatePhase)
- func (a *GenericObjectSetPhase) SetPrevious(previous []corev1alpha1.PreviousRevisionReference)
- func (a *GenericObjectSetPhase) SetRevision(revision int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericClusterObjectSet ¶
type GenericClusterObjectSet struct {
corev1alpha1.ClusterObjectSet
}
func (*GenericClusterObjectSet) ClientObject ¶
func (a *GenericClusterObjectSet) ClientObject() client.Object
func (*GenericClusterObjectSet) GetAvailabilityProbes ¶
func (a *GenericClusterObjectSet) GetAvailabilityProbes() []corev1alpha1.ObjectSetProbe
func (*GenericClusterObjectSet) GetConditions ¶
func (a *GenericClusterObjectSet) GetConditions() *[]metav1.Condition
func (*GenericClusterObjectSet) GetPhases ¶
func (a *GenericClusterObjectSet) GetPhases() []corev1alpha1.ObjectSetTemplatePhase
func (*GenericClusterObjectSet) GetPrevious ¶
func (a *GenericClusterObjectSet) GetPrevious() []corev1alpha1.PreviousRevisionReference
func (*GenericClusterObjectSet) GetRemotePhases ¶
func (a *GenericClusterObjectSet) GetRemotePhases() []corev1alpha1.RemotePhaseReference
func (*GenericClusterObjectSet) GetRevision ¶
func (a *GenericClusterObjectSet) GetRevision() int64
func (*GenericClusterObjectSet) GetSuccessDelaySeconds ¶
func (a *GenericClusterObjectSet) GetSuccessDelaySeconds() int32
func (*GenericClusterObjectSet) IsArchived ¶
func (a *GenericClusterObjectSet) IsArchived() bool
func (*GenericClusterObjectSet) IsPaused ¶
func (a *GenericClusterObjectSet) IsPaused() bool
func (*GenericClusterObjectSet) SetPhases ¶
func (a *GenericClusterObjectSet) SetPhases(phases []corev1alpha1.ObjectSetTemplatePhase)
func (*GenericClusterObjectSet) SetRemotePhases ¶
func (a *GenericClusterObjectSet) SetRemotePhases(remotes []corev1alpha1.RemotePhaseReference)
func (*GenericClusterObjectSet) SetRevision ¶
func (a *GenericClusterObjectSet) SetRevision(revision int64)
func (*GenericClusterObjectSet) SetStatusControllerOf ¶
func (a *GenericClusterObjectSet) SetStatusControllerOf(controllerOf []corev1alpha1.ControlledObjectReference)
func (*GenericClusterObjectSet) UpdateStatusPhase ¶
func (a *GenericClusterObjectSet) UpdateStatusPhase()
type GenericClusterObjectSetPhase ¶
type GenericClusterObjectSetPhase struct {
corev1alpha1.ClusterObjectSetPhase
}
func (*GenericClusterObjectSetPhase) ClientObject ¶
func (a *GenericClusterObjectSetPhase) ClientObject() client.Object
func (*GenericClusterObjectSetPhase) GetConditions ¶
func (a *GenericClusterObjectSetPhase) GetConditions() []metav1.Condition
func (*GenericClusterObjectSetPhase) GetStatusControllerOf ¶
func (a *GenericClusterObjectSetPhase) GetStatusControllerOf() []corev1alpha1.ControlledObjectReference
func (*GenericClusterObjectSetPhase) IsPaused ¶
func (a *GenericClusterObjectSetPhase) IsPaused() bool
func (*GenericClusterObjectSetPhase) SetAvailabilityProbes ¶
func (a *GenericClusterObjectSetPhase) SetAvailabilityProbes(probes []corev1alpha1.ObjectSetProbe)
func (*GenericClusterObjectSetPhase) SetPaused ¶
func (a *GenericClusterObjectSetPhase) SetPaused(paused bool)
func (*GenericClusterObjectSetPhase) SetPhase ¶
func (a *GenericClusterObjectSetPhase) SetPhase(phase corev1alpha1.ObjectSetTemplatePhase)
func (*GenericClusterObjectSetPhase) SetPrevious ¶
func (a *GenericClusterObjectSetPhase) SetPrevious(previous []corev1alpha1.PreviousRevisionReference)
func (*GenericClusterObjectSetPhase) SetRevision ¶
func (a *GenericClusterObjectSetPhase) SetRevision(revision int64)
type GenericObjectSet ¶
type GenericObjectSet struct {
corev1alpha1.ObjectSet
}
func (*GenericObjectSet) ClientObject ¶
func (a *GenericObjectSet) ClientObject() client.Object
func (*GenericObjectSet) GetAvailabilityProbes ¶
func (a *GenericObjectSet) GetAvailabilityProbes() []corev1alpha1.ObjectSetProbe
func (*GenericObjectSet) GetConditions ¶
func (a *GenericObjectSet) GetConditions() *[]metav1.Condition
func (*GenericObjectSet) GetPhases ¶
func (a *GenericObjectSet) GetPhases() []corev1alpha1.ObjectSetTemplatePhase
func (*GenericObjectSet) GetPrevious ¶
func (a *GenericObjectSet) GetPrevious() []corev1alpha1.PreviousRevisionReference
func (*GenericObjectSet) GetRemotePhases ¶
func (a *GenericObjectSet) GetRemotePhases() []corev1alpha1.RemotePhaseReference
func (*GenericObjectSet) GetRevision ¶
func (a *GenericObjectSet) GetRevision() int64
func (*GenericObjectSet) GetSuccessDelaySeconds ¶
func (a *GenericObjectSet) GetSuccessDelaySeconds() int32
func (*GenericObjectSet) IsArchived ¶
func (a *GenericObjectSet) IsArchived() bool
func (*GenericObjectSet) IsPaused ¶
func (a *GenericObjectSet) IsPaused() bool
func (*GenericObjectSet) SetPhases ¶
func (a *GenericObjectSet) SetPhases(phases []corev1alpha1.ObjectSetTemplatePhase)
func (*GenericObjectSet) SetRemotePhases ¶
func (a *GenericObjectSet) SetRemotePhases(remotes []corev1alpha1.RemotePhaseReference)
func (*GenericObjectSet) SetRevision ¶
func (a *GenericObjectSet) SetRevision(revision int64)
func (*GenericObjectSet) SetStatusControllerOf ¶
func (a *GenericObjectSet) SetStatusControllerOf(controllerOf []corev1alpha1.ControlledObjectReference)
func (*GenericObjectSet) UpdateStatusPhase ¶
func (a *GenericObjectSet) UpdateStatusPhase()
type GenericObjectSetController ¶
type GenericObjectSetController struct {
// contains filtered or unexported fields
}
Generic reconciler for both ObjectSet and ClusterObjectSet objects.
func NewObjectSetController ¶
func (*GenericObjectSetController) SetupWithManager ¶
func (c *GenericObjectSetController) SetupWithManager(mgr ctrl.Manager) error
type GenericObjectSetPhase ¶
type GenericObjectSetPhase struct {
corev1alpha1.ObjectSetPhase
}
func (*GenericObjectSetPhase) ClientObject ¶
func (a *GenericObjectSetPhase) ClientObject() client.Object
func (*GenericObjectSetPhase) GetConditions ¶
func (a *GenericObjectSetPhase) GetConditions() []metav1.Condition
func (*GenericObjectSetPhase) GetStatusControllerOf ¶
func (a *GenericObjectSetPhase) GetStatusControllerOf() []corev1alpha1.ControlledObjectReference
func (*GenericObjectSetPhase) IsPaused ¶
func (a *GenericObjectSetPhase) IsPaused() bool
func (*GenericObjectSetPhase) SetAvailabilityProbes ¶
func (a *GenericObjectSetPhase) SetAvailabilityProbes(probes []corev1alpha1.ObjectSetProbe)
func (*GenericObjectSetPhase) SetPaused ¶
func (a *GenericObjectSetPhase) SetPaused(paused bool)
func (*GenericObjectSetPhase) SetPhase ¶
func (a *GenericObjectSetPhase) SetPhase(phase corev1alpha1.ObjectSetTemplatePhase)
func (*GenericObjectSetPhase) SetPrevious ¶
func (a *GenericObjectSetPhase) SetPrevious(previous []corev1alpha1.PreviousRevisionReference)
func (*GenericObjectSetPhase) SetRevision ¶
func (a *GenericObjectSetPhase) SetRevision(revision int64)
Click to show internal directories.
Click to hide internal directories.