operator

package
v0.0.0-...-c3e3b63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2020 License: AGPL-3.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPodCondition

func GetPodCondition(status *v1.PodStatus, conditionType v1.PodConditionType) (int, *v1.PodCondition)

GetPodCondition extracts the provided condition from the given status and returns that. Returns nil and -1 if the condition is not present, and the index of the located condition.

func GetPodReadyCondition

func GetPodReadyCondition(status v1.PodStatus) *v1.PodCondition

GetPodReadyCondition extracts the pod ready condition from the given status and returns that. Returns nil if the condition is not present.

func GetPods

func GetPods(pods []*v1.Pod, filter func(pod *v1.Pod) bool) []*v1.Pod

GetPods filtered by func filter.

func IsPodReady

func IsPodReady(pod *v1.Pod) bool

IsPodReady returns true if a pod is ready; false otherwise.

func IsPodReadyConditionTrue

func IsPodReadyConditionTrue(status v1.PodStatus) bool

IsPodReadyConditionTrue retruns true if a pod is ready; false otherwise.

func LabelsForDeployment

func LabelsForDeployment(deploymentName string) map[string]string

LabelsForDeployment returns the map of labels for an AEM deployment.

Types

type AEMDeploymentController

type AEMDeploymentController struct {
	// contains filtered or unexported fields
}

AEMDeploymentController represents the main operator controller.

func NewAEMController

func NewAEMController(kubeconfig string, logger *zap.Logger) (*AEMDeploymentController, error)

NewAEMController creates a new controller for the AEM Operator.

func (*AEMDeploymentController) Run

func (ac *AEMDeploymentController) Run(stop <-chan struct{})

Run runs the controller.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL