package
0.0.2
Repository: https://github.com/davidzisky/kstub.git
Documentation: pkg.go.dev

# Functions

FromInt creates an IntOrString object with an int32 value.
FromString creates an IntOrString object with a string value.
No description provided by the author
Parse the given string and try to convert it to an integer before setting it as a string value.

# Constants

The IntOrString holds an int.
MountPropagationBidirectional means that the volume in a container will receive new mounts from the host or other containers, and its own mounts will be propagated from the container to the host or other containers.
MountPropagationHostToContainer means that the volume in a container will receive new mounts from the host or other containers, but filesystems mounted inside the container won't be propagated to the host or other containers.
MountPropagationNone means that the volume in a container will not receive new mounts from the host or other containers, and filesystems mounted inside the container won't be propagated to the host or other containers.
The IntOrString holds a string.

# Structs

No description provided by the author
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.
Selects a key from 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
EnvFromSource represents the source of a set of ConfigMaps.
No description provided by the author
EnvVarSource represents a source for the value of an EnvVar.
HTTPIngressPath associates a path regex with a backend.
HTTPIngressRuleValue is a list of http selectors pointing to backends.
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
.
IngressRule represents the rules mapping the paths under a specified host to the related backend services.
IngressRuleValue represents a rule to apply against incoming requests.
No description provided by the author
IngressSpec describes the Ingress the user wishes to exist.
IngressTLS describes the transport layer security associated with an Ingress.
IntOrString is a type that can hold an int32 or a string.
No description provided by the author
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
ObjectFieldSelector selects an APIVersioned field of an object.
No description provided by the author
No description provided by the author
No description provided by the author
ResourceFieldSelector represents container resources (cpu, memory) and their output format.
ResourceRequirements describes the compute resource requirements.
SecretEnvSource selects a Secret to populate the environment variables with.
SecretKeySelector selects a key of a Secret.
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
VolumeMount describes a mounting of a Volume within a container.
No description provided by the author

# Type aliases

MountPropagationMode describes mount propagation.
No description provided by the author
PullPolicy describes a policy for if/when to pull a container image.
ResourceList is a set of (resource name, quantity) pairs.
ResourceName is the name identifying various resources in a ResourceList.
No description provided by the author
Type represents the stored type of IntOrString.