Skip to content

Commit 7d58715

Browse files
authored
Prepare for release v0.0.6 (#154)
ProductLine: ByteBuilders Release: v2022.09.05 Release-tracker: appscode-cloud/CHANGELOG#30 Signed-off-by: 1gtm <[email protected]> Signed-off-by: 1gtm <[email protected]>
1 parent d7527ee commit 7d58715

File tree

239 files changed

+24892
-8566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+24892
-8566
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ require (
2929
k8s.io/kube-openapi v0.0.0-20220413171646-5e7f5fdc6da6
3030
kmodules.xyz/apiversion v0.2.0
3131
kmodules.xyz/authorizer v0.24.0
32-
kmodules.xyz/client-go v0.24.5
32+
kmodules.xyz/client-go v0.24.8
3333
kmodules.xyz/custom-resources v0.24.0
3434
kmodules.xyz/monitoring-agent-api v0.24.0
35-
kmodules.xyz/resource-metadata v0.12.4-0.20220726185618-99fbbaaa8ba5
35+
kmodules.xyz/resource-metadata v0.12.6
3636
kmodules.xyz/resource-metrics v0.10.1
3737
kmodules.xyz/sets v0.24.0
3838
kubepack.dev/kubepack v0.4.1-0.20220604085220-0b1719a66516

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1783,17 +1783,17 @@ kmodules.xyz/apply v0.24.1 h1:u6/iEB3JQsyRSmf2Xl39psiHxV3dc6VtQUY5WUQZ1y0=
17831783
kmodules.xyz/apply v0.24.1/go.mod h1:iA3BjyTtth8+IcWRY2l5D6Cpfi8sh+VMlDgH41Cn79o=
17841784
kmodules.xyz/authorizer v0.24.0 h1:iG/NOtobyOhJyPBDqkavY05Jy0Ta+kDNMscq8BsbXWU=
17851785
kmodules.xyz/authorizer v0.24.0/go.mod h1:0Evb5ww/P9GRReiFd80mjwzMIQ6Zlfb80sz9Mkng0To=
1786-
kmodules.xyz/client-go v0.24.5 h1:vZcVfRv3o+E+t0reUwk5pxg9fe1v61/FGDh8sWi1RDk=
1787-
kmodules.xyz/client-go v0.24.5/go.mod h1:wTV6xDTJT8PYnHg33tg1ofVWvIXAboQGH+OKUCJwja0=
1786+
kmodules.xyz/client-go v0.24.8 h1:oCU1mYwb+0jw0j1IBcuu2qQmTYfamqXsuvyYFjSKcYU=
1787+
kmodules.xyz/client-go v0.24.8/go.mod h1:wTV6xDTJT8PYnHg33tg1ofVWvIXAboQGH+OKUCJwja0=
17881788
kmodules.xyz/crd-schema-fuzz v0.24.1 h1:DGYhkkYCb39OGr23yPsXuOJVMQtCnjWbkNYSG3P7vzk=
17891789
kmodules.xyz/custom-resources v0.24.0 h1:OWQHB2oFh5q+RjeVfwrsJTZ3NbcclBtghETvq3lGhP8=
17901790
kmodules.xyz/custom-resources v0.24.0/go.mod h1:S6+TonEzosMPXbTA0gkh8djnw+mhLtwCN41a3PNUtsY=
17911791
kmodules.xyz/monitoring-agent-api v0.24.0 h1:CPFvzDppUKckMBLwaMnZbpYCuP7+NhcS4t7dWNTIgQo=
17921792
kmodules.xyz/monitoring-agent-api v0.24.0/go.mod h1:lu1TmXRMx9IcjMpY8s5nc4HNOhOix5/z9caEnbL8JxA=
17931793
kmodules.xyz/offshoot-api v0.24.1 h1:8KCVNkLwdebzWmHcTdZPTQGxqI92bqA+vrmz65ueULY=
17941794
kmodules.xyz/offshoot-api v0.24.1/go.mod h1:fYu0051hoJXXs70OjmIE+Q5smOgmzvYFhRJXCiFShaY=
1795-
kmodules.xyz/resource-metadata v0.12.4-0.20220726185618-99fbbaaa8ba5 h1:XWnXF2X56e3pn8vJ1KwZQqogqGsY/C/i0tIvDCRxMUU=
1796-
kmodules.xyz/resource-metadata v0.12.4-0.20220726185618-99fbbaaa8ba5/go.mod h1:i9+cwehXHOAD/UG/WDlVcnNqKJEd1BzCjvNzy0tc/4Y=
1795+
kmodules.xyz/resource-metadata v0.12.6 h1:heh+6+kHjXu/lKlCMPmVQnEP1EapFiGfzD31vfZ7Bw0=
1796+
kmodules.xyz/resource-metadata v0.12.6/go.mod h1:7DqxAbOiNeAisIzxjGnAFrBA6AfX5bDbC2zHiU5PHSI=
17971797
kmodules.xyz/resource-metrics v0.10.1 h1:q1dhk0eYxkZqd1peRy9wHGd8tOktBBH3kzgeTVaNBiY=
17981798
kmodules.xyz/resource-metrics v0.10.1/go.mod h1:YK0hjiLq6oBaGROmLSVcVDbmEgSxT1vpt8BCZZ+9teY=
17991799
kmodules.xyz/sets v0.24.0 h1:GbltLEPVnURjcmWyf8eFstgJBpm9o151wsrABkByGrc=

vendor/kmodules.xyz/client-go/api/v1/cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ type ClusterMetadata struct {
4444
UID string `json:"uid" protobuf:"bytes,1,opt,name=uid"`
4545
Name string `json:"name,omitempty" protobuf:"bytes,2,opt,name=name"`
4646
DisplayName string `json:"displayName,omitempty" protobuf:"bytes,3,opt,name=displayName"`
47-
Provider HostingProvider `json:"provider,omitempty" protobuf:"bytes,4,opt,name=provider"`
47+
Provider HostingProvider `json:"provider,omitempty" protobuf:"bytes,4,opt,name=provider,casttype=HostingProvider"`
4848
}

vendor/kmodules.xyz/client-go/api/v1/conditions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type Condition struct {
4343
Type string `json:"type" protobuf:"bytes,1,opt,name=type"`
4444
// Status of the condition, one of True, False, Unknown.
4545
// +required
46-
Status core.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status"`
46+
Status core.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status,casttype=k8s.io/api/core/v1.ConditionStatus"`
4747
// If set, this represents the .metadata.generation that the condition was set based upon.
4848
// For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date
4949
// with respect to the current state of the instance.

vendor/kmodules.xyz/client-go/api/v1/generated.pb.go

+506-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/kmodules.xyz/client-go/api/v1/generated.proto

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/*
2+
Copyright AppsCode Inc. and Contributors
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
17+
package v1
18+
19+
// ReadonlyHealthCheckSpec defines attributes of the health check using only read-only checks
20+
type ReadonlyHealthCheckSpec struct {
21+
// How often (in seconds) to perform the health check.
22+
// Default to 10 seconds. Minimum value is 1.
23+
// +optional
24+
// +kubebuilder:default=10
25+
PeriodSeconds *int32 `json:"periodSeconds,omitempty" protobuf:"varint,1,opt,name=periodSeconds"`
26+
// Number of seconds after which the probe times out.
27+
// Defaults to 10 second. Minimum value is 1.
28+
// It should be less than the periodSeconds.
29+
// +optional
30+
// +kubebuilder:default=10
31+
TimeoutSeconds *int32 `json:"timeoutSeconds,omitempty" protobuf:"varint,2,opt,name=timeoutSeconds"`
32+
// Minimum consecutive failures for the health check to be considered failed after having succeeded.
33+
// Defaults to 1. Minimum value is 1.
34+
// +optional
35+
// +kubebuilder:default=1
36+
FailureThreshold *int32 `json:"failureThreshold,omitempty" protobuf:"varint,3,opt,name=failureThreshold"`
37+
}
38+
39+
// HealthCheckSpec defines attributes of the health check
40+
type HealthCheckSpec struct {
41+
ReadonlyHealthCheckSpec `json:",inline" protobuf:"bytes,1,opt,name=readonlyHealthCheckSpec"`
42+
// Whether to disable write check on database.
43+
// Defaults to false.
44+
// +optional
45+
DisableWriteCheck bool `json:"disableWriteCheck,omitempty" protobuf:"varint,2,opt,name=disableWriteCheck"`
46+
}

vendor/kmodules.xyz/client-go/api/v1/openapi_generated.go

+90-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/kmodules.xyz/client-go/api/v1/zz_generated.deepcopy.go

+48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)