replicationcontroller

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	Options *typed.HandlerOptions
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, namespace, kubeconfig string) (handler *Handler, err error)

New returns a replicationcontroller handler from kubeconfig or in-cluster config.

func (*Handler) Apply

func (h *Handler) Apply(filename string) (*corev1.ReplicationController, error)

Apply apply replicationcontroller from yaml file, alias to "ApplyFromFile"

func (*Handler) ApplyFromBytes

func (h *Handler) ApplyFromBytes(data []byte) (rc *corev1.ReplicationController, err error)

ApplyFromBytes apply replicationcontroller from bytes

func (*Handler) ApplyFromFile

func (h *Handler) ApplyFromFile(filename string) (rc *corev1.ReplicationController, err error)

ApplyFromFile apply replicationcontroller from yaml file

func (*Handler) ApplyFromRaw

func (h *Handler) ApplyFromRaw(raw map[string]interface{}) (*corev1.ReplicationController, error)

ApplyFromRaw apply replicationcontroller from map[string]interface{}

func (*Handler) Clientset added in v0.2.0

func (h *Handler) Clientset() *kubernetes.Clientset

func (*Handler) Create

func (h *Handler) Create(filename string) (*corev1.ReplicationController, error)

Create create replicationcontroller from yaml file, alias to "CreateFromFile"

func (*Handler) CreateFromBytes

func (h *Handler) CreateFromBytes(data []byte) (*corev1.ReplicationController, error)

CreateFromBytes create replicationcontroller from bytes

func (*Handler) CreateFromFile

func (h *Handler) CreateFromFile(filename string) (*corev1.ReplicationController, error)

CreateFromFile create replicationcontroller from yaml file

func (*Handler) CreateFromRaw

func (h *Handler) CreateFromRaw(raw map[string]interface{}) (*corev1.ReplicationController, error)

CreateFromRaw create replicationcontroller from map[string]interface{}

func (*Handler) DeepCopy

func (in *Handler) DeepCopy() *Handler

func (*Handler) Delete

func (h *Handler) Delete(name string) error

Delete delete replicationcontroller by name, alias to "DeleteByName"

func (*Handler) DeleteByName

func (h *Handler) DeleteByName(name string) error

DeleteByName delete replicationcontroller by name

func (*Handler) DeleteFromBytes

func (h *Handler) DeleteFromBytes(data []byte) error

DeleteFromBytes delete replicationcontroller from bytes

func (*Handler) DeleteFromFile

func (h *Handler) DeleteFromFile(filename string) error

DeleteFromFile delete replicationcontroller from yaml file

func (*Handler) DiscoveryClient added in v0.2.0

func (h *Handler) DiscoveryClient() *discovery.DiscoveryClient

func (*Handler) DynamicClient added in v0.2.0

func (h *Handler) DynamicClient() dynamic.Interface

func (*Handler) Get

func (h *Handler) Get(name string) (replicationcontroller *corev1.ReplicationController, err error)

Get get replicationcontroller by name

func (*Handler) GetByName

func (h *Handler) GetByName(name string) (*corev1.ReplicationController, error)

GetByName get replicationcontroller by name

func (*Handler) GetFromBytes

func (h *Handler) GetFromBytes(data []byte) (*corev1.ReplicationController, error)

GetFromBytes get replicationcontroller from bytes

func (*Handler) GetFromFile

func (h *Handler) GetFromFile(filename string) (*corev1.ReplicationController, error)

GetFromFile get replicationcontroller from yaml file

func (*Handler) IsReady

func (h *Handler) IsReady(name string) bool

IsReady check if the replicationcontroller is ready

func (*Handler) List

func (h *Handler) List(labels string) (*corev1.ReplicationControllerList, error)

List list replicationcontrollers by labels, alias to "ListByLabel"

func (*Handler) ListAll

func (h *Handler) ListAll() (*corev1.ReplicationControllerList, error)

ListAll list all replicationcontrollers in the k8s cluster

func (*Handler) ListByLabel

func (h *Handler) ListByLabel(labels string) (*corev1.ReplicationControllerList, error)

ListByLabel list replicationcontrollers by labels

func (*Handler) ListByNamespace

func (h *Handler) ListByNamespace(namespace string) (*corev1.ReplicationControllerList, error)

ListByNamespace list replicationcontrollers by namespace

func (*Handler) Namespace

func (h *Handler) Namespace() string

func (*Handler) RESTClient added in v0.2.0

func (h *Handler) RESTClient() *rest.RESTClient

func (*Handler) RunInformer

func (h *Handler) RunInformer(
	addFunc func(obj interface{}),
	updateFunc func(oldObj, newObj interface{}),
	deleteFunc func(obj interface{}),
	stopCh chan struct{})

RunInformer

func (*Handler) SetForceDelete

func (h *Handler) SetForceDelete(force bool)

func (*Handler) SetLimit

func (h *Handler) SetLimit(limit int64)

func (*Handler) SetTimeout

func (h *Handler) SetTimeout(timeout int64)

func (*Handler) Update

func (h *Handler) Update(filename string) (*corev1.ReplicationController, error)

Update update replicationcontroller from yaml file, alias to "UpdateFromFile"

func (*Handler) UpdateFromBytes

func (h *Handler) UpdateFromBytes(data []byte) (*corev1.ReplicationController, error)

UpdateFromBytes update replicationcontroller from bytes

func (*Handler) UpdateFromFile

func (h *Handler) UpdateFromFile(filename string) (*corev1.ReplicationController, error)

UpdateFromFile update replicationcontroller from yaml file

func (*Handler) UpdateFromRaw

func (h *Handler) UpdateFromRaw(raw map[string]interface{}) (*corev1.ReplicationController, error)

UpdateFromRaw update replicationcontroller from map[string]interface{}

func (*Handler) WaitReady

func (h *Handler) WaitReady(name string, check bool) (err error)

WaitReady wait for the replicationcontroller to be in the ready status

func (*Handler) Watch

func (h *Handler) Watch(name string,
	addFunc, modifyFunc, deleteFunc func(x interface{}), x interface{}) (err error)

Watch watch replicationcontrollers by name, alias to "WatchByName"

func (*Handler) WatchByLabel

func (h *Handler) WatchByLabel(labelSelector string,
	addFunc, modifyFunc, deleteFunc func(x interface{}), x interface{}) (err error)

WatchByLabel watch replicationcontrollers by labelSelector

func (*Handler) WatchByName

func (h *Handler) WatchByName(name string,
	addFunc, modifyFunc, deleteFunc func(x interface{}), x interface{}) (err error)

WatchByName watch replicationcontrollers by labelSelector

func (*Handler) WithDryRun

func (h *Handler) WithDryRun() *Handler

func (*Handler) WithNamespace

func (h *Handler) WithNamespace(namespace string) *Handler

Jump to

Keyboard shortcuts

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