-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Helm chart for 1.3.0 * Update pipeline to error better
- Loading branch information
Showing
84 changed files
with
4,681 additions
and
4,530 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
Binary file not shown.
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
189 changes: 189 additions & 0 deletions
189
...rds/apiextensions.k8s.io_v1_customresourcedefinition_apimgmtapis.azure.microsoft.com.yaml
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,189 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.4.0 | ||
creationTimestamp: null | ||
name: apimgmtapis.azure.microsoft.com | ||
spec: | ||
group: azure.microsoft.com | ||
names: | ||
kind: APIMgmtAPI | ||
listKind: APIMgmtAPIList | ||
plural: apimgmtapis | ||
shortNames: | ||
- apim | ||
singular: apimgmtapi | ||
preserveUnknownFields: false | ||
scope: Namespaced | ||
versions: | ||
- additionalPrinterColumns: | ||
- jsonPath: .status.provisioned | ||
name: Provisioned | ||
type: string | ||
- jsonPath: .status.message | ||
name: Message | ||
type: string | ||
name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
description: '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' | ||
type: string | ||
kind: | ||
description: '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' | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
description: APIMgmtSpec defines the desired state of APIMgmt | ||
properties: | ||
apiId: | ||
type: string | ||
apiService: | ||
type: string | ||
location: | ||
type: string | ||
properties: | ||
properties: | ||
apiRevision: | ||
description: APIRevision - Describes the Revision of the Api. | ||
If no value is provided, default revision 1 is created | ||
type: string | ||
apiRevisionDescription: | ||
description: APIRevisionDescription - Description of the Api Revision. | ||
type: string | ||
apiVersion: | ||
description: APIVersion - Indicates the Version identifier of | ||
the API if the API is versioned | ||
type: string | ||
apiVersionDescription: | ||
description: APIVersionDescription - Description of the Api Version. | ||
type: string | ||
apiVersionSetId: | ||
description: APIVersionSetID - A resource identifier for the related | ||
ApiVersionSet. | ||
type: string | ||
apiVersionSets: | ||
description: APIVersionSet - APIVersionSetContractDetails an API | ||
Version Set contains the common configuration for a set of API | ||
versions. | ||
properties: | ||
description: | ||
description: Description - Description of API Version Set. | ||
type: string | ||
id: | ||
description: ID - Identifier for existing API Version Set. | ||
Omit this value to create a new Version Set. | ||
type: string | ||
name: | ||
description: Name - The display Name of the API Version Set. | ||
type: string | ||
type: object | ||
description: | ||
description: Description - Description of the API. May include | ||
HTML formatting tags. | ||
type: string | ||
displayName: | ||
description: DisplayName - API name. Must be 1 to 300 characters | ||
long. | ||
type: string | ||
format: | ||
description: " Format - Format of the Content in which the API | ||
is getting imported. Possible values include: \t'WadlXML', 'WadlLinkJSON', | ||
'SwaggerJSON', 'SwaggerLinkJSON', 'Wsdl', 'WsdlLink', 'Openapi', | ||
'Openapijson', 'OpenapiLink'" | ||
type: string | ||
isCurrent: | ||
description: IsCurrent - Indicates if API revision is current | ||
api revision. | ||
type: boolean | ||
isOnline: | ||
description: IsOnline - READ-ONLY; Indicates if API revision is | ||
accessible via the gateway. | ||
type: boolean | ||
path: | ||
description: " Path - Relative URL uniquely identifying this API | ||
and all of its resource paths within the API Management service | ||
instance. \tIt is appended to the API endpoint base URL specified | ||
during the service instance creation to form a public URL for | ||
this API." | ||
type: string | ||
protocols: | ||
description: Protocols - Describes on which protocols the operations | ||
in this API can be invoked. | ||
items: | ||
type: string | ||
type: array | ||
serviceUrl: | ||
description: ServiceURL - Absolute URL of the backend service | ||
implementing this API. Cannot be more than 2000 characters long. | ||
type: string | ||
sourceApiId: | ||
description: SourceAPIID - API identifier of the source API. | ||
type: string | ||
subscriptionRequired: | ||
description: SubscriptionRequired - Specifies whether an API or | ||
Product subscription is required for accessing the API. | ||
type: boolean | ||
type: object | ||
resourceGroup: | ||
minLength: 1 | ||
pattern: ^[-\w\._\(\)]+$ | ||
type: string | ||
required: | ||
- apiId | ||
- apiService | ||
- location | ||
- properties | ||
- resourceGroup | ||
type: object | ||
status: | ||
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed | ||
state of resource actions | ||
properties: | ||
completed: | ||
format: date-time | ||
type: string | ||
containsUpdate: | ||
type: boolean | ||
failedProvisioning: | ||
type: boolean | ||
flattenedSecrets: | ||
type: boolean | ||
message: | ||
type: string | ||
output: | ||
type: string | ||
pollingUrl: | ||
type: string | ||
provisioned: | ||
type: boolean | ||
provisioning: | ||
type: boolean | ||
requested: | ||
format: date-time | ||
type: string | ||
resourceId: | ||
type: string | ||
specHash: | ||
type: string | ||
state: | ||
type: string | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: [] | ||
storedVersions: [] |
121 changes: 121 additions & 0 deletions
121
...ds/apiextensions.k8s.io_v1_customresourcedefinition_apimservices.azure.microsoft.com.yaml
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,121 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.4.0 | ||
creationTimestamp: null | ||
name: apimservices.azure.microsoft.com | ||
spec: | ||
group: azure.microsoft.com | ||
names: | ||
kind: ApimService | ||
listKind: ApimServiceList | ||
plural: apimservices | ||
shortNames: | ||
- apims | ||
singular: apimservice | ||
preserveUnknownFields: false | ||
scope: Namespaced | ||
versions: | ||
- additionalPrinterColumns: | ||
- jsonPath: .status.provisioned | ||
name: Provisioned | ||
type: string | ||
- jsonPath: .status.message | ||
name: Message | ||
type: string | ||
name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
description: ApimService is the Schema for the apimservices API | ||
properties: | ||
apiVersion: | ||
description: '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' | ||
type: string | ||
kind: | ||
description: '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' | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
description: ApimServiceSpec defines the desired state of ApimService | ||
properties: | ||
appInsightsName: | ||
type: string | ||
appInsightsResourceGroup: | ||
type: string | ||
location: | ||
type: string | ||
publisherEmail: | ||
type: string | ||
publisherName: | ||
type: string | ||
resourceGroup: | ||
type: string | ||
tier: | ||
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster | ||
Important: Run "make" to regenerate code after modifying this file' | ||
type: string | ||
vnetName: | ||
type: string | ||
vnetResourceGroup: | ||
type: string | ||
vnetSubnetName: | ||
type: string | ||
vnetType: | ||
type: string | ||
required: | ||
- location | ||
- publisherEmail | ||
- publisherName | ||
- resourceGroup | ||
- vnetResourceGroup | ||
type: object | ||
status: | ||
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed | ||
state of resource actions | ||
properties: | ||
completed: | ||
format: date-time | ||
type: string | ||
containsUpdate: | ||
type: boolean | ||
failedProvisioning: | ||
type: boolean | ||
flattenedSecrets: | ||
type: boolean | ||
message: | ||
type: string | ||
output: | ||
type: string | ||
pollingUrl: | ||
type: string | ||
provisioned: | ||
type: boolean | ||
provisioning: | ||
type: boolean | ||
requested: | ||
format: date-time | ||
type: string | ||
resourceId: | ||
type: string | ||
specHash: | ||
type: string | ||
state: | ||
type: string | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: [] | ||
storedVersions: [] |
Oops, something went wrong.