Package io.kubernetes.client.proto
Interface Meta.APIGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.APIGroup
,Meta.APIGroup.Builder
- Enclosing class:
- Meta
public static interface Meta.APIGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
name is the name of the group.com.google.protobuf.ByteString
name is the name of the group.preferredVersion is the version preferred by the API server, which probably is the storage version.preferredVersion is the version preferred by the API server, which probably is the storage version.getServerAddressByClientCIDRs
(int index) a map of client CIDR to server address that is serving this group.int
a map of client CIDR to server address that is serving this group.a map of client CIDR to server address that is serving this group.getServerAddressByClientCIDRsOrBuilder
(int index) a map of client CIDR to server address that is serving this group.List<? extends Meta.ServerAddressByClientCIDROrBuilder>
a map of client CIDR to server address that is serving this group.getVersions
(int index) versions are the versions supported in this group.int
versions are the versions supported in this group.versions are the versions supported in this group.getVersionsOrBuilder
(int index) versions are the versions supported in this group.List<? extends Meta.GroupVersionForDiscoveryOrBuilder>
versions are the versions supported in this group.boolean
hasName()
name is the name of the group.boolean
preferredVersion is the version preferred by the API server, which probably is the storage version.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()name is the name of the group.
optional string name = 1;
-
getName
String getName()name is the name of the group.
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()name is the name of the group.
optional string name = 1;
-
getVersionsList
List<Meta.GroupVersionForDiscovery> getVersionsList()versions are the versions supported in this group.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
-
getVersions
versions are the versions supported in this group.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
-
getVersionsCount
int getVersionsCount()versions are the versions supported in this group.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
-
getVersionsOrBuilderList
List<? extends Meta.GroupVersionForDiscoveryOrBuilder> getVersionsOrBuilderList()versions are the versions supported in this group.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
-
getVersionsOrBuilder
versions are the versions supported in this group.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
-
hasPreferredVersion
boolean hasPreferredVersion()preferredVersion is the version preferred by the API server, which probably is the storage version. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery preferredVersion = 3;
-
getPreferredVersion
Meta.GroupVersionForDiscovery getPreferredVersion()preferredVersion is the version preferred by the API server, which probably is the storage version. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery preferredVersion = 3;
-
getPreferredVersionOrBuilder
Meta.GroupVersionForDiscoveryOrBuilder getPreferredVersionOrBuilder()preferredVersion is the version preferred by the API server, which probably is the storage version. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery preferredVersion = 3;
-
getServerAddressByClientCIDRsList
List<Meta.ServerAddressByClientCIDR> getServerAddressByClientCIDRsList()a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
-
getServerAddressByClientCIDRs
a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
-
getServerAddressByClientCIDRsCount
int getServerAddressByClientCIDRsCount()a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
-
getServerAddressByClientCIDRsOrBuilderList
List<? extends Meta.ServerAddressByClientCIDROrBuilder> getServerAddressByClientCIDRsOrBuilderList()a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
-
getServerAddressByClientCIDRsOrBuilder
a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
-