mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 18:01:21 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
17
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json
generated
vendored
17
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json
generated
vendored
@@ -6,7 +6,6 @@
|
||||
"jsonVersion":"1.1",
|
||||
"protocol":"json",
|
||||
"serviceFullName":"AWS CodeBuild",
|
||||
"serviceId":"CodeBuild",
|
||||
"signatureVersion":"v4",
|
||||
"targetPrefix":"CodeBuild_20161006",
|
||||
"uid":"codebuild-2016-10-06"
|
||||
@@ -311,8 +310,7 @@
|
||||
"buildComplete":{"shape":"Boolean"},
|
||||
"initiator":{"shape":"String"},
|
||||
"vpcConfig":{"shape":"VpcConfig"},
|
||||
"networkInterface":{"shape":"NetworkInterface"},
|
||||
"encryptionKey":{"shape":"NonEmptyString"}
|
||||
"networkInterface":{"shape":"NetworkInterface"}
|
||||
}
|
||||
},
|
||||
"BuildArtifacts":{
|
||||
@@ -320,9 +318,7 @@
|
||||
"members":{
|
||||
"location":{"shape":"String"},
|
||||
"sha256sum":{"shape":"String"},
|
||||
"md5sum":{"shape":"String"},
|
||||
"overrideArtifactName":{"shape":"WrapperBoolean"},
|
||||
"encryptionDisabled":{"shape":"WrapperBoolean"}
|
||||
"md5sum":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"BuildIds":{
|
||||
@@ -397,8 +393,7 @@
|
||||
"name",
|
||||
"source",
|
||||
"artifacts",
|
||||
"environment",
|
||||
"serviceRole"
|
||||
"environment"
|
||||
],
|
||||
"members":{
|
||||
"name":{"shape":"ProjectName"},
|
||||
@@ -700,9 +695,7 @@
|
||||
"path":{"shape":"String"},
|
||||
"namespaceType":{"shape":"ArtifactNamespace"},
|
||||
"name":{"shape":"String"},
|
||||
"packaging":{"shape":"ArtifactPackaging"},
|
||||
"overrideArtifactName":{"shape":"WrapperBoolean"},
|
||||
"encryptionDisabled":{"shape":"WrapperBoolean"}
|
||||
"packaging":{"shape":"ArtifactPackaging"}
|
||||
}
|
||||
},
|
||||
"ProjectBadge":{
|
||||
@@ -770,7 +763,6 @@
|
||||
"gitCloneDepth":{"shape":"GitCloneDepth"},
|
||||
"buildspec":{"shape":"String"},
|
||||
"auth":{"shape":"SourceAuth"},
|
||||
"reportBuildStatus":{"shape":"WrapperBoolean"},
|
||||
"insecureSsl":{"shape":"WrapperBoolean"}
|
||||
}
|
||||
},
|
||||
@@ -839,7 +831,6 @@
|
||||
"gitCloneDepthOverride":{"shape":"GitCloneDepth"},
|
||||
"buildspecOverride":{"shape":"String"},
|
||||
"insecureSslOverride":{"shape":"WrapperBoolean"},
|
||||
"reportBuildStatusOverride":{"shape":"WrapperBoolean"},
|
||||
"environmentTypeOverride":{"shape":"EnvironmentType"},
|
||||
"imageOverride":{"shape":"NonEmptyString"},
|
||||
"computeTypeOverride":{"shape":"ComputeType"},
|
||||
|
||||
9
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json
generated
vendored
@@ -357,7 +357,6 @@
|
||||
"Build$sourceVersion": "<p>Any version identifier for the version of the source code to be built.</p>",
|
||||
"Build$projectName": "<p>The name of the AWS CodeBuild project.</p>",
|
||||
"Build$serviceRole": "<p>The name of a service role used for this build.</p>",
|
||||
"Build$encryptionKey": "<p>The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output artifacts.</p> <p>This is expressed either as the CMK's Amazon Resource Name (ARN) or, if specified, the CMK's alias (using the format <code>alias/<i>alias-name</i> </code>).</p>",
|
||||
"BuildIds$member": null,
|
||||
"BuildNotDeleted$id": "<p>The ID of the build that could not be successfully deleted.</p>",
|
||||
"CreateProjectInput$serviceRole": "<p>The ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.</p>",
|
||||
@@ -701,16 +700,10 @@
|
||||
"WrapperBoolean": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"BuildArtifacts$overrideArtifactName": "<p> If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique. </p>",
|
||||
"BuildArtifacts$encryptionDisabled": "<p> Information that tells you if encryption for build artifacts is disabled. </p>",
|
||||
"CreateProjectInput$badgeEnabled": "<p>Set this to true to generate a publicly-accessible URL for your project's build badge.</p>",
|
||||
"ProjectArtifacts$overrideArtifactName": "<p> If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique. </p>",
|
||||
"ProjectArtifacts$encryptionDisabled": "<p> Set to true if you do not want your output artifacts encrypted. This option is only valid if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException will be thrown. </p>",
|
||||
"ProjectEnvironment$privilegedMode": "<p>Enables running the Docker daemon inside a Docker container. Set to true only if the build project is be used to build Docker images, and the specified build environment image is not provided by AWS CodeBuild with Docker support. Otherwise, all associated builds that attempt to interact with the Docker daemon will fail. Note that you must also start the Docker daemon so that builds can interact with it. One way to do this is to initialize the Docker daemon during the install phase of your build spec by running the following build commands. (Do not run the following build commands if the specified build environment image is provided by AWS CodeBuild with Docker support.)</p> <p>If the operating system's base image is Ubuntu Linux:</p> <p> <code>- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay& - timeout 15 sh -c \"until docker info; do echo .; sleep 1; done\"</code> </p> <p>If the operating system's base image is Alpine Linux, add the <code>-t</code> argument to <code>timeout</code>:</p> <p> <code>- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay& - timeout 15 -t sh -c \"until docker info; do echo .; sleep 1; done\"</code> </p>",
|
||||
"ProjectSource$reportBuildStatus": "<p> Set to true to report the status of a build's start and finish to your source provider. This option is only valid when your source provider is GitHub. If this is set and you use a different source provider, an invalidInputException is thrown. </p>",
|
||||
"ProjectEnvironment$privilegedMode": "<p>Enables running the Docker daemon inside a Docker container. Set to true only if the build project is be used to build Docker images, and the specified build environment image is not provided by AWS CodeBuild with Docker support. Otherwise, all associated builds that attempt to interact with the Docker daemon will fail. Note that you must also start the Docker daemon so that builds can interact with it. One way to do this is to initialize the Docker daemon during the install phase of your build spec by running the following build commands. (Do not run the following build commands if the specified build environment image is provided by AWS CodeBuild with Docker support.)</p> <p> <code>- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay& - timeout -t 15 sh -c \"until docker info; do echo .; sleep 1; done\"</code> </p>",
|
||||
"ProjectSource$insecureSsl": "<p>Enable this flag to ignore SSL warnings while connecting to the project source code.</p>",
|
||||
"StartBuildInput$insecureSslOverride": "<p>Enable this flag to override the insecure SSL setting that is specified in the build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.</p>",
|
||||
"StartBuildInput$reportBuildStatusOverride": "<p> Set to true to report to your source provider the status of a build's start and completion. If you use this option with a source provider other than GitHub, an invalidInputException is thrown. </p>",
|
||||
"StartBuildInput$privilegedModeOverride": "<p>Enable this flag to override privileged mode in the build project.</p>",
|
||||
"UpdateProjectInput$badgeEnabled": "<p>Set this to true to generate a publicly-accessible URL for your project's build badge.</p>"
|
||||
}
|
||||
|
||||
11
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/smoke.json
generated
vendored
11
vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/smoke.json
generated
vendored
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListBuilds",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user