Versions in this module Expand all Collapse all v0 v0.0.5 May 12, 2022 v0.0.4 May 12, 2022 v0.0.3 May 12, 2022 v0.0.2 May 11, 2022 v0.0.1 May 11, 2022 Changes in this version + const GroupName + const LegacyGroupName + var AddToScheme = SchemeBuilder.AddToScheme + var AddToSchemeInCoreGroup = LegacySchemeBuilder.AddToScheme + var LegacySchemeBuilder = runtime.NewSchemeBuilder(addLegacyKnownTypes) + var LegacySchemeGroupVersion = schema.GroupVersion + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + type Config struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + CPUSet string + CPUShares int64 + Cmd []string + DNS []string + Domainname string + Entrypoint []string + Env []string + ExposedPorts map[Port]struct{} + Hostname string + Image string + KernelMemory int64 + Labels map[string]string + MacAddress string + Memory int64 + MemoryReservation int64 + MemorySwap int64 + Mounts []Mount + NetworkDisabled bool + OnBuild []string + OpenStdin bool + PidsLimit int64 + PortSpecs []string + SecurityOpts []string + StdinOnce bool + StopSignal string + Tty bool + User string + VolumeDriver string + Volumes map[string]struct{} + VolumesFrom string + WorkingDir string + func (in *Config) DeepCopy() *Config + func (in *Config) DeepCopyInto(out *Config) + type DockerConfig struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + CPUSet string + CPUShares int64 + Cmd []string + DNS []string + Domainname string + Entrypoint []string + Env []string + ExposedPorts map[string]struct{} + Hostname string + Image string + Labels map[string]string + Memory int64 + MemorySwap int64 + NetworkDisabled bool + OnBuild []string + OpenStdin bool + PortSpecs []string + SecurityOpts []string + StdinOnce bool + Tty bool + User string + Volumes map[string]struct{} + VolumesFrom string + WorkingDir string + func (in *DockerConfig) DeepCopy() *DockerConfig + func (in *DockerConfig) DeepCopyInto(out *DockerConfig) + type DockerImage struct + Architecture string + Author string + Comment string + Config *DockerConfig + Container string + ContainerConfig DockerConfig + Created metav1.Time + DockerVersion string + ID string + Parent string + Size int64 + func (in *DockerImage) DeepCopy() *DockerImage + func (in *DockerImage) DeepCopyInto(out *DockerImage) + func (in *DockerImage) DeepCopyObject() runtime.Object + type ImagePre012 struct + Architecture string + Author string + Comment string + Config *Config + Container string + ContainerConfig Config + Created time.Time + DockerVersion string + ID string + Parent string + Size int64 + func (in *ImagePre012) DeepCopy() *ImagePre012 + func (in *ImagePre012) DeepCopyInto(out *ImagePre012) + type Mount struct + Destination string + Driver string + Mode string + Name string + RW bool + Source string + func (in *Mount) DeepCopy() *Mount + func (in *Mount) DeepCopyInto(out *Mount) + type Port string