Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableSecurityContext |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
ContainerFluent.getSecurityContext() |
SecurityContext |
Container.getSecurityContext() |
Modifier and Type | Method and Description |
---|---|
void |
Container.setSecurityContext(SecurityContext securityContext) |
ContainerFluent.SecurityContextNested<T> |
ContainerFluent.withNewSecurityContextLike(SecurityContext item) |
T |
ContainerFluent.withSecurityContext(SecurityContext securityContext) |
Constructor and Description |
---|
Container(List<String> args,
List<String> command,
List<EnvVar> env,
String image,
String imagePullPolicy,
Lifecycle lifecycle,
Probe livenessProbe,
String name,
List<ContainerPort> ports,
Probe readinessProbe,
ResourceRequirements resources,
SecurityContext securityContext,
String terminationMessagePath,
List<VolumeMount> volumeMounts,
String workingDir) |
EditableContainer(List<String> args,
List<String> command,
List<EnvVar> env,
String image,
String imagePullPolicy,
Lifecycle lifecycle,
Probe livenessProbe,
String name,
List<ContainerPort> ports,
Probe readinessProbe,
ResourceRequirements resources,
SecurityContext securityContext,
String terminationMessagePath,
List<VolumeMount> volumeMounts,
String workingDir) |
SecurityContextBuilder(SecurityContext instance) |
SecurityContextBuilder(SecurityContextFluent<?> fluent,
SecurityContext instance) |
Copyright © 2011–2015 Red Hat. All rights reserved.