# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsDeploymentRolloutDone returns True when the Deployment rollout is over.
IsStatefulSetRolloutDone returns True when the StatefulSet rollout is over.
No description provided by the author
MkContainer produces a Container with the default settings.
MkContainerPort produces a TCP ContainerPort.
MkDeployment produces a Deployment.
MkEmptyDirVolume produces a EmptyDir Volume.
MkEnvVar is small helper to produce an EnvVar.
No description provided by the author
MkHeadlessService produces a headless service.
MkHeadlessServicePod produces a headless service.
MkHTTPSRoute produces a Route on top of a Service.
MkJob produces a Job.
No description provided by the author
No description provided by the author
MkPVC produces PerssistentVolumeClaim.
No description provided by the author
No description provided by the author
No description provided by the author
MkSecretEnvVar produces an EnvVar from a Secret's key.
MkSecretFromFunc produces a Secret where data is the result of getData.
MkSecurityContext produces a SecurityContext.
MkService produces a Service.
MkServicePod produces a Service that target a single Pod by name.
MkSSHKeySecret produces a Secret storing a SSH Key pair.
No description provided by the author
No description provided by the author
MkStatefulset produces a StatefulSet.
MkVolumeCM produce a Volume from a ConfigMap.
MkVolumeSecret produces a Volume from a Secret source When the secretName var is not set then Secret name is the same as the Volume name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetContainerLimits sets the Resource limit according to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultPodSecurityContext is the PodSecurityContext used by sf-operator Pods.
# Structs
No description provided by the author
No description provided by the author
StorageConfig is used to define PVC Storage.