Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
static ClusterEndpoints.Builder |
ClusterEndpoints.builder()
Create a new builder.
|
ClusterEndpoints.Builder |
ClusterEndpoints.Builder.copy(ClusterEndpoints model) |
ClusterEndpoints.Builder |
ClusterEndpoints.Builder.kubernetes(String kubernetes)
The non-native networking Kubernetes API server endpoint.
|
ClusterEndpoints.Builder |
ClusterEndpoints.Builder.privateEndpoint(String privateEndpoint)
The private native networking Kubernetes API server endpoint.
|
ClusterEndpoints.Builder |
ClusterEndpoints.Builder.publicEndpoint(String publicEndpoint)
The public native networking Kubernetes API server endpoint, if one was requested.
|
ClusterEndpoints.Builder |
ClusterEndpoints.toBuilder() |
ClusterEndpoints.Builder |
ClusterEndpoints.Builder.vcnHostnameEndpoint(String vcnHostnameEndpoint)
The FQDN assigned to the Kubernetes API private endpoint.
|
Copyright © 2016–2024. All rights reserved.