public interface ExtensionsV1beta1PodSecurityPolicySpecFluent<A extends ExtensionsV1beta1PodSecurityPolicySpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.FsGroupNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsGroupNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsUserNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.SeLinuxNested<N> |
static interface |
ExtensionsV1beta1PodSecurityPolicySpecFluent.SupplementalGroupsNested<N> |
Boolean isAllowPrivilegeEscalation()
Boolean hasAllowPrivilegeEscalation()
A withNewAllowPrivilegeEscalation(boolean arg1)
A addToAllowedCSIDrivers(int index, ExtensionsV1beta1AllowedCSIDriver item)
A setToAllowedCSIDrivers(int index, ExtensionsV1beta1AllowedCSIDriver item)
A addToAllowedCSIDrivers(ExtensionsV1beta1AllowedCSIDriver... items)
A addAllToAllowedCSIDrivers(Collection<ExtensionsV1beta1AllowedCSIDriver> items)
A removeFromAllowedCSIDrivers(ExtensionsV1beta1AllowedCSIDriver... items)
A removeAllFromAllowedCSIDrivers(Collection<ExtensionsV1beta1AllowedCSIDriver> items)
@Deprecated List<ExtensionsV1beta1AllowedCSIDriver> getAllowedCSIDrivers()
List<ExtensionsV1beta1AllowedCSIDriver> buildAllowedCSIDrivers()
ExtensionsV1beta1AllowedCSIDriver buildAllowedCSIDriver(int index)
ExtensionsV1beta1AllowedCSIDriver buildFirstAllowedCSIDriver()
ExtensionsV1beta1AllowedCSIDriver buildLastAllowedCSIDriver()
ExtensionsV1beta1AllowedCSIDriver buildMatchingAllowedCSIDriver(Predicate<ExtensionsV1beta1AllowedCSIDriverBuilder> predicate)
Boolean hasMatchingAllowedCSIDriver(Predicate<ExtensionsV1beta1AllowedCSIDriverBuilder> predicate)
A withAllowedCSIDrivers(List<ExtensionsV1beta1AllowedCSIDriver> allowedCSIDrivers)
A withAllowedCSIDrivers(ExtensionsV1beta1AllowedCSIDriver... allowedCSIDrivers)
Boolean hasAllowedCSIDrivers()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> addNewAllowedCSIDriver()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> addNewAllowedCSIDriverLike(ExtensionsV1beta1AllowedCSIDriver item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> setNewAllowedCSIDriverLike(int index, ExtensionsV1beta1AllowedCSIDriver item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> editAllowedCSIDriver(int index)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> editFirstAllowedCSIDriver()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> editLastAllowedCSIDriver()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedCSIDriversNested<A> editMatchingAllowedCSIDriver(Predicate<ExtensionsV1beta1AllowedCSIDriverBuilder> predicate)
A addAllToAllowedCapabilities(Collection<String> items)
A removeAllFromAllowedCapabilities(Collection<String> items)
String getAllowedCapability(int index)
String getFirstAllowedCapability()
String getLastAllowedCapability()
Boolean hasAllowedCapabilities()
A addNewAllowedCapability(StringBuilder arg1)
A addNewAllowedCapability(StringBuffer arg1)
A addToAllowedFlexVolumes(int index, ExtensionsV1beta1AllowedFlexVolume item)
A setToAllowedFlexVolumes(int index, ExtensionsV1beta1AllowedFlexVolume item)
A addToAllowedFlexVolumes(ExtensionsV1beta1AllowedFlexVolume... items)
A addAllToAllowedFlexVolumes(Collection<ExtensionsV1beta1AllowedFlexVolume> items)
A removeFromAllowedFlexVolumes(ExtensionsV1beta1AllowedFlexVolume... items)
A removeAllFromAllowedFlexVolumes(Collection<ExtensionsV1beta1AllowedFlexVolume> items)
@Deprecated List<ExtensionsV1beta1AllowedFlexVolume> getAllowedFlexVolumes()
List<ExtensionsV1beta1AllowedFlexVolume> buildAllowedFlexVolumes()
ExtensionsV1beta1AllowedFlexVolume buildAllowedFlexVolume(int index)
ExtensionsV1beta1AllowedFlexVolume buildFirstAllowedFlexVolume()
ExtensionsV1beta1AllowedFlexVolume buildLastAllowedFlexVolume()
ExtensionsV1beta1AllowedFlexVolume buildMatchingAllowedFlexVolume(Predicate<ExtensionsV1beta1AllowedFlexVolumeBuilder> predicate)
Boolean hasMatchingAllowedFlexVolume(Predicate<ExtensionsV1beta1AllowedFlexVolumeBuilder> predicate)
A withAllowedFlexVolumes(List<ExtensionsV1beta1AllowedFlexVolume> allowedFlexVolumes)
A withAllowedFlexVolumes(ExtensionsV1beta1AllowedFlexVolume... allowedFlexVolumes)
Boolean hasAllowedFlexVolumes()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> addNewAllowedFlexVolume()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> addNewAllowedFlexVolumeLike(ExtensionsV1beta1AllowedFlexVolume item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> setNewAllowedFlexVolumeLike(int index, ExtensionsV1beta1AllowedFlexVolume item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> editAllowedFlexVolume(int index)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> editFirstAllowedFlexVolume()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> editLastAllowedFlexVolume()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedFlexVolumesNested<A> editMatchingAllowedFlexVolume(Predicate<ExtensionsV1beta1AllowedFlexVolumeBuilder> predicate)
A addToAllowedHostPaths(int index, ExtensionsV1beta1AllowedHostPath item)
A setToAllowedHostPaths(int index, ExtensionsV1beta1AllowedHostPath item)
A addToAllowedHostPaths(ExtensionsV1beta1AllowedHostPath... items)
A addAllToAllowedHostPaths(Collection<ExtensionsV1beta1AllowedHostPath> items)
A removeFromAllowedHostPaths(ExtensionsV1beta1AllowedHostPath... items)
A removeAllFromAllowedHostPaths(Collection<ExtensionsV1beta1AllowedHostPath> items)
@Deprecated List<ExtensionsV1beta1AllowedHostPath> getAllowedHostPaths()
List<ExtensionsV1beta1AllowedHostPath> buildAllowedHostPaths()
ExtensionsV1beta1AllowedHostPath buildAllowedHostPath(int index)
ExtensionsV1beta1AllowedHostPath buildFirstAllowedHostPath()
ExtensionsV1beta1AllowedHostPath buildLastAllowedHostPath()
ExtensionsV1beta1AllowedHostPath buildMatchingAllowedHostPath(Predicate<ExtensionsV1beta1AllowedHostPathBuilder> predicate)
Boolean hasMatchingAllowedHostPath(Predicate<ExtensionsV1beta1AllowedHostPathBuilder> predicate)
A withAllowedHostPaths(List<ExtensionsV1beta1AllowedHostPath> allowedHostPaths)
A withAllowedHostPaths(ExtensionsV1beta1AllowedHostPath... allowedHostPaths)
Boolean hasAllowedHostPaths()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> addNewAllowedHostPath()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> addNewAllowedHostPathLike(ExtensionsV1beta1AllowedHostPath item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> setNewAllowedHostPathLike(int index, ExtensionsV1beta1AllowedHostPath item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> editAllowedHostPath(int index)
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> editFirstAllowedHostPath()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> editLastAllowedHostPath()
ExtensionsV1beta1PodSecurityPolicySpecFluent.AllowedHostPathsNested<A> editMatchingAllowedHostPath(Predicate<ExtensionsV1beta1AllowedHostPathBuilder> predicate)
A addAllToAllowedProcMountTypes(Collection<String> items)
A removeAllFromAllowedProcMountTypes(Collection<String> items)
String getAllowedProcMountType(int index)
String getFirstAllowedProcMountType()
String getLastAllowedProcMountType()
Boolean hasMatchingAllowedProcMountType(Predicate<String> predicate)
Boolean hasAllowedProcMountTypes()
A addNewAllowedProcMountType(StringBuilder arg1)
A addNewAllowedProcMountType(StringBuffer arg1)
A addAllToAllowedUnsafeSysctls(Collection<String> items)
A removeAllFromAllowedUnsafeSysctls(Collection<String> items)
String getAllowedUnsafeSysctl(int index)
String getFirstAllowedUnsafeSysctl()
String getLastAllowedUnsafeSysctl()
Boolean hasAllowedUnsafeSysctls()
A addNewAllowedUnsafeSysctl(StringBuilder arg1)
A addNewAllowedUnsafeSysctl(StringBuffer arg1)
A addAllToDefaultAddCapabilities(Collection<String> items)
A removeAllFromDefaultAddCapabilities(Collection<String> items)
String getDefaultAddCapability(int index)
String getFirstDefaultAddCapability()
String getLastDefaultAddCapability()
Boolean hasMatchingDefaultAddCapability(Predicate<String> predicate)
Boolean hasDefaultAddCapabilities()
A addNewDefaultAddCapability(StringBuilder arg1)
A addNewDefaultAddCapability(StringBuffer arg1)
Boolean isDefaultAllowPrivilegeEscalation()
A withDefaultAllowPrivilegeEscalation(Boolean defaultAllowPrivilegeEscalation)
Boolean hasDefaultAllowPrivilegeEscalation()
A withNewDefaultAllowPrivilegeEscalation(boolean arg1)
A addAllToForbiddenSysctls(Collection<String> items)
A removeAllFromForbiddenSysctls(Collection<String> items)
String getForbiddenSysctl(int index)
String getFirstForbiddenSysctl()
String getLastForbiddenSysctl()
Boolean hasForbiddenSysctls()
A addNewForbiddenSysctl(StringBuilder arg1)
A addNewForbiddenSysctl(StringBuffer arg1)
@Deprecated ExtensionsV1beta1FSGroupStrategyOptions getFsGroup()
ExtensionsV1beta1FSGroupStrategyOptions buildFsGroup()
A withFsGroup(ExtensionsV1beta1FSGroupStrategyOptions fsGroup)
Boolean hasFsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.FsGroupNested<A> withNewFsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.FsGroupNested<A> withNewFsGroupLike(ExtensionsV1beta1FSGroupStrategyOptions item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.FsGroupNested<A> editFsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.FsGroupNested<A> editOrNewFsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.FsGroupNested<A> editOrNewFsGroupLike(ExtensionsV1beta1FSGroupStrategyOptions item)
Boolean isHostIPC()
Boolean hasHostIPC()
A withNewHostIPC(boolean arg1)
Boolean isHostNetwork()
Boolean hasHostNetwork()
A withNewHostNetwork(boolean arg1)
Boolean isHostPID()
Boolean hasHostPID()
A withNewHostPID(boolean arg1)
A addToHostPorts(int index, ExtensionsV1beta1HostPortRange item)
A setToHostPorts(int index, ExtensionsV1beta1HostPortRange item)
A addToHostPorts(ExtensionsV1beta1HostPortRange... items)
A addAllToHostPorts(Collection<ExtensionsV1beta1HostPortRange> items)
A removeFromHostPorts(ExtensionsV1beta1HostPortRange... items)
A removeAllFromHostPorts(Collection<ExtensionsV1beta1HostPortRange> items)
@Deprecated List<ExtensionsV1beta1HostPortRange> getHostPorts()
List<ExtensionsV1beta1HostPortRange> buildHostPorts()
ExtensionsV1beta1HostPortRange buildHostPort(int index)
ExtensionsV1beta1HostPortRange buildFirstHostPort()
ExtensionsV1beta1HostPortRange buildLastHostPort()
ExtensionsV1beta1HostPortRange buildMatchingHostPort(Predicate<ExtensionsV1beta1HostPortRangeBuilder> predicate)
Boolean hasMatchingHostPort(Predicate<ExtensionsV1beta1HostPortRangeBuilder> predicate)
A withHostPorts(List<ExtensionsV1beta1HostPortRange> hostPorts)
A withHostPorts(ExtensionsV1beta1HostPortRange... hostPorts)
Boolean hasHostPorts()
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<A> addNewHostPort()
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<A> addNewHostPortLike(ExtensionsV1beta1HostPortRange item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<A> setNewHostPortLike(int index, ExtensionsV1beta1HostPortRange item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<A> editHostPort(int index)
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<A> editFirstHostPort()
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<A> editLastHostPort()
ExtensionsV1beta1PodSecurityPolicySpecFluent.HostPortsNested<A> editMatchingHostPort(Predicate<ExtensionsV1beta1HostPortRangeBuilder> predicate)
Boolean isPrivileged()
Boolean hasPrivileged()
A withNewPrivileged(boolean arg1)
Boolean isReadOnlyRootFilesystem()
Boolean hasReadOnlyRootFilesystem()
A withNewReadOnlyRootFilesystem(boolean arg1)
A addAllToRequiredDropCapabilities(Collection<String> items)
A removeAllFromRequiredDropCapabilities(Collection<String> items)
String getRequiredDropCapability(int index)
String getFirstRequiredDropCapability()
String getLastRequiredDropCapability()
String getMatchingRequiredDropCapability(Predicate<String> predicate)
Boolean hasMatchingRequiredDropCapability(Predicate<String> predicate)
Boolean hasRequiredDropCapabilities()
A addNewRequiredDropCapability(StringBuilder arg1)
A addNewRequiredDropCapability(StringBuffer arg1)
@Deprecated ExtensionsV1beta1RunAsGroupStrategyOptions getRunAsGroup()
ExtensionsV1beta1RunAsGroupStrategyOptions buildRunAsGroup()
A withRunAsGroup(ExtensionsV1beta1RunAsGroupStrategyOptions runAsGroup)
Boolean hasRunAsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsGroupNested<A> withNewRunAsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsGroupNested<A> withNewRunAsGroupLike(ExtensionsV1beta1RunAsGroupStrategyOptions item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsGroupNested<A> editRunAsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsGroupNested<A> editOrNewRunAsGroup()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsGroupNested<A> editOrNewRunAsGroupLike(ExtensionsV1beta1RunAsGroupStrategyOptions item)
@Deprecated ExtensionsV1beta1RunAsUserStrategyOptions getRunAsUser()
ExtensionsV1beta1RunAsUserStrategyOptions buildRunAsUser()
A withRunAsUser(ExtensionsV1beta1RunAsUserStrategyOptions runAsUser)
Boolean hasRunAsUser()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsUserNested<A> withNewRunAsUser()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsUserNested<A> withNewRunAsUserLike(ExtensionsV1beta1RunAsUserStrategyOptions item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsUserNested<A> editRunAsUser()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsUserNested<A> editOrNewRunAsUser()
ExtensionsV1beta1PodSecurityPolicySpecFluent.RunAsUserNested<A> editOrNewRunAsUserLike(ExtensionsV1beta1RunAsUserStrategyOptions item)
@Deprecated ExtensionsV1beta1SELinuxStrategyOptions getSeLinux()
ExtensionsV1beta1SELinuxStrategyOptions buildSeLinux()
A withSeLinux(ExtensionsV1beta1SELinuxStrategyOptions seLinux)
Boolean hasSeLinux()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SeLinuxNested<A> withNewSeLinux()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SeLinuxNested<A> withNewSeLinuxLike(ExtensionsV1beta1SELinuxStrategyOptions item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.SeLinuxNested<A> editSeLinux()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SeLinuxNested<A> editOrNewSeLinux()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SeLinuxNested<A> editOrNewSeLinuxLike(ExtensionsV1beta1SELinuxStrategyOptions item)
@Deprecated ExtensionsV1beta1SupplementalGroupsStrategyOptions getSupplementalGroups()
ExtensionsV1beta1SupplementalGroupsStrategyOptions buildSupplementalGroups()
A withSupplementalGroups(ExtensionsV1beta1SupplementalGroupsStrategyOptions supplementalGroups)
Boolean hasSupplementalGroups()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> withNewSupplementalGroups()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> withNewSupplementalGroupsLike(ExtensionsV1beta1SupplementalGroupsStrategyOptions item)
ExtensionsV1beta1PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> editSupplementalGroups()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> editOrNewSupplementalGroups()
ExtensionsV1beta1PodSecurityPolicySpecFluent.SupplementalGroupsNested<A> editOrNewSupplementalGroupsLike(ExtensionsV1beta1SupplementalGroupsStrategyOptions item)
A addAllToVolumes(Collection<String> items)
A removeAllFromVolumes(Collection<String> items)
String getVolume(int index)
String getFirstVolume()
String getLastVolume()
Boolean hasVolumes()
A addNewVolume(StringBuilder arg1)
A addNewVolume(StringBuffer arg1)
Copyright © 2019. All rights reserved.