package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev

# 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

# 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
LogTagDelimiter is the delimiter for different log tags.
LogTagFull means the line is a single full line or the end of multiple lines.
LogTagPartial means the line is part of multiple lines.
Mounts get propagated from the host to the container and from the container to the host ("rshared" in Linux).
Mounts get propagated from the host to the container ("rslave" in Linux).
No mount propagation ("private" in Linux terminology).
A CONTAINER namespace is restricted to a single container.
A NODE namespace is the namespace of the Kubernetes node.
A POD namespace is common to all containers in a pod.
NetworkReady means the runtime network is up and ready to accept containers which require network.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RuntimeReady means the runtime is up and ready to accept basic containers.
Stderr is the stream type for stderr.
Stdout is the stream type for stdout.

# Variables

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

# Structs

No description provided by the author
No description provided by the author
AuthConfig contains authorization information for connecting to a registry.
Capability contains the container capabilities to add or drop.
Container provides the runtime information for a container, such as ID, hash, state of the container.
ContainerAttributes provides basic information of the container.
ContainerConfig holds all the required and optional fields for creating a container.
ContainerFilter is used to filter containers.
ContainerMetadata holds all necessary information for building the container name.
ContainerStateValue is the wrapper of ContainerState.
ContainerStats provides the resource usage statistics for a container.
ContainerStatsFilter is used to filter containers.
No description provided by the author
No description provided by the author
ContainerStatus represents the status of a container.
No description provided by the author
No description provided by the author
CpuUsage provides the CPU usage information.
No description provided by the author
No description provided by the author
Device specifies a host device to mount into a container.
DNSConfig specifies the DNS servers and search domains of a sandbox.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FilesystemIdentifier uniquely identify the filesystem.
FilesystemUsage provides the filesystem usage information.
Basic information about a container image.
No description provided by the author
No description provided by the author
No description provided by the author
ImageSpec is an internal representation of an image.
No description provided by the author
No description provided by the author
Int64Value is the wrapper of int64.
No description provided by the author
LinuxContainerConfig contains platform-specific configuration for Linux-based containers.
LinuxContainerResources specifies Linux specific configuration for resources.
LinuxContainerSecurityContext holds linux security configuration that will be applied to a container.
LinuxPodSandboxConfig holds platform-specific configurations for Linux host platforms and Linux-based containers.
LinuxSandboxStatus contains status specific to Linux sandboxes.
LinuxSandboxSecurityContext holds linux security configuration that will be applied to a sandbox.
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
MemoryUsage provides the memory usage information.
Mount specifies a host volume to mount into a container.
Namespace contains paths to the namespaces.
NamespaceOption provides options for Linux namespaces.
No description provided by the author
PodSandbox contains minimal information about a sandbox.
PodSandboxConfig holds all the required and optional fields for creating a sandbox.
PodSandboxFilter is used to filter a list of PodSandboxes.
PodSandboxMetadata holds all necessary information for building the sandbox name.
PodSandboxNetworkStatus is the status of the network for a PodSandbox.
PodSandboxStateValue is the wrapper of PodSandboxState.
PodSandboxStatus contains the status of the PodSandbox.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PortMapping specifies the port mapping configurations of a sandbox.
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
RuntimeCondition contains condition information for the runtime.
No description provided by the author
RuntimeStatus is information about the current status of the runtime.
SELinuxOption are the labels to be applied to the container.
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
UInt64Value is the wrapper of uint64.
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
WindowsContainerConfig contains platform-specific configuration for Windows-based containers.
WindowsContainerResources specifies Windows specific configuration for resources.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
LogStreamType is the type of the stream in CRI container log.
LogTag is the tag of a log line in CRI container log.
No description provided by the author
A NamespaceMode describes the intended namespace configuration for each of the namespaces (Network, PID, IPC) in NamespaceOption.
No description provided by the author
No description provided by the author