Merge branch 'main' into contributor_guide_updates

This commit is contained in:
Ryan Richard 2020-09-16 08:32:34 -07:00
commit 635ecd7b1a
387 changed files with 760 additions and 1492 deletions

View File

@ -64,7 +64,7 @@ linters-settings:
statements: 50 statements: 50
goheader: goheader:
template: |- template: |-
Copyright 2020 VMware, Inc. Copyright 2020 the Pinniped contributors. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
goimports: goimports:
local-prefixes: github.com/suzerain-io local-prefixes: github.com/suzerain-io

View File

@ -1,4 +1,4 @@
# Copyright 2020 VMware, Inc. # Copyright 2020 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
FROM golang:1.15.1 as build-env FROM golang:1.15.1 as build-env

View File

@ -58,4 +58,4 @@ Please follow the procedure described in [SECURITY.md](SECURITY.md).
Pinniped is open source and licensed under Apache License Version 2.0. See [LICENSE](LICENSE) file. Pinniped is open source and licensed under Apache License Version 2.0. See [LICENSE](LICENSE) file.
Copyright 2020 VMware, Inc. Copyright 2020 the Pinniped contributors. All Rights Reserved.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=crd.pinniped.dev // +groupName=crd.pinniped.dev

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package crdpinniped package crdpinniped

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=idp.pinniped.dev // +groupName=idp.pinniped.dev

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=pinniped.dev // +groupName=pinniped.dev

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package pinniped package pinniped

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package pinniped package pinniped

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Package main provides a authentication webhook program. // Package main provides a authentication webhook program.
// //

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package main package main

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package main package main

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package cmd package cmd

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package cmd package cmd

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package cmd package cmd

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package cmd package cmd

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package cmd package cmd

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package main package main

View File

@ -1,4 +1,4 @@
#! Copyright 2020 VMware, Inc. #! Copyright 2020 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0 #! SPDX-License-Identifier: Apache-2.0
#@ load("@ytt:data", "data") #@ load("@ytt:data", "data")

View File

@ -1,4 +1,4 @@
#! Copyright 2020 VMware, Inc. #! Copyright 2020 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0 #! SPDX-License-Identifier: Apache-2.0
#@ load("@ytt:data", "data") #@ load("@ytt:data", "data")

View File

@ -1,4 +1,4 @@
#! Copyright 2020 VMware, Inc. #! Copyright 2020 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0 #! SPDX-License-Identifier: Apache-2.0
#@data/values #@data/values

View File

@ -1,4 +1,4 @@
#! Copyright 2020 VMware, Inc. #! Copyright 2020 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0 #! SPDX-License-Identifier: Apache-2.0
#@ load("@ytt:data", "data") #@ load("@ytt:data", "data")

View File

@ -1,4 +1,4 @@
#! Copyright 2020 VMware, Inc. #! Copyright 2020 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0 #! SPDX-License-Identifier: Apache-2.0
#@ load("@ytt:data", "data") #@ load("@ytt:data", "data")

View File

@ -1,4 +1,4 @@
#! Copyright 2020 VMware, Inc. #! Copyright 2020 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0 #! SPDX-License-Identifier: Apache-2.0
#@data/values #@data/values

View File

@ -1,4 +1,4 @@
#! Copyright 2020 VMware, Inc. #! Copyright 2020 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0 #! SPDX-License-Identifier: Apache-2.0
#@ load("@ytt:data", "data") #@ load("@ytt:data", "data")

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=crd.pinniped.dev // +groupName=crd.pinniped.dev

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package crdpinniped package crdpinniped

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by conversion-gen. DO NOT EDIT. // Code generated by conversion-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by deepcopy-gen. DO NOT EDIT. // Code generated by deepcopy-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by defaulter-gen. DO NOT EDIT. // Code generated by defaulter-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by deepcopy-gen. DO NOT EDIT. // Code generated by deepcopy-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=idp.pinniped.dev // +groupName=idp.pinniped.dev

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by conversion-gen. DO NOT EDIT. // Code generated by conversion-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by deepcopy-gen. DO NOT EDIT. // Code generated by deepcopy-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by defaulter-gen. DO NOT EDIT. // Code generated by defaulter-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by deepcopy-gen. DO NOT EDIT. // Code generated by deepcopy-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package
// +groupName=pinniped.dev // +groupName=pinniped.dev

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package pinniped package pinniped

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package pinniped package pinniped

View File

@ -1,6 +1,4 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// +k8s:openapi-gen=true // +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package // +k8s:deepcopy-gen=package

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
package v1alpha1 package v1alpha1

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by conversion-gen. DO NOT EDIT. // Code generated by conversion-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by deepcopy-gen. DO NOT EDIT. // Code generated by deepcopy-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by defaulter-gen. DO NOT EDIT. // Code generated by defaulter-gen. DO NOT EDIT.

View File

@ -1,9 +1,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by deepcopy-gen. DO NOT EDIT. // Code generated by deepcopy-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

View File

@ -1,7 +1,5 @@
/* // Copyright 2020 the Pinniped contributors. All Rights Reserved.
Copyright 2020 VMware, Inc. // SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by client-gen. DO NOT EDIT. // Code generated by client-gen. DO NOT EDIT.

Some files were not shown because too many files have changed in this diff Show More