Documentation ¶
Index ¶
- func NewConfigMap(namespace, name string, obj v1.ConfigMap) *v1.ConfigMap
- func NewDaemonset(namespace, name string, obj appsv1.DaemonSet) *appsv1.DaemonSet
- func NewDeployment(namespace, name string, obj appsv1.Deployment) *appsv1.Deployment
- func NewEndpoints(namespace, name string, obj v1.Endpoints) *v1.Endpoints
- func NewIngress(namespace, name string, obj extensionsv1beta1.Ingress) *extensionsv1beta1.Ingress
- func NewNamespace(name string, obj v1.Namespace) *v1.Namespace
- func NewPersistentVolumeClaim(namespace, name string, obj v1.PersistentVolumeClaim) *v1.PersistentVolumeClaim
- func NewSecret(namespace, name string, obj v1.Secret) *v1.Secret
- func NewService(namespace, name string, obj v1.Service) *v1.Service
- func NewServiceAccount(namespace, name string, obj v1.ServiceAccount) *v1.ServiceAccount
- func NewStatefulSet(namespace, name string, obj appsv1.StatefulSet) *appsv1.StatefulSet
- func NewTaskRun(namespace, name string, obj tektonv1beta1.TaskRun) *tektonv1beta1.TaskRun
- func NewTrafficSplit(namespace, name string, obj splitv1alpha1.TrafficSplit) *splitv1alpha1.TrafficSplit
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDaemonset ¶
func NewDeployment ¶
func NewDeployment(namespace, name string, obj appsv1.Deployment) *appsv1.Deployment
func NewIngress ¶
func NewIngress(namespace, name string, obj extensionsv1beta1.Ingress) *extensionsv1beta1.Ingress
func NewPersistentVolumeClaim ¶
func NewPersistentVolumeClaim(namespace, name string, obj v1.PersistentVolumeClaim) *v1.PersistentVolumeClaim
func NewServiceAccount ¶
func NewServiceAccount(namespace, name string, obj v1.ServiceAccount) *v1.ServiceAccount
func NewStatefulSet ¶ added in v0.6.0
func NewStatefulSet(namespace, name string, obj appsv1.StatefulSet) *appsv1.StatefulSet
func NewTaskRun ¶ added in v0.2.0
func NewTaskRun(namespace, name string, obj tektonv1beta1.TaskRun) *tektonv1beta1.TaskRun
func NewTrafficSplit ¶ added in v0.5.0
func NewTrafficSplit(namespace, name string, obj splitv1alpha1.TrafficSplit) *splitv1alpha1.TrafficSplit
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.