package
1.14.0-alpha.1
Repository: https://github.com/micnncim/kubernetes.git
Documentation: pkg.go.dev
# Functions
DefaultGenerators returns the set of default generators for use in Factory instances.
FallbackGeneratorNameIfNecessary returns the name of the old generator if server does not support new generator.
HandleResourceRequirementsV1 parses the limits and requests parameters if specified and returns ResourceRequirements.
No description provided by the author
# Constants
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
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
TODO(sig-cli): Enforce consistent naming for generators here.
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
GeneratorFn gives a way to easily override the function for unit testing if needed.
# Structs
BaseDeploymentGenerator implements the common functionality of DeploymentBasicGeneratorV1, DeploymentBasicAppsGeneratorV1Beta1 and DeploymentBasicAppsGeneratorV1.
No description provided by the author
No description provided by the author
ClusterRoleBindingGeneratorV1 supports stable generation of a clusterRoleBinding.
ConfigMapGeneratorV1 supports stable generation of a configMap.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeploymentBasicAppsGeneratorV1 supports stable generation of a deployment under apps/v1 endpoint.
DeploymentBasicAppsGeneratorV1Beta1 supports stable generation of a deployment under apps/v1beta1 endpoint.
DeploymentBasicGeneratorV1 supports stable generation of a deployment.
No description provided by the author
No description provided by the author
DockerConfigJSON represents a local docker auth config file for pulling images.
HorizontalPodAutoscalerGeneratorV1 supports stable generation of a horizontal pod autoscaler.
No description provided by the author
NamespaceGeneratorV1 supports stable generation of a namespace.
PodDisruptionBudgetV1Generator supports stable generation of a pod disruption budget.
PodDisruptionBudgetV2Generator supports stable generation of a pod disruption budget.
PriorityClassV1Generator supports stable generation of a priorityClass.
ResourceQuotaGeneratorV1 supports stable generation of a resource quota.
RoleBindingGeneratorV1 supports stable generation of a roleBinding.
SecretForDockerRegistryGeneratorV1 supports stable generation of a docker registry secret.
SecretForTLSGeneratorV1 supports stable generation of a TLS secret.
SecretGeneratorV1 supports stable generation of an opaque secret.
ServiceAccountGeneratorV1 supports stable generation of a service account.
No description provided by the author
No description provided by the author
TODO: is this really necessary?.
The only difference between ServiceGeneratorV1 and V2 is that the service port is named "default" in V1, while it is left unnamed in V2.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
DockerConfig represents the config file used by the docker CLI.