Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
falox authored Oct 10, 2020
1 parent f899be4 commit 7d8ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dotnet new console
dotnet add package k8s.Operators --version 1.0.0-beta1
```

Assuming that you have already added a custom resource definition for `MyResource` in your Kubernetes cluster, define a class deriving from `CustomResource` for the custom resource:
Assuming that you have already added a custom resource definition for `MyResource` in your Kubernetes cluster, define a class deriving from `CustomResource` for the custom resource schema:

```csharp
// Set the CRD attributes
Expand Down

0 comments on commit 7d8ccd6

Please sign in to comment.