Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helm chart for 1.0.22275 operator release #1418

Merged
merged 2 commits into from Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added charts/azure-service-operator-1.2.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/azure-service-operator/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
name: azure-service-operator
version: 1.1.0
appVersion: 0.1.0
version: 1.2.0
appVersion: 1.0.22275
description: Deploy components and dependencies of azure-service-operator
home: https://github.com/Azure/azure-service-operator
sources:
Expand Down
Expand Up @@ -28,10 +28,14 @@ spec:
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'
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'
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
Expand All @@ -47,64 +51,84 @@ spec:
properties:
properties:
apiRevision:
description: APIRevision - Describes the Revision of the Api. If no value is provided, default revision 1 is created
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
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.
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.
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.
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.
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.
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'"
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.
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.
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."
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.
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.
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.
description: SubscriptionRequired - Specifies whether an API or
Product subscription is required for accessing the API.
type: boolean
type: object
resourceGroup:
Expand All @@ -119,7 +143,8 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -29,10 +29,14 @@ spec:
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'
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'
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
Expand All @@ -52,7 +56,8 @@ spec:
resourceGroup:
type: string
tier:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file'
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
type: string
vnetName:
type: string
Expand All @@ -70,7 +75,8 @@ spec:
- vnetResourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -29,10 +29,14 @@ spec:
description: AppInsights is the Schema for the appinsights 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'
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'
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
Expand All @@ -58,7 +62,8 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -27,10 +27,14 @@ spec:
description: AppInsightsApiKey is the Schema for the appinsightsapikeys 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'
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'
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
Expand All @@ -52,7 +56,8 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -29,10 +29,14 @@ spec:
description: AzureLoadBalancer is the Schema for the azureloadbalancers 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'
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'
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
Expand All @@ -50,7 +54,8 @@ spec:
inboundNatPoolName:
type: string
location:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file'
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
type: string
publicIPAddressName:
type: string
Expand All @@ -69,7 +74,8 @@ spec:
- resourceGroup
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
properties:
completed:
format: date-time
Expand Down
Expand Up @@ -26,21 +26,27 @@ spec:
status: {}
validation:
openAPIV3Schema:
description: AzureNetworkInterface is the Schema for the azurenetworkinterfaces API
description: AzureNetworkInterface is the Schema for the azurenetworkinterfaces
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'
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'
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: AzureNetworkInterfaceSpec defines the desired state of AzureNetworkInterface
properties:
location:
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster Important: Run "make" to regenerate code after modifying this file'
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
Important: Run "make" to regenerate code after modifying this file'
type: string
publicIPAddressName:
type: string
Expand All @@ -60,7 +66,8 @@ spec:
- vnetName
type: object
status:
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed state of resource actions
description: ASOStatus (AzureServiceOperatorsStatus) defines the observed
state of resource actions
properties:
completed:
format: date-time
Expand Down