Skip to content

Commit 05acc3b

Browse files
committed
update kubernetes links & others
1 parent 6011c4a commit 05acc3b

18 files changed

+226
-226
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gen/**
2121
*.war
2222
*.ear
2323

24-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
24+
# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml
2525
hs_err_pid*
2626

2727
# Intellij IDEA files

RELEASES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Deploy to Maven release process
22

33
This document describes how to configure and use the [Maven release
4-
plugin](http://maven.apache.org/maven-release/maven-release-plugin) to publish
5-
to [Sonatype](http://central.sonatype.org/).
4+
plugin](https://maven.apache.org/maven-release/maven-release-plugin) to publish
5+
to [Sonatype](https://central.sonatype.org/).
66

77
Releases are done on an as-needed basis, and this doc applies only to
88
[OWNERS](https://github.com/kubernetes-client/java/blob/master/OWNERS).
@@ -98,7 +98,7 @@ There are three stages to a release explained in detail below:
9898
Prior to publishing a release, you need to collect three release-specific pieces
9999
of information:
100100

101-
1. This release's version. We follow [semver](http://semver.org/) to determine
101+
1. This release's version. We follow [semver](https://semver.org/) to determine
102102
release versions.
103103

104104
2. This release's changelog. This can generally be inferred from the commit

client-java-contrib/prometheus-operator/src/main/java/com/coreos/monitoring/models/V1AlertmanagerSpec.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -425,14 +425,14 @@ public V1AlertmanagerSpec addImagePullSecretsItem(
425425
/**
426426
* An optional list of references to secrets in the same namespace to use for pulling prometheus
427427
* and alertmanager images from registries see
428-
* http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod
428+
* https://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod
429429
*
430430
* @return imagePullSecrets
431431
*/
432432
@javax.annotation.Nullable
433433
@ApiModelProperty(
434434
value =
435-
"An optional list of references to secrets in the same namespace to use for pulling prometheus and alertmanager images from registries see http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod")
435+
"An optional list of references to secrets in the same namespace to use for pulling prometheus and alertmanager images from registries see https://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod")
436436
public List<V1ThanosRulerSpecImagePullSecrets> getImagePullSecrets() {
437437
return imagePullSecrets;
438438
}

client-java-contrib/prometheus-operator/src/main/java/com/coreos/monitoring/models/V1AlertmanagerSpecPodMetadata.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ public V1AlertmanagerSpecPodMetadata putAnnotationsItem(String key, String annot
5454
/**
5555
* Annotations is an unstructured key value map stored with a resource that may be set by external
5656
* tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved
57-
* when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
57+
* when modifying objects. More info: https://kubernetes.io/docs/user-guide/annotations
5858
*
5959
* @return annotations
6060
*/
6161
@javax.annotation.Nullable
6262
@ApiModelProperty(
6363
value =
64-
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations")
64+
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/user-guide/annotations")
6565
public Map<String, String> getAnnotations() {
6666
return annotations;
6767
}
@@ -87,14 +87,14 @@ public V1AlertmanagerSpecPodMetadata putLabelsItem(String key, String labelsItem
8787
/**
8888
* Map of string keys and values that can be used to organize and categorize (scope and select)
8989
* objects. May match selectors of replication controllers and services. More info:
90-
* http://kubernetes.io/docs/user-guide/labels
90+
* https://kubernetes.io/docs/user-guide/labels
9191
*
9292
* @return labels
9393
*/
9494
@javax.annotation.Nullable
9595
@ApiModelProperty(
9696
value =
97-
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels")
97+
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/user-guide/labels")
9898
public Map<String, String> getLabels() {
9999
return labels;
100100
}

client-java-contrib/prometheus-operator/src/main/java/com/coreos/monitoring/models/V1PrometheusSpec.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -808,14 +808,14 @@ public V1PrometheusSpec addImagePullSecretsItem(
808808
/**
809809
* An optional list of references to secrets in the same namespace to use for pulling prometheus
810810
* and alertmanager images from registries see
811-
* http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod
811+
* https://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod
812812
*
813813
* @return imagePullSecrets
814814
*/
815815
@javax.annotation.Nullable
816816
@ApiModelProperty(
817817
value =
818-
"An optional list of references to secrets in the same namespace to use for pulling prometheus and alertmanager images from registries see http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod")
818+
"An optional list of references to secrets in the same namespace to use for pulling prometheus and alertmanager images from registries see https://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod")
819819
public List<V1ThanosRulerSpecImagePullSecrets> getImagePullSecrets() {
820820
return imagePullSecrets;
821821
}

client-java-contrib/prometheus-operator/src/main/java/com/coreos/monitoring/models/V1PrometheusSpecPodMetadata.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ public V1PrometheusSpecPodMetadata putAnnotationsItem(String key, String annotat
5454
/**
5555
* Annotations is an unstructured key value map stored with a resource that may be set by external
5656
* tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved
57-
* when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
57+
* when modifying objects. More info: https://kubernetes.io/docs/user-guide/annotations
5858
*
5959
* @return annotations
6060
*/
6161
@javax.annotation.Nullable
6262
@ApiModelProperty(
6363
value =
64-
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations")
64+
"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/user-guide/annotations")
6565
public Map<String, String> getAnnotations() {
6666
return annotations;
6767
}
@@ -87,14 +87,14 @@ public V1PrometheusSpecPodMetadata putLabelsItem(String key, String labelsItem)
8787
/**
8888
* Map of string keys and values that can be used to organize and categorize (scope and select)
8989
* objects. May match selectors of replication controllers and services. More info:
90-
* http://kubernetes.io/docs/user-guide/labels
90+
* https://kubernetes.io/docs/user-guide/labels
9191
*
9292
* @return labels
9393
*/
9494
@javax.annotation.Nullable
9595
@ApiModelProperty(
9696
value =
97-
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels")
97+
"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/user-guide/labels")
9898
public Map<String, String> getLabels() {
9999
return labels;
100100
}

client-java-contrib/prometheus-operator/src/main/java/com/coreos/monitoring/models/V1ThanosRulerSpecStorageEmptyDir.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ public V1ThanosRulerSpecStorageEmptyDir sizeLimit(String sizeLimit) {
7474
* applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum
7575
* value between the SizeLimit specified here and the sum of memory limits of all containers in a
7676
* pod. The default is nil which means that the limit is undefined. More info:
77-
* http://kubernetes.io/docs/user-guide/volumes#emptydir
77+
* https://kubernetes.io/docs/user-guide/volumes#emptydir
7878
*
7979
* @return sizeLimit
8080
*/
8181
@javax.annotation.Nullable
8282
@ApiModelProperty(
8383
value =
84-
"Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir")
84+
"Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/user-guide/volumes#emptydir")
8585
public String getSizeLimit() {
8686
return sizeLimit;
8787
}

kubernetes/docs/V1CrossVersionObjectReference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
1010
**apiVersion** | **String** | API version of the referent | [optional]
1111
**kind** | **String** | Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\&quot; |
12-
**name** | **String** | Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names |
12+
**name** | **String** | Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names |
1313

1414

1515

kubernetes/docs/V1ObjectMeta.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ ObjectMeta is metadata that all persisted resources must have, which includes al
77

88
Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
10-
**annotations** | **Map&lt;String, String&gt;** | Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations | [optional]
10+
**annotations** | **Map&lt;String, String&gt;** | Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/user-guide/annotations | [optional]
1111
**creationTimestamp** | [**OffsetDateTime**](OffsetDateTime.md) | CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata | [optional]
1212
**deletionGracePeriodSeconds** | **Long** | Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. | [optional]
1313
**deletionTimestamp** | [**OffsetDateTime**](OffsetDateTime.md) | DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata | [optional]
1414
**finalizers** | **List&lt;String&gt;** | Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. | [optional]
1515
**generateName** | **String** | GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will return a 409. Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency | [optional]
1616
**generation** | **Long** | A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. | [optional]
17-
**labels** | **Map&lt;String, String&gt;** | Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels | [optional]
17+
**labels** | **Map&lt;String, String&gt;** | Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/user-guide/labels | [optional]
1818
**managedFields** | [**List&lt;V1ManagedFieldsEntry&gt;**](V1ManagedFieldsEntry.md) | ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn&#39;t need to set or understand this field. A workflow can be the user&#39;s name, a controller&#39;s name, or the name of a specific apply path like \&quot;ci-cd\&quot;. The set of fields is always in the version that the workflow used when modifying the object. | [optional]
19-
**name** | **String** | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names | [optional]
20-
**namespace** | **String** | Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \&quot;default\&quot; namespace, but \&quot;default\&quot; is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces | [optional]
19+
**name** | **String** | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/user-guide/identifiers#names | [optional]
20+
**namespace** | **String** | Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \&quot;default\&quot; namespace, but \&quot;default\&quot; is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/user-guide/namespaces | [optional]
2121
**ownerReferences** | [**List&lt;V1OwnerReference&gt;**](V1OwnerReference.md) | List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. | [optional]
2222
**resourceVersion** | **String** | An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency | [optional]
2323
**selfLink** | **String** | Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. | [optional]
24-
**uid** | **String** | UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids | [optional]
24+
**uid** | **String** | UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: https://kubernetes.io/docs/user-guide/identifiers#uids | [optional]
2525

2626

2727

kubernetes/docs/V2CrossVersionObjectReference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
------------ | ------------- | ------------- | -------------
1010
**apiVersion** | **String** | API version of the referent | [optional]
1111
**kind** | **String** | Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\&quot; |
12-
**name** | **String** | Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names |
12+
**name** | **String** | Name of the referent; More info: https://kubernetes.io/docs/user-guide/identifiers#names |
1313

1414

1515

0 commit comments

Comments
 (0)