1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 05:09:10 +00:00

generated

This commit is contained in:
gitlawr
2018-09-19 15:41:10 +08:00
committed by Alena Prokharchyk
parent a0165b14ba
commit b2cf716a27
17 changed files with 453 additions and 88 deletions

View File

@@ -372,6 +372,175 @@ func (in *BasicAuthList) DeepCopyObject() runtime.Object {
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketCloudApplyInput) DeepCopyInto(out *BitbucketCloudApplyInput) {
*out = *in
out.OauthApplyInput = in.OauthApplyInput
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketCloudApplyInput.
func (in *BitbucketCloudApplyInput) DeepCopy() *BitbucketCloudApplyInput {
if in == nil {
return nil
}
out := new(BitbucketCloudApplyInput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketCloudPipelineConfig) DeepCopyInto(out *BitbucketCloudPipelineConfig) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.SourceCodeProviderConfig.DeepCopyInto(&out.SourceCodeProviderConfig)
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketCloudPipelineConfig.
func (in *BitbucketCloudPipelineConfig) DeepCopy() *BitbucketCloudPipelineConfig {
if in == nil {
return nil
}
out := new(BitbucketCloudPipelineConfig)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *BitbucketCloudPipelineConfig) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketCloudProvider) DeepCopyInto(out *BitbucketCloudProvider) {
*out = *in
in.OauthProvider.DeepCopyInto(&out.OauthProvider)
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketCloudProvider.
func (in *BitbucketCloudProvider) DeepCopy() *BitbucketCloudProvider {
if in == nil {
return nil
}
out := new(BitbucketCloudProvider)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *BitbucketCloudProvider) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketServerApplyInput) DeepCopyInto(out *BitbucketServerApplyInput) {
*out = *in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketServerApplyInput.
func (in *BitbucketServerApplyInput) DeepCopy() *BitbucketServerApplyInput {
if in == nil {
return nil
}
out := new(BitbucketServerApplyInput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketServerPipelineConfig) DeepCopyInto(out *BitbucketServerPipelineConfig) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.SourceCodeProviderConfig.DeepCopyInto(&out.SourceCodeProviderConfig)
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketServerPipelineConfig.
func (in *BitbucketServerPipelineConfig) DeepCopy() *BitbucketServerPipelineConfig {
if in == nil {
return nil
}
out := new(BitbucketServerPipelineConfig)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *BitbucketServerPipelineConfig) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketServerProvider) DeepCopyInto(out *BitbucketServerProvider) {
*out = *in
in.OauthProvider.DeepCopyInto(&out.OauthProvider)
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketServerProvider.
func (in *BitbucketServerProvider) DeepCopy() *BitbucketServerProvider {
if in == nil {
return nil
}
out := new(BitbucketServerProvider)
in.DeepCopyInto(out)
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *BitbucketServerProvider) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketServerRequestLoginInput) DeepCopyInto(out *BitbucketServerRequestLoginInput) {
*out = *in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketServerRequestLoginInput.
func (in *BitbucketServerRequestLoginInput) DeepCopy() *BitbucketServerRequestLoginInput {
if in == nil {
return nil
}
out := new(BitbucketServerRequestLoginInput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *BitbucketServerRequestLoginOutput) DeepCopyInto(out *BitbucketServerRequestLoginOutput) {
*out = *in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BitbucketServerRequestLoginOutput.
func (in *BitbucketServerRequestLoginOutput) DeepCopy() *BitbucketServerRequestLoginOutput {
if in == nil {
return nil
}
out := new(BitbucketServerRequestLoginOutput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Certificate) DeepCopyInto(out *Certificate) {
*out = *in
@@ -589,17 +758,18 @@ func (in *EnvFrom) DeepCopy() *EnvFrom {
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GithubLoginInput) DeepCopyInto(out *GithubLoginInput) {
func (in *GithubApplyInput) DeepCopyInto(out *GithubApplyInput) {
*out = *in
out.OauthApplyInput = in.OauthApplyInput
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GithubLoginInput.
func (in *GithubLoginInput) DeepCopy() *GithubLoginInput {
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GithubApplyInput.
func (in *GithubApplyInput) DeepCopy() *GithubApplyInput {
if in == nil {
return nil
}
out := new(GithubLoginInput)
out := new(GithubApplyInput)
in.DeepCopyInto(out)
return out
}
@@ -631,23 +801,6 @@ func (in *GithubPipelineConfig) DeepCopyObject() runtime.Object {
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GithubPipelineConfigApplyInput) DeepCopyInto(out *GithubPipelineConfigApplyInput) {
*out = *in
in.GithubConfig.DeepCopyInto(&out.GithubConfig)
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GithubPipelineConfigApplyInput.
func (in *GithubPipelineConfigApplyInput) DeepCopy() *GithubPipelineConfigApplyInput {
if in == nil {
return nil
}
out := new(GithubPipelineConfigApplyInput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GithubProvider) DeepCopyInto(out *GithubProvider) {
*out = *in
@@ -674,17 +827,18 @@ func (in *GithubProvider) DeepCopyObject() runtime.Object {
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GitlabLoginInput) DeepCopyInto(out *GitlabLoginInput) {
func (in *GitlabApplyInput) DeepCopyInto(out *GitlabApplyInput) {
*out = *in
out.OauthApplyInput = in.OauthApplyInput
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabLoginInput.
func (in *GitlabLoginInput) DeepCopy() *GitlabLoginInput {
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabApplyInput.
func (in *GitlabApplyInput) DeepCopy() *GitlabApplyInput {
if in == nil {
return nil
}
out := new(GitlabLoginInput)
out := new(GitlabApplyInput)
in.DeepCopyInto(out)
return out
}
@@ -716,23 +870,6 @@ func (in *GitlabPipelineConfig) DeepCopyObject() runtime.Object {
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GitlabPipelineConfigApplyInput) DeepCopyInto(out *GitlabPipelineConfigApplyInput) {
*out = *in
in.GitlabConfig.DeepCopyInto(&out.GitlabConfig)
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitlabPipelineConfigApplyInput.
func (in *GitlabPipelineConfigApplyInput) DeepCopy() *GitlabPipelineConfigApplyInput {
if in == nil {
return nil
}
out := new(GitlabPipelineConfigApplyInput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GitlabProvider) DeepCopyInto(out *GitlabProvider) {
*out = *in
@@ -1070,6 +1207,22 @@ func (in *NamespacedServiceAccountTokenList) DeepCopyObject() runtime.Object {
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *OauthApplyInput) DeepCopyInto(out *OauthApplyInput) {
*out = *in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OauthApplyInput.
func (in *OauthApplyInput) DeepCopy() *OauthApplyInput {
if in == nil {
return nil
}
out := new(OauthApplyInput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *OauthProvider) DeepCopyInto(out *OauthProvider) {
*out = *in