package
0.5.0
Repository: https://github.com/solo-io/external-apis.git
Documentation: pkg.go.dev

# Packages

Definitions for the Kubernetes Controllers.
Package mock_v1 is a generated GoMock package.
No description provided by the author
No description provided by the author

# 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
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

# Interfaces

clienset for the apps/v1 APIs.
Client knows how to perform CRUD operations on DaemonSets.
Reader knows how to read and list DaemonSets.
StatusWriter knows how to update status subresource of a DaemonSet object.
Writer knows how to create, delete, and update DaemonSets.
Client knows how to perform CRUD operations on Deployments.
Reader knows how to read and list Deployments.
StatusWriter knows how to update status subresource of a Deployment object.
Writer knows how to create, delete, and update Deployments.
MulticlusterClientset for the apps/v1 APIs.
Provides DaemonSetClients for multiple clusters.
Provides DeploymentClients for multiple clusters.
Provides ReplicaSetClients for multiple clusters.
Provides StatefulSetClients for multiple clusters.
Client knows how to perform CRUD operations on ReplicaSets.
Reader knows how to read and list ReplicaSets.
StatusWriter knows how to update status subresource of a ReplicaSet object.
Writer knows how to create, delete, and update ReplicaSets.
Client knows how to perform CRUD operations on StatefulSets.
Reader knows how to read and list StatefulSets.
StatusWriter knows how to update status subresource of a StatefulSet object.
Writer knows how to create, delete, and update StatefulSets.

# Type aliases

DaemonSetSlice represents a slice of *DaemonSet.
DaemonSetTransitionFunction instructs the DaemonSetWriter how to transition between an existing DaemonSet object and a desired on an Upsert.
DeploymentSlice represents a slice of *Deployment.
DeploymentTransitionFunction instructs the DeploymentWriter how to transition between an existing Deployment object and a desired on an Upsert.
ReplicaSetSlice represents a slice of *ReplicaSet.
ReplicaSetTransitionFunction instructs the ReplicaSetWriter how to transition between an existing ReplicaSet object and a desired on an Upsert.
StatefulSetSlice represents a slice of *StatefulSet.
StatefulSetTransitionFunction instructs the StatefulSetWriter how to transition between an existing StatefulSet object and a desired on an Upsert.