@Target(value={CONSTRUCTOR,TYPE}) @Retention(value=RUNTIME) public @interface Kind
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enabled |
ImagePullPolicy |
imagePullPolicy
Image pull policy.
|
Port[] |
ports
The application ports.
|
ServiceType |
serviceType
The type of service that will be generated for the application.
|
public abstract ImagePullPolicy imagePullPolicy
public abstract Port[] ports
public abstract ServiceType serviceType
Copyright © 2018–2023 Red Hat. All rights reserved.