...

Text file src/kubevirt.io/client-go/README.md

Documentation: kubevirt.io/client-go

     1# KubeVirt client-go
     2
     3Go clients for talking to [KubeVirt](https://github.com/kubevirt/kubevirt).
     4
     5## How to use it
     6please refer to some of [examples here](examples/README.md)
     7
     8-----
     9KubeVirt client-go is maintained at https://github.com/kubevirt/kubevirt/tree/main/staging/src/kubevirt.io/client-go.  
    10The main branch of this repository is updated on every PR merge, release tags are pushed on every release of KubeVirt.
    11
    12## License
    13
    14KubeVirt client-go is distributed under the
    15[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
    16
    17    Copyright 2019
    18
    19    Licensed under the Apache License, Version 2.0 (the "License");
    20    you may not use this file except in compliance with the License.
    21    You may obtain a copy of the License at
    22
    23        http://www.apache.org/licenses/LICENSE-2.0
    24
    25    Unless required by applicable law or agreed to in writing, software
    26    distributed under the License is distributed on an "AS IS" BASIS,
    27    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    28    See the License for the specific language governing permissions and
    29    limitations under the License.

View as plain text