Class V1APIServiceSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1APIServiceSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1APIServiceSpec
extends Object
APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncaBundle
(byte[] caBundle) Set caBundle in a chainable fashion.boolean
byte[]
CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate.getGroup()
Group is the API group name this server hostsGroupPriorityMininum is the priority this group should have at least.InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server.Version is the API version this server hosts.VersionPriority controls the ordering of this API version inside of its group.Set group in a chainable fashion.groupPriorityMinimum
(Integer groupPriorityMinimum) Set groupPriorityMinimum in a chainable fashion.int
hashCode()
insecureSkipTLSVerify
(Boolean insecureSkipTLSVerify) Set insecureSkipTLSVerify in a chainable fashion.service
(ApiregistrationV1ServiceReference service) Set service in a chainable fashion.void
setCaBundle
(byte[] caBundle) Set the caBundle property valuevoid
Set the group property valuevoid
setGroupPriorityMinimum
(Integer groupPriorityMinimum) Set the groupPriorityMinimum property valuevoid
setInsecureSkipTLSVerify
(Boolean insecureSkipTLSVerify) Set the insecureSkipTLSVerify property valuevoid
Set the service property valuevoid
setVersion
(String version) Set the version property valuevoid
setVersionPriority
(Integer versionPriority) Set the versionPriority property valuetoString()
Set version in a chainable fashion.versionPriority
(Integer versionPriority) Set versionPriority in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_CA_BUNDLE
- See Also:
-
JSON_PROPERTY_GROUP
- See Also:
-
JSON_PROPERTY_GROUP_PRIORITY_MINIMUM
- See Also:
-
JSON_PROPERTY_INSECURE_SKIP_T_L_S_VERIFY
- See Also:
-
JSON_PROPERTY_SERVICE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_VERSION_PRIORITY
- See Also:
-
-
Constructor Details
-
V1APIServiceSpec
-
-
Method Details
-
getCaBundle
public byte[] getCaBundle()CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.- Returns:
- the caBundle property value
-
setCaBundle
public void setCaBundle(byte[] caBundle) Set the caBundle property value -
caBundle
Set caBundle in a chainable fashion.- Returns:
- The same instance of V1APIServiceSpec for chaining.
-
getGroup
Group is the API group name this server hosts- Returns:
- the group property value
-
setGroup
Set the group property value -
group
Set group in a chainable fashion.- Returns:
- The same instance of V1APIServiceSpec for chaining.
-
getGroupPriorityMinimum
GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s- Returns:
- the groupPriorityMinimum property value
-
setGroupPriorityMinimum
Set the groupPriorityMinimum property value -
groupPriorityMinimum
Set groupPriorityMinimum in a chainable fashion.- Returns:
- The same instance of V1APIServiceSpec for chaining.
-
getInsecureSkipTLSVerify
InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.- Returns:
- the insecureSkipTLSVerify property value
-
setInsecureSkipTLSVerify
Set the insecureSkipTLSVerify property value -
insecureSkipTLSVerify
Set insecureSkipTLSVerify in a chainable fashion.- Returns:
- The same instance of V1APIServiceSpec for chaining.
-
getService
- Returns:
- the service property value
-
setService
Set the service property value -
service
Set service in a chainable fashion.- Returns:
- The same instance of V1APIServiceSpec for chaining.
-
getVersion
Version is the API version this server hosts. For example, \"v1\"- Returns:
- the version property value
-
setVersion
Set the version property value -
version
Set version in a chainable fashion.- Returns:
- The same instance of V1APIServiceSpec for chaining.
-
getVersionPriority
VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.- Returns:
- the versionPriority property value
-
setVersionPriority
Set the versionPriority property value -
versionPriority
Set versionPriority in a chainable fashion.- Returns:
- The same instance of V1APIServiceSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-