public static interface IApiTypeMapper.IVersionedType
| Modifier and Type | Method and Description |
|---|---|
String |
getApiGroupName()
The groupname of the resource type (e.g. extensions of extensions/v1beta1)
|
default String |
getApiGroupNameAndVersion()
The optional groupname and version of the resource type (e.g. extensions of extensions/v1beta1)
|
String |
getKind()
the kind used with this resource type
|
String |
getPrefix()
The prefix of the resource type (e.g. extensions of extensions/v1beta1)
|
String |
getVersion()
The version of the resource type (e.g. v1)
|
String getPrefix()
String getApiGroupName()
String getVersion()
default String getApiGroupNameAndVersion()
String getKind()
Copyright © 2020 Red Hat, Inc. All Rights Reserved.