Package com.pulumi.kubernetes.core.v1
Class EndpointsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.kubernetes.core.v1.EndpointsArgs
-
public final class EndpointsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndpointsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static EndpointsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
apiVersion()
static EndpointsArgs.Builder
builder()
static EndpointsArgs.Builder
builder(EndpointsArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
kind()
java.util.Optional<com.pulumi.core.Output<ObjectMetaArgs>>
metadata()
java.util.Optional<com.pulumi.core.Output<java.util.List<EndpointSubsetArgs>>>
subsets()
-
-
-
Field Detail
-
Empty
public static final EndpointsArgs Empty
-
-
Method Detail
-
apiVersion
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> apiVersion()
- Returns:
- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
kind
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kind()
- Returns:
- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
metadata
public java.util.Optional<com.pulumi.core.Output<ObjectMetaArgs>> metadata()
- Returns:
- Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
subsets
public java.util.Optional<com.pulumi.core.Output<java.util.List<EndpointSubsetArgs>>> subsets()
- Returns:
- The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.
-
builder
public static EndpointsArgs.Builder builder()
-
builder
public static EndpointsArgs.Builder builder(EndpointsArgs defaults)
-
-