package
0.0.0-20190625151958-16cafa9109a3
Repository: https://github.com/blackducksoftware/horizon.git
Documentation: pkg.go.dev

# Functions

NewClusterRole creates a ClusterRole object.
NewClusterRoleBinding creates a ClusterRoleBinding object.
NewConfigMap creates a ConfigMap object.
NewConfigMapVolume creates a ConfigMap volume object.
NewContainer creates a Container object.
NewCustomResourceDefintion returns a CustomerResrouceDefinition object.
NewDaemonSet creates a DaemonSet object.
NewDeployment creates a Deployment object.
NewEmptyDirVolume creates an EmptyDir volume object.
NewGCEPersistentDiskVolume creates a new GCE Persistent Disk volume object.
NewHorizontalPodAutoscaler creates a HorizontalPodAutoscaler object.
NewHostPathVolume create a HostPath volume object.
NewIngress creates an Ingress object.
NewJob creates a Job object.
NewNamespace creates a Namespace object.
NewPersistentVolumeClaim creates a new PersistentVolumeClaim object.
NewPod create a Pod object.
NewPVCVolume creates a new Persistent Volume Claim volume object.
NewReplicationController creates a ReplicationController object.
NewRole creates a Role object.
NewRoleBinding creates a RoleBinding object.
NewSecret creates a Secret object.
NewSecretVolume creates a Secret volume object.
NewService creates a Service object.
NewServiceAccount creates a ServiceAccount object.
NewStatefulSet creates a StatefulSet object.

# Structs

ClusterRole defines the cluster role component.
ClusterRoleBinding defines the cluster role binding component.
ConfigMap defines the config map component.
Container defines containers that can be added to other components.
CustomResourceDefinition defines a custom resource.
DaemonSet defines the daemon set component.
Deployment defines the deployment component.
HorizontalPodAutoscaler defines the HorizontalPodAutoscaler component.
Ingress defines the Ingress component.
Job defines the job component.
LabelSelectorFuncs defines functions to act upon Label Selectors.
MetadataFuncs defines some common metadata handling functions.
Namespace defines the namespace component.
PersistentVolumeClaim defines the persistent volume claim component.
Pod defines the pod component.
PodFuncs defines common functions for managing pods contained in other components.
ReplicationController defines the replication controller component.
Role defines the cluster role component.
RoleBinding defines the cluster role binding component.
Secret defines the secret component.
Service defines the service component.
ServiceAccount defines the service account component.
StatefulSet defines the stateful set component.
Volume defines the volume component.