Index
All Classes and Interfaces|All Packages
A
- all() - Static method in class io.strimzi.api.annotations.VersionRange
-
Returns a VersionRange matching all versions
- ApiVersion - Class in io.strimzi.api.annotations
-
Represents the version of a Kubernetes API, for example
v1alpha1orv2. - ApiVersion(short, ApiVersion.Stability, short) - Constructor for class io.strimzi.api.annotations.ApiVersion
-
Constructs a Kubernetes API version object
C
- compareTo(ApiVersion) - Method in class io.strimzi.api.annotations.ApiVersion
- compareTo(KubeVersion) - Method in class io.strimzi.api.annotations.KubeVersion
- contains(Version) - Method in class io.strimzi.api.annotations.VersionRange
-
Checks when the version is part of the version range
D
- DeprecatedProperty - Annotation Type in io.strimzi.api.annotations
-
Annotation to identify a deprecated property in the Strimzi CRDs / API
- DeprecatedType - Annotation Type in io.strimzi.api.annotations
-
Annotation to identify a deprecated type in the Strimzi CRDs / API
- description() - Element in annotation type io.strimzi.api.annotations.DeprecatedProperty
E
- empty() - Static method in class io.strimzi.api.annotations.VersionRange
-
Returns an empty version range
- equals(Object) - Method in class io.strimzi.api.annotations.ApiVersion
- equals(Object) - Method in class io.strimzi.api.annotations.KubeVersion
- equals(Object) - Method in class io.strimzi.api.annotations.VersionRange
H
- hashCode() - Method in class io.strimzi.api.annotations.ApiVersion
- hashCode() - Method in class io.strimzi.api.annotations.KubeVersion
- hashCode() - Method in class io.strimzi.api.annotations.VersionRange
I
- intersects(VersionRange<Version>) - Method in class io.strimzi.api.annotations.VersionRange
-
Checks whether two version ranges intersect
- io.strimzi.api.annotations - package io.strimzi.api.annotations
- isAll() - Method in class io.strimzi.api.annotations.VersionRange
-
Checks whether this version range matches all versions
- isEmpty() - Method in class io.strimzi.api.annotations.VersionRange
-
Checks whether this version range is empty or not
K
- KubeVersion - Class in io.strimzi.api.annotations
-
Represents a Kubernetes version number and embeds some knowledge of the features available in different Kubernetes versions.
L
- lower() - Method in class io.strimzi.api.annotations.VersionRange
-
Returns the lower boundary of the version range
M
- movedToPath() - Element in annotation type io.strimzi.api.annotations.DeprecatedProperty
P
- parse(String) - Static method in class io.strimzi.api.annotations.ApiVersion
-
Parse an Kubernetes APi version form String to ApiVersion instance
- parse(String) - Static method in class io.strimzi.api.annotations.KubeVersion
-
Parses Kubernetes version from String to KubeVersion instance
- parseRange(String) - Static method in class io.strimzi.api.annotations.ApiVersion
-
Parses a range of Kubernetes API versions from String into VersionRange instance
- parseRange(String) - Static method in class io.strimzi.api.annotations.KubeVersion
-
Parses range of Kubernetes versions
R
- removalVersion() - Element in annotation type io.strimzi.api.annotations.DeprecatedProperty
- removalVersion() - Element in annotation type io.strimzi.api.annotations.DeprecatedType
- replacedWithType() - Element in annotation type io.strimzi.api.annotations.DeprecatedType
T
- toString() - Method in class io.strimzi.api.annotations.ApiVersion
- toString() - Method in class io.strimzi.api.annotations.KubeVersion
- toString() - Method in class io.strimzi.api.annotations.VersionRange
U
- upper() - Method in class io.strimzi.api.annotations.VersionRange
-
Returns the upper boundary of the version range
V
- V1 - Static variable in class io.strimzi.api.annotations.ApiVersion
-
API version v1
- V1_16 - Static variable in class io.strimzi.api.annotations.KubeVersion
-
Kubernetes 1.16.x
- V1_16_PLUS - Static variable in class io.strimzi.api.annotations.KubeVersion
-
Kubernetes range for Kube 1.16 and newer
- V1ALPHA1 - Static variable in class io.strimzi.api.annotations.ApiVersion
-
API version v1alpha1
- V1BETA1 - Static variable in class io.strimzi.api.annotations.ApiVersion
-
API version v1beta1
- V1BETA1_PLUS - Static variable in class io.strimzi.api.annotations.ApiVersion
-
Version range indicating v1beta1 and higher
- V1BETA2 - Static variable in class io.strimzi.api.annotations.ApiVersion
-
API version v1beta2
- V1BETA2_PLUS - Static variable in class io.strimzi.api.annotations.ApiVersion
-
Version range indicating v1beta2 and higher
- VersionRange<Version extends Comparable<Version>> - Class in io.strimzi.api.annotations
-
Represents a range over some comparable version type.
All Classes and Interfaces|All Packages