Uses of Class
k8s.io.api.core.v1.Generated.ServicePort
-
Packages that use Generated.ServicePort Package Description k8s.io.api.core.v1 -
-
Uses of Generated.ServicePort in k8s.io.api.core.v1
Fields in k8s.io.api.core.v1 with type parameters of type Generated.ServicePort Modifier and Type Field Description static com.google.protobuf.Parser<Generated.ServicePort>Generated.ServicePort. PARSERDeprecated.Methods in k8s.io.api.core.v1 that return Generated.ServicePort Modifier and Type Method Description Generated.ServicePortGenerated.ServicePort.Builder. build()Generated.ServicePortGenerated.ServicePort.Builder. buildPartial()static Generated.ServicePortGenerated.ServicePort. getDefaultInstance()Generated.ServicePortGenerated.ServicePort.Builder. getDefaultInstanceForType()Generated.ServicePortGenerated.ServicePort. getDefaultInstanceForType()Generated.ServicePortGenerated.ServiceSpec.Builder. getPorts(int index)The list of ports that are exposed by this service.Generated.ServicePortGenerated.ServiceSpec. getPorts(int index)The list of ports that are exposed by this service.Generated.ServicePortGenerated.ServiceSpecOrBuilder. getPorts(int index)The list of ports that are exposed by this service.static Generated.ServicePortGenerated.ServicePort. parseDelimitedFrom(InputStream input)static Generated.ServicePortGenerated.ServicePort. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ServicePortGenerated.ServicePort. parseFrom(byte[] data)static Generated.ServicePortGenerated.ServicePort. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ServicePortGenerated.ServicePort. parseFrom(com.google.protobuf.ByteString data)static Generated.ServicePortGenerated.ServicePort. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ServicePortGenerated.ServicePort. parseFrom(com.google.protobuf.CodedInputStream input)static Generated.ServicePortGenerated.ServicePort. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ServicePortGenerated.ServicePort. parseFrom(InputStream input)static Generated.ServicePortGenerated.ServicePort. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ServicePortGenerated.ServicePort. parseFrom(ByteBuffer data)static Generated.ServicePortGenerated.ServicePort. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.ServicePort Modifier and Type Method Description com.google.protobuf.Parser<Generated.ServicePort>Generated.ServicePort. getParserForType()List<Generated.ServicePort>Generated.ServiceSpec.Builder. getPortsList()The list of ports that are exposed by this service.List<Generated.ServicePort>Generated.ServiceSpec. getPortsList()The list of ports that are exposed by this service.List<Generated.ServicePort>Generated.ServiceSpecOrBuilder. getPortsList()The list of ports that are exposed by this service.static com.google.protobuf.Parser<Generated.ServicePort>Generated.ServicePort. parser()Methods in k8s.io.api.core.v1 with parameters of type Generated.ServicePort Modifier and Type Method Description Generated.ServiceSpec.BuilderGenerated.ServiceSpec.Builder. addPorts(int index, Generated.ServicePort value)The list of ports that are exposed by this service.Generated.ServiceSpec.BuilderGenerated.ServiceSpec.Builder. addPorts(Generated.ServicePort value)The list of ports that are exposed by this service.Generated.ServicePort.BuilderGenerated.ServicePort.Builder. mergeFrom(Generated.ServicePort other)static Generated.ServicePort.BuilderGenerated.ServicePort. newBuilder(Generated.ServicePort prototype)Generated.ServiceSpec.BuilderGenerated.ServiceSpec.Builder. setPorts(int index, Generated.ServicePort value)The list of ports that are exposed by this service.Method parameters in k8s.io.api.core.v1 with type arguments of type Generated.ServicePort Modifier and Type Method Description Generated.ServiceSpec.BuilderGenerated.ServiceSpec.Builder. addAllPorts(Iterable<? extends Generated.ServicePort> values)The list of ports that are exposed by this service.
-