Uses of Class
io.kubernetes.client.proto.V1.NodeDaemonEndpoints
-
Uses of V1.NodeDaemonEndpoints in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.NodeDaemonEndpointsModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.NodeDaemonEndpoints>V1.NodeDaemonEndpoints.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.NodeDaemonEndpointsModifier and TypeMethodDescriptionV1.NodeDaemonEndpoints.Builder.build()V1.NodeDaemonEndpoints.Builder.buildPartial()V1.NodeStatus.Builder.getDaemonEndpoints()Endpoints of daemons running on the Node.V1.NodeStatus.getDaemonEndpoints()Endpoints of daemons running on the Node.V1.NodeStatusOrBuilder.getDaemonEndpoints()Endpoints of daemons running on the Node.static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.getDefaultInstance()V1.NodeDaemonEndpoints.Builder.getDefaultInstanceForType()V1.NodeDaemonEndpoints.getDefaultInstanceForType()static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseDelimitedFrom(InputStream input) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(byte[] data) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(com.google.protobuf.ByteString data) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(com.google.protobuf.CodedInputStream input) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(InputStream input) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(ByteBuffer data) static V1.NodeDaemonEndpointsV1.NodeDaemonEndpoints.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.NodeDaemonEndpointsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.NodeDaemonEndpoints>V1.NodeDaemonEndpoints.getParserForType()static com.google.protobuf.Parser<V1.NodeDaemonEndpoints>V1.NodeDaemonEndpoints.parser()Methods in io.kubernetes.client.proto with parameters of type V1.NodeDaemonEndpointsModifier and TypeMethodDescriptionV1.NodeStatus.Builder.mergeDaemonEndpoints(V1.NodeDaemonEndpoints value) Endpoints of daemons running on the Node.V1.NodeDaemonEndpoints.Builder.mergeFrom(V1.NodeDaemonEndpoints other) V1.NodeDaemonEndpoints.newBuilder(V1.NodeDaemonEndpoints prototype) V1.NodeStatus.Builder.setDaemonEndpoints(V1.NodeDaemonEndpoints value) Endpoints of daemons running on the Node.