| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT_FINALIZER |
static String |
DEFAULT_VERSION |
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends io.fabric8.kubernetes.client.CustomResource> |
customResourceClass |
Class<? extends io.fabric8.kubernetes.client.CustomResourceDoneable<? extends io.fabric8.kubernetes.client.CustomResource>> |
customResourceDonebaleClass |
Class<? extends io.fabric8.kubernetes.client.CustomResourceList<? extends io.fabric8.kubernetes.client.CustomResource>> |
customResourceListClass |
String |
group |
String |
kind |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultFinalizer |
String |
version |
public static final String DEFAULT_FINALIZER
public static final String DEFAULT_VERSION
public abstract String group
public abstract String kind
public abstract Class<? extends io.fabric8.kubernetes.client.CustomResource> customResourceClass
public abstract Class<? extends io.fabric8.kubernetes.client.CustomResourceList<? extends io.fabric8.kubernetes.client.CustomResource>> customResourceListClass
public abstract Class<? extends io.fabric8.kubernetes.client.CustomResourceDoneable<? extends io.fabric8.kubernetes.client.CustomResource>> customResourceDonebaleClass
public abstract String version
public abstract String defaultFinalizer
Copyright © 2019. All rights reserved.