Package-level declarations

Types

Link copied to clipboard
class EndpointSlice : KotlinCustomResource

EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

Link copied to clipboard
data class EndpointSliceArgs(val addressType: Output<String>? = null, val apiVersion: Output<String>? = null, val endpoints: Output<List<EndpointArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val ports: Output<List<EndpointPortArgs>>? = null) : ConvertibleToJava<EndpointSliceArgs>

EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

Link copied to clipboard
Link copied to clipboard
class EndpointSliceList : KotlinCustomResource

EndpointSliceList represents a list of endpoint slices

Link copied to clipboard
data class EndpointSliceListArgs(val apiVersion: Output<String>? = null, val items: Output<List<EndpointSliceArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<EndpointSliceListArgs>

EndpointSliceList represents a list of endpoint slices

Link copied to clipboard
object EndpointSliceListMapper : ResourceMapper<EndpointSliceList>
Link copied to clipboard
object EndpointSliceMapper : ResourceMapper<EndpointSlice>
Link copied to clipboard
class EndpointSlicePatch : KotlinCustomResource

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

Link copied to clipboard
data class EndpointSlicePatchArgs(val addressType: Output<String>? = null, val apiVersion: Output<String>? = null, val endpoints: Output<List<EndpointPatchArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val ports: Output<List<EndpointPortPatchArgs>>? = null) : ConvertibleToJava<EndpointSlicePatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard