Uses of Class
io.kubernetes.client.proto.V1.Sysctl
-
Uses of V1.Sysctl in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.SysctlModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.Sysctl>
V1.Sysctl.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.SysctlModifier and TypeMethodDescriptionV1.Sysctl.Builder.build()
V1.Sysctl.Builder.buildPartial()
static V1.Sysctl
V1.Sysctl.getDefaultInstance()
V1.Sysctl.Builder.getDefaultInstanceForType()
V1.Sysctl.getDefaultInstanceForType()
V1.PodSecurityContext.Builder.getSysctls
(int index) Sysctls hold a list of namespaced sysctls used for the pod.V1.PodSecurityContext.getSysctls
(int index) Sysctls hold a list of namespaced sysctls used for the pod.V1.PodSecurityContextOrBuilder.getSysctls
(int index) Sysctls hold a list of namespaced sysctls used for the pod.static V1.Sysctl
V1.Sysctl.parseDelimitedFrom
(InputStream input) static V1.Sysctl
V1.Sysctl.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Sysctl
V1.Sysctl.parseFrom
(byte[] data) static V1.Sysctl
V1.Sysctl.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Sysctl
V1.Sysctl.parseFrom
(com.google.protobuf.ByteString data) static V1.Sysctl
V1.Sysctl.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Sysctl
V1.Sysctl.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.Sysctl
V1.Sysctl.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Sysctl
V1.Sysctl.parseFrom
(InputStream input) static V1.Sysctl
V1.Sysctl.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Sysctl
V1.Sysctl.parseFrom
(ByteBuffer data) static V1.Sysctl
V1.Sysctl.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.SysctlModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.Sysctl>
V1.Sysctl.getParserForType()
V1.PodSecurityContext.Builder.getSysctlsList()
Sysctls hold a list of namespaced sysctls used for the pod.V1.PodSecurityContext.getSysctlsList()
Sysctls hold a list of namespaced sysctls used for the pod.V1.PodSecurityContextOrBuilder.getSysctlsList()
Sysctls hold a list of namespaced sysctls used for the pod.static com.google.protobuf.Parser<V1.Sysctl>
V1.Sysctl.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.SysctlModifier and TypeMethodDescriptionV1.PodSecurityContext.Builder.addSysctls
(int index, V1.Sysctl value) Sysctls hold a list of namespaced sysctls used for the pod.V1.PodSecurityContext.Builder.addSysctls
(V1.Sysctl value) Sysctls hold a list of namespaced sysctls used for the pod.static V1.Sysctl.Builder
V1.Sysctl.newBuilder
(V1.Sysctl prototype) V1.PodSecurityContext.Builder.setSysctls
(int index, V1.Sysctl value) Sysctls hold a list of namespaced sysctls used for the pod.Method parameters in io.kubernetes.client.proto with type arguments of type V1.SysctlModifier and TypeMethodDescriptionV1.PodSecurityContext.Builder.addAllSysctls
(Iterable<? extends V1.Sysctl> values) Sysctls hold a list of namespaced sysctls used for the pod.