Uses of Class
com.oracle.bmc.containerengine.model.KeyValue
-
Packages that use KeyValue Package Description com.oracle.bmc.containerengine.model -
-
Uses of KeyValue in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return KeyValue Modifier and Type Method Description KeyValue
KeyValue.Builder. build()
Methods in com.oracle.bmc.containerengine.model that return types with arguments of type KeyValue Modifier and Type Method Description List<KeyValue>
CreateNodePoolDetails. getInitialNodeLabels()
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.List<KeyValue>
NodePool. getInitialNodeLabels()
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.List<KeyValue>
NodePoolSummary. getInitialNodeLabels()
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.List<KeyValue>
UpdateNodePoolDetails. getInitialNodeLabels()
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.List<KeyValue>
OpenIdConnectTokenAuthenticationConfig. getRequiredClaims()
A key=value pair that describes a required claim in the ID Token.Methods in com.oracle.bmc.containerengine.model with parameters of type KeyValue Modifier and Type Method Description KeyValue.Builder
KeyValue.Builder. copy(KeyValue model)
Method parameters in com.oracle.bmc.containerengine.model with type arguments of type KeyValue Modifier and Type Method Description CreateNodePoolDetails.Builder
CreateNodePoolDetails.Builder. initialNodeLabels(List<KeyValue> initialNodeLabels)
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.NodePool.Builder
NodePool.Builder. initialNodeLabels(List<KeyValue> initialNodeLabels)
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.NodePoolSummary.Builder
NodePoolSummary.Builder. initialNodeLabels(List<KeyValue> initialNodeLabels)
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.UpdateNodePoolDetails.Builder
UpdateNodePoolDetails.Builder. initialNodeLabels(List<KeyValue> initialNodeLabels)
A list of key/value pairs to add to nodes after they join the Kubernetes cluster.OpenIdConnectTokenAuthenticationConfig.Builder
OpenIdConnectTokenAuthenticationConfig.Builder. requiredClaims(List<KeyValue> requiredClaims)
A key=value pair that describes a required claim in the ID Token.Constructor parameters in com.oracle.bmc.containerengine.model with type arguments of type KeyValue Constructor Description CreateNodePoolDetails(String compartmentId, String clusterId, String name, String kubernetesVersion, Map<String,String> nodeMetadata, String nodeImageName, NodeSourceDetails nodeSourceDetails, String nodeShape, CreateNodeShapeConfigDetails nodeShapeConfig, List<KeyValue> initialNodeLabels, String sshPublicKey, Integer quantityPerSubnet, List<String> subnetIds, CreateNodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.NodePool(String id, NodePoolLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, String clusterId, String name, String kubernetesVersion, Map<String,String> nodeMetadata, String nodeImageId, String nodeImageName, NodeShapeConfig nodeShapeConfig, NodeSourceOption nodeSource, NodeSourceDetails nodeSourceDetails, String nodeShape, List<KeyValue> initialNodeLabels, String sshPublicKey, Integer quantityPerSubnet, List<String> subnetIds, List<Node> nodes, NodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.NodePoolSummary(String id, NodePoolLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, String clusterId, String name, String kubernetesVersion, String nodeImageId, String nodeImageName, NodeShapeConfig nodeShapeConfig, NodeSourceOption nodeSource, NodeSourceDetails nodeSourceDetails, String nodeShape, List<KeyValue> initialNodeLabels, String sshPublicKey, Integer quantityPerSubnet, List<String> subnetIds, NodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.OpenIdConnectTokenAuthenticationConfig(String issuerUrl, String clientId, String usernameClaim, String usernamePrefix, String groupsClaim, String groupsPrefix, List<KeyValue> requiredClaims, String caCertificate, List<String> signingAlgorithms, Boolean isOpenIdConnectAuthEnabled, String configurationFile)
Deprecated.UpdateNodePoolDetails(String name, String kubernetesVersion, List<KeyValue> initialNodeLabels, Integer quantityPerSubnet, List<String> subnetIds, UpdateNodePoolNodeConfigDetails nodeConfigDetails, Map<String,String> nodeMetadata, NodeSourceDetails nodeSourceDetails, String sshPublicKey, String nodeShape, UpdateNodeShapeConfigDetails nodeShapeConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, NodeEvictionNodePoolSettings nodeEvictionNodePoolSettings, NodePoolCyclingDetails nodePoolCyclingDetails)
Deprecated.
-