Skip to content

Commit

Permalink
Pin to Luke's no_Type_suffix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Mar 19, 2020
1 parent 38941aa commit 534a59c
Show file tree
Hide file tree
Showing 179 changed files with 7,871 additions and 7,273 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/imdario/mergo v0.3.8
github.com/mitchellh/go-wordwrap v1.0.0
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi v1.12.2-0.20200317200943-655839009a98
github.com/pulumi/pulumi v1.13.1-0.20200319012844-81b06d427e4c
github.com/stretchr/testify v1.4.1-0.20191106224347-f1bd0923b832
google.golang.org/grpc v1.27.1
k8s.io/api v0.17.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/pulumi/pulumi v1.12.2-0.20200317200943-655839009a98 h1:ut+V4PTvJYJOQ6Z5Qo4XcCC9vO0SJUrLQo6WkzqAgSY=
github.com/pulumi/pulumi v1.12.2-0.20200317200943-655839009a98/go.mod h1:wem+vUldHRqBV0Q7+yHmQfjYFfVslMCtWW60yqmo9Ag=
github.com/pulumi/pulumi v1.13.1-0.20200319012844-81b06d427e4c h1:LtYJrCwvbE5Y24nTez2dZZ8J46ydEne+0yDM/z+ekHQ=
github.com/pulumi/pulumi v1.13.1-0.20200319012844-81b06d427e4c/go.mod h1:P5I2PorW10jrG8ut4bx1cKv7vAlr2nPu1NCpFif38FA=
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
github.com/rjeczalik/notify v0.9.2 h1:MiTWrPj55mNDHEiIX5YUSKefw/+lCQVoAFmD6oQm5w8=
github.com/rjeczalik/notify v0.9.2/go.mod h1:aErll2f0sUX9PXZnVNyeiObbmTlk5jnMoCa4QEjJeqM=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type MutatingWebhookConfigurationList struct {
// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
ApiVersion pulumi.StringPtrOutput `pulumi:"apiVersion"`
// List of MutatingWebhookConfiguration.
Items MutatingWebhookConfigurationTypeArrayOutput `pulumi:"items"`
Items MutatingWebhookConfigurationArrayOutput `pulumi:"items"`
// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Kind pulumi.StringPtrOutput `pulumi:"kind"`
// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Expand Down Expand Up @@ -66,7 +66,7 @@ type mutatingWebhookConfigurationListState struct {
// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
ApiVersion *string `pulumi:"apiVersion"`
// List of MutatingWebhookConfiguration.
Items []MutatingWebhookConfigurationType `pulumi:"items"`
Items []MutatingWebhookConfiguration `pulumi:"items"`
// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Kind *string `pulumi:"kind"`
// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Expand All @@ -77,7 +77,7 @@ type MutatingWebhookConfigurationListState struct {
// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
ApiVersion pulumi.StringPtrInput
// List of MutatingWebhookConfiguration.
Items MutatingWebhookConfigurationTypeArrayInput
Items MutatingWebhookConfigurationArrayInput
// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Kind pulumi.StringPtrInput
// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Expand All @@ -92,7 +92,7 @@ type mutatingWebhookConfigurationListArgs struct {
// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
ApiVersion *string `pulumi:"apiVersion"`
// List of MutatingWebhookConfiguration.
Items []MutatingWebhookConfigurationType `pulumi:"items"`
Items []MutatingWebhookConfiguration `pulumi:"items"`
// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Kind *string `pulumi:"kind"`
// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Expand All @@ -104,7 +104,7 @@ type MutatingWebhookConfigurationListArgs struct {
// APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
ApiVersion pulumi.StringPtrInput
// List of MutatingWebhookConfiguration.
Items MutatingWebhookConfigurationTypeArrayInput
Items MutatingWebhookConfigurationArrayInput
// Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Kind pulumi.StringPtrInput
// Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Expand Down
13 changes: 13 additions & 0 deletions sdk/go/kubernetes/admissionregistration/v1/pulumiManifest.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// *** WARNING: this file was generated by pulumigen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***

// nolint: lll
package v1

import (
"github.com/pulumi/pulumi/sdk/go/pulumi"
)

func init() {
pulumi.RegisterPackage(pulumi.PackageInfo{Name:"kubernetes", Version:"1.6.0-alpha.1584587121+g38941aa8.dirty"})
}
Loading

0 comments on commit 534a59c

Please sign in to comment.