-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
734 changed files
with
103,338 additions
and
1,206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
defaults/io.k8s.api.admissionregistration.v1alpha1.Initializer.dhall
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
defaults/io.k8s.api.admissionregistration.v1alpha1.InitializerConfiguration.dhall
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
defaults/io.k8s.api.admissionregistration.v1alpha1.InitializerConfigurationList.dhall
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
defaults/io.k8s.api.admissionregistration.v1alpha1.Rule.dhall
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ | |
[] : List Text | ||
, resources = | ||
[] : List Text | ||
, scope = | ||
None Text | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"coordination.k8s.io/v1" | ||
, kind = | ||
"Lease" | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall | ||
, spec = | ||
./io.k8s.api.coordination.v1.LeaseSpec.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"coordination.k8s.io/v1" | ||
, kind = | ||
"LeaseList" | ||
, items = | ||
[] : List ./../types/io.k8s.api.coordination.v1.Lease.dhall | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ acquireTime = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime.dhall | ||
, holderIdentity = | ||
None Text | ||
, leaseDurationSeconds = | ||
None Natural | ||
, leaseTransitions = | ||
None Natural | ||
, renewTime = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ nodePublishSecretRef = | ||
./io.k8s.api.core.v1.LocalObjectReference.dhall | ||
, volumeAttributes = | ||
[] : List { mapKey : Text, mapValue : Text } | ||
, fsType = | ||
None Text | ||
, readOnly = | ||
None Bool | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
{ group = None Text, readOnly = None Bool, user = None Text } | ||
{ group = | ||
None Text | ||
, readOnly = | ||
None Bool | ||
, tenant = | ||
None Text | ||
, user = | ||
None Text | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
{ mountPropagation = None Text, readOnly = None Bool, subPath = None Text } | ||
{ mountPropagation = | ||
None Text | ||
, readOnly = | ||
None Bool | ||
, subPath = | ||
None Text | ||
, subPathExpr = | ||
None Text | ||
} |
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
defaults/io.k8s.api.extensions.v1beta1.PodSecurityPolicySpec.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ backend = | ||
./io.k8s.api.networking.v1beta1.IngressBackend.dhall | ||
, path = | ||
None Text | ||
} |
3 changes: 3 additions & 0 deletions
3
defaults/io.k8s.api.networking.v1beta1.HTTPIngressRuleValue.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ paths = | ||
[] : List ./../types/io.k8s.api.networking.v1beta1.HTTPIngressPath.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ apiVersion = | ||
"networking.k8s.io/v1beta1" | ||
, kind = | ||
"Ingress" | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall | ||
, status = | ||
./io.k8s.api.networking.v1beta1.IngressStatus.dhall | ||
, spec = | ||
None ./../types/io.k8s.api.networking.v1beta1.IngressSpec.dhall | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"networking.k8s.io/v1beta1" | ||
, kind = | ||
"IngressList" | ||
, items = | ||
[] : List ./../types/io.k8s.api.networking.v1beta1.Ingress.dhall | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ host = | ||
None Text | ||
, http = | ||
None ./../types/io.k8s.api.networking.v1beta1.HTTPIngressRuleValue.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ rules = | ||
[] : List ./../types/io.k8s.api.networking.v1beta1.IngressRule.dhall | ||
, tls = | ||
[] : List ./../types/io.k8s.api.networking.v1beta1.IngressTLS.dhall | ||
, backend = | ||
None ./../types/io.k8s.api.networking.v1beta1.IngressBackend.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ loadBalancer = None ./../types/io.k8s.api.core.v1.LoadBalancerStatus.dhall } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ hosts = [] : List Text, secretName = None Text } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"node.k8s.io/v1alpha1" | ||
, kind = | ||
"RuntimeClass" | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall | ||
, spec = | ||
./io.k8s.api.node.v1alpha1.RuntimeClassSpec.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"node.k8s.io/v1alpha1" | ||
, kind = | ||
"RuntimeClassList" | ||
, items = | ||
[] : List ./../types/io.k8s.api.node.v1alpha1.RuntimeClass.dhall | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{=} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ apiVersion = | ||
"node.k8s.io/v1beta1" | ||
, kind = | ||
"RuntimeClass" | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"node.k8s.io/v1beta1" | ||
, kind = | ||
"RuntimeClassList" | ||
, items = | ||
[] : List ./../types/io.k8s.api.node.v1beta1.RuntimeClass.dhall | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{=} |
4 changes: 3 additions & 1 deletion
4
defaults/io.k8s.api.policy.v1beta1.PodSecurityPolicySpec.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ apiVersion = | ||
"scheduling.k8s.io/v1" | ||
, kind = | ||
"PriorityClass" | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall | ||
, description = | ||
None Text | ||
, globalDefault = | ||
None Bool | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"scheduling.k8s.io/v1" | ||
, kind = | ||
"PriorityClassList" | ||
, items = | ||
[] : List ./../types/io.k8s.api.scheduling.v1.PriorityClass.dhall | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"storage.k8s.io/v1beta1" | ||
, kind = | ||
"CSIDriver" | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall | ||
, spec = | ||
./io.k8s.api.storage.v1beta1.CSIDriverSpec.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"storage.k8s.io/v1beta1" | ||
, kind = | ||
"CSIDriverList" | ||
, items = | ||
[] : List ./../types/io.k8s.api.storage.v1beta1.CSIDriver.dhall | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ attachRequired = None Bool, podInfoOnMount = None Bool } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"storage.k8s.io/v1beta1" | ||
, kind = | ||
"CSINode" | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta.dhall | ||
, spec = | ||
./io.k8s.api.storage.v1beta1.CSINodeSpec.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ topologyKeys = [] : List Text } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ apiVersion = | ||
"storage.k8s.io/v1beta1" | ||
, kind = | ||
"CSINodeList" | ||
, items = | ||
[] : List ./../types/io.k8s.api.storage.v1beta1.CSINode.dhall | ||
, metadata = | ||
./io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ drivers = | ||
[] : List ./../types/io.k8s.api.storage.v1beta1.CSINodeDriver.dhall | ||
} |
4 changes: 3 additions & 1 deletion
4
...k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceConversion.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
{ webhookClientConfig = | ||
{ conversionReviewVersions = | ||
[] : List Text | ||
, webhookClientConfig = | ||
./io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig.dhall | ||
} |
4 changes: 1 addition & 3 deletions
4
...s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ status = | ||
./io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceStatus.dhall | ||
, scale = | ||
{ scale = | ||
None | ||
./../types/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceScale.dhall | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,8 @@ | |
None Double | ||
, multipleOf = | ||
None Double | ||
, nullable = | ||
None Bool | ||
, pattern = | ||
None Text | ||
, title = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
[] : List Text | ||
, group = | ||
None Text | ||
, storageVersionHash = | ||
None Text | ||
, version = | ||
None Text | ||
} |
7 changes: 7 additions & 0 deletions
7
defaults/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry.dhall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ manager = | ||
None Text | ||
, operation = | ||
None Text | ||
, time = | ||
None ./../types/io.k8s.apimachinery.pkg.apis.meta.v1.Time.dhall | ||
} |
Oops, something went wrong.